• how to change the context root to go from xyz.com/myapp to xyz.com

    Hello all,   How can I configure jboss so as to start up my website from a normal address such as xyz.com? My website can only be seen from xyz.com/myapp   How do I configure jboss so that this I don't ha...
    Profile Photo
    last modified by csmatyi
  • Using XMLBeans binding for JAX-WS web services

    Hi,   My last post in this forum was made six years ago.  How's everybody?   I need to port some JAX-WS web services that use XMLBeans as the data binding from another application server.  I'm us...
    Profile Photo
    last modified by weiqigao
  • how to enable CORS on jBoss

    I have a requirement where KANA application is hosted on a jBoss Server. I try to access the same in an iFrame in one of my websites. I need to access the KANA related information in a my website. CORS is preventing ...
    Profile Photo
    last modified by schait
  • maven plugin org.jboss.ws.plugins:jaxws-tools-maven-plugin:1.2.0.Final

    This appears to be the latest version of the maven plugin I can find.   Where is the "Bill Of Materials" GAV (group/artifact/version) needed to make it work ?   Plenty of out-of-date information (relevant ...
    Profile Photo
    last modified by dlmiles
  • JBoss 5.1  SSL Configuration exception

    Hi,   I am trying to initiate SSL in JBoss 5.1. I have followed the steps in the below link and I am receiving CANNOT RECOVER KEY error. Any help would be much appreciated.   HOWTO Configure JBoss for H...
    Profile Photo
    last modified by lillygatts
  • CXF Endpoint not autowiring spring beans in JBoss 7.1.1

    Hi,   CXF endpoint is not properly integrated with spring. I am using JBoss AS 7.1.1 to deploy my cxf webservice integrated with spring. The log messages shows that both CXF and spring creates two different inst...
    Profile Photo
    last modified by skunjumohamed
  • where is org.apache.ws.security.WSPasswordCallback class in wildfly 10

    Hi, I am developing soap security web services in wildfly 10 with this ref site.   WS-Security - WildFly 10 - Project Documentation Editor   Until wildfly 8, org.apache.ws.security.WSPasswordCallback class...
    Profile Photo
    last modified by aupres
  • java.net.ConnectException: Connection timed out: connect

    Hi everyone, I'm using JBoss 4.2.2 with JBoss WS Native 2.0.1 and I have a problem with a web service containing an attachment. I use a Java endpoint     @WebService public class AttachmentWebService { ......
    Profile Photo
    created by jova73
  • Dump SOAP messages for web services in JBoss

    I am using vanilla JBoss AS7. I am trying to find documentation on how to turn on logging for SOAP message for incoming and outgoing web service calls.   I have tried the suggestions specified at the  here:...
    Profile Photo
    last modified by qwerty1234
  • JBoss 4.2 Management interface

    We had a application developed by a consultant and have the following problem.   System is Jboss-4.2.2 GA - with Java and Oracle 10 G   When browsing to the web-console i cannot see the options on the left...
    Profile Photo
    last modified by l.murd.whk
  • Jboss EAP 6.2.0 SOAP Request Tag Issue

    I am facing a very weird issue where the Soap request is not getting generated properly. I expect the SOAP request to be generated in the below format:   <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/...
    Profile Photo
    last modified by ravisapra
  • Disable DTD declaration

    Hi,   How can i disable the doctype declarations, to prevent xxe injection? At the moment, I'm using JBoss 4.2.3 with JBossWS 3.1.1. and i can do stuff like this:   <!DOCTYPE root [ <!ENTITY xxe SYS...
    Profile Photo
    last modified by radcortez
  • RESTEasy + Jackson2 integration

    Hi,   I am trying to use jackson 2 with Rest Easy   POM :   <!-- resteasy start -->     <dependency>       <groupId>org.jboss.resteasy&...
    Profile Photo
    last modified by kiran_reddy
  • how to upgrade jaxp libraries of jboss

    we are dealing with these vulnerabilities, these are issues with XML parser from JDK . Our product uses both JDK supplied parsers and some jboss APIS to process the xml data. How do we know if we need to upgrade jboss...
    Profile Photo
    created by vismay2011
  • Set Web Service Timeouts in Wildfly 10

    Hi,   I set the connction timeouts for soap request using the request properties:   endpointPort.getRequestContext().put(BindingProviderProperties.REQUEST_TIMEOUT, config.getClientTimeoutSec() * 1000); end...
    Profile Photo
    created by fambad
  • jaxws ejb3 endpoint http basic auth RolesAllowed in deployment descriptor

    JBoss EAP 6.3.0.GA (AS 7.4.0.Final-redhat-19) JDK 1.7.0_75 RHEL 6.6   I have created a web service with ejb3 endpoint and packaged and deployed as ejb jar https://github.com/sgurjar/jbossws.ejb3   I nee...
    Profile Photo
    created by arnold.brown
  • How to add multtiple handler <post-handler-chain> on standalone-full.xml on jboss eap6.3

    While i'm adding the multiple post handler in the standalone-full .xml , i'm getting the error as "value is already set for this injector error".     XML Extract:   <subsystem xmlns="urn:jboss:doma...
    Profile Photo
    last modified by lkkgy21
  • How to add parameter to service endpoint interface url?

    These codes are my SEI   @WebService(targetNamespace=http://www.aaa.com) public interface ICallMemberPort { @WebMethod @WebResult List<Member> getMember(@WebParam String id); }   Implementation o...
    Profile Photo
    last modified by aupres
  • Json data is not wrapped from RESTEasy services

    I implements test RESTEasy services. These are simple codes.   ====Memeber.java @XmlAccessorType(XmlAccessType.NONE) @XmlRootElement(name = "member") public class Member implements Serializable{   @Xm...
    Profile Photo
    last modified by aupres
  • Following WS-security Example: javax.xml.ws.soap.SOAPFaultException: None of the policy alternatives can be satisfied.

    Hello everyone! I'm doing a test to implement a secure web service, using WS-Security encryption and signature in using this example. The service was deployed in JBoss EAP 6.2 (this AS come with Jboss WS 4.2.3 wit...
    Profile Photo
    last modified by maferjizaya