• How to check whether the JBoss server is up?

    import javax.management.MBeanServerConnection; import javax.management.ObjectName; import javax.naming.InitialContext; ....... try {      MBeanServerConnection server = (MBeanServerConnection)new...
    Profile Photo
    last modified by daffy
  • Using old jaxrpc on Jboss EAP 6.1

    Hi,   We are in the middle of migrating from WebLogic to JBoss EAP 6.1, and we ran into a problem with one of our old jaxrpc based web service package from Bloomberg to work with JBoss. We get Linkage error when...
    Profile Photo
    last modified by howardl815
  • JAX-WS JBoss 7.1.1 MTOM. Enabling MTOM support on client side....

    Hi,   i ve got a webservice war running on JBoss 7.1.1 and a apropriate client genereated from the WSDL via wsimport. I am able to upload large files when enabling MTOM programmatically. But if I only use wsimp...
    Profile Photo
    created by pat0675
  • Unable to start jboss 7.1.1

    I am unable to start jboss 7.1.1 server on the server, I have set both JAVA_HOME and JBOSS_home. for some reason it stops after 'if errorlevel 1 ( "" -XX:+TieredCompilation -version 1>nul 2>&1 if not errorle...
    Profile Photo
    created by ucancprem_jboss
  • Memory and Handles with JAX-WS in JBoss 5.1.0 GA

    Hallo,   I have deployed an very simple Webservice in JBoss 5.1.0 GA as @Stateless EJB.   @WebService() @Stateless() public class WSAny {     /**    * Web service operation  ...
    Profile Photo
    last modified by redcar
  • Jboss native WS in AS 7.1.1 problem

    Hello. I work on an Spring/Hibernate application that we deployed it until now on Jboss 5.1.0. We also have a communication module that sends data through webservices between different application instances. On 5.1.0 ...
    Profile Photo
    last modified by stan.cristian88
  • BPEL console is not active in EAP 5.1.0 GA

    Hello,   I have installed JBoss EAP 5.1.0 and JBoss Developer Studio 5 with intention to develop a simple BPEL echo project. Two issues are here, BPEL console is not found at address given in tutorial http://...
    Profile Photo
    created by finwarrior
  • WS-Adresssing not working in Jboss-5 webservice client

    Am using java webservice client. I ran the below code as a main program and it is working fine   VASWCF vas = new VASWCF(); System.out.println(" Trying to get contract ") ; IRequestUnifiedVASContract contract = ...
    Profile Photo
    created by arun.m
  • HANDLER_RAISED_RUNTIME_EXCEPTION: java.lang.NullPointerException

    WARNING [org.apache.cxf.jaxws.handler.HandlerChainInvoker] (http-/127.0.0.1:7080-1) HANDLER_RAISED_RUNTIME_EXCEPTION: java.lang.NullPointerException g.picketlink.identity.federation.core.wstrust.handlers.STSSecurityH...
    Profile Photo
    created by mpag1980
  • Upgrade jbossws-common spec api dependencies to latest version ?

    There are several dependencies in jbossws-common project, which has some JavaEE spec api dependencies that is NOT latest version:   1. jboss-ejb-api_3.1_spec   <ejb.api.version>1.0.0.CR2</ejb.api....
    Profile Photo
    last modified by gaol
  • Unable to publish Apache CXF STS issue in EAP 6.1

    Hi,   I implemented the sample Apache CXF STS in EAP 6.1 as shown in the link below.   https://docs.jboss.org/author/display/JBWS/WS-Security   When I try to access the CXF TokenService WSDL, it says...
    Profile Photo
    last modified by mpag1980
  • Can anyone share a sample CXF STS working code in Jboss EAP 6.1 please

    Hi, I am not able to publish CXF STS service in Jboss EAP as per the sample in the link below.   https://docs.jboss.org/author/display/JBWS/WS-Security   I need this very urgently. Can anyone please post y...
    Profile Photo
    created by mpag1980
  • org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sts': Invocation of init method failed; nested exception is java.lang.NoSuchMethodError:

    Hi, I am trying to publish Apache CXF STS in Jboss soa-p 5.1.3 G.A. I am following the sample program in the below link.   https://community.jboss.org/wiki/WS-TrustWithJBossWS-CXFOnJBossAS71/diff?secondVersionNu...
    Profile Photo
    last modified by mpag1980
  • Unable to publish the apache CXF Secure Token Service in Jboss soa-P 5.1.3

    Hi All,   I am trying to publish a sample apache CXF STS in Jboss soa-p 5.1.3 G.A. I do not get any deployment errors but my tokenservice is not getting published as a service.   When I try to access my S...
    Profile Photo
    last modified by mpag1980
  • jbosssvc.exe -imwdc JBAS50SVC "C:\jboss-5.0.0.GA\bin" "JBo ss Application Server 5.0" "JBoss Application Server 5.0.0 GA/Platform: Windows x86" service.bat The system cannot execute the specified program.

    Hello All,   I was trying to use jboss as a windows service but was unable to do this   I encountered the following error. C:\jboss-5.0.0.GA\bin>jbosssvc.exe -imwdc JBAS50SVC "C:\jboss-5.0.0.GA\bin" "J...
    Profile Photo
    created by ucancprem_jboss
  • SOAP Fault - Unable to Create Namespace (SAAJ0513)

    Using Jboss 5.1, Jbossws-cxf 3.1.2 GA   When trying to send web service request via Teiid 7.7 ws translator I get the following excpetion:   org.apache.cxf.interceptor.Fault: Unable to create envelope fro...
    Profile Photo
    created by darnowsi
  • RESTEasy Exception Handling with ExceptionMapper

    Purpose Purpose of the article is to show how to handle exception in RESTEasy.   Solution RESTEasy provides such a exception handling mechanism which simplifies the exception handling process. RESTEasy Exception...
    Profile Photo
    last modified by daffy
  • SOAP WS: Disable schema validation - JBoss 7.1/Seam 2.3

    I'm trying to disable schema validation for all SOAP webservices.   Following the documentation I tried to set this property at standalone.xml: <endpoint-config name="Standard-Endpoint-Config">   ...
    Profile Photo
    last modified by cardmobili.hugog
  • jBoss WEb Service Tutorial

    Hi,   I am new in java.   I want to create web service using eclipes and want to host in jBoss. So can any one give me step by step tutorial for it.   Thanks Dipak
    Profile Photo
    last modified by dipak.nit
  • SOAP WebService ClassCastException: org.jboss.ws.core.soap.TextImpl cannot be cast to org.w3c.dom.Comment

    Hello, I have this problem after migrating to JBOSS 4.2.3 from Apache Tomcat, after submitting SOAP request i can't parse it properly and here it is what i have got: [code]java.lang.ClassCastException: org.jboss.ws.c...
    Profile Photo
    last modified by mithrand1r