ejb:bean local-business-interface is broken/incorrect and will be
removed in the forthcoming 1.2 release. The correct one is:
@ejb:interface extends="blabla" and local-extends="blabla". Note that
extends/local-extends currently should have javax.ejb.EJBObject too so:
@ejb:interface extends="javax.ejb.EJBObject,com.blabla.MyBizIntf"

Ara. 

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:xdoclet-user-
> [EMAIL PROTECTED]] On Behalf Of Ryan Marsh
> Sent: Monday, July 08, 2002 3:15 PM
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-user] BROKEN @ejb:bean local-business-interface
> 
> Maybe I don't know enough about EJB but...
> 
> When I set a local-business-interface for a CMP 2.x EJB Xdoclet
> generates both a broken Local interface and a broken ejb-jar.xml.
> 
> The Local interface that it generates does not extend the
> local-business-interface I set. I question whether it should generate
a
> Local interface at all when local-business-interface is set.
> 
> The ejb-jar.xml that is generated points to the broken Local
interface.
> Shouldn't/couldn't it point to the local-business-interface instead?
> 
> -ryan
> --
> Humans are the unfortunate result of a local maximum in the
> fitness landscape.
> 
> www.ryanmarsh.com
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Oh, it's good to be a geek.
> http://thinkgeek.com/sf
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Oh, it's good to be a geek.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to