While deploying a mavenized application consisting of a parent project, ejb jar project and a web project I have following stack trace in Jboss As ,5.1.0.GA.
I would like to specify JNDI name for an EJB3 bean using annotation, but JBoss 5.1.0 GA seems to ignore the annotation completely.开发者_C百科 Bean\'s annotations are:
I am trying to perform a JNDI-lookup from within the GWT devmode. I have a local glassfishv3 running the EJBs I want to look up. If i deploy the GWT-Webapp into said glassfish everything works as exp
I would like to return a List of Integers from a javax.persistence.EntityManager.createNativeQuery call
I am trying to understand where some of my application logic should go in my Java EE Application. I am new to Java EE and am looking at loading a lot of unstructured data from a legacy database and bu
I\'m writing my first Java EE (EJB + Servlets etc.) application (please note: I\'m using Eclipse). I\'m stuck with a problem with EntityManager injection not working, and having some difficulties find
Transaction semantics and state-fullness are considered implementation details in EJB3. An implementation can decide whether to use bean or container managed transactions.
I\'ve been having problems trying to call an EJB\'s method from a Java Application Client. Here is the code.
I am getting following exception when a Local Interface is implemented by two Stateless beans, in which one having normal functionality 开发者_高级运维and other having some enhanced functionality in i
JBOSS 5.1 / EJB 3 / JPA / MySQL For development we specify \"hibernate.hbm2ddl.auto\" as \"update\". This is done in several persistence.xml files embedded in several jars in an 开发者_StackOverflow中