[
http://jira.jboss.com/jira/browse/JBWS-1008?page=comments#action_12368035 ]
Martijn Verburg commented on JBWS-1008:
---------------------------------------
1 - Apologies in that case, I just saw that I had exactly the same symptoms, assumed there
was a common cause.
2 - You're right, my case is against JBossWS 1.0.3SP1, I'll try upgrading to 1.0.4
or 1.2.1 and raise if need be - thnx
@WebService wsdlLocation doesn't locate wsdl properly
-----------------------------------------------------
Key: JBWS-1008
URL:
http://jira.jboss.com/jira/browse/JBWS-1008
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jbossws-jaxws
Affects Versions: jbossws-1.0.1
Reporter: Jason T. Greene
Assigned To: Darran Lofthouse
Attachments: ws.war
I am attempting to build a JSR-181 POJO using an existing WSDL.
I specify wsdlLocation in my annotation:
@WebService(wsdlLocation="META-INF/wsdl/MyService.wsdl")
I package everything as a WAR and on deployment I get this:
10:33:03,695 ERROR [MainDeployer] Could not start deployment:
file:/C:/dev/jboss-4.0.4.GA/server/all/deploy/MyApp.war
org.jboss.ws.WSException: Invalid wsdlFile 'META-INF/wsdl/MyService.wsdl',
expected in: WEB-INF/wsdl/
at org.jboss.ws.server.WSDLFilePublisher.getPublishLocation(WSDLFilePublisher.java:323)
Moving my WSDL to the WEB-INF directory also fails:
10:25:27,140 ERROR [MainDeployer] Could not create deployment:
file:/C:/dev/jboss-4.0.4.GA/server/all/deploy/MyApp.war
java.lang.IllegalArgumentException: Cannot find wsdl in deployment:
META-INF/wsdl/MyService.wsdl
at org.jboss.ws.metadata.ServiceMetaData.getWsdlDefinitions(ServiceMetaData.java:270)
Has anyone else been able to get this to work?
I am using jbossws-1.0.1.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira