If that's the case, can you please create a new bug at
http://bugzilla.exolab.org, attach all relevent information (plus files) ...
and I'll see what I can find. Somehow I am getting the impression that
0.9.5.4 includes functionality that was meant to be part of 0.9.6.

Werner

> Werner,
>    Here is my info.
> 
> /com/opendemand/jdo/database_db2.xml
> ------------------------------------------------------------------------
> <!-- edited with XMLSPY v5 rel. 2 U (http://www.xmlspy.com) by Donald
> Doane (OpenDemand Systems, Inc.) -->
> <!DOCTYPE database PUBLIC "-//EXOLAB/Castor JDO Configuration DTD Version
> 1.0//EN"
> "http://castor.exolab.org/jdo-conf.dtd";>
> 
> <database name="ods" engine="db2">
> <jndi name="java:comp/env/jdbc/ods"/>
> <mapping href="/com/opendemand/jdo/mapping_sql.xml"/>
> </database>
>
----------------------------------------------------------------------------
> 
> Java call:
> 
>
JDO.loadConfiguration(getClass().getResource("/com/opendemand/jdo/database_db2.xml").toString(),getClass().getClassLoader()
); 
> 
> Steve
> 
> ----- Original Message ----- 
> From: "Werner Guttmann" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, December 02, 2004 7:38 AM
> Subject: Re: [castor-user] JNDI J2EE setup under castor 9.5.4
> 
> 
> > 
> > Steve,
> > 
> > can you please post your complete JDO configuration file ?
> > 
> > Werner
> > 
> >> Werner,
> >>     I think for reason the entity resolver is the Castor JDO entity
> >> resolver, so it is trying to umarshall the "<jndi ..>" tag.  I am not
> > setting an
> >> entity resolver. 
> >> 
> >> 
> >> Steve
> >>   ----- Original Message ----- 
> >>   From: Stephen Ince 
> >>   To: [EMAIL PROTECTED] 
> >>   Sent: Wednesday, December 01, 2004 8:48 PM
> >>   Subject: Re: [castor-user] JNDI J2EE setup under castor 9.5.4
> >> 
> >> 
> >>   Werner,
> >>       I downloaded the following source and built it.
> >> 
> >>   ftp://ftp.exolab.org/pub/castor/castor_0.9.5.4/castor-0.9.5.4-src.zip
> >> 
> >>   Steve
> >>     ----- Original Message ----- 
> >>     From: Werner Guttmann 
> >>     To: [EMAIL PROTECTED] 
> >>     Sent: Wednesday, December 01, 2004 4:44 PM
> >>     Subject: Re: [castor-user] JNDI J2EE setup under castor 9.5.4
> >> 
> >> 
> >>     Stephen,
> >> 
> >>     could it be that you are using the 0.9.6 RC, as we have changed the
> >> format of the JDO config file. In general, the stack trace you've
> included
> >> definitely isn't related to using JNDI (or not).
> >> 
> >>     Thanks
> >>     Werner
> >> 
> >>     --Original Message Text---
> >>     From: Stephen Ince
> >>     Date: Wed, 1 Dec 2004 02:34:45 -0500
> >> 
> >>     Hi. I am trying to upgrade to castor 9.5.4 and I am getting the
> >> following error. My configuration was working fine on 9.5.3 but for
> some
> > reason
> >> castor is using it's built-in entity resolver for the jdo database
> >> configuration. How should I load a jndi datasource in a J2EE
> application? 
> >> 
> >>     Steve 
> >> 
> >>     Mapping file: 
> >>    
> >>
> >
>
------------------------------------------------------------------------------------------
> > 
> >>     <database name="ods" engine="db2">
> >>     <jndi name="java:comp/env/jdbc/ods"/>
> >>     <mapping href="/com/opendemand/jdo/mapping_sql.xml"/>
> >>     </database>
> >> 
> >>     Java: 
> >>    
> >>
> >
>
-----------------------------------------------------------------------------------------------------------------------
> > 
> >>     JDO.loadConfiguration(getClass().getResource(
> >> "/com/opendemand/jdo/database_db2.xml"
> > ).toString(),getClass().getClassLoader() ); 
> >> 
> >>     Exception: 
> >>    
> >>
> >
>
-----------------------------------------------------------------------------------------------------------------------
> > 
> >>     FieldDescriptor for 'jndi' in ClassDescriptor of jdo-conf{file:
> >> jar:file:/C:/Pro
> >>    
> >>
> >
>
gram%20Files/Apache%20Group/Tomcat%204.1/server/webapps/openload/WEB-INF/lib/openload.jar!/com/opendemand/jdo/database_db2.xml;
> > line: 7; column:
> >> 39}
> >>     unable to find FieldDescriptor for 'jndi' in ClassDescriptor of
> >> jdo-conf
> >>     org.xml.sax.SAXException: unable to find FieldDescriptor for 'jndi'
> in
> >> ClassDesc
> >>     riptor of jdo-conf
> >>     at
> >> org.exolab.castor.xml.UnmarshalHandler.startElement(UnmarshalHandler.
> >>     java:1853)
> >>     at
> >> org.exolab.castor.xml.UnmarshalHandler.startElement(UnmarshalHandler.
> >>     java:1330)
> >>     at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown
> >> Sour
> >>     ce)
> >>     at
> >> org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unkn
> >>     own Source)
> >>     at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown
> >> Sourc
> >>     e)
> >>     at
> >> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElemen
> >>     t(Unknown Source)
> >>     at
> >> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
> >>     Dispatcher.dispatch(Unknown Source)
> >>     at
> >> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
> >>     known Source)
> >>     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
> Source)
> >>     at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
> >>     at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
> >>     at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
> Source)
> >>     at
> org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:657)
> >>     at
> >> org.exolab.castor.jdo.engine.JDOConfLoader.loadConfiguration(JDOConfL
> >>     oader.java:85)
> >>     at
> >> org.exolab.castor.jdo.engine.JDOConfLoader.getDatabase(JDOConfLoader.
> >>     java:101)
> >>     at
> >> org.exolab.castor.jdo.engine.DatabaseRegistry.loadDatabase(DatabaseRe 
> >> 
> >> 
> >> 
> >> 
> >> 
> >> 
> >>
> >
>
----------------------------------------------------------------------------
> >> 
> >> 
> >>     ----------------------------------------------------------- 
> >>     If you wish to unsubscribe from this mailing, send mail to
> >>     [EMAIL PROTECTED] with a subject of:
> >>             unsubscribe castor-user
> >> 
> >> 
> >> 
> >>
> >
>
------------------------------------------------------------------------------
> >> 
> >> 
> >>   ----------------------------------------------------------- 
> >>   If you wish to unsubscribe from this mailing, send mail to
> >>   [EMAIL PROTECTED] with a subject of:
> >>           unsubscribe castor-user
> >> 
> > 
> > -- 
> > NEU +++ DSL Komplett von GMX +++ http://www.gmx.net/de/go/dsl
> > GMX DSL-Netzanschluss + Tarif zum superg�nstigen Komplett-Preis!
> > 
> > 
> > 
> > ----------------------------------------------------------- 
> > If you wish to unsubscribe from this mailing, send mail to
> > [EMAIL PROTECTED] with a subject of:
> >        unsubscribe castor-user
> > 
> >

-- 
NEU +++ DSL Komplett von GMX +++ http://www.gmx.net/de/go/dsl
GMX DSL-Netzanschluss + Tarif zum superg�nstigen Komplett-Preis!



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-user

Reply via email to