Subject | Re: [Firebird-Java] FBManagedConnection forgetting physical connections |
---|---|
Author | Bart Van Cutsem |
Post date | 2003-03-10T14:42:17Z |
That's an easy one.
The connector defines BlobBufferLength as java.lang.Integer and not simply as
int.
Replace the type field in the according config-property from int to
java.lang.Integer and you should be OK.
Bart
The connector defines BlobBufferLength as java.lang.Integer and not simply as
int.
Replace the type field in the according config-property from int to
java.lang.Integer and you should be OK.
Bart
>
>
> Bart Van Cutsem wrote:
>
>> Hello
>>
>> We've deployed a JBoss app (JBoss 3.0.6) with accompanying web app using a
>> Firebird (1.0.2) backend together with Jaybird (latest CVS version, using
>> the JGDS implementation). I've configured a data source, like the example
>> supplied
>
> Could you attach & send me your firebird-service.xml , and another related
> stuff;
> I have the following problem with JayBird RC-3 (FirebirdSQL-1_0_0RC3):
> ----------------------
> The class 'class org.firebirdsql.jca.FBManagedConnectionFactory' has no
> setter
> for config property 'BlobBufferLength'
> 2003-03-10 15:14:42,700 ERROR
> [org.jboss.resource.connectionmanager.XATxConnectionManager] Starting failed
> java.lang.IllegalArgumentException: The class 'class
> org.firebirdsql.jca.FBManagedConnectionFactory' has no setter for config
> property
> 'BlobBufferLength'
> at
> org.jboss.resource.connectionmanager.RARDeployment.setManagedConnectionFactoryAttribute(RARDeployment.java:658)
>
> ...................