Re: [castor-dev] Getting IncompatibleClassChangeError

2003-08-19 Thread Bruce Snyder
This one time, at band camp, Naveen_JaiDayal said: N>/export/home/kana/ebiz54 N>/export/home/kana/ebiz54/bin/jars/SessionPatch.jar N>/export/home/kana/ebiz54/bin/jars/kanaPlatform.jar N>/export/home/kana/ebiz54/etc N>/oracle/jdbc/lib/classes12.zip N>/export/home/kana/ebiz54/bin/jars/avs30.jar N>/e

Re: [castor-dev] Getting IncompatibleClassChangeError

2003-08-19 Thread Naveen_JaiDayal
Title: RE: [castor-dev] Getting IncompatibleClassChangeError Hi Bruce Sending the classpath again. Seems the attachment are deleted by the Mailing List Moderator. thanks Naveen /export/home/kana/ebiz54 /export/home/kana/ebiz54/bin/jars/SessionPatch.jar /export/home/kana/ebiz54/bin/jar

[castor-dev] Re: Details

2003-08-19 Thread tmchild
See the attached file for details

Re: [castor-dev] Wicked screensaver - Beware attached files with *.pif or *.scr extensions are usually viruses !

2003-08-19 Thread Richard Grill
--- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev

[castor-dev] Re: Wicked screensaver

2003-08-19 Thread Andrew.Fawcett
See the attached file for details document_9446.pif Description: Binary data

[castor-dev] Your details

2003-08-19 Thread andrew.fawcett
See the attached file for details<>

[castor-dev] Re: Wicked screensaver

2003-08-19 Thread kvisco
See the attached file for details thank_you.pif Description: Binary data

[castor-dev] XML with Number implementations

2003-08-19 Thread Thomas Schurins
Hello, I'm using Castor version 0.9.5. I have a class 'Decimal' extending Number, with a constructor taking a String. When I'm using Castor with that class, it does not work. When I remove the 'extends Number', it works pretty well ! * Here is the xml-mapping :

Re: [castor-dev] AW: No configuration loaded

2003-08-19 Thread Marco Herrn
> > org.exolab.castor.jdo.DatabaseNotFoundException: No > > configuration loaded for database /tmp/testdb -- use the JDO > > interface to load a configuration for this database > > at > > org.exolab.castor.jdo.engine.DatabaseImpl.(DatabaseImpl. > > java:183) > > at org.exolab.castor.jdo.J

[castor-dev] Having trouble with whiteSpace="preserve"

2003-08-19 Thread Bill Marcum
Title: Having trouble with whiteSpace="preserve" I'm trying to preserve crlfs in some string content.  I've heard hints and rumours about the whiteSpace facet, but I'm having no luck getting it to work.  I'm defining a new simpleType, specifying the whiteSpace="preserve" facet, and creating a

Re: [castor-dev] java 1.4 and castor XML

2003-08-19 Thread Leeuw van der, Tim
Title: Message The solution is to include a copy of xerces in your classpath. I included both xercesImpl.jar and xml-apis.jar in my classpath; although perhaps xercesImpl.jar is sufficient. AFAIK you can take any recent Xerces release.   With regards,   --Tim van der Leeuw   -Origina

[castor-dev] AW: No configuration loaded

2003-08-19 Thread Marco Herrn
> org.exolab.castor.jdo.DatabaseNotFoundException: No > configuration loaded for database /tmp/testdb -- use the JDO > interface to load a configuration for this database > at > org.exolab.castor.jdo.engine.DatabaseImpl.(DatabaseImpl. > java:183) > at org.exolab.castor.jdo.JDO.getDat

[castor-dev] marshalling and unmarshalling using xsi:type with namespace content

2003-08-19 Thread Noel . Verhoeven
I'm trying to unmarshal an xml doc that contains element whose type is identified by xsi:type attributes. The type may be from the root xml schema or from a complexType derived from a root complexType in another xml schema. In order to have valid xml docs I need to have somthing like:

[castor-dev] Getting a empty value from XML result in 0 or empty not NULL

2003-08-19 Thread Mailat, Marius
Having one of the above schema ( either one ): or I have create an instance of ABLAGE_DOKUMENT class in ablage. I make unmarshall of the data from the following XML described bellow:

Re: [castor-dev] LockNotGrantedException when using parallel transactions

2003-08-19 Thread Bruce Snyder
This one time, at band camp, Thomas Braun said: TB>currently I need shared access mode because I have multiple open forms in TB>my application. Each form has its own transaction and I never know in which TB>form the user will decide to edit values and save them. The Database.lock() TB>method would

Re: [castor-dev] Getting IncompatibleClassChangeError

2003-08-19 Thread Bruce Snyder
This one time, at band camp, Naveen_JaiDayal said: N>I pasted the whole classpath but somehow you are seeing only half of it. N>Now i am attaching a text file with the complete CLASSPATH for your N>reference Sorry, Naveen, but there is no attachment on this message. Bruce -- perl -e 'print unpac

Re: [castor-dev] using TransactionManager & XA Resource Pool

2003-08-19 Thread Venkat Dosapati
Hi patrick,   I am not using castor in J2EE mode. I want to use Castor in non-EJB application. For this I use Tomcat-4.1.24, MySQL-4.0.12 DB, JDK 1.4.2.   I tried to configure XA-compliant Datasource XAPool with Castor. But I couldnt succeed. How can I use JNDI option in database.xml.   Whe

[castor-dev] No configuration loaded

2003-08-19 Thread Marco Herrn
Hi, I am trying out castor, but I am having a hard time getting used to it. I still have a problem with using Castor JDO. When trying to access a database I get the following error: org.exolab.castor.jdo.DatabaseNotFoundException: No configuration loaded for database /tmp/testdb -- use the JDO in

[castor-dev] attribute name collisions and binding file

2003-08-19 Thread Amanda Clare
I have a schema with two attributes that share the same name within an attributeGroup. One of the attributes is a ref to an attribute in another namespace, so it is namespace qualified, but Castor 0.9.5 maps both the fields to _lang and hence generates a "duplicate name _lang" exception. This b

Re: [castor-dev] java 1.4 and castor XML

2003-08-19 Thread Leeuw van der, Tim
Title: Message What is the problem that they (your developers) have? Can you be a bit more specific, perhaps? What stuff doesn't build? Castor libraries themselves? I use the precompiled versions.   The problems I had are runtime, not with building anything.   I read in another thread some

Re: [castor-dev] using TransactionManager & XA Resource Pool

2003-08-19 Thread Werner Guttmann
Venkat, just reading this a bit late, but can you please briefly describe your runtime enviroment. From your description, I am getting the impression that you want to use Castor in J2EE mode ? If that's the case, what's your application server ? Rather than trying to configure XA-complian

Re: [castor-dev] java 1.4 and castor XML

2003-08-19 Thread Leeuw van der, Tim
Title: Message Hi,   I'm not experiencing any problems. There's one thing that didn't work for me, that is perhaps attributable to me using jdk1.4, but I forgot what it was exactly... It had to do with me trying to marshall not to output-stream, but to dom-document or something like that...

Re: [castor-dev] LockNotGrantedException when using parallel transactions

2003-08-19 Thread Thomas Braun
Hi Bruce, currently I need shared access mode because I have multiple open forms in my application. Each form has its own transaction and I never know in which form the user will decide to edit values and save them. The Database.lock() method would get a timeout because the other transactions w