[jboss-user] [JBossWS] - Re: Endpoint already registered

2008-05-30 Thread bsisson
Additional information. This issue appears to only happen when in Debug mode within Eclipse. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154761#4154761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154761 __

[jboss-user] [JBossWS] - Re: Marshall Object List

2008-05-21 Thread bsisson
I was able to figure out and here is sample code that produces a marshalled XML output string from objects and object lists. Here is the testing Class (Used to create the object instances and then marshall them): package org.xmlmarshalling2.com; import java.util.List; import javax.xml.bind.JA

[jboss-user] [JBossWS] - Marshall Object List

2008-05-21 Thread bsisson
I'm trying to marshall a list containing objects into an XML string. I was able to marshall a single object into an XML string but am struggling on what is needed to do a list? I am including an example using JBoss Tools Web Services. It will query the database and receive a back a list of

[jboss-user] [JBossWS] - Re: Web Service Client

2008-05-09 Thread bsisson
In my Eclipse client I generated the web service stubs and proxy by creating a new project, then right clicking on the project selecting new->other->web service->web service client. When setting up the client I pointed it to my web service WSDL file ex:(http://localhost:8280/PSDynamicWebProject/

[jboss-user] [JBossWS] - Web Service Client

2008-05-09 Thread bsisson
I have found several very good tutorials for creating a web service using annotations (JSR-181). I am struggling however creating a web service client using annotations. I'm working with Eclipse 3.3 and Seam 2.0. I did the old web service client way of creating a project, then generating a we

[jboss-user] [JBossWS] - Re: Cannot Rename web.xml

2008-05-08 Thread bsisson
Additional information, if I attempt to do a full publish again it is during this second full publish that I get the "Endpoint already registered" exception for my web service. 13:23:08,646 INFO [TomcatDeployer] undeploy, ctxPath=/PSDynamicWebProject, warUrl=.../deploy/PSDynamicWebProject-ear.

[jboss-user] [JBossWS] - Cannot Rename web.xml

2008-05-08 Thread bsisson
I created a web service using annotations and am deploying it to a JBoss Server in Eclipse. I have JBoss Tools deployed into Eclipse. I am running Eclipse 3.3 and JBoss 4.2.2GA. With my web service running I make a change to a class file (not the web service but a class in the same directory)

[jboss-user] [JBossWS] - Re: Endpoint already registered

2008-05-08 Thread bsisson
I would like to provide additional information for this issue. Our whole team has looked at this issue and cannot find a work around or the cause of the issue but we have figured out the sequence that triggers the issue. 1) We created a web service using annotations (@WebService(name = "TestWs"

[jboss-user] [JBossWS] - Endpoint already registered

2008-05-07 Thread bsisson
I placed the following request for information in the JBoss Tools forum and they refered me to JBossws. I hope someone can help me with this issue. I am using Eclipse 3.3 and JBoss Tools Core 2.0.1.GA. I created a SEAM Web service (TestWs) which runs correctly. I start JBoss Server from the

[jboss-user] [JBoss Tools (users)] - Endpoint already registered

2008-05-06 Thread bsisson
I am using Eclipse 3.3 and JBoss Tools Core 2.0.1.GA. I created a SEAM Web service (TestWs) which runs correctly. I start JBoss Server from the JBoss Server View. I check the console and I can find a reference to my TestWs Web service. I make some changes to my Web service and then right cli