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.
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
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
I have some EJBs as JAX-WS Web Service: @WebService @Stateless @Remote(MobileFacade.class) public class MobileFacadeBean imple开发者_运维问答ments MobileFacade {
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
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
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
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 :
Can anyone tell me if it is cu开发者_如何转开发rrently possible to \"glue together\" a partial Java EE 6 Web Profile over Jetty?
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.