It\'s posible to define a liste开发者_开发技巧ner for EJB 3.0 .jar that is called in the module/context initialization?
I would like to get some suggestions on implementing a solution that invokes ejb methods based on the parameters I pass to a servlet.
I\'m working on a Java EE 6 application. When I started out, I was writing tests for my EJB classes by manually instantiating the EJB, then manually adding the members that normally get provided by de
I have an EJB app. which basically has to execute a SQL query when it is shutdown. A shutdown hook would presumably work, but that way I can\'t use injected entitymanager/datasource etc.
This question already has answers here: Identifying and solving javax.el.PropertyNotFoundException: Target Unreachable
I have an ear deployed on weblogic console. I need to check contents of manifest file and ejb-jar.xml of a jar that is present in the deployed ear.
First a little background: I\'m working on an enterprise application (ear) with an EJB module & an Application Client module. I also use hibernate JPA for persistence, and swingx for GUI. Those a
i have an application server (JBoss) with some EJBs deployed. Now i must develop an OSGi application which i would like to reuse with my application server. I know that new application servers allows
Hello Everybody i\'m new in EJB3, i know how to deploy Session Bean 开发者_StackOverflow(Stateless or stateful) on Glassfish server in one computer. My question is: how can i deploy session bean on Co
I\'m developing a java EE web app using JSF with a shopping cart style process, so I want to collect user input over a number of pages and then do something with it.