Re: [castor-dev] NoClassDefFoundError in JDO.loadConfiguration

2001-10-02 Thread Owen
Hmm, Running it out of a servlet probably changes things; servlets are quite a way from being my strongest point... Does your database.xml specify a DataSource with a jndi name? (This is the sound of a man guessing...:-) hth Owen > >>> > If all you were trying to do is get a JDO instance

Re: [castor-dev] NoClassDefFoundError in JDO.loadConfiguration

2001-10-02 Thread Ryan Campbell
Tuesday, October 02, 2001 10:30 AM To: [EMAIL PROTECTED] Subject: Re: [castor-dev] NoClassDefFoundError in JDO.loadConfiguration >>> If all you were trying to do is get a JDO instance going, I'm not sure why you should be getting those errors. Could you post up your code? <<&l

Re: [castor-dev] NoClassDefFoundError in JDO.loadConfiguration

2001-10-02 Thread Ryan Campbell
>>> If all you were trying to do is get a JDO instance going, I'm not sure why you should be getting those errors. Could you post up your code? <<< No problem (see below). This being my first time to use struts, it's entirely possible that I've got several things not configured correctly. Tha

Re: [castor-dev] NoClassDefFoundError in JDO.loadConfiguration

2001-10-02 Thread Owen
That, I agree, is the implication :-) You only get xerces and jndi with the source distro afaik. If all you were trying to do is get a JDO instance going, I'm not sure why you should be getting those errors. Could you post up your code? Cheers, Owen > Well, I downloaded > ftp://ftp.exolab

Re: [castor-dev] NoClassDefFoundError in JDO.loadConfiguration

2001-10-02 Thread Ryan Campbell
25 AM To: [EMAIL PROTECTED] Subject: Re: [castor-dev] NoClassDefFoundError in JDO.loadConfiguration Are jndi_[version].jar and xerces_[version].jar in the lib directory of your castor distribution? If they are, did you explicitly add them to your classpath? Remember that jar files have to be add

Re: [castor-dev] NoClassDefFoundError in JDO.loadConfiguration

2001-10-02 Thread Owen
Are jndi_[version].jar and xerces_[version].jar in the lib directory of your castor distribution? If they are, did you explicitly add them to your classpath? Remember that jar files have to be added explicitly. hth Owen > Have I missed some documentation somewhere? According to >