[jboss6.0.0final] WSConsume ToolExceptionDear all, I've a problem with the use of wsconsume. I am trying to generate java classes and stubs from a wsdl file (here attached). The error output is printed at the end of the message. Could you please...
Thread Red Hat JBoss EAP 6.4 installation and configuration
Red Hat JBoss EAP 6.4 installation and configurationI have 3 different application configured on Weblogic application server with 3 different managed servers on same domain. How do I use Red Hat JBoss EAP 6.4 as web server in this scenario. What is the mechanism of ...
Thread Camel - How to transform and wrap body in SOAP Envelope?
Camel - How to transform and wrap body in SOAP Envelope?Hi, I have a simple use case here, I'm trying to read a file and route the incoming payload to an external SOAP Web Service. Once i read the file and transform it from XML to POJO (specific to external web se...
Jboss 4.2 start issueWe have Jboss Server 4.2 having 21 application deployed in which some uses Hibernate and some are using Struts 1. We have load balancing and have two jboss server for production. When we make change and deploy applic...
Thread How to upgrade CXF 3.3.1 in JBoss 6.0.0 final
How to upgrade CXF 3.3.1 in JBoss 6.0.0 finalDear Sir, I am using JBOSS 6.0.0 final , i have the need to upgrade CXF to 3.3.1 in my war. As this jboss uses its default CXF how can i upgrade ? Please Suggest how can I overwrite default CXF...
Thread Setting soap address location for JBoss based EJB webservice
Setting soap address location for JBoss based EJB webserviceI want to control the "soap:address location" of JBoss EAP 5.1 deployed WSDL through application - an EJB based webservice. My WSDL (hard file) looks like this
<wsdl:service name="ServiceName">
&...
Jasper server installation with jboss5.1Hi All, I'm trying to install Jaspereport server with Jboss 5.1 as app server. After the installation, when i try to start the jboss server, i get the following error. Please do the needful. 18:44:47,...
SOAP InterceptorHi All, I am trying to intercept soap request. I have followed the instruction of @handler annotation but request never pass throught the Handler class. Anybody, having any idea... here is the code. in the start of ...
Failed to find wsdl in run-time.Dear ladies and Gentlement, I used Netbeans 8.0.2 artifacts created a EAR project with backend ejb/war web services and client ejb/war modules. After compiled and deployed successfully, when trying to invoke a web s...
Thread How to append header in soap Request using JAX-RS
How to append header in soap Request using JAX-RSWeb Service @WebService(targetNamespace = "http://Airspan.Netspan.WebServices", name = "InventorySoap") @XmlSeeAlso({ObjectFactory.class}) public interface InventorySoap { /** ...
Thread ConcurrentModificationException within FeatureSet
ConcurrentModificationException within FeatureSetHi, we are using JBoss WS Native 3.4.1.GA on JBoss AS 6.0. Sometimes we get follow error: Caused by: java.util.ConcurrentModificationException at java.util.HashMap$HashItera...
Thread Trying to install JBossWS 5.0 results in error
Trying to install JBossWS 5.0 results in errorHi I'm trying to install JBossWS 5.0 on Wildfly 8.2 but the tests results in an error in the UDP test. I download jbossws-cxf-5.0.0.Final.zip, unzip and run mvn -Pwildfly820 -Dserver.home=/srv/wildfly/...
Thread My WebService Client always gets "Connection refused" Exception
My WebService Client always gets "Connection refused" ExceptionHello everybody, I'm facing the "Connection refused" execption when I try to use my JAX-WS based webservice on my JBoss AS 7.1.1. The Service itself seem to work properly, because the wsdl is generated and a...
Thread java.lang.IllegalStateException: Cannot obtain endpoint meta
java.lang.IllegalStateException: Cannot obtain endpoint metaHi All, I am very new to JBoss web services and am trying to create a sample web service application using JBoss WS. Here is what i have done so far: 1) Created a POJO for the web service. Its source code is as foll...
JBossWS 5 Migration NotesJBossWS 5 brings a lot of new features and improvements, mainly through the upgrades of the Apache CXF (3.0 migration guide), Apache WSS4J (2.0 migration guide) and Apache Santuario components. Below is a quick summa...