My referenece tags to other ejb's work fine until I tag the reference class. Once I tag the referenced class xdoclet can no longer find the class as a reference.
Error: No such EJB defined: class2 example: class1 * @ejb:bean name="class1" * jndi-name="ejb/class1" * type="Stateless" * transaction-type="Container" * view-type="remote" * @ejb:home generate="none" * @ejb:interface generate="none" * * @ejb:ejb-ref ejb-name="com.orionerp.server.ejb.sec.SLPermCompiler" * ref-name="SLPermCompiler" * view-type="local" xdoclet builds fine for class1. now setup xdoclet for class2: * @ejb:bean name="class2" * jndi-name="ejb/class2" * type="Stateless" * transaction-type="Container" * view-type="local" * @ejb:home generate="none" * @ejb:interface generate="none" build xdoclet and I get the above mentioned error. When I define the class with xdoclet tags, it is somehow hiding the class for use in references. It would be nice if I could turn this type checking off. sean. _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
