[jboss-user] [JBossWS] - Re: Cannot expose EJB 3 as WS
PeterJ
do-not-reply at jboss.com
Mon Apr 28 21:27:59 EDT 2008
Try renaming the directory server/default/deploy/endpoint to server/default/deploy/endpoint.jar. You need the .jar suffix to let the deployer know what type of application to deploy.
Remove the wsdlLocation attribute. When you use it, it should reference a file in the archive, like this:
wsdlLocation="wsdl/CalculatorBeanService.wsdl"
And the file must exist in the archive.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147397#4147397
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147397
More information about the jboss-user
mailing list