openejb
OpenEJB Standalone -- Non-JMS MDB Fails to Deploy
I just want to go \'live\' with the setup that is currently working beautifully in testing. I\'ve downloaded the standalone OpenEJB server and put my EJBs in the /apps directory.[详细]
2023-03-13 09:39 分类:问答OpenEJB Assembler Error with Corbetura '1.10-svn' Instrumented EJBs
EJBs 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 related to Co[详细]
2023-03-11 14:06 分类:问答OpenEJB Local Client Injection Fails
Note that I\'m mirroring the example given here very closely. In fact, my situation is somewhat simpler as I\'m not even testing with a persistence unit at this point. My test project provides a simp[详细]
2023-03-10 14:03 分类:问答Test @Webservice EJBs with WebServiceContext (using OpenEJB?)
I have some EJBs as JAX-WS Web Service: @WebService @Stateless @Remote(MobileFacade.class) public class MobileFacadeBean imple开发者_运维问答ments MobileFacade {[详细]
2023-03-09 10:17 分类:问答Implementing a Small EJb Container
Is there any generic document to study how the ejb conta开发者_如何学Pythoniner is implemented? in other words, is there a document to know more about how to implement a small ejb container that can l[详细]
2023-03-08 17:33 分类:问答how to enable OpenEJB log
I am using Eclipse to create (Session Bean + MDB), deployed in OpenEJB. It works. Now how can I output the log debug info to console ? I need to add a log4j.properti开发者_高级运维es in the project or[详细]
2023-03-06 03:56 分类:问答Is it possible to place custom values (properties) in ejb-jar.xml?
1) We are using OpenEJB (both embedded and standalone) with a few deployed EJBs. We would like to specify some simple static business rules and values (example: icon_size=200). Normally, we would put[详细]
2023-03-02 19:18 分类:问答openejb + Tomcat : How to use ejbd protocol?
I have deployed an openEJB.war in a Tomcat container. I have deployed an EJB in the /webapps folder of Tomcat.开发者_Python百科 When I call the ejb via HTTP it works fine :[详细]
2023-02-27 04:17 分类:问答Jetty 8 + EJB 3.1 + JTA + CDI + JPA 2 stack?
Can anyone tell me if it is cu开发者_如何转开发rrently possible to \"glue together\" a partial Java EE 6 Web Profile over Jetty?[详细]
2023-02-26 02:21 分类:问答Delete openejb web app after installing
I am using openEjb 3 integrated with Tomcat 6. Can I delete (I mean undeploy) openejb web app after installing? Or the 开发者_如何学运维openejb web app must always exist in Tomcat? Thanks for reply.[详细]
2023-02-17 15:49 分类:问答