Re: [jibx-users] How to solve org.jibx.runtime.JiBXException: No unmarshaller for element error

2015-12-01 Thread PS Govind
I have changed the binding like this and it is working now... http://www.pcats.org/schema/naxml/loyalty/v01; class="org.pcats.schema.naxml.loyalty.v01.LoyaltyOnlineStatusRequest" flexible="true" ordered="false">

[jibx-users] org.jibx.runtime.JiBXException: Duplicate element error

2015-12-01 Thread PS Govind
I am getting org.jibx.runtime.JiBXException: Duplicate element "{http://www.pcats.org/schema/naxml/loyalty/v01}TransactionLine; when trying to load this xml into java. I see the set-method="addTransactionLine" method being called for the first TransactionLine element. How can I resolve this