Hi! I have a question/problem using ejb-external-ref. Two deployment units (jars) representing two layers (business and persistence), both are deployed in the same container (jboss). I want to communicate using local interfaces between beans in these layers.
Ejb-ref declaration in no.abante.alibi.model.business.session.impl.AlibiModelBean: * @ejb.ejb-external-ref * view-type="local" * link="PersistenceFacade" * ref-name="ejb/PersistenceFacade" * type="Session" * home="no.abante.alibi.model.persistence.session.PersistenceFacadeLocalHome" * business="no.abante.alibi.model.persistence.session.PersistenceFacadeLocal" Antscript/ejb-doclet(xdoclet-1.1.2) generates the following error: "Mandatory parameter 'remote' missing for @ejb:ejb-external-ref tag in no.abante.alibi.model.bus iness.session.impl.AlibiModelBean class" According xdoclet documentation the remote parameter is not mandatory and I don't intend to use it. Anyone who can explain? Help is very appreciated. /Olav Abelsen ................... Abante Business Technologies as ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
