Bugs item #537163, was opened at 2002-03-30 18:43
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=537163&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Andrew Thorn (sigbur)
>Assigned to: Jules Gosnell (jules_gosnell)
Summary: Deployed .WAR file classloading problem.

Initial Comment:
Recent RH builds, specifically March 30th, have problems finding classes in .JAR files.
An easy eaxmple to try is one of the Struts 1.1beta1 webapps. In versions of RH from 
March 
20th, struts-example.war will load correctly when dropped into the deploy directory.

Now, the following error is generated:

[MainDeployer] Couldn't deploy URL file: .../deploy/struts-example.war
org.jboss.deployment.DeploymentException: java.lang.ClassNotFoundException: 
org.apache.commons.logging.impl.LogFactoryImpl

The stacktrace points out: AbstractWebContainer.java 405
 MainDeployer.java:642
 MainDeployer.java:500
 MainDeployer.java:463

as the line numbers to look at. I thought I'd report the functionality change.

-Neal



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

>Comment By: Jules Gosnell (jules_gosnell)
Date: 2002-04-03 00:20

Message:
Logged In: YES 
user_id=49106

This was broken by a change in the main Jetty repository and
a merge.

I have fixed both repositories.

struts-example.war now deploys fine.

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

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

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to