I am having a problem with weld-wicket. When @Inject-ing an EJB that inherits from an abstract class, if I attempt to call a method from the abstract clas开发者_如何学Pythons I get an ejb-ref error.
I\'m writing an application using Seam 2.2.x which will be deployed on JBoss 5.1.I have an EJB module with all of the business logic en EJB\'s.However, I\'d also lik开发者_JAVA技巧e to have statless s
I have a session bean that provides a business method, in which it creates several CMP entity beans, something like this
I have an app using Wicket for the presentation layer with CDI/Weld, JPA 2.0, EJB 3.1 etc. (Java EE 6) deployed on GlassFish v3.0.1.
I have a few EJBs compiled with Weblogic\'s EJBC complient with Weblogic 9.2.1. Our customer uses Weblogic 9.2.3.
I\'m trying to get the percentage of the progress from a EJB Asynchronous process. Is thi开发者_如何学Cs possible?
can we repla开发者_如何学JAVAce Glassfish with Tomcat/OpenEJB for lighter applications? What is the performance of OpenEJB comparing to glassfish as EJB container.
Please forgive my pitifu开发者_如何学JAVAl knowledge of Java EJBs but, when an EJB is deployed to an application server as a .jar file, where do things like Hibernate and log4j first look for their co
The offending block of code is below. The code almost always works, but sometimes it hangs forever. The application is an EJB timer bean.
Kind of an open question that I run into once in a while -- if you have an EJB stateful or stateless bean, or possibly a direct servlet process, that may with the wrong parameters start running long o