Hi,
I am a new user to geronimo
I have an application [ear file]
When i try to deploy it, it is showing the
following error
Unable to distribute Myapp.ear : Unable to initialize
EJBContainer GBean: ejbName [MyAddressBean] caused
by null
i have the entry in openejb-jar.xml for this bean it
is as below
<ejb-local-ref>
<ref-name>MyAddress</ref-name>
<name>MyAddressBean</name>
</ejb-local-ref>
in ejb-jar.xml the entry is
<ejb-local-ref id="EJBLocalRef_109326965">
<ejb-ref-name>MyAddress</ejb-ref-name>
<ejb-ref-type>Entity</ejb-ref-type>
<local-home>com.myapp.interfaces.MyAddressEntityLocalHome</local-home>
<local>com.myapp.interfaces.MyAddressEntity</local>
<ejb-link>MyAddressBean</ejb-link>
</ejb-local-ref>
can any body provide a solution for this
Regards,
Deepesh
_______________________________________________________
Too much spam in your inbox? Yahoo! Mail gives you the best spam protection for FREE! http://in.mail.yahoo.com
|