[JBoss JIRA] Created: (JBMICROCONT-162) VFS fails to parse manifest Class-Path correctly
by Scott M Stark (JIRA)
VFS fails to parse manifest Class-Path correctly
------------------------------------------------
Key: JBMICROCONT-162
URL: http://jira.jboss.com/jira/browse/JBMICROCONT-162
Project: JBoss MicroContainer
Issue Type: Bug
Components: VFS
Affects Versions: JBossMC_2_0_0 Beta3
Reporter: Scott M Stark
Assigned To: Scott M Stark
Fix For: JBossMC_2_0_0_CR1
The org.jboss.test.web.test.WebIntegrationUnitTestCase.testWarManifest in jbossas is currently failing due to the vfs failing to parse the war manifest classpath correctly:
2007-03-26 17:45:10,464 DEBUG [org.jboss.deployers.plugins.deployment.MainDeployerImpl] Add deployment context: vfsfile:/home/svn/JBossHead/jboss-head/testsuite/output/lib/manifest-web.ear
2007-03-26 17:45:10,466 DEBUG [org.jboss.virtual.VFSUtils] Manifest Class-Path entry jbosstest-web-util.jar ignored for manifest-web.war reason=java.io.FileNotFoundException: JarHandler@501036129[path= context=file:/home/svn/JBossHead/jboss-head/testsuite/output/lib/manifest-web.ear real=file:/home/svn/JBossHead/jboss-head/testsuite/output/lib/manifest-web.ear] has no child: il.jar 2007-03-26 17:45:10,489 DEBUG [org.jboss.virtual.VFSUtils] Manifest Class-Path entry jbosstest-web-util.jar ignored for manifest-web.war reason=java.io.FileNotFoundException: JarHandler@501036129[path= context=file:/home/svn/JBossHead/jboss-head/testsuite/output/lib/manifest-web.ear real=file:/home/svn/JBossHead/jboss-head/testsuite/output/lib/manifest-web.ear] has no child: il.jar 2007-03-26 17:45:10,489 DEBUG [org.jboss.deployers.plugins.deployment.MainDeployerImpl] Scheduling deployment: vfsfile:/home/svn/JBossHead/jboss-head/testsuite/output/lib/manifest-web.ear
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months
[JBoss JIRA] Created: (JBCACHE-1276) Make some dependencies in pom.xml optional; reduce dependency count
by Elias Ross (JIRA)
Make some dependencies in pom.xml optional; reduce dependency count
-------------------------------------------------------------------
Key: JBCACHE-1276
URL: http://jira.jboss.com/jira/browse/JBCACHE-1276
Project: JBoss Cache
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 2.1.0.CR3
Reporter: Elias Ross
Assigned To: Manik Surtani
Attachments: my.diff
Cache Loader-specific dependencies, e.g. Berkeley DB, should have been declared as "optional" in the pom.xml.
Making these optional in 2.1.0 may affect the upgrade path of some users who depend on a particular database/datastore .jar file, but would reduce the amount of unnecessary jar files used in people's deployments.
Additionally, the jboss-common project brings in a few unnecessary dependencies, such as apache-httpclient.
Here's a patch for pom.xml.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months