Tagged Questions

JBossWS features include many specifications / standards implementations as well as additional features, options, tools to improve ease of use, endpoint management and monitoring, etc.

learn more… | top users | synonyms

13
votes
3answers
21k views

java.util.List is an interface, and JAXB can't handle interfaces

I seemed to get the following exception when trying to deploy my application: Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 2 counts of IllegalAnnotationExceptions ...
3
votes
2answers
4k views

IllegalAnnotationException: Two classes have the same XML type name

I am developing web service under JBoss 5 and Java 1.6. What could possibly cause this exception? Below is my simplified web service code. @Stateless @WebService() public class AccountWS { ...
2
votes
1answer
45 views

Log response from webservice

I am using Jboss and jax-ws. How can I gent a similar effect to the System.setProperty("com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump", "true")? Thank you! Have a nice day!
2
votes
1answer
76 views

Not able to create client for web service in java

`I am using JBossWS as runtime environment and server configuration as JBoss AS 4.2 As I click on Finish button for creating client , I get teh following error: java.lang.NoClassDefFoundError: ...
2
votes
1answer
416 views

Soap message response body modification help

I've been playing around with web services using jbossws-cxf. I don't think the issue is with the implementation I'm using but instead how the code is generated. Here is my pojo with the annotations ...
2
votes
0answers
223 views

How to keep attachments in temporary file, not in memory, during web service message download on JBoss

I have the following problem on JBoss 4.2.3 and 5.1 using JBoss WS Native Stack. The web service is receiving a significant number of large attachments. When my server is receiving these attachments, ...
1
vote
0answers
14 views

JBossWS 3.3.1 upgrade client returns HTTP 404 Not Found exception

Web service - Service is on WAS v7. Client is on JBoss v5. We recently upgraded to JBossWS 3.3.1. Since then the client is unable to communicate with the service on WAS. Without any changes to code, ...
1
vote
1answer
992 views

“org.xml.sax.SAXParseException: Premature end of file.” while parsing schema

I'm writing a webservice client running on Linux JBoss 5.0.1 / JBossWS Native 3.1.1 which is calling a service running on a Windows Tomcat 6.0.29 / Metro Stack. The WSDLs and the referenced XSD ...
1
vote
0answers
105 views

Jboss ws, auto decode soap message from utf

I've done servlet and deployed it into jboss. Servlet is working as web service. All is working correctly. But, when my client send SOAP message on server. Jboss decodes this message from utf to ...
1
vote
1answer
409 views

Spring configuration in JBossWS

I'm trying to expose a web service using JBossWS (native stack) and also take advantage of Spring's dependency injection. Here is a scrubbed down version of my code: web.xml: <?xml version="1.0" ...
1
vote
1answer
305 views

How can I exclude jbossws libs (in Jboss 5.1.x common/lib) from being loaded by my project?

I am using JBoss 5.1.0GA which has the jbossws jars in the common/lib folder. My project relies on a connection to a 3rd party system (via web services). The Encryption and Decryption handlers have ...
1
vote
2answers
410 views

org.apache.cxf.BusException: No DestinationFactory was found for the namespace http://schemas.xmlsoap.org/soap/http/

In a wsdl-file I have the following line: When I deploy the webapplication (on JBOSS 5.1.0) and try to access the wsdl I get the following exception: org.apache.cxf.BusException: No ...
1
vote
1answer
817 views

How to deploy JbossWS CXF within a web-application

When I deploy my webapplication on a JBoss app-server it fails to deploy the webservice. I am using the top-down approach and generated the necessary files with wsconsume.bat from my wsdl- and ...
1
vote
1answer
284 views

Jboss ws wsdl issue

I have wsdl in which multiple port names and binding are defined, like below: <wsdl:service name="NPCWebService"> <wsdl:port name="NPCWebServiceHttpEndpoint" ...
1
vote
0answers
311 views

Jboss webservice error using topdown approach

I started creating a sample webservice using top-down approach in jboss4.2.2 GA. From the wsdl, i generated stubs using wsconsume I created a new java class: SalesTaxImpl implementing the interface ...
1
vote
1answer
311 views

JBossWS change wsdl url

I have a web application deployed on JBoss 5.1.0 with a couple of webservices. When i use the JBossWS console to see the registered service endpoints, all my webservices follow the same URL pattern: ...
1
vote
1answer
233 views

Amazon EC2 and jbossws

I've deployed a webservice to a Jboss instance running on Amazon EC2. The webservice works fine locally, but when I deploy on EC2, and go to the /jbossws/services page the Endpoint Address for the ...
1
vote
1answer
133 views

Configuring different auth-methods for different “folders” in a single .war

I would like to create a single .war that contains both a web based FORM login for a web GUI AND BASIC authentication (in this case, for a web service interface.) /index.html (unsecured welcome ...
1
vote
1answer
978 views

Is it possible to handle User Defined Exception using JAX WS Dispatch API?

I'm performing dynamic webservices call using following code snippet: JAXBContext jc = getJAXBContext(requestClass, responseClass, jaxbContextExtraClasses); Dispatch<Object> dispatch = ...
1
vote
1answer
783 views

How do I extend a wsimport-generated exception annotated with WebFault?

I'm building a web service in Java from an existing WSDL. The wsimport tool has generated all the Java classes bound to the elements in the service's schema. In particular, the fault declaration ...
1
vote
0answers
821 views

How to inject EntityManager in non-EJB based WebService?

The headline says it all: I've got a simple WebService @WebService(serviceName="G08WService", portName="G08WPort", endpointInterface = "at.fhj.itm.g08.wservice.IUserWebService") public class ...
0
votes
1answer
14 views

Install CXF in Jboss5.0

Today i tried to install Apache CXF in JBOSS-WS. I followed the instructions from https://community.jboss.org/wiki/JBossWS-Installation. I am using jbossws-cxf-4.0.0.GA . I am getting an exception ...
0
votes
0answers
24 views

Service Endpoint Interface not getting generated

I have a WSDL and I'm trying to create a top-down web service using Eclipse. I decided to go for generating it with JBOSSWS as it failed with everything else (kept asking me for bindings and renames, ...
0
votes
0answers
24 views

Error in adding jbossws-cxf-3.4.1.GA in jboss studio using jboss server 6 AS

I am getting error, when i add jbossws-cxf-3.4.1.GA in jboss studio , i am using jboss 6AS as JBossWS - Supported Target Containers . I add in jboss studio IDE window -> preferences -> Webservices -> ...
0
votes
0answers
36 views

Issue in SOAP, when i use MTOM in my webservices

I have problem in expose method to webservices, where i am using Jbossws as webservices stack and i have used MTOM in webserives,my webservices method as follows: @MTOM(enabled = true) @WebService ...
0
votes
1answer
67 views

Separate connect and read timeouts for JBossWS

Can anyone give a hint how to set separate connect and read timeouts when calling external webservice from JBossWS-Native client? All I've found so far is how to set a single timeout: ...
0
votes
0answers
45 views

JBoss WS StubExt timeout properties

StubExt have tree properties related to timeout: PROPERTY_CONNECTION_TIMEOUT PROPERTY_CLIENT_TIMEOUT PROPERTY_RECEIVE_TIMEOUT Can someone explain the difference between the 3? Also, are the 3 ...
0
votes
0answers
40 views

Soap exception when used in a servlet

I created a SOAP client using jboss wsconsume that works great. But when I try to use the same generated classes from a java servlet it throws the following exception: Caused by: ...
0
votes
1answer
96 views

Web services on Jboss ESB

I am looking for a bit of clarity around JBoss ESB and JBoss WS. I have been asked to build an ESB solution using web services (SOAP/http(s)). What advantages does using ESB over JBoss WS give me, ...
0
votes
0answers
42 views

JbossWS and IntelliJ

I've been scratching my head with the latest version of IntelliJ (10.5.2) when trying to generate client side java proxies for soap webservices using jbossws (3.4.0) I've got everything configured ...
0
votes
1answer
125 views

Get IP address in JBoss Web Service

I developed a java class with an only method and turned into web service (JBOSS) using JBossWS. I would like to get the IP address of the client who started the request. (I'm not using jsp) public ...
0
votes
0answers
108 views

Web services using jboss, bottom up appoach

I am trying to write web services using bottom up approach on JBoss. I want to create a web application inside which I want to expose a POJO as web service and deploy it on Jboss. I tried googling ...
0
votes
0answers
72 views

how to use SubjectKeyIdentifier in WCF X509 token profile

how can i use SubjectKeyIdentifier as the keyidentifier in WCF X509 token profile? "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509SubjectKeyIdentifier" i need it ...
0
votes
1answer
1k views

How to have a HashMap as @WebParam with JBossWS 3.1.2

I am trying to develop a web service with JBossWS 3.1.2 that has a HashMap as one of its arguments. I am using this version of JBossWS because that is what is distributed with the version of JBoss ...
0
votes
1answer
223 views

non http request and response in servlet

i'm running a simple servlet in eclipse using jboss while i'm deploying i got the following errors where i 'm doing wrong please tell me 09:34:29,062 ERROR [[ServletExample]] Servlet.service() for ...
0
votes
1answer
113 views

jbossws webservice endpoint

I have developed a simple webservice implementation using top-down approach, created a war and deployed in jboss4.2.2GA, in windows environment. I am able to see my webservice having registered end ...
0
votes
2answers
173 views

Calling web service from another ejb on startup

Using jboss-esb 5.1.0.GA I have a web service that an EJB that I have makes calls on when it is started. This EJB may be installed in the same JBoss instance as the web service. If I start JBoss, ...
0
votes
0answers
370 views

Problem with wsrunclient (JBoss 5.1.0 GA) on Mac

When running my WebService Client with "wsrunclient" I get the following: Applications/jboss-5.1.0.GA/bin/wsrunclient.sh -verbose -cp output Client [Opened ...
0
votes
1answer
1k views

WebServiceexception “No Content-type in the header” when trying to consume JBoss hosted webservice with a console application

I have a small assignment where I have to consume a webservice hosted with JBoss using a console application. I have 2 projects in the same workspace, The DynamicWebApplication that I used as a ...
0
votes
1answer
239 views

Unable to find/alter default configuration for log4j when using JBossWS on client-side web services

I created a web service client using JBossWS and am now having problems with logging. There seems to be some kind of default logging configuration being used (it is ignoring my log4j.properties file ...
0
votes
1answer
883 views

wsimport multiple generated wsdl's

I am using jbossws (with jax-ws) to serve 3 webservices generated from annotated POJOs. These 3 webservices share a few data classes and also have a common method (ping). They all reside in the same ...
0
votes
1answer
510 views

How can I add WSDL <types> restrictions programmatically?

Where I work, we have a policy in place that states we should try to build web services "bottom-up" (code-first). When doing this, how can I add restrictions within my XSD <types> WSDL element? ...
0
votes
2answers
348 views

WebService/SLSB a Singleton in JBossWS?

I am using the JAX-WS "WebService" annotation on a class to expose its "WebMethod"s as a web service. The class is denoted as the servlet class handling calls to "/MyService". As essentially a ...
0
votes
1answer
3k views

JBoss 4.2.3 + WebServices Client

I have Web application deployed on a JBoss 4.2.3, that access a SOAP Webservices deployed at a GlassFish V2. When a I run the web application in my local Jetty, it runs smoothly. When I deploy it to ...
0
votes
1answer
87 views

How do I erase passwords from memory when using Username tokens with JBossWS?

I'm using JBoss Web Services for a payment service application. At some point I need to make remote SOAP calls to a payment service provider, and I need to authenticate with a Username token. The ...
-2
votes
1answer
209 views

Intermittent javax.xml.ws.soap.SOAPFaultException: Unqualified {http://schemas.xmlsoap.org/soap/envelope/}Client fault

We are using JBossWS - Native (version 3.1.2) (Standard JBoss EAP 5.1 installation) and we are intermitently getting the following exception..., anyone got a clue? If I test with a few calls to the ...