• My JBOSS application frequently getting hanged...

    Hi There, I am using JBOSS Version 4.2.3.GA.   Architecture - Client --> Apache --> JBOSS --> Apache ---> Client.   Every request goes to JBOSS via Apache only. For the past 4 days, application...
    Profile Photo
    created by sadheeshan
  • Resteasy, handling and logging of WebApplicationException

    Resteasy logs a stracktrace for all WebApplicationExceptions, which is not what I was expecting. My expectation was that Resteasy would catch this exception and return an appropriate response, but not log the exceptio...
    Profile Photo
    last modified by jrinderle
  • What's the different between jboss as ,jboss as web,jboss web,jboss web services?

    I am new jboss,the four pruducts confuse me.hope someone can help me!
    Profile Photo
    created by zhuxulin
  • jboss-eap-6.1相关问题

    设置好环境变量后运行run.bat文件,根据描述信息运行standalone.bat是能启动的,求高手指点如何在myEclipse8以上的版本中搭建jboss-eap-6.1环境
    Profile Photo
    created by chensanmu
  • JBoss 7.1.1/HTTPS/WS-Security   java.lang.RuntimeException: Could not generate DH keypair

    Hi,   we use JBoss 7.1 with Apache CXF and WS-Security enabled.  ( see : http://depressedprogrammer.wordpress.com/2007/07/31/cxf-ws-security-using-jsr-181-interceptor-annotations-xfire-migration for descrip...
    Profile Photo
    created by ajanz
  • JBoss 7.1 with Apache CXF

    Hello,   I try to migrate our application which has Camel with Apache CXF. to JBoss 7.1   During deployment I get following exception:  java.lang.ClassNotFoundException: org.apache.cxf.transport.servl...
    Profile Photo
    created by johnbesel
  • Resteasy Oneway request , PreProcessInterceptor issue

    Hi I am new to Jboss resteasy, I am using a oneway=true in the requets url, I also got the PreProcessInterceptor working fine, when the client calls the webservice with oneway=true then the client is able to get the ...
    Profile Photo
    created by myan123
  • MTOM XOP attachments missing

    Hello Together, I hope enybody have had already the issue and solved it. The issue: I have implemented some webservice client in standard way having wsdl, having port (with mtom annotation) and service. In XSD nee...
    Profile Photo
    last modified by dzcs
  • Jboss Seam distroy all cookies

    Hy guy's      I am a newbee in jboss+seam, i have a project were users can log in and logout, for the logout button i am using " #{identity.logout} ". My question is: can i make when the user cli...
    Profile Photo
    created by silverdeva
  • WebService annotation is not present

    I am getting an error, "com.sun.xml.internal.ws.model.RuntimeModelerException: A WebService annotation is not present on class: ags.AssetGetService", which I can't fathom.   Here's the client: package ags ...
    Profile Photo
    last modified by gryffin
  • [org.apache.cxf.ws.rm.RMInInterceptor] (default task-57) WS-ReliableMessaging is required by this endpoint.

    With WildFly Alpha 4, I try to implement Java Web Service. This is my Web Services Interface,   import javax.jws.WebMethod; import javax.jws.WebParam; import javax.jws.WebResult; import javax.jws.WebService; im...
    Profile Photo
    last modified by aupres
  • org.apache.cxf.ws.policy.PolicyException: Cannot encrypt data

    This is my sample WS-Security project.   ===== IHelloWorld Interface @WebService ( targetNamespace = "http://www.aaa.com/jbossws/ws-extensions/wssecurity" ) @PolicySets({"WS-Addressing","WS-SP-EX223_WSS11_Anony...
    Profile Photo
    last modified by aupres
  • JBossWS wsconsume Maven plugin FAIL

    Hi,   I followed instructions here https://docs.jboss.org/author/display/JBWS/wsconsume But it seems there are dependency issues whenever i use the version of the plugin specified in the tutorial. Which versio...
    Profile Photo
    last modified by slbanal
  • Crazy performance issue with JBossWS

    Hi all   I have a bottom-up JAX-WS web service deployed in JBoss. I was running some performance tests at different volumes and I ran into this issue: exactly one hour after the first request, the performance dr...
    Profile Photo
    last modified by jbonham100
  • There to find jboss webservices samples with maven ?

    Hi, just downloaded the latest jboss webservices release , build and tests are all done with ant. Is there jboss webservices tests or samples with maven for current release ?   Regards, Niko
    Profile Photo
    last modified by nmay
  • Web-service is always deployed with ssl endpoint on WildFly how to avoid it ?

    Hi, I update my wildfly installatoin to the latest jbossws-cxf-4.2.0.Final  webservice release.   I deploy the simple username token webservice with end point address specified like this   <servi...
    Profile Photo
    created by nmay
  • How to avoid parsing DTD in Soap Request

    Web service has an XML expansion vulnerability by parsing DTD in the input soap message. Does anyone have a solution for turning off DTD loading/parsing for JAX-WS Web Services implemented using @WebService? JBoss AS ...
    Profile Photo
    created by jliubay
  • Client call to Service behind SSO

    The situation is an application deployed on JBoss 5.1.0.GA(running JDK6) needs to make a call to a webservice that is deployed behind and SSO layer.  I've managed to get the SSL configuration accomlished and the ...
    Profile Photo
    last modified by drdevlin
  • WS access behind SSO

    So the situation is an application deployed on JBoss 5.1.0.GA (running on JDK6) needs to make a call to a WebService that is deployed behind an SSO layer.  Not so big a deal(I thought).  I managed to get the...
    Profile Photo
    last modified by drdevlin
  • Where should I set up standard-jaxws-endpoint-config.xml in JBoss 6?

    I am a newer for JBoss WS. I have a question related to the file standard-jaxws-endpoint-config.xml in JBoss6. In JBoss 5, we use this file to define the JAX-WS HTTP Handlers for all JAX-WS HTTP Web Services. Since it...
    Profile Photo
    created by jennytian