Hi, 

Here is the ejb:bean declaration from a local entity bean 

 * @ejb:bean
 *      name="PartyOrderEJB"
 *      type="CMP"
 *      cmp-version="2.x"
 *      local-jndi-name="ejb/PartyOrderEJBLocal"
 *      view-type="local"
 *      primkey-field="partyOrderId"

here is a ref to this bean which is taken
from a session bean - this works fine.

 * @ejb:ejb-ref
 *      view-type="local"
 *      ejb-name="PartyOrderEJB"
 *      ref-name="PartyOrderEJBLocal"
 *

here is the ref to the bean which is taken
from a servlet - this gives me ejb not bound
messages to the web page - i've tried a load
of combinations and I can't get it right. Any
advice would be greatly appreciated.

 * @web:ejb-local-ref
 *      name="ejb/PartyOrderEJBLocal"
 *      home="au.com.ucw.cop.interfaces.PartyOrderEJBLocalHome"
 *      local="au.com.ucw.cop.interfaces.PartyOrderEJBLocal"
 *      type="Entity"
 *      link="PartyOrderEJB"
 

thanks,
Colin.




_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to