我想在 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>
我确实运行了 ant clean all 并再次启动服务器,但仍然没有生成
我根据你的措辞假设,通过生成你的意思是它在 hybris 中没有显示为可用,而不是在你的文件中没有生成该类。如果是这种情况,请确保从 hac 运行“更新运行系统”,以便使用您的更改更新数据库。