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

Modified Files:
        jboss_xml.xdt 
Log Message:
Add a jboss-specific webservice tag that configures a web service based on the 
ejb bean information

Index: jboss_xml.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb/resources/jboss_xml.xdt,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** jboss_xml.xdt       1 Mar 2005 13:07:51 -0000       1.36
--- jboss_xml.xdt       18 Mar 2005 23:51:06 -0000      1.37
***************
*** 415,418 ****
--- 415,431 ----
            </XDtClass:forAllClassTags>
          </XDtConfig:ifConfigParamEquals>
+         <XDtClass:ifHasClassTag tagName="jboss.webservice">
+           <XDtClass:ifHasClassTag tagName="ejb.bean">
+             <port-component>
+               <port-component-name><XDtClass:classTagValue tagName="ejb.bean" 
paramName="name"/></port-component-name>
+     <XDtConfig:ifHasConfigParam paramName="WebServiceContextRoot" 
optional="true">
+               <port-component-uri><XDtConfig:configParameterValue 
paramName="WebServiceContextRoot"/>/<XDtClass:classTagValue tagName="ejb.bean" 
paramName="name"/></port-component-uri>
+     </XDtConfig:ifHasConfigParam>
+               <XDtClass:ifHasClassTag tagName="jboss.webservice" 
paramName="auth-method">
+               <auth-method><XDtClass:classTagValue tagName="jboss.webservice" 
paramName="auth-method"/></auth-method>
+               </XDtClass:ifHasClassTag>
+             </port-component>
+           </XDtClass:ifHasClassTag>
+         </XDtClass:ifHasClassTag>
        </session>
       </XDtMerge:merge>



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