[castor-dev] Castor unmarshal: deleting all space characters after quote character

2004-04-19 Thread Hong-Linh Truong
Hi all, Few days ago I reported the problem in which when castor unmarshals an element typed string, some space characters are missing. E.g. an element named "elementContent" has the following value: -

[castor-dev] problem with combination of castor and DOM

2004-04-19 Thread Nikolas Nehmer
Hi,   first I was loading the XML data directly into castor from a FileReader Objekt which worked fine. Now I want to load the same file into DOM and then take that DOM as input for castor. But now it doesn’t work anymore. I get the error message: unable to find FieldDexcriptor for ‘lastn

[castor-dev] Problem when parsing xml file with tab and line break

2004-04-19 Thread David . Faehndrich
I'm trying to parse an xml file which contains a tag school with an attribute description which contains tab and carriage return characters : When I parse the xml file with a mapping file, and I try to get the tabs and the line break characters within my field "description", the values of

Re: [castor-dev] how to handle different ns?

2004-04-19 Thread Gregory Block
On 18 Apr 2004, at 17:33, Nikolas Nehmer wrote: The resulting XML file looked almost the same as the input XML file but no namespace declarations and no stylesheet definition. When I use the namespace attribute in the map-to element I can only define 1 single namespace but not several. Any sug

Re: [castor-dev] ObjectModifiedException using double in MySql with out size.

2004-04-19 Thread Werner Guttmann
Thanks, Gonzalo. I think it would definitely make sense to keep things simple to facilitate recreation. Werner On Fri, 16 Apr 2004 01:28:42 +0200, Gonzalo Abollado wrote: > >Werner, > >Thanks for the effort. > >I understand it´s very difficult to solve a problem if you can not >reproduce it, b

Re: [castor-dev] Loading configuration from memory

2004-04-19 Thread Gregory Block
On 19 Apr 2004, at 09:36, Werner Guttmann wrote: couldn't bespoke functionality be accomplished with what's there already using InputSource ? Yes - I do that now with cached connections. --- If you wish to unsubscribe from this mailing, sen

Re: [castor-dev] Loading configuration from memory

2004-04-19 Thread Werner Guttmann
Bruce, couldn't bespoke functionality be accomplished with what's there already using InputSource ? Werner On Fri, 16 Apr 2004 10:21:05 -0600, Bruce Snyder wrote: > >Grinvald, Edward wrote: > >> Hello all, >> I would like to call JDO.setConfiguration() with a buffer or a stream i >> have in

Re: [castor-dev] Duration type in JDO]

2004-04-19 Thread Werner Guttmann
On Thu, 15 Apr 2004 08:18:49 -0600 (MDT), Bruce Snyder wrote: > >This one time, at band camp, Werner Guttmann said: > >WG>On Thu, 15 Apr 2004 11:52:49 +0200, Werner Guttmann wrote: >WG> >WG>> >WG>>On Tue, 13 Apr 2004 08:23:33 -0600 (MDT), Bruce Snyder wrote: >WG>> >WG>>> >WG>>>This one ti

Re: [castor-dev] problem with connection pooling for Oracle

2004-04-19 Thread Ughetti Marco
Tnanks Bruce, Werner Unfortunately I tried to change my conf file following your hint (minLimit -> min-limit) and I got this exception org.xml.sax.SAXException: unable to add attribute "min-limit" to 'oracle.jdbc.pool.OracleConnectionCacheImpl' due to the following error: org.exolab.castor.mappi