Update of /cvsroot/xdoclet/xdoclet/modules/ibm/src/xdoclet/modules/ibm/websphere/web/resources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9590/xdoclet/modules/ibm/src/xdoclet/modules/ibm/websphere/web/resources
Modified Files: ibm-web-ext_xmi.xdt ibm-web-bnd_xmi.xdt Log Message: Documentation and ”old code” updated. Some old tags are marked as deprecated but kept in the code for backward compatibility. The new websphere tag attributes “websphere.bean.listenerPort” and “websphere.persistence.datasource” has changed names to “websphere.mdb.listenerPort” and “websphere.cmp.datasource” to better reflect their intended use. Index: ibm-web-ext_xmi.xdt =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/ibm/src/xdoclet/modules/ibm/websphere/web/resources/ibm-web-ext_xmi.xdt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** ibm-web-ext_xmi.xdt 7 Sep 2002 21:17:25 -0000 1.1 --- ibm-web-ext_xmi.xdt 15 Nov 2004 00:19:33 -0000 1.2 *************** *** 2,36 **** <webappext:WebAppExtension ! xmi:version="2.0" ! xmlns:xmi="http://www.omg.org/XMI" ! xmlns:webappext="webappext.xmi" ! xmlns:webapplication="webapplication.xmi" ! xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xmi:id="WebApp_ID_Ext" ! reloadingEnabled="<XDtConfig:configParameterValue paramName="reloadingEnabled"/>" ! <XDtConfig:ifHasConfigParam paramName="reloadInterval"> ! reloadInterval="<XDtConfig:configParameterValue paramName="reloadInterval"/>" ! </XDtConfig:ifHasConfigParam> ! <XDtConfig:ifHasConfigParam paramName="defaultErrorPage"> ! defaultErrorPage="<XDtConfig:configParameterValue paramName="defaultErrorPage"/>" ! </XDtConfig:ifHasConfigParam> ! <XDtConfig:ifHasConfigParam paramName="additionalClassPath"> ! additionalClassPath="<XDtConfig:configParameterValue paramName="additionalClassPath"/>" ! </XDtConfig:ifHasConfigParam> ! fileServingEnabled="<XDtConfig:configParameterValue paramName="fileServingEnabled"/>" ! directoryBrowsingEnabled="<XDtConfig:configParameterValue paramName="directoryBrowsingEnabled"/>" ! serveServletsByClassnameEnabled="<XDtConfig:configParameterValue paramName="serveServletsByClassnameEnabled"/>"> ! <XDtConfig:ifConfigParamEquals paramName="reloadInterval" value=""> ! <reloadInterval xsi:nil="true"/> ! </XDtConfig:ifConfigParamEquals> ! <XDtConfig:ifConfigParamEquals paramName="defaultErrorPage" value=""> ! <defaultErrorPage xsi:nil="true"/> ! </XDtConfig:ifConfigParamEquals> ! <XDtConfig:ifConfigParamEquals paramName="additionalClassPath" value=""> ! <additionalClassPath xsi:nil="true"/> ! </XDtConfig:ifConfigParamEquals> ! <webApp href="WEB-INF/web.xml#<XDtId:prefixedId prefix='web-app' wrapInIdEquals='false'/>"/> ! ! </webappext:WebAppExtension> --- 2,30 ---- <webappext:WebAppExtension ! xmi:version="2.0" ! xmlns:xmi="http://www.omg.org/XMI" ! xmlns:webappext="webappext.xmi" ! xmlns:webapplication="webapplication.xmi" ! xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xmi:id="WebApp_ID_Ext" ! <XDtConfig:ifConfigParamNotEquals paramName="reloadInterval" value=""> ! reloadInterval="<XDtConfig:configParameterValue paramName="reloadInterval"/>" ! </XDtConfig:ifConfigParamNotEquals> ! reloadingEnabled="<XDtConfig:configParameterValue paramName="reloadingEnabled"/>" ! <XDtConfig:ifConfigParamNotEquals paramName="defaultErrorPage" value=""> ! defaultErrorPage="<XDtConfig:configParameterValue paramName="defaultErrorPage"/>" ! </XDtConfig:ifConfigParamNotEquals> ! <XDtConfig:ifConfigParamNotEquals paramName="additionalClassPath" value=""> ! additionalClassPath="<XDtConfig:configParameterValue paramName="additionalClassPath"/>" ! </XDtConfig:ifConfigParamNotEquals> ! fileServingEnabled="<XDtConfig:configParameterValue paramName="fileServingEnabled"/>" ! directoryBrowsingEnabled="<XDtConfig:configParameterValue paramName="directoryBrowsingEnabled"/>" ! serveServletsByClassnameEnabled="<XDtConfig:configParameterValue paramName="serveServletsByClassnameEnabled"/>" ! preCompileJSPs="<XDtConfig:configParameterValue paramName="preCompileJSPs"/>" ! autoRequestEncoding="<XDtConfig:configParameterValue paramName="autoRequestEncoding"/>" ! autoResponseEncoding="<XDtConfig:configParameterValue paramName="autoResponseEncoding"/>" ! autoLoadFilters="<XDtConfig:configParameterValue paramName="autoLoadFilters"/>"> ! <webApp href="WEB-INF/web.xml#<XDtId:prefixedId prefix='web-app' wrapInIdEquals='false'/>"/> ! </webappext:WebAppExtension> \ No newline at end of file Index: ibm-web-bnd_xmi.xdt =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/ibm/src/xdoclet/modules/ibm/websphere/web/resources/ibm-web-bnd_xmi.xdt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ibm-web-bnd_xmi.xdt 7 Nov 2004 18:01:03 -0000 1.2 --- ibm-web-bnd_xmi.xdt 15 Nov 2004 00:19:33 -0000 1.3 *************** *** 2,15 **** xmlns:xmi="http://www.omg.org/XMI" xmlns:webappbnd="webappbnd.xmi" ! xmlns:webapplication="webapplication.xmi" ! xmlns:commonbnd="commonbnd.xmi" ! xmlns:common="common.xmi" ! xmi:id="WebApp_ID_Bnd" ! <XDtConfig:ifHasConfigParam paramName="virtualHostName"> virtualHostName="<XDtConfig:configParameterValue paramName='virtualHostName'/>" ! </XDtConfig:ifHasConfigParam>> ! <XDtConfig:ifConfigParamEquals paramName="virtualHostName" value=""> ! <virtualHostName xsi:nil="true"/> ! </XDtConfig:ifConfigParamEquals> <webapp href="WEB-INF/web.xml#<XDtId:prefixedId prefix='web-app' wrapInIdEquals='false'/>"/> --- 2,11 ---- xmlns:xmi="http://www.omg.org/XMI" xmlns:webappbnd="webappbnd.xmi" ! xmlns:webapplication="webapplication.xmi" ! xmlns:commonbnd="commonbnd.xmi" ! xmlns:common="common.xmi" ! xmi:id="WebApp_ID_Bnd" virtualHostName="<XDtConfig:configParameterValue paramName='virtualHostName'/>" ! > <webapp href="WEB-INF/web.xml#<XDtId:prefixedId prefix='web-app' wrapInIdEquals='false'/>"/> ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel