Hi, all
I am using Orion /1.0.3 to setup a trial application for testing. Now i encounted a
problem. In the application, I want to refer an entity bean remotly from a local
session bean.
In detail, that is: a session bean in machine A called an entity bean remotely in
machine B, like following:
java client program-----||------>session bean---||----->entity bean (MyProduct)
machine C machine A machine B
I have added the deployment descripter in ejb-jar.xml of the session bean in machine A
like following:
<ejb-ref>
<ejb-ref-name>MyProduct</ejb-ref-name>
<ejb-ref-type>Entity</ejb-ref-type>
<home>ProductHome</home>
<remote>Product</remote>
</ejb-ref>
But when deploying,the session bean Orion displayed the error message like:
No location specified and no suitable instance of the type 'Product' found for
the ejb-ref MyProduct
How can I solve this problem?
Thank you in advance!
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".