Wow, that was a quick response. Thanks.
I have seen these tools but I don't know how to call them from within my 
Maven2 pom.xml, which I use for building my system.

I guess you're right about the manual coding of the binding.xml. I come 
from Axis2 using jibx and as I am moving away from Axis to run restful 
web services outputting xml plus changing a lot of other things, I had 
hoped that I could have reuse a few of my "data transport" classes. I 
tried to reuse them with my old xsd2jibx generated bindings.xml, but I 
received a lot of warnings while compiling. Maybe I used an older 
version if jibx with Axis2 previously.

/johan

Joshua Davies wrote:
> FWIW, Jibx doesn't really seem to me to be designed this way - writing
> the binding file is somewhat analogous to writing a Java source file or
> writing a schema... however, there's a subproject on the jibx site
> http://jibx.sourceforge.net/jibxtools/bindgen.html that you can take a
> look at; it might be of some help.  Personally, though,I always start
> "from scratch" when I'm writing a new binding file.
>
> On Tue, 2007-10-30 at 22:29 +0100, Johan Lundberg wrote:
>   
>> Hi
>> I cannot find any documentation about how to generate the binding.xml 
>> from maven2. The examples and docs at 
>> http://jibx.sourceforge.net/maven-jibx-plugin/ only lines out how bind 
>> when a binding.xml is available. I have a set of classes and just want 
>> to get at skeleton binding.xml to start working with.
>>
>> Any ideas?
>>
>> VBR
>> johan
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a browser.
>> Download your FREE copy of Splunk now >> http://get.splunk.com/
>> _______________________________________________
>> jibx-users mailing list
>> jibx-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jibx-users
>>     
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> jibx-users mailing list
> jibx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jibx-users
>
>
>   

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to