Re: [jibx-users] Debug Info in the modified classes

2007-07-23 Thread vetalok
Thanks all for replies. I solved the problem simly exluding classes generated by jibx from emma instr path :) Nigel Charman wrote: This could be an issue with Emma. The bytecode generated by JiBX has the synthetic attribute set to indicate that it does not appear in the source code.

[jibx-users] Jibx2Wsdl update

2007-07-23 Thread Dennis Sosnoski
I've posted an update of the Jibx2Wsdl code at http://www.sosnoski.com/jibx-wiki/space/axis2-jibx/jibx2wsdl The changes in this version include: 1. Fixed handling of -b parameter to set root binding definition file name. 2. Added support for using interfaces as equivalent to

[jibx-users] Enum can't be deserialized?!

2007-07-23 Thread Eugeny N Dzhurinsky
Hello! I have an Enum class: /** * Holds tag enumeration */ public enum DiffTag { Replace(replace), Insert(insert), Delete(delete), Equal(equal); private final String textForm; DiffTag(String textForm) { this.textForm = textForm; } /** * @see

[jibx-users] jibx2wsdl: wrong schema generated

2007-07-23 Thread Pavel Sharov
Dennis, Using the updated version of the Jibx2Wsdl I am having a problem with the schema generated along with the WSDL file for my service. The schema is imported by the generated WSDL and contains description of my DTO complex object. Now the complex type definition contains sequence of equal

Re: [jibx-users] jibx2wsdl: wrong schema generated

2007-07-23 Thread Dennis Sosnoski
Hi Pavel, Sure looks like a bug to me. :-) Can you send me (directly) your project, so I can investigate both this and the other issue for myself? Thanks, - Dennis Dennis M. Sosnoski SOA and Web Services in Java Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz