On Thu, 08 Jul 2004 09:12:35 +0200, Damjan S. Vujnovic
<[EMAIL PROTECTED]> wrote:
> 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.
> 

By inserting the home interface of the superclass, i get conflicting
create() methods.
The returntype of each interfaces create method returns the
corresponding local interface.

So this way is not working. Any other ideas?
I think this could be a developer problem. I assume its a bug.

Regards
Christian


-------------------------------------------------------
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