I'm using maven-jibx-plugin v. 1.1.5 for my Maven 2.

My Java object is Customer.java under src/main/java/com/mycompany/test/data
and my binding file (customer-binding.xml) is under
/src/main/java/com/mycompany/test.

I ran through the maven test and the jibx binding compiler works fine.

I then need to call the binding factory. What would the bindingName be in my
case and I presume the bindingClass would be "Customer.class".

 IBindingFactory jibxBFact = BindingDirectory.getFactory(bindingName(??????),
Customer.class);


Thanks
dev
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to