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

2007-02-14 Thread dwin
The JBoss guys can probably help you better than I can. But I'd imagine any later version than beta is acceptable. In fact, it could just be something is not configured properly. Last time I tried JBoss 5, nothing really worked for me so I am on 4.0.5 instead with JBossWS 1.2 Try going to

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

2007-02-14 Thread dwin
To answer your question, check out 2.0 CR3 http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016405#4016405 Reply to the post :

[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 dwin
CR3 should be 1.2ws, whats the exact link that you downloaded from? Or did you checkout the code and build it yourself? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016542#4016542 Reply to the post :

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

2007-02-14 Thread dwin
CR3 should be 1.2ws, whats the exact link that you downloaded from? Or did you checkout the code and build it yourself? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016544#4016544 Reply to the post :

[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-14 Thread dwin
Yes, ws1.2 is very similiar to 2.0...I am not even sure what the differences are. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016567#4016567 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016567

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

2007-02-14 Thread [EMAIL PROTECTED]
Yes, jbossws-1.2.0 is supported on jboss-4.0.5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016641#4016641 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4016641 ___ jboss-user

[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 dwin
your testUI does not extend HTTPServlet or implement the servlet interface itself. Your webservice will not deploy regardless though, you need to add the annotation @stateless and not make it a servlet but rather a POJO View the original 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 dwin
That guide is for JAX-RPC, JBossWS 1.0.x, this is a more relevant guide ( http://tddell.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide The JBossWS version you're using is JBoss 2.x (JAX-WS), alot of it is not applicable (although some of it is though) When I meant POJO I meant as in

[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] - Re: Jboss-5.0.0.Beta1 JSR-181 Endpoint ClassCastException

2007-02-12 Thread dwin
you may want to grab the latest JBossWS 2.0 from SVN then, the WSDL should show up View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4015278#4015278 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4015278