Questions tagged [jibx]

JiBX is a tool for binding XML data to Java objects.

JiBX is a tool for binding XML data to Java objects. It's extremely flexible, allowing you to start from existing Java code and generate an XML schema, start from an XML schema and generate Java code, or bridge your existing code to a schema that represents the same data. It also provides very high performance, outperforming all other Java data binding tools across a wide variety of tests.

Project Homepage: http://jibx.sourceforge.net/

Another useful resource: Jibx Tutorial Part 1 Jibx Tutorial Part 2

185 questions
1
vote
0 answers

Change tag name to while marshaling in jibx?

I have a scenario where the XML may be like etc i want to change the tags to while marshaling is this possible ??? Please help
Gopi Lal
  • 417
  • 5
  • 23
1
vote
0 answers

Trying to install JIBX m2e connector in eclipse- Getting install error

Cannot complete the install because one or more required items could not be found. Software currently installed: m2e connector for JiBX 1.2.3.201107241325 (org.jibx.m2e.feature.feature.group 1.2.3.201107241325) Missing requirement: m2e connector for…
Deepak Kumar
  • 843
  • 1
  • 7
  • 19
1
vote
2 answers

Failed to execute goal org.jibx:maven-jibx-plugin:1.2.6:bind when upgrading from Java 1.6 to 1.8

Unable to build project due to an exception in the maven-jibx-plugin during mvn install. Environment Info: Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00) Maven home:…
ScrappyDev
  • 2,307
  • 8
  • 40
  • 60
1
vote
1 answer

Why there is an Internal error: instance signatures not found for class java.lang.String when using JIBX BindGen tool?

I just downloaded the jibx 1.2.6, when I try the "bindgen" target in examples/bindgen, I got an Internal error: instance signatures not found for class java.lang.String. What's the reason and how to fix it? The script of the build.xml is: