• EJB 2 to EJB 3 Migration

    Hi All, need a little help...working on a project to migrate application from JBoss EAP 5.x to JBoss EAP 7.x, which requires migration from EJB 2.x and Xdoclet to EJB 3.x and need to remove XDoclet.   Please l...
    Profile Photo
    last modified by akshat.
  • Entity Beans are no longer supported, beans ModelEEJB cannot be deployed

    I am using wildfly 10.0.2 . And I am migrating ejb2.1 to 3.2. This is my ejb-jar file.     <?xml version="1.0"?> <ejb-jar version="3.2" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="htt...
    Profile Photo
    last modified by arnoldbenda
  • Deploy Failed with Unused CMP reference

    I'm Deploying an .ear in 'deploy' folder and .war in 'deploy.last' folder. My .ear file has all the CMP references. I'm injecting one Session bean with Spring as below     While I try to migrate my code f...
    Profile Photo
    last modified by muaadhil
  • How can I inject dependencies in a POJO like in Stateless Session Beans

    Hi,   I habe a stateless session bean (on Wildfly 10), where POJOs a created by parameters coming from the database.   @Stateless public MySessionBean implements myRemoteInterface { .. public void doSom...
    Profile Photo
    last modified by thl-ka
  • Which version of EJB is supported by JBOSS EAP 6.2?

    Hi . Please let me know which EJB version is supported by JBOSS EAP 6.2 (EJB 2.0,2.1,3.0,3.1..etc). While trying to deploy EJB 2.0, I am getting parsing exception in JBOSS EAP 6.2 server
    Profile Photo
    last modified by pavan-kumar
  • What is the default Scheduler  jar in JBOSS AS 7 for jboss 5 we are using org.jboss.varia.scheduler.Scheduler

    org.jboss.varia.scheduler.Scheduler re
    Profile Photo
    last modified by nagarajub
  • EJB project

    Hey!   I got question about EJB project. I know how to create and deploy an ejb project with maven, which only import default libraries. But if i include dependency for JSON etc, there's a problem. Message Drive...
    Profile Photo
    created by juretos
  • JBREM000200: Remote connection failed: java.io.IOException: An existing connection was forcibly closed by the remote host

    Hi All, I am getting this Exception in my JBOSS Server side application daily once and Stopping all EJB client request. ERROR [org.jboss.remoting.remote.connection] (Remoting "upaldcad01" read-1) JBREM000200:...
    Profile Photo
    created by prakashmn
  • (Jboss 5) Annotated Message Driven beans not detected/deployed in War file

    Got the following annotated mdb which works when deployed as a jar(even without the ejb.jar.xml) into Jboss but doesn't work when deployed within a war, mdbs seem to be ignored.I have an existing project which is a wa...
    Profile Photo
    created by andrewholmes
  • WildFly MDB consumer with remote queue

    I have two servers(both wildfly8). On server 1 i have a queue. On server 2 i have a mdb consumer. My question is how to configure the consumer to consume messages from the queue on server 1. Messaging subsystem attac...
    Profile Photo
    last modified by woykan
  • Custom service which other jboss applications use

    Hello!   It's possible to create some jboss service, which other jboss aplications can use it and wait for result. Something similar that I need is EJB quickstart example jboss-ejb-in-ear, but this one can not u...
    Profile Photo
    last modified by juretos
  • Apache Spark in JBoss

    Hello, guys!   I have a question about Apache Spark in Jboss.. How can i "deploy" Spark in Jboss?   Thanks for answers..
    Profile Photo
    last modified by juretos
  • Jboss EAP 5.1 - MDB Integration with IBM Websphere MQ

    I have been playing with a lot of Jboss parameters but I have been unsuccessful in getting my MDB to process more than 10 concurrent messages at a time. This is not adequate for my needs - I need a lot more concurrent...
    Profile Photo
    last modified by thecrispybacon
  • problem with a stateless session bean

    Hello,   I don't know if it is the right forum for this discussion. I didn't find the answer elsewhere. Anyway, here is my problem   I have a java client (Main program) that call a remote SLSB by a lookup ...
    Profile Photo
    created by flamant
  • Guys Please, Need help with EJB 3 Hibernate on JBOSS- error

    11:52:57,319 INFO  [org.jboss.modules] JBoss Modules version 1.1.1.GA 11:52:57,531 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA 11:52:57,583 INFO  [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "...
    Profile Photo
    last modified by chamila.liyanage
  • Jboss-7.1.3 IBM mQ MessageDriven, Listen an event from one queue and publish it in another queue

    Currently I have a listener which reads events from IBM Mq but I would like to publish the same event after doing some processing on it and publish it to another queue.   For e.g.  Listening from Queue1 li...
  • Deploying EAR with EJB.jar in JBOSS

    I am migration an application from WebSphere to Jboss 6.2. EJB.jar is inside a appliacaion ear file. While starting the JBOSS server, The error is coming due to WebSphere interfaces AppStartUpHome and AppStartUp use...
    Profile Photo
    created by abhishek.maru
  • Class loading problem in EAP 6.2

    Hi All,   I have two enterprise applications packaged into two ears (client.ear, aserver.ear) both of them use common code such as interfaces, helpers etc which are placed as seperate modules in the modules dire...
    Profile Photo
    last modified by lokeshdotp
  • javax.el.ELException: /template.xhtml: The class 'org.jboss.seam.security.Identity' does not have the property 'logout'.

    Migrated Jboss seam 2.2 app to seam 2.3 also changed richfaces library to support jsf 2. And ran into the following problem.   16:28:08,752 SEVERE [facelets.viewhandler] (http--127.0.0.1-8080-3) Error Rendering ...
    Profile Photo
    last modified by lokeshdotp
  • remote-naming project for ejb invocation failing to connect to remote host after all configuration is proper

    Hi all, I am using jboss7.2.0.Final and I have deployed myapp.ear file and its running   I have an ejb (stateless) in the service and it is exposed as java:jboss/myapp/mymodule/HiEjb!com.mycompany.api.HiInter...
    Profile Photo
    last modified by ravipatil080