The way I have interpreted the spec it is possible for one ManagedConection to hold one physical connection and no more.
We now support connection sharing.
This is the old note about it: This might not be totaly spec compliant, since it does not support connection sharing. However, according to a mail on the Connector list from the lead spec writer, one way to be spec compliant without support for connection sharing is throwing an exception in getConnection if there already is one active. This will also happen in asociatConnection. This is the way it is done here. Comment: this is NOT the way it is implemented int JBoss, therefore we need to suppport connection sharing!
This mc now supports the session based login.
|
|
|
|