ejb-3.1
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 分类:问答Remote EJB: The trustAnchors parameter must be non-empty
I want to invoke a remote ejb (hosted on glassfish) but I\'ve got the following exception: java.lang.RuntimeException: com.sun.jersey.api.client.ClientHandlerException: javax.net.ssl.SSLException: ja[详细]
2023-04-11 21:04 分类:问答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 分类:问答EJB 3.1 remove invocation context for security purpose (ThreadLocal, ...)
I have a webapp on one Glassfish server (front-end) and an EJB 3.1 app (back-end) on another Glassfish server. The weba开发者_C百科pp communicates with the EJB 3.1 via remote invocation.[详细]
2023-04-10 22:22 分类:问答Asynchronous EJB 3.1 methods and Transactions
I wrote a small test to understand asynchronized behavior in EJB3.1 using @Asynchronous annotation. It seems that:[详细]
2023-04-10 15:16 分类:问答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 分类:问答Beans, beans, and more beans...what does what?
I\'ve recently been given a project to work on that involves writing a web application.I\'ve never done Java EE before.A lot of resources on the web are dated and I\'m having trouble figuring out what[详细]
2023-04-06 14:55 分类:问答Add scala capabilities into an existing EJB eclipse project
I have an existing EJB project set 开发者_JS百科up in Eclipse Helios, and would like to slowly introduce Scala into the project. The Scala IDE has been installed successfully, and I\'m able to create[详细]
2023-04-04 18:11 分类:问答JBoss 5.1.0 + EJB 3.1 + JMS
Can somebody advice me what I need to do in jboss to deploy message driven bean. In particular I am looking answers on following questions:[详细]
2023-04-04 15:52 分类:问答