Matthias Bruns [http://community.jboss.org/people/traxdata] created the discussion
"How to export other classes to a .wsdl"
To view the discussion, visit: http://community.jboss.org/message/597462#597462
--------------------------------------------------------------
Hi,
I'm kinda new in JBoss-WS.
Is there an annotation for adding classes to export?
Here's the problem:
@WebService(targetNamespace="http://export.company.de")
@XmlType(name = "SomeService", namespace = "http://export.company.…
[View More]de")
@SOAPBinding(style = Style.RPC, parameterStyle = ParameterStyle.BARE)
@ServiceMode(value = Mode.PAYLOAD)
public class Vertrag {
@WebMethod(operationName = "getSomething")
@WebResult(name = "getSomethingResult")
public Result getSomething(
@WebParam(name="someId") String someId,
@WebParam(name="user") String user,
@WebParam(name="password") String password,
@WebParam(name="subSystemTransactionId") String subSystemTransactionId) {
...
}
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/597462#597462]
Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
[View Less]
gasper jeric [http://community.jboss.org/people/gjerich] created the discussion
"JBoss5 start problem"
To view the discussion, visit: http://community.jboss.org/message/596432#596432
--------------------------------------------------------------
HI to all,
a made my own jboss5 profile on virtual machine... server starts in all mode. but it get me following message:
ERROR AbstractKernelController Error installing to Real: name=vfszip:/opt/jboss-5.1.0.GA/server/volrre/deploy/…
[View More]profileservice-secured.jar/ state=PreReal mode=Manual requiredState=Real.
ps: default profileservice-secured.jar file is there in root directory. what am i doing wrong?
can please someone help me.
have a nice day
gasper
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/596432#596432]
Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
[View Less]
Gary Huntress [http://community.jboss.org/people/simusid] created the discussion
"Cannot Deploy with Eclipse"
To view the discussion, visit: http://community.jboss.org/message/595074#595074
--------------------------------------------------------------
I have a completely virgin installation of jBPM5 on Ubuntu with jboss and eclipse running. I created a default jbpm project and I can view sample.bpmn in the designer. I can edit/launch/run this without error within eclipse.
I …
[View More]cannot find any way to actually deploy this to jboss. In most tutorials that I see there is a tab at the bottom of the designer for "deploy" but I do not have that. Is there something missing from the "full installer"? I cannot find any view or perspective that gives me the deployment screen.
I'm really at an impasse here. There is no way I can continue trying to implement jboss/jbpm unless I can consistently get the tools set up.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/595074#595074]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
[View Less]
Joseph Hwang [http://community.jboss.org/people/aupres] created the discussion
"Web Service deploy question in eclipse."
To view the discussion, visit: http://community.jboss.org/message/597341#597341
--------------------------------------------------------------
I inserted jboss-web.xml file in WEB-INF folder.
File is like below
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jboss-web
PUBLIC "-//JBoss//DTD Web Application 2.3V2//EN"
"http://…
[View More]www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd">
<jboss-web>
<context-root>/WebService</context-root>
</jboss-web>
URL value of wsdl file is http://localhost/WebService/HelloWorld
Deployment of Web Service was succeeded. In Eclipse console message is shown like below
18:25:51,971 INFO [DefaultEndpointRegistry] register: jboss.ws:context=WSHelloWorld,endpoint=HelloWorld
18:25:52,026 INFO [TomcatDeployment] deploy, ctxPath=/WebService
18:25:52,504 INFO [WSDLFilePublisher] WSDL published to: file:/C:/jboss-5.1.0.GA/server/default/data/wsdl/WSHelloWorldEAR.ear/WSHelloWorld.war/HelloWorldService1779339131217151711.wsdl
I types http://localhost:8080/jbossws/services in IE9 and registered Web services were shown
*Registered Service Endpoints*
| Endpoint Name | jboss.ws:context=WSHelloWorld,endpoint=HelloWorld |
| Endpoint Address | http://localhost:8080/WSHelloWorld/HelloWorld?wsdl |
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/597341#597341]
Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
[View Less]