• 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 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
  • 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
  • JBossWS - Mavenization

    Since 3.0.2 (Native, CXF, Metro) JBossWS has been completely mavenized since the 3.0.2 release. Download Maven Set Up Maven Environment Options Create or Update Maven Settings (JBoss Nexus Maven Repositor...
    Profile Photo
    last modified by asoldano
  • JBossWS - Building From Source

    This page documents the Maven based build that we use since jbossws-3.0.2. See the Mavenization page for details regarding configuring you Maven environment. The Ant based build of previous versions, is documented her...
    Profile Photo
    last modified by asoldano