ejb-3.0
How to create unit tests for EJB 3.0 based code to be deployed in jboss 5.1?
Greetings, I am interested in adding test coverage for an existing application.The technologies involved include EJB 3.0, jboss 5.1, Hibernate and MySQL.This project is built using Ant. The goal is[详细]
2023-03-08 20:41 分类:问答Is there any way of interrupting a stateful session bean?
This question is somewhat related to Handling a timeout in EJB3 without using threads. Background: I have an example of an operation that may lock up while it\'s running, and I have to be able to ha[详细]
2023-03-08 15:58 分类:问答Handling a timeout in EJB3 without using threads
I have the following situation. I have a job that: May time out after a given amount of time, and if so occurs needs to throw an exception[详细]
2023-03-08 11:06 分类:问答calling ejb3.0 in action class. application server : websphere7.0 and IDE: RAD7.5
I have written one stateless session bean and deployed in the server. when i tried to access that particular ejb, it\'s throwing error.[详细]
2023-03-07 14:01 分类:问答getConnection null in new transaction
I am using Weblogic 11, ejb3.0 I have code which is doing lookup to another deployment in my container remotely.[详细]
2023-03-07 08:05 分类:问答Obvious flaws in my EJB3 design
I have a domain object called VehicleRecord which is a hibernate entity.CRUD operations on these VehicleRecords are handled through an entity access object implemented as a stateless session bean inte[详细]
2023-03-07 07:35 分类:问答Connect two android apps via http REST and EJB3
I\'m writing application for android where two devices should communicate between each other via internet. In addition to this task they also communicate with the EJB3 server via REST. So I decided to[详细]
2023-03-06 18:10 分类:问答What's the point of using @Scoped with EJBs?
Usually I\'m using @RequestScoped or @SessionScoped (from javax.enterprise.context) to inject objects (for instance in faces beans) using @Inject.[详细]
2023-03-06 17:55 分类:问答EJB 3.0. Provide interfaces to clients
Suppose I am writing enterprise session bean(v开发者_运维知识库 3.0) for using it as remote bean.[详细]
2023-03-06 13:44 分类:问答What happens if I remove the @EJB annotation?
I read the article on: 开发者_高级运维http://en.wikipedia.org/wiki/Enterprise_JavaBean Just wondering:[详细]
2023-03-06 10:10 分类:问答