[jboss-user] [JBossWS] - Re: JBossWS 1.2 on JBoss AS 4.0.5
heiko.braun@jboss.com
do-not-reply at jboss.com
Mon Mar 5 04:31:38 EST 2007
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#4025004
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025004
More information about the jboss-user
mailing list