Say I have an Entity class, Car. @Entity public class Car My IDE lets me automatically generate session beans from entity classes, so I end up with a CarFacade
I have deployed an ejb in a war file(not an ear file). I have successfully consumed an ejb deployed in an ear file previously but开发者_Go百科 now I am getting javax.naming.NameNotFoundException beca
I am trying to write a simple stateless sesssion bean but I have problem with narrow reference I give in lookup time.
I have an stateful session bean deployed on Jboss 4.3 with the following config on jboss.xml: <ca开发者_开发百科che-config>
Is anyone successfully using OpenJPA with Glassfish? I\'m trying to use OpenJPA 2.1 with Glassfish 3.1 Open Source.I\'ve followed the instructions to integrate the two here -> http://weblogs.java.ne
I have a session bean which retrieves data from the database and formats it.In the near future it will need to call a utility (which wraps XML-RPC) to forward the data, but for now, I need to execute
i use eclipse with tomcat 5.5 and jdk 1.6. i have 2 question 1.which version of jboss is better to down开发者_JAVA技巧load for me?
I got this exception while trying 开发者_如何转开发to deploy ejb-jar file on a glassfish 2.1 :
In a Stateless Session Bean an EntityManager is injected but I would like to get hold of a Connection开发者_开发百科 object in order to invoke a DB Procedure.
I\'m using EJB 3.1 and JPA 2.0. I\'ll give you an example to explain my doubts and ask for hints as what is a good practice and what\'s not.