Hello,
     Had made a little change to JawsEntityMetaData and the JDBCLoad thingey
to support the NOWAIT, select for update option. Worthwhile if I post the
change here? The idea is simple

1. Have a field in jaws.xml called <wait-option>
2. Don't specify it if you don't need anything special. If you want a no
wait option specify it as <wait-option>NOWAIT<wait-option> or any other
option that is dbms specific
3. In the LoadEntityCommand append this text to the select for update sql if
<select-for-update> has been specified to be true.


Vinay


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to