Re: XmlBeans - Maven2

2008-03-11 Thread David Jencks
the code. thanks david jencks Thanks, P.Sathish kumar On 3/10/08, David Jencks [EMAIL PROTECTED] wrote: I don't understand. If you use the xmlbeans plugin in an existing project the generated classes get compiled and included in the project's jar If you have a separate project that just compiles

Re: XmlBeans - Maven2

2008-03-10 Thread David Jencks
in other projects. What's the problem? thanks david jencks On Mar 10, 2008, at 4:24 AM, P.Sathish Kumar wrote: Hi Friends, I am using the xmlbean-maven-plugin to generate the jar file by compiling xsds. I want to include this created jar file to the dependencies of my project. I have

Re: Help - Maven2 with XMLBean Integration

2008-03-07 Thread David Jencks
That's the maven 1 xmlbeans 2 plugin. The maven 2 xmlbeans 2 plugin is at codehaus. Docs are: http://mojo.codehaus.org/xmlbeans-maven-plugin/ thanks david jencks On Mar 6, 2008, at 9:27 PM, Jacob Danner wrote: This is documented in the src. You can access it online at: http

Re: Help with integrating maven2 plugin and apache

2008-02-10 Thread David Jencks
are having. thanks david jencks On Feb 10, 2008, at 6:21 PM, Todd Nine wrote: Bump, I've been struggling with this for 2 days. Note that my title is incorrect, is should say integrating maven 2 plugin and Eclipse. I've tried downgrading xmlbeans.xbean from 2.2.0 to 2.1.0, which didn't

Re: Getting concrete object from Any

2007-06-20 Thread David Jencks
jars, so it may work better if all your schemas are compiled at once. hope this helps david jencks On Jun 20, 2007, at 5:39 AM, Desmond Whewell (CV/ETL) wrote: Sorry about Yet-Another-Any question, but this is my first expedition in Xmlbeans and I have seached the documentation and Javadocs

Re: xs:any problem with WS-Enumerations

2007-04-08 Thread David Jencks
this helps david jencks On Apr 4, 2007, at 6:19 PM, Vinh Nguyen ((vinguye2)) wrote: Hi all, There is a problem with the way XmlBeans handles certain definitions in the WS-Enumeration-2004_09.xsd. For example, the xsd contains this element: xs:complexType name=ItemListType xs:sequence

Re: the difference between xmlbeans and xbean?

2006-07-03 Thread David Jencks
it will become our future kernel. thanks david jencks -- View this message in context: http://www.nabble.com/the-difference- between-xmlbeans-and-xbean--tf1882782.html#a5146785 Sent from the Xml Beans - User forum at Nabble.com

Re: Re-Generating schema from the generated code

2005-10-05 Thread David Jencks
schema from the schema type objects, but this is going to be a research project whereas saving your DOM node as text is going to be pretty easy to do. thanks david jencks On Oct 5, 2005, at 9:40 PM, Eran Chinthaka wrote: Radu, The problem is I don't have the xsd and my requirement

Re: Re-Generating schema from the generated code

2005-10-04 Thread David Jencks
with no path of the original schema? If so, what happens when you compile 2 schemas with the same file name but different namespaces into the same jar (e.g. they were located in different directories). Thanks david jencks On Oct 4, 2005, at 10:36 AM, Cezar Andrei wrote: Scomp saves the original

Re: References to subnodes / changes not in parent | Part 2

2005-08-08 Thread David Jencks
on the object's factory: the add methods create a new subelement that is already a child of the parent and avoids copying. thanks david jencks On Aug 8, 2005, at 8:10 AM, Roman Seidl wrote: Dear XMLBeans-Users / Developers, i run another Test and now found out, that the following test passes

Re: ClassCastException

2005-08-02 Thread David Jencks
to changeType on the returned object, but I didn't check. thanks david jencks On Aug 2, 2005, at 6:10 AM, James Kavanagh wrote: As an addendum I've included the code snippet I'm using. RequestDocument req = RequestDocument.Factory.parse(new File(C:/Temp/ex.xml), options

Re: Do schema model objects include info from any elements in schema?

2005-07-01 Thread David Jencks
Yes! this works! Many thanks, david jencks On Jun 29, 2005, at 10:24 AM, Lawrence Jones wrote: Hi David I had a quick look through the code. I haven't tried it, but this might work (where yourSchemaType is the SchemaType for ArrayOfstring): QName arrayTypeQName = new QName(http