-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
None
-
None
-
None
We have an issue, JBoss Portal WSRP service doesn't deploy in Branch
4.2, the issue seems to be related to the WS changes.
I noticed that in jbossws.sar/META-INF/jboss-service.xml the following
has been removed:
<!--
A deployer service for JSE endpoints that are nested in service
archives (sar).
-->
<mbean name="jboss.ws:service=DeployerInterceptorNestedJSE"
code="org.jboss.ws.integration.jboss42.DeployerInterceptorNestedJSE">
<depends optional-attribute-name="MainDeployer"
proxy-type="attribute">jboss.system:service=MainDeployer</depends>
<depends>jboss.ws:service=WebServiceDeployerJSE</depends>
</mbean>
We do have a jse included into a sar and the end result is that the WSRP
service doesn't start with the following error message:
— Packages waiting for a deployer —
org.jboss.deployment.DeploymentInfo@be17fae3 {
url=file:/tmp/jboss-4.2.2.GA/server/default/deploy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp.jse
}
deployer: null
status: Starting
state: INIT_WAITING_DEPLOYER
watch:
file:/tmp/jboss-4.2.2.GA/server/default/deploy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp.jse
altDD: null
lastDeployed: 1192192027649
lastModified: 1192191975000
mbeans:
I wanted to let you know. I didn't investigate more than that, other
than trying to find the corresponding class for the deployer, but it
seems that it's not in the codebase anymore.
- is related to
-
JBAS-9188 Implement support for nested EJBs & WARs in .sar archives
- Resolved