Re: [castor-dev] performance patch submission

2003-02-15 Thread Keith Visco
This is now being tracked here: http://bugzilla.exolab.org/show_bug.cgi?id=1215 Thanks, --Keith Dean_D_Hiller wrote: > > This one is fully tested, no added failures from CTF... > > A quick fix to double your performance if you are using 1000 classes like I > am. Please let me know when thi

Re: [castor-dev] XML: upgrading to SAX2

2003-02-15 Thread Keith Visco
Castor already supports namespaces. You can also use SAX2 with Castor, so I am not sure what the issues are that you are facing... Castor internally uses SAX 1.0, but that doesn't limit you to using SAX 1.0, though it does require the parser to support SAX 1.0...there are SAX 1.0 adapters availab

Re: [castor-dev] Schema Validation with Castor

2003-02-15 Thread Keith Visco
Hi Mike, If you've used the Source Code Generator, then Castor has it's own object model based validation for the constraints for the schema uses when generating the classes. If you're using a mapping file or default introspection, then you can use the parsers validation, by enabling this in th

Re: [castor-dev] Namespaces with Castor

2003-02-15 Thread Keith Visco
Hi Mike, You can add namespaces to Castor in a few ways. In your mapping file do the following: http://my.org/my-namespace"; ns-prefix="..."/> ... You can also do the following: http://my.org/foo";> If you just want to declare a prefix for a namespace you

[castor-dev] Namespaces with Castor

2003-02-15 Thread Mike Denning
Can anyone provide me with instructions on how to define namespaces and namespace prefixes when marshalling xml byte streams from beans using Castor? I assume you would put something either in castor.properties or your mapping file thanks in advance Michael D. Denning Systems Programm

[castor-dev] Schema Validation with Castor

2003-02-15 Thread Mike Denning
Can anyone give me instructions on how to perform schema validations when unmarhalling a byte stream into beans using Castor? thanks in advance Michael D. Denning Systems Programmer NC Department of Justice Information Technology Division 919-716-1062

Re: [castor-dev] element binding little mistake???

2003-02-15 Thread Dean Hiller
thanks, worked great. Dean Rhett Sutphin wrote: > On Friday, February 14, 2003, at 10:21 AM, Dean Hiller wrote: > > Using the binding file I have > > > > > > > > You don't need 'element:'. Just do name="SystemStatus">. > > > This does not work. I do have other things in my binding file

Re: [castor-dev] unsubscribe

2003-02-15 Thread Dean Hiller
you sent to wrong list, send to [EMAIL PROTECTED] Mark Cornelius wrote: > > Mark E. Cornelius > Phi Beta Sigma/Prince Hall Mason > The Woodlands, Texas > > I had fainted, unless I had believed to see the goodness of the LORD > in the land of the living. Wait on the

[castor-dev] XML: upgrading to SAX2

2003-02-15 Thread Eric Kow
Hi list, I am currently working on upgrading Castor's XML handling to use SAX2 so that namespaces are handled cleanly and properly. (My real goal is do my real job which is soap stuff) My impression is that this is something i have to do myself, because the you folks do not believe it is a good