Bugs item #642250, was opened at 2002-11-22 12:04
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=642250&group_id=22866

Category: JBossWeb
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Phil Cornelius (smapjb)
Assigned to: Nobody/Anonymous (nobody)
Summary: CNFE Jdom

Initial Comment:
I have submitted this ear following the thread on
jboss-user included below.

The submitted ear works on Jboss-3.0.2 but not on 3.0.4

<SNIP>
3.0.4 should work, and does for the jbosstest-web.ear
which I updated to
include a servlet that accesses a class loaded from a
jar referenced by an
ejb-jar manifest Class-Path entry. If you have an ear
that demonstrates the
problem that you can submit to sourceforge open a bug
and include the ear.


xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx

----- Original Message ----- 
From: "Phil Cornelius" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 18, 2002 2:35 AM
Subject: Re: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

Attached.

I have however solved this by adding a copy of the
manifest that is in
the ejb jar to the war file (details in thread).

So the question I have now is should the servlets have
been able to find
the jdom classes in 3.0.2?

Yours
Phil





On Fri, 2002-11-15 at 17:19, Scott M Stark wrote:
> Show the complete stack trace of the CNFE coming from
the servlet. The
> indentation of the ear is not coming through in this
mail well so run the
> attached class on it and send that.
> 
> xxxxxxxxxxxxxxxxxxxxxxxx
> Scott Stark
> Chief Technology Officer
> JBoss Group, LLC
> xxxxxxxxxxxxxxxxxxxxxxxx
> 
> ----- 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
> > junit.jar
> > +blah.war
> > -blah.jar
> > -META-INF/
> > Manifest.mf
> > +otherstuff
> > +META-INF/
> > 
> > 
> > In the manifest of my ejb jar I have
> > 
> > Manifest-Version:1.0
> > Class-Path: ./lib/jdom.jar ./lib/junit.jar
> > 
> > Now in Jboss-3.0.2 everything works fine and my
servlets can access the
> > jdom classes..
> > 
> > However in Jboss-3.0.4 I get ClassNotFound
org.jdom.Element thrown from
> > my servlets.
> > 
> > I had a sniff around.. currently I am happy that it
works with 3.0.2..
> > 
> > Can anyone shed light on this?
> > Is there anything that I need to set in my WAR file
like a Manifest.mf?
> > 
> > I want to keep my third party libs in one place and
I don't want to
> > clutter the Jboss dist. so I want to avoid putting
a copy in WEB-INF/lib
> > 
> > Yours
> > Phil
</SNIP>

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=642250&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to