If you look at the contents of the jbossws40.sar you'll find the service descriptor
for non ejb3 installations:
| jboss-service-no-ejb3.xml
|
Just rename the jboss-service-no-ejb3.xml to jboss-service.xml or just comment the
DeployerInterceptorEJB3
| <!--
| A deployer service for EJB3 endpoints.
| <mbean name="jboss.ws:service=DeployerInterceptorEJB3"
code="org.jboss.ws.integration.jboss42.DeployerInterceptorEJB3">
| <depends-list optional-attribute-name="Interceptables">
|
<depends-list-element>jboss.ejb3:service=EJB3Deployer</depends-list-element>
| </depends-list>
| </mbean>
| -->
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025004#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...