admin管理员组文章数量:1129101
I have this itemtype that I want to create in sap commerce cloud
<itemtype code="ZsendVerificationTokenProcess" extends="SendVerificationTokenProcess" autocreate="true" generate="true"
jaloclass="com.nestle.portal.core.jalo.process.ZsendVerificationTokenProcess">
<attributes>
<attribute qualifier="customer" type="Customer">
<persistence type="property"/>
<description>Attribute contains customer object that will be used in the process.</description>
</attribute>
</attributes>
</itemtype>
I did run an ant clean all and started the server again, it's still not generated
I have this itemtype that I want to create in sap commerce cloud
<itemtype code="ZsendVerificationTokenProcess" extends="SendVerificationTokenProcess" autocreate="true" generate="true"
jaloclass="com.nestle.portal.core.jalo.process.ZsendVerificationTokenProcess">
<attributes>
<attribute qualifier="customer" type="Customer">
<persistence type="property"/>
<description>Attribute contains customer object that will be used in the process.</description>
</attribute>
</attributes>
</itemtype>
I did run an ant clean all and started the server again, it's still not generated
Share Improve this question asked Jan 8 at 15:36 TeoTeo 1 New contributor Teo is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct. 2- It looks normal. Which file did you add it? – mkysoft Commented Jan 9 at 8:47
- You may want to edit your jaloclass to something more generic as it appears you may be exposing the company name. – Zoltorn Commented Jan 9 at 17:28
1 Answer
Reset to default 0I'm assuming based on your wording that by generate you mean it's not appearing as available in hybris rather than the class is not being generated in your files. If that's the case, make sure to run "Update running system" from the hac in order to update the database with your changes.
本文标签: javaItemtype not being generatedStack Overflow
版权声明:本文标题:java - Itemtype not being generated - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736710366a1948909.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论