Re: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

2002-11-18 Thread Phil Cornelius
- Original Message - From: Phil Cornelius [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 15, 2002 1:43 AM Subject: RE: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader Actually now you mention it.. I noticed something too.. My app is structured thus

Re: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

2002-11-18 Thread Scott M Stark
- Original Message - From: Sonnek, Ryan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 15, 2002 2:47 PM Subject: RE: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader here's the exception i get when the jars are inside WEB-INF/lib: the classes in question are dealing

RE: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

2002-11-15 Thread Phil Cornelius
Actually now you mention it.. I noticed something too.. My app is structured thus: -myear.ear -lib/ jdom.jar junit.jar +blah.war -blah.jar -META-INF/ Manifest.mf +otherstuff

RE: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

2002-11-15 Thread Sonnek, Ryan
Hauer [mailto:sebastian.hauer;sknt.com] Sent: Thursday, November 14, 2002 6:35 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader It works for me using 3.0.4/Jetty. I have some thrirdparty jars in my .ear/.war/WEB-INF/lib. Where inside your EAR is the code located

RE: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

2002-11-15 Thread Sebastian Hauer
] Sent: Friday, November 15, 2002 4:44 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader Actually now you mention it.. I noticed something too.. My app is structured thus: -myear.ear -lib/ jdom.jar junit.jar

RE: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

2002-11-15 Thread Phil Cornelius
] Sent: Friday, November 15, 2002 4:44 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader Actually now you mention it.. I noticed something too.. My app is structured thus: -myear.ear -lib/ jdom.jar junit.jar

Re: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

2002-11-15 Thread Scott M Stark
- Original Message - From: Phil Cornelius [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 15, 2002 1:43 AM Subject: RE: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader Actually now you mention it.. I noticed something too.. My app is structured thus: -myear.ear -lib/ jdom.jar

Re: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

2002-11-15 Thread Scott M Stark
AM Subject: RE: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader I could understand if the classes inside my ejb-jar could not access the jar files in WEB-INF/lib, but I'm getting the class not found from a jsp page. here's my ear's package structure. i've tried various Class-Path options

RE: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

2002-11-15 Thread Sonnek, Ryan
$JobRunner.run(ThreadPool.java:743) at java.lang.Thread.run(Thread.java:536) -Original Message- From: Scott M Stark [mailto:scottmstark;attbi.com] Sent: Friday, November 15, 2002 11:43 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader Show the full stack

RE: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

2002-11-14 Thread Sebastian Hauer
It works for me using 3.0.4/Jetty. I have some thrirdparty jars in my .ear/.war/WEB-INF/lib. Where inside your EAR is the code located that can't access the stuff in WEB-INF/lib? I would guess that it might be some kind of a classloader scope problem but that seems strange with JBoss' new