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
Add a comment  | 

1 Answer 1

Reset to default 0

I'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