Sorry my mistake
I am using
org.apache.james.util.mordred.JdbcDataSource
I just checked the config.xml in the Test Build server and the database
is using mordred.
So the test build with mordred is working just fine for me.
[]s
On Thu, 2004-04-15 at 14:13, Noel J. Bergman wrote:
> The only change I can think of that might have effected it is, oddly, > a change to mordred. I don't think that any other change has been > anywhere near this code path, although I'm looking. I'm very much leaning towards that being the cause. When you encounter this problem, look in Phoenix's temp/ directory, and see if there are a bunch of .m64 files that correspond with when the problem starts. My current hypothesis is that a problem in mordred is causing all of the calling threads to hang when they try to save to the spool. One thread must be stuck, and all of the others are blocked on a synchronize. I had never encounted this before, but have several times since making a change to mordred yesterday. --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
