[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 app deployed on the same server to the 
classpath?  

More info:
Using jboss 3.2.3
have exploded WARs.

Thanks,
Kevin 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3831611#3831611

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831611


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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).

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3823908#3823908;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823908Reply 
to the post/a


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3823909#3823909;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823909Reply 
to the post/a


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user