[
https://issues.jboss.org/browse/AS7-2556?page=com.atlassian.jira.plugin.s...
]
Bartosz Baranowski commented on AS7-2556:
-----------------------------------------
15:14:50,330 INFO [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-7)
HHH000204: Processing PersistenceUnitInfo [
name: primary
...]
15:14:50,364 INFO [org.jboss.wsf.stack.cxf.metadata.MetadataBuilder] (MSC service thread
1-1) Add Service
id=SampleWebService
address=http://localhost:8080/test1/XXX/SampleWebService
implementor=xxx.SampleWebService
invoker=org.jboss.wsf.stack.cxf.JBossWSInvoker
serviceName={http://xxx/}XXX
portName={http://xxx/}SampleWebServicePort
wsdlLocation=null
mtomEnabled=false
....
15:14:51,154 INFO [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-1) Setting
the server's publish address to be
http://localhost:8080/test1/XXX/SampleWebService
15:14:51,176 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016008: Starting
weld service for deployment test1.ear
15:14:51,268 INFO [org.jboss.wsf.stack.cxf.deployment.WSDLFilePublisher] (MSC service
thread 1-1) WSDL published to:
file:/E:/git/jboss-as3/build/target/jboss-as-7.1.0.Final-SNAPSHOT/standalone/data/wsdl/test1.ear/test1-web-0.0.1-SNAPSHOT.war/XXX.wsdl
15:14:51,278 INFO [org.jboss.as.webservices] (MSC service thread 1-6) JBAS015539:
Starting service jboss.ws.port-component-link
15:14:51,554 INFO [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539:
Starting service
jboss.ws.endpoint."test1.ear"."test1-web-0.0.1-SNAPSHOT.war".SampleWebService
15:14:51,631 INFO [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread
1-4) Initializing Mojarra 2.1.5 (SNAPSHOT 20111202) for context '/test1'
15:14:52,506 INFO [org.jboss.web] (MSC service thread 1-4) JBAS018210: Registering web
context: /test1
So it seems this issue is no longer valid.
application.xml contextRoot is ignored when war contains @WebService
--------------------------------------------------------------------
Key: AS7-2556
URL:
https://issues.jboss.org/browse/AS7-2556
Project: Application Server 7
Issue Type: Bug
Components: Web Services
Affects Versions: 7.0.2.Final, 7.1.0.Alpha1
Reporter: Alexandre Gattiker
Assignee: Bartosz Baranowski
Fix For: 7.1.0.Final
See Steps to reproduce below.
When deploying the archetype without modification:
10:12:57,545 INFO [org.jboss.web] (MSC service thread 1-6) registering web context:
/test1
When adding a @WebService annotated class to the WAR:
10:15:33,203 INFO [org.jboss.web] (MSC service thread 1-1) registering web context:
/test1-web-0.0.1-SNAPSHOT
--
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