User: pathoss 
  Date: 02/04/05 01:05:03

  Modified:    core/resources/xdoclet/ejb asm-descriptor.j
  Log:
  Fixed bug reported by Theo Harper on the XDoclet users list. Url:
  http://www.geocrawler.com/archives/3/14029/2002/3/0/8223480/
  
  Revision  Changes    Path
  1.29      +3 -0      xdoclet/core/resources/xdoclet/ejb/asm-descriptor.j
  
  Index: asm-descriptor.j
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb/asm-descriptor.j,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -w -r1.28 -r1.29
  --- asm-descriptor.j  24 Mar 2002 17:44:12 -0000      1.28
  +++ asm-descriptor.j  5 Apr 2002 09:05:02 -0000       1.29
  @@ -36,6 +36,9 @@
              <XDtType:ifIsOfType type="javax.ejb.EntityBean">
               <ejb-name><XDtEjb:ejbName/></ejb-name>
              </XDtType:ifIsOfType>
  +           <XDtType:ifIsOfType type="javax.ejb.MessageDrivenBean">
  +            <ejb-name><XDtEjb:ejbName/></ejb-name>
  +           </XDtType:ifIsOfType>
               <method-name>*</method-name>
            </method>
         </method-permission>
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to