Bugs item #585010, was opened at 2002-07-22 16:55 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=585010&group_id=22866
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Vurti Galka (vurtigalka) Assigned to: Nobody/Anonymous (nobody) Summary: Startup error with lib added Initial Comment: win2000 j2sdk1.4.0 jboss-3.0.1RC1_tomcat-4.0.4 I get an error at startup when "jdom.jar" has been added to the server\default\lib. Otherwise it is a clean installation. (version jdom-b8, http://jdom.org) This works fine in jboss-3.0.0_tomcat-4.0.3 No other library has given me any problems. ---------------------------------------------------------------------- Comment By: Harald Gliebe (hagl) Date: 2002-07-22 19:50 Message: Logged In: YES user_id=31131 The jdom.jar contains a file META-INF/info.xml with some copyright and author information. The org.jboss.deployment.JARDeployer assumes that the info.xml is some sort of deployment descriptor, and therefore doesn't accept the Jar. Since no other deployer handles the info.xml format, the deployment of jdom.jar fails. Removing the info.xml from the jar worked for me, but it isn't a real solution ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=585010&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
