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
__
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
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
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/
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
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.
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)
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"
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
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
10 matches
Mail list logo