If you're ussing a 2.0 container, then it must support local interfaces, and it also must support CMP1.1 and CMP2.0. Just because you elect to use CMP1.1, doesn't mean you cant use local interfaces. So in short - you _can_ use local references.
However - I've never managed to get local references from the servlet container to work. I'm assuming you're getting something along the lines of "ejb not bound"? cheers dim > We are using JBoss-2.4.4_Tomcat-4.0.1-beta > > The beans are coded to the 2.0 spec (with xdoclet), then > converted to 1.1 > BMP using the MVCSoft engine. > > I am trying to get a ref (local) from a servlet (embedded > tomcat), using > the util class generated by xdoclet > > PartyOrderEJBLocal partyOrder = PartyOrderEJBUtil. > getLocalHome().findByPartyOrderNumber(partyNumber) > Question here for everyone: If you are using CMP 1.1 in an EJB 2.0 compliant container, can you use Local references? I would think no, but I'm not sure. Maybe this is something generated by the MVCSoft engine? Could this be the problem? > _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
