[
https://issues.jboss.org/browse/JBWS-3368?page=com.atlassian.jira.plugin....
]
Richard Opalka edited comment on JBWS-3368 at 10/14/11 4:30 AM:
----------------------------------------------------------------
In AS7 EJB3 WS endpoints (those annotated with both @Stateless & @WebService) cannot
be referenced from web.xml
In order to support EJB3 endpoints in wars, please remove these endpoints from web.xml (or
remove web.xml completely
if your war deployment doesn't contain POJO WS endpoints).
If you added @Stateless annotation on POJO endpoints by mistake, just remove it without
modifying web.xml.
was (Author: ropalka):
In AS7 EJB3 WS endpoints (those annotated with both @Stateless & @WebService)
cannot be referenced from web.xml
In order to support EJB3 endpoints in wars, please remove these endpoints from web.xml (or
remove web.xml completely
if your war deployment doesn't contain POJO WS endpoints).
jbossws-cxf-4.0.0.Beta6 : jaxws-benchmark-datatypes-pojo.war
deployment on AS7 fails
------------------------------------------------------------------------------------
Key: JBWS-3368
URL:
https://issues.jboss.org/browse/JBWS-3368
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jbossws-cxf
Affects Versions: jbossws-cxf-4.0.0.Beta5
Reporter: Rostislav Svoboda
Assignee: Rostislav Svoboda
JBoss AS 7.1.0.Alpha2-SNAPSHOT from 2011-10-13
bin/standalone.sh --server-config=standalone-preview.xml
[standalone@localhost:9999 /] deploy
/home/rsvoboda/svn/jbossws-cxf-4.0.0.Beta6/modules/testsuite/shared-tests/target/test-libs/jaxws-benchmark-datatypes-pojo.war
Deployment on fresh AS7 fails with Caused by: java.lang.IllegalStateException: Endpoint
already registered:
jboss.ws:context=jaxws-benchmark-datatypes-pojo,endpoint=EndpointPOJOWrappedDocImpl
For details see
http://pastebin.test.redhat.com/64526
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira