Ari Miller <[EMAIL PROTECTED]> wrote : > Okay, so it is possible to have the generated local > interface extend multiple interfaces, like so: > > * @ejb.interface > > * > local-extends="com.portblue.model.util.UniquelyIdentifiable, > javax.ejb.EJBLocalObject"
Well, I had the same problem a while ago and I solved it the same way you did (comma-separated interfaces). The alternative I found, if you dislike this "hack" approach, is to simply define a new interface extending the javax.ejb.EJBLocalObject interface and some "your" interface(s) and use it in the @ejb.interface.extends attribute. HTH, Damjan S. Vujnovic ___________________________________ BITSYU, http://www.bitsyu.net ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
