Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Isuru Suriarachchi
I'm downloading your service and will look into it. Anyway, as I mentioned in one of the previous threads as well, the ERROR message that you've pasted is something old and it's fixed in the latest release. Thanks, ~Isuru On Sat, May 21, 2011 at 3:29 AM, Brad Cox bradj...@gmail.com wrote:

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Isuru Suriarachchi
I downloaded and deployed your service. It contains all the Axis2, Axiom etc. libraries inside the lib folder. Why have you included those? Carbon platform will provide those classes for you. You only have to include the libraries on which your business logic depends on. And also looks like there

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Brad Cox
- Re:...contains all the Axis2, Axiom etc. libraries inside the lib folder. Why have you included those? Carbon platform will provide those classes for you. I built the jar by reorganizing the .aar built by this plugin, which includes those jars in its lib folder

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Isuru Suriarachchi
On Sat, May 21, 2011 at 4:24 PM, Brad Cox bradj...@gmail.com wrote: - Re:...contains all the Axis2, Axiom etc. libraries inside the lib folder. Why have you included those? Carbon platform will provide those classes for you. I built the jar by reorganizing the .aar built by this

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Brad Cox
- This option is available only in the Carbon trunk. The upcoming release will contain this option. Are you using WSAS 4.0.0? It doesn't have this option. Please use a nightly build. Google wso2 wsas nightly brings up http://ww2.wso2.org/~builder/wso2wsas/wso2wsas-SNAPSHOT.zip but...

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Pradeep Fernando
On Sat, May 21, 2011 at 4:58 PM, Brad Cox bradj...@gmail.com wrote: This option is available only in the Carbon trunk. The upcoming release will contain this option. Are you using WSAS 4.0.0? It doesn't have this option. Please use a nightly build. AFAIK, we are not hosting nightly builds on

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Pradeep Fernando
On Sat, May 21, 2011 at 5:08 PM, Pradeep Fernando prad...@wso2.com wrote: On Sat, May 21, 2011 at 4:58 PM, Brad Cox bradj...@gmail.com wrote: This option is available only in the Carbon trunk. The upcoming release will contain this option. Are you using WSAS 4.0.0? It doesn't have this option.

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Isuru Suriarachchi
Download wso2appserver-4.1.0-SNAPSHOT binary and docs packs from [1]. Thanks, ~Isuru [1] http://builder.wso2.org/~carbon/releases/carbon/3.2.0/2011-05-18_14-29-25/ On Sat, May 21, 2011 at 5:42 PM, Brad Cox bradj...@gmail.com wrote: Thanks, but which of these is WSAS? Index of

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Brad Cox
Much better, but when I click /crbn in Tomcat admin console HTTP Status 500 - -- *type* Exception report *message* *description* *The server encountered an internal error () that prevented it from fulfilling this request.* *exception*

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Brad Cox
Could someone please explain how to get past this problem? With WSAS nightly and Tomcat 7 following instructions from wso2carbon-3.2.0-SNAPSHOT-docs *type* Exception report *message* *description* *The server encountered an internal error () that prevented it from fulfilling this request.*

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Supun Malinga
Hi, this must be a configuration issue. As per the instruction i the doc it should work. Have to set the context path and the webapp archive name same value? otherwise, It would help if you can give some more details how you got the error. (eg: full url you are accessing.) thanks, On Sun, May

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Brad Cox
I get that error clicking the wsas app in the tomcat admin console which resolves to http://localhost:8080/Tomcat-WSO2-1.0-SNAPSHOT I suspect a config problem since Carbon_Repository/logs is empty and logs are being written to Carbon_Repository/repository/logs. That certainly doesn't seem right.

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Brad Cox
So which is right? Should the context path and the webapp archive name be the same or different? Putting it as a question conveys no useful information. 2. Configuring the carbon.xml Edit the *Carbon_Repository*/repository/conf/carbon.xml as follows. WebContextRoot/crbn/WebContextRoot

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Supun Malinga
Hi, In the attached conf files, webcontext root is set as(in carbon.xml), WebContextRoot//WebContextRoot If your war directory is crbn or war archive is crbn.war, web contect root should be set as, WebContextRoot/crbn/WebContextRoot Please give it a try and let us know if the issue

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Afkham Azeez
On Sun, May 22, 2011 at 1:31 AM, Brad Cox bradj...@gmail.com wrote: I get that error clicking the wsas app in the tomcat admin console which resolves to http://localhost:8080/Tomcat-WSO2-1.0-SNAPSHOT What sort of the URL is that? I think there is some serious misunderstanding somewhere. Can

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Afkham Azeez
Hold on. Don't change anything. First we will simply get this JAXWS service running on standalone AS, without any changes. On Sun, May 22, 2011 at 1:45 AM, Supun Malinga sup...@wso2.com wrote: Hi, In the attached conf files, webcontext root is set as(in carbon.xml),

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Brad Cox
The service is running now on the standalone server. Problem has changed to getting wsas up in tomcat. Sry for the confusion. On Sat, May 21, 2011 at 4:21 PM, Afkham Azeez az...@wso2.com wrote: Hold on. Don't change anything. First we will simply get this JAXWS service running on standalone

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Afkham Azeez
OK. So, what you have to do is, 1. set the CARBON_HOME environment variable. Point that to the extracted AS directory 2. From CARBON_HOME/bin, run ant createWAR -Doutput.dir=tmp/as. The carbon webapp will be created in that output.dir 3. Edit CARBON_HOME/repository/conf/carbon.xml and changed the

Re: [Carbon-dev] Does JAX-WS work?

2011-05-21 Thread Afkham Azeez
On Sun, May 22, 2011 at 1:31 AM, Brad Cox bradj...@gmail.com wrote: I get that error clicking the wsas app in the tomcat admin console which resolves to http://localhost:8080/Tomcat-WSO2-1.0-SNAPSHOT I suspect a config problem since Carbon_Repository/logs is empty and logs are being written

[Carbon-dev] Does JAX-WS work?

2011-05-20 Thread Brad Cox
While struggling to load a JAX-WS service and getting this useless msg nomatter what I try Error: No @WebService annotated service implementations found in the jar: file:/D:/wsas-4.0.0/repository/deployment/server/servicejars/PolicyService.jar. Service deployment failed. I thought to check the

Re: [Carbon-dev] Does JAX-WS work?

2011-05-20 Thread Paul Fremantle
Brad Have you got a simple example JAXWS service. We do support JAXWS. There are some issues but they are tuning issues, not It doesn't work at all-type issues. Paul On 20 May 2011 19:11, Brad Cox bradj...@gmail.com wrote: While struggling to load a JAX-WS service and getting this useless msg

Re: [Carbon-dev] Does JAX-WS work?

2011-05-20 Thread Brad Cox
Its simple on the surface, but drags in SAML-P, XACML, and god knows what else. The interface declaration sums it up: package com.technica.pbac.ps; import javax.jws.WebMethod; import javax.jws.WebService; import oasis.names.tc.saml._2_0.protocol.ResponseType; import

Re: [Carbon-dev] Does JAX-WS work?

2011-05-20 Thread Afkham Azeez
Will it be possible to send this jar over? We can test let you know. We have made a lot of improvements to JAXWS fixed many issues in the forthcoming AS release. On May 20, 2011 11:41 PM, Brad Cox bradj...@gmail.com wrote: While struggling to load a JAX-WS service and getting this useless msg

Re: [Carbon-dev] Does JAX-WS work?

2011-05-20 Thread Brad Cox
Your MTA refused the jar. Suggestions? carbon-dev@wso2.org SMTP error from remote mail server after MAIL FROM:bradj...@gmail.com SIZE=27548680: host 209.126.229.56 [209.126.229.56]: 552 5.3.4 Message size exceeds fixed limit On Fri, May 20, 2011 at 4:52 PM, Brad Cox bradj...@gmail.com

Re: [Carbon-dev] Does JAX-WS work?

2011-05-20 Thread Brad Cox
Never tried this before but this link to my Dropbox public folder seems to work. http://db.tt/7lYyBF3 On Fri, May 20, 2011 at 4:55 PM, Brad Cox bradj...@gmail.com wrote: Your MTA refused the jar. Suggestions? carbon-dev@wso2.org SMTP error from remote mail server after MAIL

Re: [Carbon-dev] Does JAX-WS work?

2011-05-20 Thread Brad Cox
Never mind. Its loading now and into the debugger. Much happier but still grumpy about the lack of help from the tools. So it goes. ;) On Fri, May 20, 2011 at 5:09 PM, Brad Cox bradj...@gmail.com wrote: Never tried this before but this link to my Dropbox public folder seems to work.

Re: [Carbon-dev] Does JAX-WS work?

2011-05-20 Thread Saminda Wijeratne
On Sat, May 21, 2011 at 3:29 AM, Brad Cox bradj...@gmail.com wrote: Never mind. Its loading now and into the debugger. Much happier but still grumpy about the lack of help from the tools. So it goes. ;) We are working on the lack of tools part ;) Saminda On Fri, May 20, 2011 at 5:09 PM,