former_member1163889
Explorer
Member since ‎09-03-2019

User Statistics

  • 11 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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 so...
Hello, all I know is the declaration saying the attribute is uniques should be enough for consistent identification of an object but I guess I was wrong. What have I missed? I have this declaration <itemtype code="CisZipCode" jaloclass="com.company....
I have the following relation: <sourceElement type="PickUpDeliveryMode" qualifier="deliveryMode" cardinality="one"> <modifiers write="false" optional="false" initial="true" unique="true"/> </sourceElement> ...
The attributes are still assigned to true in xml declaration Parent representation: <persistence type="property"/> <modifiers optional="false" initial="true" unique="true"/> </attri...
Tried to use where newPudo is the child, pickUpDeliveryMode is the parent and finally newPudo.cisMinimumPv is the variable which is supposed to cantain the value from th...