RE: xsdconfig and ant

2008-10-06 Thread Ferry, Jeremy
Yes, I did do a web search and did not see the link you sent. In any case, this did work. Thanks for the help! -Original Message- From: Stefan Offermann [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2008 3:40 PM To: user@xmlbeans.apache.org Subject: Re: xsdconfig and ant Ferry

Re: xsdconfig and ant

2008-10-06 Thread Stefan Offermann
Ferry, Jeremy schrieb: I've got an xsdconfig file that I'm using and it works perfectly when I call scomp from the command line but it apparently is getting ignored when I use the xmlbean ant task. Can someone tell me how to get the xsdconfig file to work with ant? Did you search the web? A sim

RE: xsdConfig general question(Long)

2008-08-06 Thread Peter Adelmann
-Pietro [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2008 8:07 PM To: user@xmlbeans.apache.org; [EMAIL PROTECTED] Subject: RE: xsdConfig general question(Long) Peter, Have you found the answer to your second question? It's a bit confusing because you have one type and two element

RE: xsdConfig general question(Long)

2008-08-05 Thread Radu Preotiuc-Pietro
at it will ask for a String as argument. From: Peter Adelmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2008 10:45 AM To: user@xmlbeans.apache.org; [EMAIL PROTECTED] Subject: RE: xsdConfig general questio

RE: xsdConfig general question(Long)

2008-08-05 Thread Peter Adelmann
Cezar, Thanks very much for answering the post. Your answers are helpful!! Peter From: Cezar Andrei [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2008 1:29 PM To: user@xmlbeans.apache.org Subject: RE: xsdConfig general question(Long) Hi Peter

RE: xsdConfig general question(Long)

2008-08-05 Thread Cezar Andrei
Hi Peter, I've put together some examples on the following page: http://wiki.apache.org/xmlbeans/XsdConfigFile But as specified the definitive structure is in the file that describes the schema of xsdconfig files: http://svn.apache.org/viewvc/xmlbeans/trunk/src/configschema/schema/xmlcon

RE: xsdconfig revisited

2007-08-28 Thread Schalk Neethling
Thanks Cezar, I got it working late yesterday. From: Cezar Andrei [mailto:[EMAIL PROTECTED] Sent: 27 August 2007 08:18 PM To: user@xmlbeans.apache.org Subject: RE: xsdconfig revisited Check out the wiki page http://wiki.apache.org/xmlbeans

RE: xsdconfig revisited

2007-08-27 Thread Cezar Andrei
Check out the wiki page http://wiki.apache.org/xmlbeans/ExtensionInterfacesFeature and the tests http://svn.apache.org/viewvc/xmlbeans/trunk/test/cases/xbean/extensions/ interfaceFeature/ As it's described in the wiki page: "The for attribute can accept a list of xbean java interfaces (s

Re: xsdconfig

2007-08-22 Thread Schalk Neethling
Hi Cezar, I was just calling it .xsdconfig. So it does need to be for example statement.xsdconfig? I do have it in the same folder as all the XSD's that gets compiled. Thank you for your help so far. Cezar Andrei wrote: > Does the file have the xsdconfig extension? I.e. is called > somename.xsdc

RE: xsdconfig

2007-08-22 Thread Cezar Andrei
Does the file have the xsdconfig extension? I.e. is called somename.xsdconfig? Also make sure it's in the list of files to be compiled. Cezar From: Schalk Neethling [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 22, 2007 8:49 AM To: user@xmlbeans.apache

RE: xsdconfig

2006-02-02 Thread Bartlett, David HLTH:EX
PROTECTED] Sent: Thursday, February 02, 2006 9:49 AM To: user@xmlbeans.apache.org Subject: RE: xsdconfig The TypeSystemHolder class is a generated .class file which represents the mediator between the world of generated classes representing the types/elements in your schema (e.g. your Message.class

RE: xsdconfig

2006-02-02 Thread Lawrence Jones
m: Bartlett, David HLTH:EX [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 01, 2006 4:32 PM > To: user@xmlbeans.apache.org > Subject: RE: xsdconfig > > > Son of a .. > It was the stupid missing namespace. How odd. I thought I had > tried that before and i

RE: xsdconfig

2006-02-01 Thread Bartlett, David HLTH:EX
From: Lawrence Jones [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 01, 2006 3:42 PM To: user@xmlbeans.apache.org Subject: RE: xsdconfig Hi David It looks like you're missing the namespace qualifier for your type and also that your QName was missing a few underscores (it must match ex

RE: xsdconfig

2006-02-01 Thread Lawrence Jones
---Original Message- > From: Bartlett, David HLTH:EX [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 01, 2006 2:56 PM > To: user@xmlbeans.apache.org > Subject: RE: xsdconfig > > > > Unfortunately, I've read that one already as well as several others > v

RE: xsdconfig

2006-02-01 Thread Bartlett, David HLTH:EX
01, 2006 2:49 PM To: user@xmlbeans.apache.org Subject: RE: xsdconfig Hi David You can change both package and class names (and do other useful things such as ensure that your generated XmlBeans implement a user-supplied interface) using an xsdconfig file - see, for instance, the ar

RE: xsdconfig

2006-02-01 Thread Lawrence Jones
Hi David You can change both package and class names (and do other useful things such as ensure that your generated XmlBeans implement a user-supplied interface) using an xsdconfig file - see, for instance, the article at http://dev2dev.bea.com/pub/a/2004/11/Configuring_XMLBeans.html for details o

RE: Re: .xsdconfig problem

2006-02-01 Thread Wayne McFadden
filename in as one of the input files?   But anyway try using ##local instead of ##any – that setup is detailed in the schema but not in the docs and is specifically for the no targetNamespace issue (I agree the docs ought to be updated).   Cheers,   Lawrence  From: Wayne Mc

RE: Re: .xsdconfig problem

2006-01-31 Thread Lawrence Jones
PROTECTED] Sent: Tuesday, January 31, 2006 3:34 PM To: user@xmlbeans.apache.org Subject: Fwd: Re: .xsdconfig problem   Documentation  at http://wiki.apache.org/xmlbeans/XmlBeansFaq#configPackageName says the following:   Note: If schema doesn't include targenamespace the

Fwd: Re: .xsdconfig problem

2006-01-31 Thread Wayne McFadden
Tue, 31 Jan 2006 17:57:38 -0500From: Edward Frederick <[EMAIL PROTECTED]>To: user@xmlbeans.apache.orgSubject: Re: .xsdconfig problemDon't you need a target namespace?On 1/31/06, Wayne McFadden <[EMAIL PROTECTED]>wrote:> I am using ant and I'm trying to get the following

Re: .xsdconfig problem

2006-01-31 Thread Edward Frederick
Don't you need a target namespace? On 1/31/06, Wayne McFadden <[EMAIL PROTECTED]> wrote: > I am using ant and I'm trying to get the following xsd below into a package. > > The last .xsdconfig file (named .xsdconfig) was > > > xmlns:xs="http://xml.apache.org/xmlbeans/2004/02/xbean/config";> > > >