v3 - no read-write mode for rdbms dataconnector

Cantor, Scott cantor.2 at osu.edu
Mon Jun 29 20:28:34 EDT 2015


On 6/29/15, 7:03 PM, "users on behalf of Jim Fox" <users-bounces at shibboleth.net on behalf of fox at washington.edu> wrote:



>I used to be able to set ( readOnlyConnection="false" ) in the
>DataConnector element.  That is still allowed, but seems to have no 
>effect.

That sounds like a bug. I don't see anything in the Spring parsers that looks for that property name.

>I tried both the old configuration, ApplicationManagedConnection,
>and the new one, BeanManagedConnection.  Both opened the connection 
>read-only.  With the bean one I also set ( p:defaultReadOnly="false" ), to 
>no effect.

I think that's a related bug in that because we didn't implement the read only flag for some reason, it's being applied to whatever DataSource is fed in regardless of how it's initially configured.

It will be a little tricky I suspect to get this all correct because of the different ways of managing the connection. Getting the original application managed case working should be a minor fix.

-- Scott



More information about the users mailing list