Update of 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/session/resources
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32666/modules/ejb/src/xdoclet/modules/ejb/session/resources

Modified Files:
        session.xdt 
Log Message:
session object must also implement the business-interfaces (as described in the 
Business Interface Design Pattern) (XDT-1182)

Index: session.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/session/resources/session.xdt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** session.xdt 6 Apr 2005 21:45:50 -0000       1.13
--- session.xdt 10 Apr 2005 13:13:24 -0000      1.14
***************
*** 9,13 ****
  public class 
<XDtClass:classOf><XDtEjbSession:sessionClass/></XDtClass:classOf>
     extends <XDtClass:fullClassName/>
!    implements javax.ejb.SessionBean
  {
     public void ejbActivate() <XDtMethod:exceptionList method="ejbActivate"/>
--- 9,13 ----
  public class 
<XDtClass:classOf><XDtEjbSession:sessionClass/></XDtClass:classOf>
     extends <XDtClass:fullClassName/>
!    implements javax.ejb.SessionBean<XDtClass:ifHasClassTag tagName="ejb:bean" 
paramName="remote-business-interface">, <XDtClass:classTagValue 
tagName="ejb:bean" paramName="remote-business-interface" 
/></XDtClass:ifHasClassTag><XDtClass:ifHasClassTag tagName="ejb:bean" 
paramName="local-business-interface">, <XDtClass:classTagValue 
tagName="ejb:bean" paramName="local-business-interface" 
/></XDtClass:ifHasClassTag>
  {
     public void ejbActivate() <XDtMethod:exceptionList method="ejbActivate"/>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to