[jboss-jira] [JBoss JIRA] (AS7-2595) Jars in root of a sar archive not added to the sar's classpath
Mike Clark (Created) (JIRA)
jira-events at lists.jboss.org
Fri Nov 11 11:46:45 EST 2011
Jars in root of a sar archive not added to the sar's classpath
--------------------------------------------------------------
Key: AS7-2595
URL: https://issues.jboss.org/browse/AS7-2595
Project: Application Server 7
Issue Type: Bug
Components: Deployment
Affects Versions: 7.1.0.Final
Reporter: Mike Clark
Assignee: Thomas Diesler
In previous versions, a sar archive includes classes in the sar archive's root on the sar's classpath. It is quite common to have a structure such as:
mbean.sar
├── some.jar
└── META-INF
├── jboss-service.xml
└── MANIFEST.MF
However, this does not work. The classes in some.jar are not available.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list