when deploying an EJB, does it possible to specify multiple
JNDI names?
Answer Posted / niranjanravi
no,it is not possible.If you want to specify multiple JNDI
names
we have to deploy ejb multiple times each specifying
different JNDI names
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
TX operation funtion executed by?
What is use of @postconstruct?
Can more than a single table be mapped in cmp?
Name the attributes of javax.ejb.ejb.
What are the various types of entity beam?
What is ejb ql?
How does the server decide which beans to passivate and activate?
What is a local interface?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
What is stateless programming?
What is ptp model?
What is message-driven bean?
What are the key benefits of the ejb technology?
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
Enlist the CallBack methods of Entity Bean.