Subject | Re: [Firebird-Java] request: setSQLRole in ManagedConnectionFactory |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-09-21T06:08:29Z |
Hi,
Roman
> If I want to specify the SQLRole for firebird-jca deployment inYou are right.
> JBOSS how do i do this ? I don't see any method in
> FBManagedConnectionFactory that resembles something like
> setSQLRole(roleName).
> Right now what I did is add these following methods:I will add these methods in the next release of JayBird.
> ...
> .. 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 :)
Roman