Subject Re: [Firebird-Java] request: setSQLRole in ManagedConnectionFactory
Author Roman Rokytskyy
Hi,

> If I want to specify the SQLRole for firebird-jca deployment in
> JBOSS how do i do this ? I don't see any method in
> FBManagedConnectionFactory that resembles something like
> setSQLRole(roleName).

You are right.

> Right now what I did is add these following methods:
> ...
> .. so that i can specify sqlRole in the jboss datasource-deployment
> xml. But the problem is that everytime there is a new jaybird
> update, i have to add both of those methods again and recompile the
> jaybird source code. Which is additional work for me :)

I will add these methods in the next release of JayBird.

Roman