Update of /cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/axis/ejb/resources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8828
Modified Files: axis-deploy_wsdd.xdt Log Message: Only include jndiURL and jndiContextClass parameters if their respective config parameters are actually used. XDT-1169. Thanks to Antoni Reus for patch. Index: axis-deploy_wsdd.xdt =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/axis/ejb/resources/axis-deploy_wsdd.xdt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** axis-deploy_wsdd.xdt 9 Mar 2004 01:50:20 -0000 1.2 --- axis-deploy_wsdd.xdt 12 Feb 2005 00:23:13 -0000 1.3 *************** *** 23,30 **** --- 23,34 ---- <parameter name="beanJndiName" value="<XDtEjbHome:jndiName type='remote'/>"/> <parameter name="homeInterfaceName" value="<XDtEjbHome:homeInterface type='remote'/>"/> + <XDtConfig:ifHasConfigParam paramName='contextProviderUrl'> <parameter name="jndiURL" value="<XDtConfig:configParameterValue paramName='contextProviderUrl'/>"/> + </XDtConfig:ifHasConfigParam> + <XDtConfig:ifHasConfigParam paramName='contextFactoryName'> <parameter name="jndiContextClass" value="<XDtConfig:configParameterValue paramName='contextFactoryName'/>"/> + </XDtConfig:ifHasConfigParam> </XDtType:ifIsOfType> <XDtType:ifIsNotOfType type="javax.ejb.EntityBean,javax.ejb.SessionBean"> ------------------------------------------------------- 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