jibx Questions

2

Solved

I use Jibx CodeGen maven Plugin to generate java sources and binding from xsd files. I want to maintain several versions of the xsd in the same applications so I plan to generate to a different tar...
Glyconeogenesis asked 9/1, 2015 at 16:34

2

I use JIBX to create my entity classes from XSD files. It is configured in pom.xml and creates classes when I do a "maven: compile" I also use spring-ws. When I test my web service with SOAPUI I g...
Jonejonell asked 26/9, 2013 at 15:45

3

Solved

I'm using Maven to handle a Java project. I thought that Internet connectivity was only needed in the 1st compile to download the required libraries from the remote repositories, but I get several ...
Conti asked 9/8, 2012 at 13:51

2

I am developing part of a web app which takes an XML schema as input to generate an XML file. There is also data to be put into the XML tags in an ordered way. For example, If I have an ArrayList...
Haeres asked 22/6, 2012 at 13:0

2

Solved

Does JAXB support modular code generation? Most of my background is with JibX for XML marshalling, but for legacy reasons our firm is using JAXB. One feature that was available for JIBX was modul...
Sudor asked 3/5, 2011 at 12:38

2

Solved

I haven't tried this yet, but it seems risky. The case I'm thinking of is instrumenting simple VO classes with JiBX. These VOs are going to be serialized over AMF and possibly other schemes. Can an...
Alforja asked 14/10, 2010 at 21:14

4

Solved

I'm trying to figure out the simplest way to map an xml file to to a plain old java object. Note: That in my example the xml doesn't quite match up with my intended POJO. ///////// THE XML <...
Cytoplasm asked 30/10, 2009 at 19:47

1

Solved

Is there a way to get by this? For example, my XML: <group> <idExt>new group idext</idExt> <user-id>1</user-id> <parent-id>2</parent-id> </group&g...
Bettor asked 19/2, 2010 at 12:58
1

© 2022 - 2024 — McMap. All rights reserved.