Bugs item #467113, was opened at 2001-10-02 01:14 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=467113&group_id=31602
Category: ejbdoclet Group: None Status: Open Resolution: None Priority: 5 Submitted By: Sandro Baur (sandro81) Assigned to: Nobody/Anonymous (nobody) Summary: Missing EJB 2.0 parameter ??? Initial Comment: I've implemented an abstract EntityBean for the WebLogic 6.1 Server. Usually you can enter the abstract bean class in the ejb-jar.xml dd like <ejb-class>AbstractClass</ejb-class>. But if i generate my dd with xdoclet, i didn't found out how to do this. The value that i received in the dd was always like <ejb-class>xxxxCMP</ejb-class> (generated subclass). With EJB 2.0 i should be able the implement my bean abstract and while deploying my ejb, the server should generate a subclass with the concrete implementation. Greets ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=467113&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
