ejb-3.0
Why this param is being sent as Null in my Bean?
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[详细]
2023-04-13 06:11 分类:问答JPA annotations = EJB3 annotations = Hibernate annotations?
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[详细]
2023-04-13 01:57 分类:问答Can't clear a list of related entity beans from an entity bean
I\'m trying to run the code below, but I keep getting the error \"Cannot merge an entity that has been removed\".[详细]
2023-04-12 14:46 分类:问答JavaEE 6: @EJB(beanInterface="")
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[详细]
2023-04-11 14:09 分类:问答What's the difference between @Stateful and @SessionBean using JSF 2 and EJB 3.1?
开发者_如何转开发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[详细]
2023-04-11 07:31 分类:问答How to Inject a Bean with EJB 3.1 before the class constructor runs?
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 ?[详细]
2023-04-11 07:08 分类:问答How to inject PesistenceContext in my tests using EJB 3.1?
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.[详细]
2023-04-10 12:50 分类:问答Better Exception Handling in JPA
I used EJB3/JPA when persisting my entities and I am happy on how it is able to manage my DB related task.[详细]
2023-04-10 09:38 分类:问答Send object to restful service
I am using restEasy(Restful implementation for jboss) ejb3.0, Jboss5.1.1 AS I did restful service which accepting simple object.[详细]
2023-04-09 23:34 分类:问答EJB application shutdown hook
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)?[详细]
2023-04-09 16:54 分类:问答