Re: Nullpointer deploying jax-ws webservice

2013-12-01 Thread Ivan
If it showed WSDL generation failed, the deployer should find some classes annotated with jws annotation. Could you point me a place to download your packaged ear fie ? or how to generate that based on your codes in github. 2013/12/1 Kevin Huntly > Is this a generic error ? > > 2013-11-30 14:37

Re: Nullpointer deploying jax-ws webservice

2013-11-30 Thread Kevin Huntly
Is this a generic error ? 2013-11-30 14:37:22,321 ERROR [DeployTool] Error: org.apache.geronimo.common.DeploymentException: Unable to deploy cws_web_source-1.0-SNAPSHOT: WSDL generation failed at org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:43) at

Re: Nullpointer deploying jax-ws webservice

2013-11-29 Thread Kevin Huntly
>From the command line (exploded ear, /opt/Apache/geronimo/current/bin/deploy deploy --inPlace `pwd`): 2013-11-29 14:21:32,396 ERROR [DeployTool] Error: org.apache.geronimo.common.DeploymentException: Unable to deploy eSolutionsWeb: Cound not open module file: /appvol/applications/eSolutions/eSolu

Re: Nullpointer deploying jax-ws webservice

2013-11-29 Thread Kevin Huntly
I tried it that way as well, with and without leading slash. I did fix it by dropping the wsdl altogether, so that was nice - but now I cannot deploy using the CLI. It won't accept either the ear or the war but I can deploy the war in the console and it works. I'll post the stack trace as soon a

Re: Nullpointer deploying jax-ws webservice

2013-11-28 Thread Ivan
>From the git history, It looks like that you have fixed this issue by removing the wsdl file, with this way, the Geronimo server will gnerate the wsdl file you. From the original codes, I guess the issue here is that, wsdl is not in the correct location as configured by wsdlLocation in WebService