[
https://jira.jboss.org/jira/browse/JBAS-7322?page=com.atlassian.jira.plug...
]
Thomas Diesler resolved JBAS-7322.
----------------------------------
Resolution: Done
Fixed in LegacyWebXmlLessDeployer
// Detect and ignore OSGi WAR deployments
// FIXME Use typed OSGiMetaData when we have it available at runtime
String bundleSymbolicName = (String)
unit.getAttachment("org.jboss.osgi.bundle.symbolic.name");
if (bundleSymbolicName != null)
{
log.debug("Ignore OSGi webapp: " + bundleSymbolicName);
return;
}
Disable Tomcat deployment for OSGi webapps
------------------------------------------
Key: JBAS-7322
URL:
https://jira.jboss.org/jira/browse/JBAS-7322
Project: JBoss Application Server
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Web (Tomcat) service
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: JBossAS-5.2.0.Beta1
Starting from 1.0.0.Beta4 JBoss OSGi can handle WAR deployments in JBoss.
Disable the ordinary webapp deployment to Tomcat for these bundles.
Later the JBoss Web Service should be enabled to handle OSGi WAR deployments.
i.e. there would be just one service to handle WARs
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira