[JBoss JIRA] Reopened: (JBWS-993) JSR-181 POJO deploy fails using existing WSDL
by Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBWS-993?page=all ]
Thomas Diesler reopened JBWS-993:
---------------------------------
> JSR-181 POJO deploy fails using existing WSDL
> ---------------------------------------------
>
> Key: JBWS-993
> URL: http://jira.jboss.com/jira/browse/JBWS-993
> Project: JBoss Web Services
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: jbossws-1.0.1
> Environment: JBoss.4.0.4.GA, jbossws-1.0.1
> Reporter: Tom Allison
> Assigned To: Heiko Braun
>
> Deploying a JSR-181 POJO fails when using an existing WSDL and the @WebService(wsdlLocation="...") annotiation.
> The Webserivce is packaged as a WAR, but the MainDeployer expects the WSDL to be in META-INF/wsdl when creating the deployment, but WEB-INF/wsdl when starting the deployment and publishing the WSDL:
> 09:15:08,020 ERROR [MainDeployer] Could not create deployment: file:/C:/dev/jboss-4.0.4.GA/server/all/deploy/MyService.war
> java.lang.IllegalArgumentException: Cannot find wsdl in deployment: META-INF/wsdl/MyService.wsdl
> --OR --
> 09:07:55,396 ERROR [MainDeployer] Could not start deployment: file:/C:/dev/jboss-4.0.4.GA/server/all/deploy/MyService.war
> org.jboss.ws.WSException: Invalid wsdlFile 'META-INF/wsdl/MyService.wsdl', expected in: WEB-INF/wsdl/
> The same WSDL works fine when packaged as a JSR-181 EJB in a jar file.
--
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
18 years, 1 month
[JBoss JIRA] Updated: (JBWS-993) JSR-181 POJO deploy fails using existing WSDL
by Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBWS-993?page=all ]
Thomas Diesler updated JBWS-993:
--------------------------------
Fix Version/s: (was: jbossws-1.0.3)
> JSR-181 POJO deploy fails using existing WSDL
> ---------------------------------------------
>
> Key: JBWS-993
> URL: http://jira.jboss.com/jira/browse/JBWS-993
> Project: JBoss Web Services
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: jbossws-1.0.1
> Environment: JBoss.4.0.4.GA, jbossws-1.0.1
> Reporter: Tom Allison
> Assigned To: Heiko Braun
>
> Deploying a JSR-181 POJO fails when using an existing WSDL and the @WebService(wsdlLocation="...") annotiation.
> The Webserivce is packaged as a WAR, but the MainDeployer expects the WSDL to be in META-INF/wsdl when creating the deployment, but WEB-INF/wsdl when starting the deployment and publishing the WSDL:
> 09:15:08,020 ERROR [MainDeployer] Could not create deployment: file:/C:/dev/jboss-4.0.4.GA/server/all/deploy/MyService.war
> java.lang.IllegalArgumentException: Cannot find wsdl in deployment: META-INF/wsdl/MyService.wsdl
> --OR --
> 09:07:55,396 ERROR [MainDeployer] Could not start deployment: file:/C:/dev/jboss-4.0.4.GA/server/all/deploy/MyService.war
> org.jboss.ws.WSException: Invalid wsdlFile 'META-INF/wsdl/MyService.wsdl', expected in: WEB-INF/wsdl/
> The same WSDL works fine when packaged as a JSR-181 EJB in a jar file.
--
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
18 years, 1 month