[jibx-users] Need to update dom4j in JIBX

2020-03-19 Thread Sridhar Kumar
Hello, I am a new user of JIBX plugin. Thank you much for the great plugin. Currently I am using jibx-extras version 1.3.3 as dependency. I see that there is a compile dependency on dom4j:jar:1.6.1 from JIBX side. Same dom4j version is listed in dependencies page as well. http://jibx.sourceforge

[jibx-users] Binding.xml is unusable because of validation errors - JIBX 1.2.5 version

2016-01-18 Thread Ravi Kumar Polani, HCL-Industry Solutions
. Thanks & Regards Ravi Kumar ::DISCLAIMER:: The contents of this e-mail and any attachment(s) are confidential and intended for the named recipie

[jibx-users] Target 'jar-jibx2wsdl'

2007-10-15 Thread Anil Kumar Tappetla
Hi, I downloaded jibx_1_1_5 from the project page and when I run the ant target, jar-jibx2wsdl, I see that an empty jar file containing only the manifest is created. I want to build the jibx2wsdl jar, can someone let me know the steps for doing so. On the other hand, I noticed that

[jibx-users] test

2007-10-15 Thread Anil Kumar Tappetla
- 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

Re: [jibx-users] Help writing binding file for an enumset collection

2007-03-06 Thread Satish Kumar
Hi Michael, I've tried this and it works - I don't know if there is a simpler way to achieve it. Add a factory method to AbstractPrivilege: /* private access privilege works with JibX */ private static Set objectNamesFactory () { return EnumSet.noneOf(ObjectNames.class); } The binding th

[jibx-users] Packaging binding files in jars

2006-10-20 Thread Satish Kumar
Hi, I am building a library which contains classes such as Criteria, OrderByClause etc., which have jibx bindings in files such as Criteria.jibx.xml, OrderByClause.jibx.xml, etc. I would like to package these .jibx.xml files along with the instrumented classes in a jar file (utils.jar). When ano

Re: [jibx-users] jibx-users Digest, Vol 1, Issue 769

2006-06-22 Thread suresh kumar
Hi   Alll     Plz help me on this.  iam getting this error   Name space conflict .how to solve this my binding xml is       http://www.sosnoski.com/ns1">  http://www.sosnoski.com/ns1"/>                     http://www.sosnoski.com/ns2">

[jibx-users] help on this

2006-06-13 Thread suresh kumar
Hi All      When generating schema iam getting this errror      Non-abstract mapping must define an element name; on mapping element at (Line3, col 37, in binding_xml)    Regards Suresh   Thanks in advance ___ jibx-users mailing list jibx-use

[jibx-users] help on this error

2006-06-13 Thread suresh kumar
Hi     All     This is suresh.  When generating schema file iam getting this error.  plz help me on this      Non-abstract mapping must define an element name; on mapping element at (Line 3, col 39, in binding_xml)   My xml file is -   - http://www.

[jibx-users] Usage of element

2005-10-21 Thread sanjeev kumar
Hi, Could somebody please get me an example binding file illustrating usage of element? I am somehow not able to make this tag work in my bindings. JIBX compiler is complaining about the tag. Is there any known issue with tag? Here is the error that I am getting... [bind] Running binding c

[jibx-users] JiBXException: Need no-argument constructor or factory for

2005-08-02 Thread Kumar
Hi Mocky, Thank you for the response. Your response holds good as long as I have control over the code which in my case is not and is from a third party. Also, I am not understanding why JiBX needs a no-argument constructor. If it is not explicitly there in the class then by default we always hav

[jibx-users] JiBXException: Need no-argument constructor or factory for

2005-07-29 Thread Kumar
Hi, I am using JiBX RC0. When using the ant task for running the JiBX binding compiler I have below error. The error asks me to add no-argument constructor for com.supz.Token. But I have legacy API which has 100's of classes and it can be nightmare if I add no-argument constructor to these classe

[jibx-users] What is this exception ?

2005-07-24 Thread Kumar
Hi All, I am using JiBX RC0 and Apache ANT 1.6.3. When I run the jibx binding compiler I am getting below error. Can anyone please tell me is it a bug with ANT or JiBX. Running binding compiler version jibx-rc0 org.jibx.runtime.JiBXException: Error running binding compiler at org.jibx.bi

[jibx-users] Re: How to map array of objects

2005-07-11 Thread Kumar
urce) at org.jibx.runtime.impl.UnmarshallingContext.unmarshalDocument(Unknown Source) at JibxClient.main(JibxClient.java:20) Can anyone please tell what is that I am missing ? Thanks & Regards, Kumar. --- This SF.Net

[jibx-users] How to map array of objects

2005-07-01 Thread Kumar
binding.xml for Order[] array in Customer class and I want to produce output.xml in the format shown above. I am struck at how to represent array of objects in binding xml file. Do we need to write a custom marshaller for this. Can we do without it. Please suggest ... Thanks & Regards, K