Hi,
when do I need to set same-connection to be true in
High/Low key generator?
doc says:
Don't forget to set same-connection="true" if you are
working in EJB environment!
but what exactly and why causes this requirement? 

We are working in web container enviroment, but we are
using cached data source where connections can be
closed by an external cleaning thread. This seems to
cause problems with default value of same-connection
("false"), because SQLEngine._separateConnections
never gets cleaned. 

So I guess the question is: is same-connection="true"
a workaround for the case when Castor JDO doesn't
manage connections exclusively? or there are other
aspects of EJB enviroment?

Thanks,
Krzysztof

__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to