• ClassNotFoundException: com.sun.org.apache.xerces.internal.dom.DocumentImpl - JBoss-as-7.1.0.Final

    When trying to invoke a spring web services deployed in a JBoss-as-7.1.0.Final, I am getting the following error.     Failed to define class com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl in Module "deploy...
    Profile Photo
    last modified by skunjumohamed
  • JBossWS: wsdl:import always handled as relative location

    Hi everyone,   I have some trouble deploying a web-service implementation using a external WSDL file (I cannot change it).   The wsdl performs an import of another WSDL file using an absolute URL, somethin...
    Profile Photo
    last modified by mhz4248
  • Cannot inject resource in jax-ws handler on jboss AS 7

    Hi,   I'm trying to inject resources defined in env-entry in a jax-ws handler on jboss AS 7 (I've tried jboss AS 7.1, eap-6.0 and eap-6.1) but the resources are not resolved. My web app calls a web-service. On ...
    Profile Photo
    last modified by domak
  • JBossWS - Class Generation

    Greetings everyone,   I have a WSDL and a definition using XSD beeing consumed by this WSDL. My interface is OK, I generate with sucess the the classes starting from WSDL. My problem is that the generated clas...
    Profile Photo
    created by danielcastro
  • WS Security - Could not locate certificate by key identifier

    Hi everyone,   I don't know if this question has been asked before (it seems so, but there was almost no answers for it). Anyway, I've the following problem:   As I'm trying to use WS Security with signed ...
    Profile Photo
    last modified by andres_andina
  • WebService throws ClasscastException in JBoss5

    Hello, I have a class that invokes a WEB SERVICE deployed on the different Jboss. Both application servers has same enviornment is JDK1.6,and JBoss5. Here is a code portion: <code> System.setProperty("org.ap...
    Profile Photo
    last modified by atulkaushal
  • Policy not supported for UsernameTokenOverHTTPS error.

    Hi,   I am new to JBossWS and have run into a problem with WS-Security.  I am after some pointers on how to get around the problem.  I am obviously doing something very wrong!  I have encountered ...
    Profile Photo
    last modified by hugo_g
  • IllegalAnnotaion for a webservice in jBoss EAP 6.1 but working in jBoss 6-

    I have a web service which uses Metro service stack. Recently I tried to deploy my services onto jBoss EAP 6.1 version and I get following exception. While exactly same package works perfectly in older versions of jBo...
    Profile Photo
    last modified by sjunejo
  • Selecting JBoss products for design and development of IP Architecture SOA (wsdl, bpms, esb ...)

    Hello! We decided to create a web- service portal , which will be based on standards SOA. Web- services are different: an online store with a payment card accounts , credit institution , pawn shop , travel agency , in...
    Profile Photo
    last modified by jboss-3s
  • There is not more conecctions available

    I use Jboss 7.1 and PHP 5.3.10 in a web page and... I don´t know why the Jboss suddenly can´t obtain more connections.  if the spool is a lot greater than the demand. I looked if maybe somo error ...
    Profile Photo
    created by oruiz
  • JAX-WS + Hibernate + JAXB: How to avoid LazyInitializationException during marshalling

    I have a JAX-WS application which is deployed to JBoss EAP 6.2. Now we get a lot of lazy loading exceptions when JAX-WS is marshalling a response.   I found a solution: https://blogs.oracle.com/searls/entry/jax...
    Profile Photo
    created by zzum
  • Why no forum for Resteasy

    Hi, Resteasy does not still have a forum of its own which is quite surprising since it has already released its first GA version. Is Redhat/JBoss looking at using another implemention of the JAX-RS spec instead of R...
    Profile Photo
    last modified by traviskds
  • JBOSS for Suse

    What is the hyperlink that allows me to see the various versions of JBOSS Enterprise and more available for download for the SLES (suse) operating system?   Thanx, L
    Profile Photo
    created by lars2923
  • Jboss 7.1 Caused by: javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:jboss/datasources/DefaultDS

    No sé porque se me acaban las conexiones disponibles.... se supone que tengo habilitado un pool con 50 y no existe tal numero de conexiones nunca durante el funcionamiento del servidor de webservices... pero di...
    Profile Photo
    last modified by oruiz
  • Strange behavior of @RolesAllowed in JBoss 7.1.1

    I have a SOAP WS that is created as a stateless EJB. Every thing is working fine except the following behavior: Assuming that the WS has 3 methods A, B and C. I added the @RolesAllowed annotation to each one of the th...
    Profile Photo
    created by osamafelfel
  • Multiple <xenc:EncryptedKey> from server during msg enc/signing

    For some reason our service is returning multiple (2) EncryptionKey tags within the soap response where one of the DataReference URIs associates with the encrypted/signed data in the Soap body, but the second does not...
    Profile Photo
    created by sladd
  • Error if http proxy information is in standalone.xml file.

    Hi,   I am getting problem to run a simple web server. After some investigation I come to know that If I remove the proxy information from the standalone.xml file the web site is working fine. Other wise getti...
    Profile Photo
    created by farooqmahmood1
  • How can I change mustUnderstand attribute of wsse:security e

    Hi, I'm writing a client for a webservice that requires message signing. I've configured it in the jboss-wsse-client.xml. Hence the generated soap envelope header contains something like: <wsse:Security env:must...
    Profile Photo
    last modified by mariovvl
  • NTLM Authentication : JAX-WS webservice client deployed in JBOSS fails- Need help

    Hi All,   I have used the java's native JAX-WS to develop a webservice client. The client consumes a webservice hosted on windows platform. The authentication mechanism  with which the service is set up is ...
    Profile Photo
    created by niharpattanaik
  • How to use Java's JAX-WS implementation in JBoSS instead of default Apache CXF

    Hi,   I have implemented WebService client using JAX-WS native implementation.  We have implemented authentication module which works perfectly as standalone programe with Java's JAX-WS library however the ...
    Profile Photo
    created by niharpattanaik