• Migration JTreeCache from Jboss EAP 4.2 to JBoss EAP 7

    Hallo!! I'm having trouble migrating TreeCache from Jboss  EAP 4.2 to JBoss EAP 7.   The old configuration was:   <?xml version="1.0" encoding="UTF-8" ?> <server>     ...
    Profile Photo
    last modified by gruppoeurisspa-mricci
  • ERROR:New missing/unsatisfied dependencies. While Migrating app from jBoss 5.1 to EAP 7

    Hi,   I am trying to migrate a webapp based on JDK 1.5 running on JBoss 5.1. My application is war archive(Maven Multi module project) having dependent jar in its class-path (myApp.war/WEB-INF/lib/dependent.jar)...
    Profile Photo
    last modified by verma.pankaj
  • How to configure transactionStore property in Jboss EAP7.0

    Hi All,   Please let me know , how to configure transactionStore property in embedded Artemis activemq in Jboss EAP7.0.GA .   I have a configuration to support local transaction in my code where the messag...
    Profile Photo
    created by sureshshine2020
  • Migration From Weblogic to Jboss Facing  java.lang.NoClassDefFoundError Please Find Ear file as attachment

    Thu Nov 17 16:09:42 GMT+530 2016 Unable to modify deployment.  Unexpected HTTP response: 500  Request { "operation" => "deploy", "address" => [ ("server-group" => "main-server-group"), ("deployment"...
    Profile Photo
    last modified by vibhuagwl
  • How to get Jboss EAP 7 default or custom workManager in spring configuration file.

    Hi All,   I am trying to implement the jca based jms in spring with Jboss EAP 7.0 and below are my configuration         <bean id="messageHubTaskExecuter" class="org.springframe...
    Profile Photo
    last modified by sureshshine2020
  • Jms with spring DefaultMessageListenerContainer in Jboss EAP 7

    Hi All ,   I have faced the below issue with Jboss EAP 7 - artemis activemq when i try to commit the transaction locally.   Issue: org.springframework.jms.IllegalStateException: Session is not transacted;...
    Profile Photo
    last modified by sureshshine2020
  • Database performance issue in JBOSS EAP 6.4.5

    We have migrated from JBOSS 5.1 to JBOSS EAP 6.4.5. After migration we are seeing performance issues in Database communication. Database Stored Procedure execution is taking more time. As per DBA, SP is executing in ...
    Profile Photo
    last modified by sachinkat
  • EAP 7.0 with EJB 3.0

    Good Morning     I'm trying to migrate an application developed for WebLogic EAR 10.3.6 JBoss EAP 6.0 or 7.0. The main problem that I encounter is that JBOSS fails because it says I'm not doing the EJB 3.1 ...
    Profile Photo
    last modified by pepe.caballero.caballero
  • exception sending context initialized event to listener of ...<custom>ContextListener java.lang.RuntimeException

    Trying to migrate Weblogic application to JBoss 6 version. In deploying the .ear file I get this from JBoss, 'exception sending context initialized event to listener of ...<custom>ContextListener java.lang.Runti...
    Profile Photo
    last modified by garjanice9
  • How configure the Error/DLQ Queue in Jboss EAP7.0

    Hi All,   Planning to migrate the Weblogic JMS to Jboss EAP 7 - messaging-activemq. In weblogic , We have a weblogic error queue configuration as below   <delivery-failure-params>    ...
    Profile Photo
    last modified by sureshshine2020
  • Is JBOSS Enterprise Application Platform -Version 6.3.2 compatibale with ORACLE EBS 12.2.5

    Is JBOSS Enterprise Application Platform -Version 6.3.2 compatibale with ORACLE EBS 12.2.5?   Please let us know as we are upgrading to Oracle EBS 12.2.5.
    Profile Photo
    last modified by nagasrinivasachary
  • Jboss 7 EAP supposrt for Sybase 15.0.3

    We are planning a migration of an application from Jboss 5 EAP to Jboss 7 EAP. The current application is very old and complex. Its using Sybase 15.0.3 database and connecting using jconn3.jar/Jconnect driver version ...
    Profile Photo
    last modified by prono132
  • Configure reference to deployed JAR in manifest.mf

    How to configure references to the deployed jar through console in the war's manifest.mf file.  We have global modules defined like Manifest-Version: 1.0 Dependencies: org.antlr,org.apache.commons.lang   ...
    Profile Photo
    last modified by prabhujboss28
  • forEach tag of JSTL is not working in JBoss EAP6.4

    12:09:52,057 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/lisa-web].[jsp]] (http-localhost/127.0.0.1:8080-4) JBWEB000236: Servlet.service() for servlet jsp threw exception: org.apache.jas...
    Profile Photo
    last modified by nicekumar
  • Jboss 6.4 Multiple EAR deployment

    Hi,   As i have four EAR's which have the same structure as EAR(conatinging)>JAR's,WAR and EJB, where WAR >jars, JSP, class files When i am trying to deploy the EAR's i am facing the classNot found except...
    Profile Photo
    last modified by gadagi08
  • Application Migration from AS 5.1 to EAP 6.4 - Issue in WS Proxy Invocation

    We are moving from JBOSS AS 5.1 to JBOSS EAP 6.4. Have been able to deploy first application on 6.4 after making the required code changes like JNDI lookup. This application needs to invoke another application that i...
    Profile Photo
    last modified by nishitajain
  • EAP 6.3 - How to get jars in EAR\Lib folder accessible to WAR Project

    We are currently looking at possibility of migrating from WebSphere to JBoss.  We can get our projects to run in JBoss but only after flatten out all the dependencies into the WebProject\Webcontent\WEB-INF\lib an...
  • Migrate JBoss EAP from 5.1 to 6.4 and JSF won't work any more

    My Jboss application uses JSF in Presentation tier. It included myfaces-api-1.2.2.jar & myfaces-impl-1.2.2.jar in pt.war file. After migrate JBoss EAP from 5.1 to 6.4. I got the following error when start app: &#...
    Profile Photo
    last modified by yjin01
  • How to get default work Manager in JBOSS EAP 6.4,  Not able to locate through MBeanServerLocator

    Hi,   We are migrating from JBOSS 4.2.3 eap to JBOSS 6.4 eap and we facing issue to geting Default WorkManager of JBOSS while creating beans.   Please find below related details,   We are getting wor...
    Profile Photo
    last modified by cpillai
  • Migrating to JBOSS 6.4.8 EAP - JMS - IBM MQ 7.5 - MDP deployment issue

    I am trying to migrate my MDP from JBoss 5.0.0 to Jboss EAP 6.4.8. My application uses Spring JMS 3.1.1 and IBM MQ. Below is my resource adapter configuration     <resource-adapter id="wmq.jmsra.rar">...
    Profile Photo
    last modified by cmani08