0
私のitemtypeでは、EnumTypeで属性を宣言する必要があります。しかし、それは、ここで EnumTypeで属性を宣言する方法
以下hybris\bin\platform\resources\ant\antmacros.xml:795:
java.lang.ClassCastException: de.hybris.bootstrap.typesystem.YEnumType
cannot be cast to de.hybris.bootstrap.typesystem.YCollectionType
のようなエラーを与えている私はそのエラーをスキップする方法
<attribute qualifier="aaa" type="EnumType" autocreate="true" generate="true">
<persistence qualifier="bbbl" type="property" />
<modifiers read="true" write="true" search="true" removable="true"
optional="true" />
<description>aaa</description>
</attribute>
を宣言する方法ですか?