I am using rc4, with MSSqlServer. I posted Friday with a problem
while running in batch mode. I still haven't resolved it, and it is a major
problem for us. I am hoping someone reads my email and has
an idea.

While searching through the OJB source to find the cause of my
error, I also found this in ConnectionManagerImpl#setBatchMode :

    public void setBatchMode(boolean mode)
    {
        /*
        arminw:
        if batch mode was set 'false' in repository,
        never enable it.
        There are many users having weird problems
        when batch mode was enabled behind the scenes
        */
        batchMode = mode && jcd.getBatchMode();
    }

Does this mean that you can't set batch mode to "true"
if it is set to "false" in repository_database.xml? 
This is certainly the behavior I have seen - only changing the
setting in the repository has an effect, and changing it
at runtime has no effect. Could someone tell me if this
is true or not?

thanks,
Bonnie MacKellar
software engineer
Mobius Management Systems, Inc.
[EMAIL PROTECTED]

Reply via email to