I've been happily running with jboss 2.4.1 and tomcat 3.2.3 running under different JVM instances on a development box (solaris 8/sparc).
I needed to move to tomcat 4.0.1 for one method not available under the old spec. But now, given an entity bean with: <jndi-name>base2/profile</jndi-name> If I use this bean from an application on the same machine, things work just as before. But, if I attempt to lookup this bean on the exact same machine with the exact same static factory method, I get this exception: javax.naming.NameNotFoundException: Name base2 is not bound in this Context The only difference I can find is the $CLASSPATH from the application view contains "/usr/local/jboss/jboss/conf/default" where tomcat doesn't know about that, nor do I know how to get tomcat to include that (or if I should do it this way). Please advise. I'm out of ideas. FYI: I'm running under different JVM instances so I can just restart tomcat during development rather than the whole things, which takes considerably longer. AFAIK, there is no way to get tomcat to recognize class changes without restarting it with 4.0.1. Frank _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
