RE: [castor-user] problem with code generation with element and attributes of same name

2006-05-03 Thread Werner Guttmann
Or alternatively, please create a new Jira issue and attach your files ... Werner > -Original Message- > From: Bruce Snyder [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 03. Mai 2006 11:44 > To: user@castor.codehaus.org > Subject: Re: [castor-user] problem with code

Re: [castor-user] problem with code generation with element and attributes of same name

2006-05-03 Thread Bruce Snyder
On 5/3/06, Napier, Neale <[EMAIL PROTECTED]> wrote: Just got a bounce from codehaus mail server because of size limitations. I have attached the 3 files as a zip. Fingers crossed. Unfortunately the files are not making it through due to size limitations. Please just email them to me directly.

RE: [castor-user] problem with code generation with element and attributes of same name

2006-05-03 Thread Napier, Neale
] problem with code generation with element and attributes of same name On 4/26/06, Napier, Neale <[EMAIL PROTECTED]> wrote: > No problem. Here you go. I'm not seeing any files attached - did you forget to attach them possibly? Bruce -- perl -e 'print unpack("u30",

Re: [castor-user] problem with code generation with element and attributes of same name

2006-04-28 Thread Bruce Snyder
On 4/26/06, Napier, Neale <[EMAIL PROTECTED]> wrote: No problem. Here you go. I'm not seeing any files attached - did you forget to attach them possibly? Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61Ehttp://geronimo.apache.org/ Apache ActiveMQ - http://incubat

RE: [castor-user] problem with code generation with element and attributes of same name

2006-04-26 Thread Napier, Neale
No problem. Here you go. Cheers, Neale From: Bruce Snyder [mailto:[EMAIL PROTECTED] Sent: Wed 26/04/2006 10:15 To: user@castor.codehaus.org Subject: Re: [castor-user] problem with code generation with element and attributes of same name On 4/26/06, Napier

Re: [castor-user] problem with code generation with element and attributes of same name

2006-04-26 Thread Bruce Snyder
On 4/26/06, Napier, Neale <[EMAIL PROTECTED]> wrote: I'm using maven 1.0.2 with castor plugin 1.2. Yes the command line is always a fall back option just to see what warnings are generated. Then I can go back to the maven option. It would obviously be nice if this worked with the plugin. Can

RE: [castor-user] problem with code generation with element and attributes of same name

2006-04-26 Thread Werner Guttmann
rom: Napier, Neale [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 26. April 2006 10:28 > To: user@castor.codehaus.org > Subject: RE: [castor-user] problem with code generation with > element and attributes of same name > > I'm using maven 1.0.2 with castor plugin 1.2. Yes the com

RE: [castor-user] problem with code generation with element and attributes of same name

2006-04-26 Thread Napier, Neale
26/04/2006 08:08 To: user@castor.codehaus.org Subject: RE: [castor-user] problem with code generation with element and attributes of same name Sorry, no idea. But it just occured to me that we are actually encountering the same issue when re-building e.g. Classes from the Castor mapping.xsd or simi

RE: [castor-user] problem with code generation with element and attributes of same name

2006-04-26 Thread Werner Guttmann
codehaus.org > Subject: RE: [castor-user] problem with code generation with > element and attributes of same name > > Werner, > > ok thanks, fair enough. > > Any idea how to get warnings turned on? I've set it up in > maven.xml but it is being ignored. > &g

RE: [castor-user] problem with code generation with element and attributes of same name

2006-04-25 Thread Napier, Neale
t: RE: [castor-user] problem with code generation with element and attributes of same name Neale, Can you please (re)enable warnings, and you'll see that you are running into naming conflicts. In order to resolve these, please consider using a bindings file Werner > -Ori

RE: [castor-user] problem with code generation with element and attributes of same name

2006-04-25 Thread Werner Guttmann
ril 2006 11:45 > To: user@castor.codehaus.org > Subject: [castor-user] problem with code generation with > element and attributes of same name > > Hi > > I have a schema where there is an element "result" with an > attribute called "number". This e

[castor-user] problem with code generation with element and attributes of same name

2006-04-25 Thread Napier, Neale
Hi I have a schema where there is an element "result" with an attribute called "number". This element also has a sub element with the same name as the attribute in its parent element. Castor seems to be getting confused about this and generating an error. I have tried using the lastest version