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: Closed >Resolution: Works For Me 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 ---------------------------------------------------------------------- >Comment By: Aslak Helles�y (rinkrank) Date: 2001-10-07 15:46 Message: Logged In: YES user_id=49846 Use the pattern attribute of the entitycmp/entitybmp subtask. Please send questions to [EMAIL PROTECTED] for questions like this. You should be sure the problem is due to a bug before you post a bug report. ---------------------------------------------------------------------- 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
