---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- I'm using apache_1.3.9 jserv1.1 and connecting to psepro DB. The problem is the follwing: I have dir as thesis |-people <- have all .class files |-Data <- have db *.od* and ojclasses(postprocessed classes) I have zone and repositories as repositories=<mydir>/thesis/people zone=people people.properties=<mydir>/thesis/people wrapper.classpath=<mydir>/thesis/Data/ojclasses (with other psepro *.zip) now this work fine when I don't use "package" in classes in people/. But as soon as I made all classes in people/ packaged (adding "package people;"), Everything doesn't work. I got error from psepro java.lang.ClassCastException: com.odi.imp.UnregisteredType I suspect Jserv is failing to find ojclasses which it shouldn't does anyone know why or is this jserv bug? or I'm I doing something wrong? Katsu -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]