Patches item #489293, was opened at 2001-12-05 00:57
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402706&aid=489293&group_id=31602

Category: xdoclet
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: David Budworth (dbudworth)
Assigned to: Nobody/Anonymous (nobody)
Summary: patch for SFU tag rename in JBoss 3 (RH)

Initial Comment:
JBoss 3.0's jaws.xml has had <select-for-update> 
renamed to <row-locking>

Here's the patch to fix it.
Sorry, I couldn't figure out how to do else for 
ifConfigParamEquals, so I did Equals/NotEquals.

diff follows:

Index: 
core/resources/xdoclet/ejb/vendor/jboss-jaws_xml.j
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb/vendor/jboss-jaws_xml.j,v
retrieving revision 1.10
diff -r1.10 jboss-jaws_xml.j
82a83,86
>         <XDtConfig:ifConfigParamEquals 
paramName="Version" value="3.0">
>          <row-locking><XDtClass:classTagValue 
tagName="jboss:select-for-update" 
paramName="select-for-update" 
paramNum="0"/></row-locking>
>         </XDtConfig:ifConfigParamEquals>
>         <XDtConfig:ifConfigParamNotEquals 
paramName="Version" value="3.0">
83a88
>         </XDtConfig:ifConfigParamNotEquals>



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402706&aid=489293&group_id=31602

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

Reply via email to