openejb
Testing ejb with stub and openejb framework
I am trying to test an EJB that have another one injected in it. For the tests purpose I want to use a stub for the injected EJB. I had use openEJB as framework for the EJB for the testing.[详细]
2023-02-16 02:10 分类:问答How should I declare my datasource in OpenEJB?
I\'m trying to deploy an application in OpenEJB 3.1.4 + Tomcat 6. This application deploys OK within JBoss, but I want to get it working in OpenEJB.[详细]
2023-02-14 23:35 分类:问答Tomcat / OpenEJB / Eclipse - configuration
I need to configure my Tomcat ( 5.5 ) with OpenEJB container and I want to have it all in Eclipse. Could anybody explain me how it works, since when I have installed Tomcat in a directory ( i.e C:/Tom[详细]
2023-02-13 04:41 分类:问答How do I authenticate regarding EJB3 Container?
I have my business classes protected by EJB3 security annotations, now I would like to call these methods from a Spring controller, how do I do it?[详细]
2023-02-12 17:25 分类:问答EJB transaction rollback with hibernate
So I\'m using container managed transactions in OpenEJB and Hibernate and I have a fairly simple transaction rollback scenario I\'m trying to get to work. My DBMS is MySQL.[详细]
2023-02-09 03:08 分类:问答How to specify UsersFile, GroupsFile and conf/login.config in OpenEJB Embedded configuration?
Folks I\'ve setup OpenEJB in Netbeans so that we can run it and debug it using the Embedded configuration. It worked fine until we tried to add authentication.[详细]
2023-02-08 11:55 分类:问答Blocking on DBCP connection pool (open and close connection). Is database connection pooling in OpenEJB pluggable?
We use OpenEJB on Tomcat (used to run on JBoss, Weblogic, etc.). While running load tests we experience significant performance problems with handling JMS messages (queues). Problem was localized to b[详细]
2023-02-07 22:41 分类:问答Tapestry5 Logout exception
I am facing a strange issue and am not able to find out the root cause. Here is the problem statement.[详细]
2023-02-03 02:52 分类:问答Tomcat / "Application cannot be deployed as it contains deployment-ids" error
I am facing a problem connected with deploying two application on Tomcat 5 server. When deploying and running the server I receive an error message, which also prevents the second application to be pr[详细]
2023-01-27 05:40 分类:问答Why datasource is not found in JNDI after injection from jndi.properties?
This is my persistence.xml: <persistence> <persistence-unit name=\"MyUnit\"> <provider>org.hibernate.ejb.HibernatePersistence</provider>[详细]
2023-01-22 19:26 分类:问答
加载中,请稍侯......