[jboss-user] [JBossWS] - Re: Jboss-5.0.0.Beta1 JSR-181 Endpoint ClassCastException

2007-02-14 Thread volna
I downloaded jboss-4.0.5, with CR3. Worked like a charm. Thanks Will this work with ws 1.2 as well? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016505#4016505 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016505

[jboss-user] [JBossWS] - Re: Jboss-5.0.0.Beta1 JSR-181 Endpoint ClassCastException

2007-02-14 Thread volna
I checked out and built myself. I was refering to jbossws-1.2.CR2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016548#4016548 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016548

[jboss-user] [JBossWS] - Re: Jboss-5.0.0.Beta1 JSR-181 Endpoint ClassCastException

2007-02-13 Thread volna
Do you want me to checkout trunk or any particular branch such as jbossws-2.0.0.CR2? Also do I need to update my JBoss-5.0.0.Beta1 to a different branch. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4015853#4015853 Reply to the post :

[jboss-user] [JBossWS] - Re: Jboss-5.0.0.Beta1 JSR-181 Endpoint ClassCastException

2007-02-12 Thread volna
I am a bit confused. I thought the @stateless annotation is to make it a JSR-181 EJB rather than a POJO. I am hoping to deploy this as a POJO. In the JBossWS User guide (chapter 4 - Developing WebService Endpoints) http://labs.jboss.com/portal/jbossws/user-guide/en/html/endpoints.html there is

[jboss-user] [JBossWS] - Re: Jboss-5.0.0.Beta1 JSR-181 Endpoint ClassCastException

2007-02-12 Thread volna
Looks like the webservice is picked up. anonymous wrote : | 00:18:35,814 INFO [MCKernelAbstraction] installing bean: jboss.j2ee:jar=testService.jar,name=TestUI,service=EJB3 with dependencies: | 00:18:36,304 INFO [EJBContainer] STARTED EJB: testService.TestUI ejbName: TestUI |

[jboss-user] [JBossWS] - Jboss-5.0.0.Beta1 JSR-181 Endpoint ClassCastException

2007-02-09 Thread volna
I am trying to deploy a WebService using JSR-181 with Jboss-5.0.0.Beta1. If I have understood correctly this includes support for JBossWS-2.0 package testService; @WebService( serviceName=TestService, name=Testing, targetNamespace=urn:Testing ) @SOAPBinding( style =