I don't think the problem is the wrong schema, because it uses the same connection to do both the deletes and the drops, and the deletes always work. And even the drops work sometimes.
I thought there might be a race condition of some sort, so I tried sleeping awhile before doing the sql. I also tried connecting to the database, immediately followed by shutting down the database, and then connecting again before doing the sql. Neither helped. -- View this message in context: http://old.nabble.com/curious-problem-dropping-triggers-and-tables-tp28235584p28242001.html Sent from the Apache Derby Users mailing list archive at Nabble.com.
