[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR and too many parameters in delete sql statement

2004-12-16 Thread pvainio
Committed a patch. Since I have no real experience in JBoss internals (or patching it) I hope it is something like you were asking for. Br, Pekka View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858903#3858903 Reply to the post : http://www.jboss.org/index

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR and too many parameters in delete sql statement

2004-12-16 Thread [EMAIL PROTECTED]
I saw your patch. Thanks. If you have time to fix it in a proper way, i.e. expose a configuration parameter that would indicate whether to use limit on the number of rows deleted in a single DELETE statement and what the limit is or do not apply any limit, please, do. Maybe you'll also commit it

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR and too many parameters in delete sql statement

2004-12-15 Thread pvainio
Looks like this is a real problem. http://cvs.sourceforge.net/viewcvs.py/jboss/jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCDeleteRelationsCommand.java?rev=1.10.2.7&view=markup |// |// This command needs to be changed to chunk delete commands, because |// some database hav