Christian Ruediger wrote:

class that inherits Superclass:

* @ejb.bean name="FTPDeviceRecord" type="CMP" description="db-representation
* of a network device" primkey-field="id" view-type="local" cmp-version="2.x"
* schema="FTPDeviceRecord" local-jndi-name="FTPDeviceRecordLocal"
* * @ejb.home local-extends="javax.ejb.EJBLocalHome"


Change the last line into:

@ejb.home local-extends="javax.ejb.EJBLocalHome, XXX"

where XXX is the local home interface of the Superclass.


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to