• How to reference ejb jar file inside web.xml

    how to reference ejb jar file in WAR file's web.xml   our application use cocoon framework, application deploy as Ear.   EAR has WAR and EJB jar module, how to reference this EJB jar module in web.xml ...
    Profile Photo
    last modified by jboss234
  • Migrating ejb 2.1 entity beans to 3.1

    Hello, I need some pointers for migrating ejb 2.1 entity beans with Bean Managed Persistence  to ejb 3.1.   I know that in 3.1 the table must be mapped on the entity bean, and that annotations are being use...
    Profile Photo
    created by alex12345x
  • What is use of jboss.xml in EJB 2.0

    What is use of jboss.xml and jboss-web.xml in EJB 2.0.   Thanks,
    Profile Photo
    last modified by jboss234
  • Is it possible to make an EJB 2.x call from AS 7.1.1 to 4.2.2?

    Is it possible to make EJB calls from an EJB client on AS 7.1.1 into a EJB provider running on AS 4.2.2? If so how?  I looked at some examples but they seem to be goign the other direction.
    Profile Photo
    last modified by vatsanm
  • Does JBoss AS 7.1.0 support EJB 1.1 and Struts 1.3

    Does AS 7.1.0 support EJB 1.1 and Struts 1.3.   Thanks
    Profile Photo
    last modified by jboss234
  • Does JBoss 7 support local EJB clients from different applications?

    Hello.   The EJB 3.1 spec states: Access to an enterprise bean through the local client view is only required to be supported for local clients packaged within the same application as the enterprise bean that p...
    Profile Photo
    last modified by tinche
  • Scoped EJB Client Contexts Question: lookup "ejb:" or "java:"

    I can't understand why this doesn't work for me: Context ejbRootNamingContext = (Context) new InitialContext(props).lookup("ejb:");   But this works: Context ejbRootNamingContext = (Context) new InitialContext...
    Profile Photo
    last modified by nicolacorsaro
  • WatcherService hangs server at shutdown

    So im running JBoss AS 7.1.1.Final "brontes" in a maven3 project running eclipse kepler and java7.   I am trying to build a watcherService that is monitoring a folder for updates. I have a Singleton that at star...
    Profile Photo
    last modified by tompilompi
  • Can't close a scoped RMI connection withouth an exception

    Hello,   I'm having trouble with a remote connection to another jboss server, actually with closing it.   So I have 2 JBoss AS 7, an stateless EJB A deployed on server 1 and an stateless EJB B deployed on ...
    Profile Photo
    last modified by croco
  • Error with HornetQ and EJB

    I am Getting the following Exception when trying to deliver Message to my EJB.   2012-06-07 12:34:28,704 ERROR [org.hornetq.ra.inflow.HornetQMessageHandler] (Thread-3 (group:HornetQ-client-global-threads-3095893...
    Profile Photo
    last modified by lusmall
  • ClassCastException: com.sun.corba.se.impl.corba.CORBAObjectImpl cannot be cast to org.omg.CORBA.Object

    Hi,   I'm trying to connect to a WebSphere 6.1 EJB 2.1 from JBoss EAP 6.2 (AS 7.?)..   InitialContext ctx = new InitialContext(props); Object obj = ctx.lookup(jndi);   returns :   (ServerServi...
    Profile Photo
    last modified by belapie
  • transaction propagation and jdbc dao in ejb 2.1

    Hello All, I have a stateless session bean, in one of the methods I am using jdbc dao to get some data from db. This dao does select query. Session bean starts transaction and updates data, within same transaction I ...
    Profile Photo
    last modified by born_free
  • Pass data between Interceptors and Asynchronous methods

    Hi, I recently asked this question in stackoverflow with not so great responses, but finally arrived to a solution. http://stackoverflow.com/questions/24809196/how-to-pass-data-from-ejb-to-async-ejb/24940141#24940141...
    Profile Photo
    created by rsisto
  • NameNotFoundException in JBoss 6.1 but not in 4.0.4

    Hello,   I am migrating an application from JBoss 4.0.4 to JBoss 6.1. I have a jar that has some version 2.1 EJBs. One of the session beans has a static initializer that looks up an entity bean. That works ok in...
    Profile Photo
    created by petal1
  • Problems with using a stateful session bean from a singleton bean

    I'm having some problems with the order application (http://docs.oracle.com/javaee/6/tutorial/doc/giqst.html) from the Java EE 6 tutorial. I don't want to include all the source code because it's too big, but you can ...
    Profile Photo
    last modified by danielyt
  • Any tips/guides on how to migrate/downgrade an .ear from Wildfly to JBOSS 7.1.1

    Hello community,   I have a rather unusual usecase - I have to migrate / downgrade an application - .ear containing war and ejb jar, that is build on wildfly to a jboss 7.1.1. All I want is for you to recommend s...
    Profile Photo
    last modified by mdzh
  • Invoke Remote Session Bean 2.1 in WAS 6.1 from JBoss 7.1

    Hi all,   I need help. I'm trying to invoke a EJB 2.1 deployed in WAS 6.1 from JSF Application deployed in JBoss 7.1 and i get the ClassCastException but i dont know why.   Trace:   21:42:10,673 ERRO...
    Profile Photo
    last modified by jlmanriquez
  • Load-balancing EJB calls from an EJB client

    I'm using a JBoss cluster with a number of EJB components deployed on it. I've noticed the following: If I perform a JNDI lookup from an external client, the load-balancing process works as expected (i.e. a random cl...
    Profile Photo
    last modified by dejanm
  • Are Stateless Session EJB Thread-safe

    If I have multiple clients making requests on a single stateless session EJB at the same time what happens ? It is my understanding that EJB's are thread-safe. So does the container place the requests in a queue or wh...
    Profile Photo
    last modified by mjrother
  • Conditional Selection Among EJB Remote Hosts

    Using J-boss's EJB client to route from one J-boss server to another works for me with J-boss 7.2/EAP 6.1 by utilizing the "jboss-ejb-client.xml" file. But I'm interested in sending some heavier requests to a differen...
    Profile Photo
    last modified by 8f4xd7qigkwkp