on 2019 Jul 05 2:41 PM
Hey! There's an issue in Region jaloclass which has missing setIsocode method. This causes npe while trying to change region's isocode. I want to use my own implementation of jalo class but it is impossible as I can not change the item.xml defined somewhere in the box. I know we can change attributes' descriptors by using AttributeDescriptor. I wander is there a method how to change the jalo class by impex?
Request clarification before answering.
While it is tempting to think of a syntactically correct ImpEx like
UPDATE ComposedType;code[unique=true];jaloclass
;CodeOfTheItemtype;new.package.CodeOfTheItemtype
one should keep in mind that it will fail with java.lang.ClassNotFoundException: new.package.CodeOfTheItemtype.
Even if I succeed by creating new.package.GeneratedCodeOfTheItemtype and new.package.CodeOfTheItemtype classes or doing some other things to make this ImpEx pass, I won't do it. The next ant clean may remove some/all of the things created as a workaround, it will make the codebase less maintainable, and it may break some other things.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.