Re: [castor-dev] [Ann] Castor Message Board

2004-07-04 Thread Keith Visco
Hi Werner, I'm pretty certain we can go from the message board to the mailing lists using phpBB's notify feature, but going from the mailing lists to the message board would require someone to write some scripts to do it I believe (unless someone out there has a clue on that). Also synchronizing

Re: [castor-dev] Remove namespace prefix from the castor generated XML

2004-07-04 Thread Keith Visco
Thanooja, If you want to remove the namespace completely, just (temporarily) remove the targetNamespace from your schema and regerate the sources. If you simply want to use a different prefix than "ns1" you can declare the prefix mapping on the Marshaller (see Marshaller#setNamespaceMapping. -

Re: [castor-dev] JDO object creation performance flaw

2004-07-04 Thread Gregory Block
On 4 Jul 2004, at 12:44, Werner Guttmann wrote: Having said that, I am well aware of the point you are trying to make. I am reading up on new features such as java.util.concurrent, generics, etc. myself, and whilst doing so, I can clearly see how Castor might and will improve from such language

Re: [castor-dev] JDO object creation performance flaw

2004-07-04 Thread Werner Guttmann
Gregory, nobody is suggesting that you will have to wait three years for any Tiger features to show up in Castor .. ;-). Having said that, I am well aware of the point you are trying to make. I am reading up on new features such as java.util.concurrent, generics, etc. myself, and whilst doing

Re: [castor-dev] JDO object creation performance flaw

2004-07-04 Thread Gregory Block
I dunno; I'm kind of funny about this point. It's been a long time since the release of 1.3 and 1.4 JDKs, and with Tiger around the corner, 1.2 is quickly becoming lost in the mists of time. The big question isn't just when can we start using new features in 1.3, but when will we be able to ge

Re: [castor-dev] JDO object creation performance flaw

2004-07-04 Thread Werner Guttmann
FWIW, I just posted an initial patch to bug 1676 at http://bugzilla.exolab.org/show_bug.cgi?id=1676 Please read the comments carefully, as there still is one or two limitations I need to iron out .. ;-). But all in all, things are working pretty good, and I am more interested to get feedback

[castor-dev] Remove namespace prefix from the castor generated XML

2004-07-04 Thread Thanooja S
Hi All I am using Castor 0.9.5.3 to generate classes from xsd using the SourceCodeGenerator and then to marshal Java Objects to XML. But in the generated XML i am getting the prefix ns1: with the complex types. Is there anyway i can remove it ? Thanks Thanooja --

Re: [castor-dev] [Ann] Castor Message Board

2004-07-04 Thread Werner Guttmann
Keith, is there a way to get the two media interlinked, i.e. make every message sent to castor-dev appear on the board and vice versa ? Werner On Sun, 04 Jul 2004 01:29:58 -0500, Keith Visco wrote: > > >Hi all, > >We just set up a message board for Castor: > >http://castor.exolab.org/phpBB2

Re: [castor-dev] JDO object creation performance flaw

2004-07-04 Thread Werner Guttmann
Jon, personally I agree 100%. I am using JDK 1.4.2 and have been doing so for quite a while, but I am afraid that there is plenty of people out there that suffer from company standards and the like .. :-(. Anyhow, I think we have found a way to make such code available conditionally, such as e