Re: [castor-dev] Problem Unmarshalling Soap-envelope using Castor

2003-03-17 Thread Weir, John
Title: Message Ahh ... the story continues.   The Schema you are using, references another Schema which in turn imports other name spaces. i.e. http://schemas.xmlsoap.org/ws/2002/04/secext" xmlns:SOAP-ENV="http://sc

Re: [castor-dev] here is a feature submission - suffix

2003-01-13 Thread Weir, John
Arnaud, Is the binding file going to be released with 0.9.4.2? Like dean I need similar functionality and Rhetts solution seems just like the ticket. The only functionality that I want from Binding at the moment is the suffix addition - are there any restrictions on using a binding file that I n

Re: [castor-dev] Duplicate element names in schema?

2002-12-09 Thread Weir, John
I'd rename the complex type _Authentication to AuthenticationType ( which is clearer ) and repeat for others. I'd run the source generator without the -f option and see if it generated the same class twice. Might want to look at the JavaNaming class J -Original Message- From: [EMAIL PROT

Re: [castor-dev] XML output format

2002-11-19 Thread Weir, John
In castor.properties uncomment the line #org.exolab.castor.indent=true J -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 3:43 PM To: [EMAIL PROTECTED] Subject: [castor-dev] XML output format hi, when i'm trying to marshalling an j

[castor-dev] SubstitutionGroups in Castor

2002-10-16 Thread Weir, John
Title: SubstitutionGroups in Castor Is anyone working on support for substitutionGroups in Castor? I'd like to be able to use substitution groups, but castor doesn't support them at the moment. I would be willing to have a go at the implementation ( similar I think to a choice component ) i

Re: [castor-dev] use castor in weblogic ear file

2002-05-30 Thread Weir, John
This seems to be a general weblogic problem ( accessing property files inside jars ) and is noted on various web sites ( jguru etc. ) -Original Message-From: Johnson Lee [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 29, 2002 11:00 PMTo: [EMAIL PROTECTED]Subject: [castor-dev]

Re: [castor-dev] Castor & Xalan

2002-05-24 Thread Weir, John
Where exactly are you adding the Jars ? I assume because you mention tomcat, you have a jsp that converts xml to html using the stylesheet. - I might be wrong.:-) Web apps are partitioned by class loaders, and classes loaded in one webapp are in a different 'classloader namespace' than those load

Re: [castor-dev] Problem executing SourceGenerator from Ant 1.4.1 with JDK 1.4

2002-04-03 Thread Weir, John
I use the taskdef supplied with the castor soure to run the generator and its cool even with 1.4 My ant script included for your perusal John

Re: [castor-dev] XML: Small problem in SourceGenerator

2002-03-18 Thread Weir, John
classes which share the name will be properly described by then matching *Descriptor.java class. Cheers, Norval |+---> || "Weir, John" | || | || | || 19/03/2002 | |

Re: [castor-dev] SourceGenerator produces incorrect parameter types?

2002-03-14 Thread Weir, John
I don't see a type definition ( nor a reference to a type ) for Descriptor in your Schema. I get similar errors and its usually because of a change in my schema. I would add a definition for Descriptor -Original Message- From: Chris Newland [mailto:[EMAIL PROTECTED]] Sent: Thursday, March

[castor-dev] Schema Namespaces: How do I get them created in the marshaled file?

2002-03-13 Thread Weir, John
Sorry if this has been answered elsewhere but I searched and couldn't find it - :-( I want to generate my XML Docs ( using the castor marshalling framework ) like http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="..\..\MySchema.xsd"> String