• Jboss 6.4 addConnectionEventListener

    Hi I am trying to commit transaction (if auto commit is off) before closing connection and I wonder if it is possible using addConnectionEventListener (close event) from java code .. This is because application doe...
    Profile Photo
    last modified by svenkat4
  • Migrate from Jetty to JBoss EAP 6.4

    Hi everyone, At my company we use jetty, all configuration is in files pom.xml and jetty.xml(datasource), Now we want to migrate from jetty to jboss eap 6.4. Is it possible?  When a new employee joins our team,...
    Profile Photo
    last modified by kkamil7
  • JAX_WS Handelr chain invocation throws java.lang.IllegalStateException on EAP6.4

    Hi All,   Currently We are migrating webservice from websphere to Jboss EAP 6.4.Migrated services works as expected when we deploy them without handler chain stuff.But they fail with following exception when...
    Profile Photo
    last modified by john.lusted1
  • Code migration from EAP 5 to EAP 7

    I am migrating application code from JBoss EAP 5 to EAP 7. I have an issue while deploying my EAR, complaining about JAXB loading   Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 189 counts ...
    Profile Photo
    last modified by prabahard
  • Migration from oralce weblogic to Jboss eap 7.x

    Hi All,   Any body can help in providing any URL
    Profile Photo
    last modified by kalyanmiddleware
  • Looking for some property in JBOSS similar to Weblogic (-Dweblogic.alternateTypesDirectory)

    Hi,   We are migrating from Weblogic to JBoss and there are some java standalone programs which are executed by passing some values to java.         java cp test.java -Dweblogic.alterna...
    Profile Photo
    last modified by sridhar.rao.muslay
  • Need help with migration

    Hi All,   Any body can help me in providing migration steps from Jboss Eap 5.0 to Jboss Eap 6.0
    Profile Photo
    last modified by kalyanmiddleware
  • External JNDI Lookup Exception in EAP 6.4

    See following details: The code snippet below results in exception "Failed to define class com.sun.jndi.ldap.LdapURL in Module "org.jboss.genericjms.provider"   I checked and found this sun-jndi-ldap.jar within...
    Profile Photo
    last modified by tp4746
  • Where is class javax.security.auth.Subject?

    Hi there, We migrated an application from WAS to JBOSS. when running the application within jboss-eap-6.4, it displays the following exception:   java.lang.NoClassDefFoundError: javax/security/auth/Subject  ...
    Profile Photo
    last modified by ttian
  • JBoss EJB to WebSphere EJB

    I'm on a WebSphere to JBoss migration project. Does anyone have any experience connecting to an EJB running in another server (like WebSphere) from a JBoss EJB? I need to know what should be in the InitialContext and ...
    Profile Photo
    last modified by iampowers
  • What JBOSS's equivalent to WebShere LDAP authMechanismPreference="BASIC_PASSWORD"

    How does one provide LDAP's user_id/password style authentication within JBOSS?   Some example will be appreciated..   currently I have .. following, and it complains that it lacks SASL. I am trying to po...
    Profile Photo
    last modified by tp4746
  • EJB References in Web App and Won't Deploy Unless EJB References Are Available

    I am on a WebSphere to JBoss migration project. We have a web application (call it WEB_A) that has EJB references to another EAR (call it EJB_B) deployed in the same server. WEB_A needs to be deployed before EJB_B to ...
    Profile Photo
    last modified by iampowers
  • Issue with JMS in clustering servers

    Recently we have upgraded our application from Jboss 6.1 to 6.4. But we are getting JMS exception while starting the server.   10:00:10,526 INFO  [stdout] (ServerService Thread Pool -- 111) PCEServer.JMSMon...
    Profile Photo
    last modified by manmayeesenapati
  • Blank Page when Running a WebApp

    I migrated one of my apps from Websphere to JBOSS EAP 6.4.2. It runs perfectly fine when I run it on local Windows machine but when i deploy the same EAR on unix box with domains, it gets deployed. when i try access t...
    Profile Photo
    last modified by jetain.singla
  • Swagger integration with CXF Jax-rs services for EAP 6.4.5

    Hi, I have developed jax-rs services using Out of the Box cxf jars (2.7.17 ported with EAP 6.4.5 installation). Now I am trying to generate documentation of my services. I am trying for swagger integration. However I...
    Profile Photo
    last modified by kotak25krishna
  • JBPM6.1 login issues

    Hi All,   Infra: jboss-bpmsuite-6.1.0.GA-installer, Jboss EAP 6.4, jdk1.7.   I'm newbie in JBPM world, want to explore the functionality and its benefits to my organization. Everything went smooth. Applic...
  • Issue in starting MDB application

    I am migrating my websphere project into JBOSS one. I had a 2.1 EJB module which i converted to 3.0. Also i configured everything as per the below link.   http://middlewaremagic.com/jboss/?p=1706   When i ...
    Profile Photo
    last modified by jetain.singla
  • How to generate RPC client from WSDL in jboss.

    I have a wsdl and want to generate RPC client from jboss studio but i am not able to do, No Option is available while generating client it's default generating JAX-WS bindings.   Actually i am migrating applicat...
    Profile Photo
    last modified by ruagrawal
  • How to migrate weblogic.xml "http-proxy-caching-of-cookies"

    Hi,   I am currently researching impact of migrating Weblogic 12c to JBoss EAP 6.4.0 and have some question. In session-descriptor section of "weblogic.xml", there are option of "http-proxy-caching-of-cookies" ...
    Profile Photo
    last modified by takafumi
  • Deploy war with multiple @webservice annotated classes

    I would like to deploy a war file that contains multiple @webservice annotated classes, but to only activate one webservice endpoint (per war).   Is it possible to disable the automatic annotation scanning and u...
    Profile Photo
    last modified by mike.smith37