I am Using JSF 2 and EJB 3.1 to create a form. I am using this part of the page to get me some data, so I can pass it to my bean using the confirmDialog just below
I\'m using JBoss Tools to reverse engineer a DB schema into POJO\'s. Specifically, I\'m using thehbm2java option in the hibernatetool ANT task. Under the hbm2java option you can specify ejb3=true
I\'m trying to run the code below, but I keep getting the error \"Cannot merge an entity that has been removed\".
Could someone help me understand the use of beanInterface parameter of @EJB annotation in JavaEE 6? I have a situation in which I have an EJB and I want it to be accessed locally and remotely as well
开发者_如何转开发They seen really a lot alike. I know one is a View and one is a EJB but the behavior is almost identical as far as I can see.I think you are confused somewhere. There isn\'t any anno
I have a Facade that has a persistence unit. And I need the Facade and it\'s dependencies initialized before the RoleController Conconstructor runs, is it possible in EJB 3.1 to do that ?
Hi in Spring it\'s easy to do so... as Spring doesn\'t require an Container, you just add an @autowired and it\'s done.
I used EJB3/JPA when persisting my entities and I am happy on how it is able to manage my DB related task.
I am using restEasy(Restful implementation for jboss) ejb3.0, Jboss5.1.1 AS I did restful service which accepting simple object.
How would i add a shutdown hook (just like the JVM Shutdown Hoo开发者_运维百科k) to listen (get notification) when an EJB application is deployed/undeployed (to stop the JMX MServerBean)?