I'm attempting to use the 'Kodo' JDO beta 2.2.1 and Tomcat 4.0.  Going
through the Kodo command-line tutorial works just fine, but I need to
verify works in the context of a servlet container.  I'm able to get an
instance of a persistenceManager and able to persist objects via
makePersistent() in a servlet, however any attempts at querying objects
generate the exception:

   javax.jdo.JDODataStoreException: Type "test.MyClass" is referenced in
the database, but does not exist.

I'm confident the JDO-enhanced classes are visible at runtime since I can
persist objects, and if I move classes from under
../webapps/myapp/WEB-INF/classes/test I then get a ClassNotFoundException.  

Anyway, if anyone's messed with JDO and Tomcat I'd really like to hear from
you.

Thanks
Mark




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to