An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of session beans are available in ejb?
What happens when I change a value in the httpsession from inside an ejb?
What is the use of @ejb annotation?
In what format is the conversational data written to the disk?
what is the difference between stateless and stateful sessions?
What is an ejb platform?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
What is bean-managed persistence?
What do you mean by EJB architecture?
How can one EJB be called from within another EJB?
java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?
How to determine, that beans are TX or not?