[JBoss-user] [HTTPD, Servlets & JSP] - Class collisions between apps.

2004-04-20 Thread kevinhanna
I'm am in the process of moving a couple applications from JRun over to JBoss. The JSP compiler is using the classes in /WEB-INF/classes for both applications. Ignoring that we should be cooperating a little more in my company. Is there a way to have the compiler not add classes from another a

[JBoss-user] [EJB/JBoss] - Re: ClassNotFound exception finding Home interface

2004-03-02 Thread kevinhanna
your JSP needs to have a copy of the class too, you should include it in your .war. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823909#3823909";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823909>Reply to the post ---

[JBoss-user] [EJB/JBoss] - Re: NullPointerException when invoking create() on LocalHome

2004-03-02 Thread kevinhanna
Judging by the stack you pasted.. It looks like you are trying to envoke your local home via a separate Java app (different heap). You should only be able to refference a local home from within the same heap (i.e.: from the same JBoss instance). http://www.jboss.org/index.html?module=bb&op=vie