RE: Re-Generating schema from the generated code

2005-10-21 Thread Cezar Andrei
, October 04, 2005 12:36 PM > To: user@xmlbeans.apache.org; [EMAIL PROTECTED] > Subject: RE: Re-Generating schema from the generated code > > Scomp saves the original schema files inside the generated jar, and you > can get to it in the following way: > > InputStream is = >

Re: Re-Generating schema from the generated code

2005-10-05 Thread Eran Chinthaka
he xsd with XmlBeans. Radu From: Eran Chinthaka [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 10:30 PM To: Lawrence Jones Cc: user@xmlbeans.apache.org Subject: Re: Re-Generating schema from the generated code Hi Lawrence, Thanks for the reply. I can get theSchemaTypeSystem. B

Re: Re-Generating schema from the generated code

2005-10-05 Thread David Jencks
EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 10:30 PM To: Lawrence Jones Cc: user@xmlbeans.apache.org Subject: Re: Re-Generating schema from the generated code   Hi Lawrence, Thanks for the reply. I can get theSchemaTypeSystem. But I don't want to traverse in that. I just need to generate

Re: Re-Generating schema from the generated code

2005-10-05 Thread Eran Chinthaka
n you haven’t parsed the xsd with XmlBeans.   Radu   From: Eran Chinthaka [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 04, 2005 10:30 PM To: Lawrence Jones Cc: user@xmlbeans.apache.org Subject: Re: Re-Generating schema from the generated code   Hi Lawrence, T

RE: Re-Generating schema from the generated code

2005-10-05 Thread Radu Preotiuc-Pietro
To: Lawrence Jones Cc: user@xmlbeans.apache.org Subject: Re: Re-Generating schema from the generated code   Hi Lawrence, Thanks for the reply. I can get theSchemaTypeSystem. But I don't want to traverse in that. I just need to generate the schema, preferably in to a String and want t

Re: Re-Generating schema from the generated code

2005-10-04 Thread Eran Chinthaka
EMAIL PROTECTED] Subject: RE: Re-Generating schema from the generated code Scomp saves the original schema files inside the generated jar, and you can get to it in the following way: InputStream is = XMLParsers.class.getClassLoader().getResourceAsStream("schemao

Re: Re-Generating schema from the generated code

2005-10-04 Thread Eran Chinthaka
] Sent: Tuesday, October 04, 2005 11:33 AM To: user@xmlbeans.apache.org Subject: Re-Generating schema from the generated code Hi, I'm from Apache Axis2 team. I need a help in generating schema using XMLBeans. My scenario is like this. I have bunch of classes created using a given

Re: Re-Generating schema from the generated code

2005-10-04 Thread David Jencks
inthaka [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 11:33 AM To: user@xmlbeans.apache.org Subject: Re-Generating schema from the generated code Hi, I'm from Apache Axis2 team. I need a help in generating schema using XMLBeans. My scenario is like this. I have bunch of classes cr

RE: Re-Generating schema from the generated code

2005-10-04 Thread Lawrence Jones
, Lawrence > -Original Message- > From: Cezar Andrei > Sent: Tuesday, October 04, 2005 10:36 AM > To: user@xmlbeans.apache.org; [EMAIL PROTECTED] > Subject: RE: Re-Generating schema from the generated code > > Scomp saves the original schema files inside the generated jar,

RE: Re-Generating schema from the generated code

2005-10-04 Thread Cezar Andrei
ginal Message- > From: Eran Chinthaka [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 04, 2005 11:33 AM > To: user@xmlbeans.apache.org > Subject: Re-Generating schema from the generated code > > Hi, > > I'm from Apache Axis2 team. I need a help in generating schema using

Re-Generating schema from the generated code

2005-10-04 Thread Eran Chinthaka
Hi, I'm from Apache Axis2 team. I need a help in generating schema using XMLBeans. My scenario is like this. I have bunch of classes created using a given xml schema, by XMLBeans. But at some time, I do not have the schema file which was used to generate the code, but I have all the classes g