• How to get access to wildfly admin console by REST-method

    Hello,   I'm trying to get Executors information from my app by REST-method. I can do it from browser and terminal when the standalone script is running. But for doing this from application, I need to use creden...
    Profile Photo
    last modified by mityukova
  • Web service client with Username token authentication problem

    Hi,   We have got a  webservice with the following security policy from the client.   <wsp:Policy orawsp:provides="{http://docs.oasis-open.org/ns/opencsa/sca/200903}authentication, {http://docs.oas...
    Profile Photo
    last modified by sreedhar_45
  • Multiple JBoss AS web servers in network (all clients)

    In a scenario where you have a network where the server and every client has a JBoss AS web/application server, would you see performance issues or can that run just fine?  Before you ask why or advise not to, th...
    Profile Photo
    last modified by kimsmith999
  • Message level security(MLS) in jBoss

    Greetings,   I am working in migrating my application from IBM WAS 6.1 to JBoss . My application has Webservices running on WAS 6.1. and secured via IBM datapower. In the existing approach, MLS(Message level sec...
    Profile Photo
    last modified by selvatkumar
  • Custom Log4j in Redhat SSO

    Hi All, I have implemented custom log4j.properties for a module(standalone jar file where it contains log4j.properties)   My query is log4j is writing logs on both the files(server.log and my.log). I want warni...
    Profile Photo
    last modified by sarada.ch
  • Enabling wsse:UsernameToken for a client WS call

    Hi all,   I am trying to enable the addition of a WS-Security username token to outbound client calls of a service that is defined in the service's WS-Policy file as required. The header should be like this: ...
    Profile Photo
    last modified by andyg101
  • CXF JMS JTA

    I am trying to use jbossws-cxf to implement reliable soap over jms service implementor with websphere MQ adapter running in XATransaction mode.   When declaring endpoint implementor like ejb @Stateless i have fol...
    Profile Photo
    last modified by kolobok38
  • Jersey 2 and Jboss 7

    Has anyone had success deploying Jersey 2.x with JBoss 7.x? I've tried deploying Jersey 2.5 with JBoss 7.1.1 but encountered errors like:   "java.lang.NoSuchMethodError: javax.ws.rs.core.Application.getPropertie...
    Profile Photo
    last modified by iominh
  • Webservices communications

    The requirement is to call axis2 web-service (normal java class) which is sending SOAP message from another axis 2 web service which is receiving SOAP message (normal java class). Web Service which is sending SOAP mes...
    Profile Photo
    last modified by nildu77
  • JBoss EAP 6.1 LDAP Role Mapping Problem

    Hi,   I am currently trying to integrate Active Directory authentication into my java application which is running on JBoss EAP 6.1. The LDAP connection works fine and authenticates however i'm struggling to fi...
    Profile Photo
    last modified by danny1988
  • Error trying the WS-Securuty example

    Hi everyone,   Im triying to make run the example (this) for signing, but I have an error but I dont know why. After developing the service and the client this is what I getting:   Exception in thread "mai...
    Profile Photo
    last modified by rafalex
  • Disable clunked encoding in Jboss 6.3 EAP

    How to disable clunked encoding in Jboss 6.3 eap We are getting following error when sending attachments using webservices. ( Clinet) Caused by: org.apache.cxf.transport.http.HTTPException: HTTP response '411...
    Profile Photo
    created by sun99
  • JBossWS - Running the test suites

    Working with the integration layers Ant build Maven + Ant build (JBossWS 3.x) Maven + Ant build (JBossWS 4.x) JBossWS-CXF Spring testsuite Working with the Hudson QA environment Maven + Ant build...
    Profile Photo
    last modified by wolfc
  • How to access webservice deployed to jboss 5.1.0 GA

    Hello All,   Sorry for this Newbie question, but it's my first time deploying webservices on jboss. I have successfully deployed my webservice to jboss (No webservice deployment errors when I start jboss), but I...
    Profile Photo
    last modified by ptn77
  • Latest installer

    Hi,    Where can I get the latest installer version of jboss server... I checked but on download page i am getting the file version only, I need installable exe file...   Is jboss provide installer ...
  • Secure web service error by using the database login module: EJB Invocation failed

    Hello everybody,   I've a little problem with my Jboss AS 7.1.1.Final Web Service authorization. I want to secure the web service via the database login module. Everything works properly when the service is run...
    Profile Photo
    last modified by d2k-ay
  • JbossWS performance in RedHat EAP 5.2

    Hello guys, we are involved in project with Redhat eap 5.2.and jbossws native 3.1.2.SP13. To achieve better performance I'd like to not create Service and Port for each invocation ( getPort take about 300 ms ) but f...
    Profile Photo
    created by brosky
  • Error invoking a web method on jax-ws based web service on SSL enabled JBoss AS

    My aim is to get proper result/response from a web method of a jax-ws based web service on SSL enabled server (wsdl location is known and the web service client is created successfully using NetBeans). Everything work...
    Profile Photo
    last modified by sadav
  • SOAP Addres Rewrite for Endpoint loadbalancing

    So I have read how to dynamically re-write the web service soap address https://docs.jboss.org/author/display/JBWS/Advanced+User+Guide   JBoss 7.0.2 soap rewrite issue https://community.jboss.org/thread/19847...
    Profile Photo
    last modified by steljboss
  • SOAP Message validation now enabled by default?

    Hello,   Since AS7 upgraded from CXF '2.4.8-patch-01' to '2.4.9' (https://github.com/jbossas/jboss-as/commit/0a1e626a5c4bf52a8c75e0cd27f15c4c08dfc24d) we have been getting the following 'unexpected element' erro...
    Profile Photo
    last modified by paul.robinson