1. ejb testing issues with netbeans and openejb stackoverflow.comI have created a netbeans 6.7 EnterpriseApplication project with ejb and war modules with a test stateless session ejb with a simple sayHello() method. I also added the openEjb library in ... |
2. How to setup a project in Netbeans for EJB development using OpenEJB? stackoverflow.comWe want to evaluate OpenEJB for our application. We have already performed some tests and now we need to start a pilot project. While I've seen how to use OpenEJB for testing ... |
3. What about OpenEJB? Is it worth it? Any opinions? stackoverflow.comI whould like to know some opinions about OpenEJB: we are considering to use it on a new project, but really didn't found many opinions about it. So, here is my ... |
4. EJBs 2.0 on OpenEJB - Where do I put the needed jars? stackoverflow.comWe've been using WAS 6.1 so far to deploy our web apps. Now we need to migrate to an economics-savvy Tomcat + OpenEJB solution. The OpenEJB 3.1.2 container is plugged into ... |
5. OpenEJB : Configuring MDBs with custom ConnectionFactory stackoverflow.comAs described in OpenEJB docs, we can configure JMS connection factory and queues, and they will appear in JNDI as: openejb:Resource/MyJmsConnectionFactory, openejb:Resource/MyQueue
|
6. Testing ejb with stub and openejb framework stackoverflow.comI 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 ... |
7. EJB repository testing with OpenEJB - how to rollback changes stackoverflow.comI try to test my EJB-based repositories using OpenEJB. Every time new unit test is runned I'd like to have my DB in an "initial" state. After the test, all changes ... |
8. Implementing a Small EJb Container stackoverflow.comIs there any generic document to study how the ejb container is implemented? in other words, is there a document to know more about how to implement a small ejb container ... |
9. Is there an Exception that can be captured when an EJB client loses the connection to the Application Server? stackoverflow.comI would like to create an exception handler for the specific case that happens when an EJB client application loses the connection with the application server. The code we are creating ... |
10. OpenEJB Assembler Error with Corbetura '1.10-svn' Instrumented EJBs stackoverflow.comEJBs instrumented by the latest Cobertura (svn rev 794) will not load. Assembly and tests work fine with un-instrumented EJBs and EJBs instrumented with 1.9.4.1, so I'm pretty sure it's ... |
11. what is ModuleID on OpenEJB stackoverflow.comi deploy EJBs jar into OpenEJB remote mode but my client can't lookup EJB [EJBs deployed Correctly] , after debugging project i found that openejb.client.moduleid must have value. but what's is moduleid ... |
12. OpenEJB alternate descriptors fail to work when using a jUnit test suite stackoverflow.comI have managed to get alternate descriptors to work with my unit-tests running on OpenEJB using stubs for dependant EJB components, when each test is executed on their own. But once ... |
13. In TDD, why OpenEJB and why Arquillian? stackoverflow.comI'm a web developer ended up in some Java EE development (Richfaces, Seam 2, EJB 3.1, JPA). To test JPA I use hypersonic and Mockito. But I lack deeper EJB knowledge. Some ... |
14. No provider available for resource-env-ref in OpenEJB stackoverflow.comI have 2 EJBs, EJB-2 is EJB 2.0, EJB-3 is EJB 3.0. The use case is EJB-3 needs to call EJB-2, it works on WebLogic 11g. But I get the exception ... |