Issue Type: Bug Bug
Assignee: Unassigned
Created: 05/Oct/12 9:01 AM
Description:

Hi,

As per client schema there are two Tax element.
and based on that i have to do mapping as below

<mapping class="com.flight.Tax" name="Tax" ordered="false" flexible="true">
.....
</mapping>
<mapping class="com.flight.Taxes" name="Taxes" ordered="false" flexible="true" allow-repeats="true>
<structure type="com.flight.Taxes$Tax" get-method="getTax" set-method="addTax"/>
</mapping>
<mapping class="com.flight.Taxes$Tax" name="Taxes" ordered="false" flexible="true">
....
</mapping>

When i compile the binding file it gives me an error
"Duplicate mapping name not allowed for unmarshalling"

i got the error but how can i resolve this error as we are not the author of the schema and not able to update it. Also, the XML which we receive couldn't be change.

Please help as soon as possible. I need to resolved it very soon

Thanks

Environment: Java 1.6, Windows
Project: JiBX
Labels: exception
Priority: Blocker Blocker
Reporter: Ankur Raiyani
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to