I use Interbase 6.0 with JBoss 2.1-PRE. (Are you using 2.0? I remember the
JMX messages from the 2.0 version. They seem to have gone in 2.1)
I write mostly BMP's and they run fine. I have configured the Interbase
stuff in the
jboss.jcml in the following way. Here you have them, once again :-)
<mbean code="org.jboss.jdbc.JdbcProvider"
name="DefaultDomain:service=JdbcProvider">
<attribute
name="Drivers">org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,inte
rbase.interclient.Driver</attribute>
</mbean>
<mbean code="org.jboss.jdbc.XADataSourceLoader"
name="DefaultDomain:service=XADataSource,name=Interbase">
<attribute name="PoolName">Interbase</attribute>
<attribute
name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp
l</attribute>
<attribute name="Properties"></attribute>
<attribute name="URL">jdbc:interbase://****Your database host
machine*****/****Your full path to the database****</attribute>
<attribute name="GCMinIdleTime">1200000</attribute>
<attribute name="JDBCUser">****Your own user name, e.g.
sysdba****</attribute>
<attribute name="MaxSize">0</attribute>
<attribute name="Password">****Your own password, e.g.
masterkey****</attribute>
<attribute name="GCEnabled">false</attribute>
<attribute name="InvalidateOnError">false</attribute>
<attribute name="TimestampUsed">false</attribute>
<attribute name="Blocking">true</attribute>
<attribute name="GCInterval">120000</attribute>
<attribute name="IdleTimeout">1800000</attribute>
<attribute name="IdleTimeoutEnabled">false</attribute>
<attribute name="LoggingEnabled">false</attribute>
<attribute name="MaxIdleTimeoutPercent">1.0</attribute>
<attribute name="MinSize">0</attribute>
</mbean>
Note that the interbase JDBC drivers have been added in the first part as
"interbase.interclient.Driver".
The second part sets up the Interbase connection pooling. Watch out for the
bits you have to customize yourself.
Cor.
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Marc Antoine
Garrigue
Sent: Wednesday, March 14, 2001 16:16
To: JBoss-User
Subject: Re: [jBoss-User] InterBase
Yes i do use JDBC 2.0 driver for interbase ( in fact the interclient-server
which is on the borland site)
Belou
----- Original Message -----
From: "Cor Hofman" <[EMAIL PROTECTED]>
To: "JBoss-User" <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 2:40 PM
Subject: RE: [jBoss-User] InterBase
> Just to be sure. You are using Intebase JDBC drivers 2.0 or up,
> aren't you? Because lower versions have frequently been reported
> as having show stopper bugs in them.
>
> Cor.
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Marc Antoine
> Garrigue
> Sent: Wednesday, March 14, 2001 15:27
> To: JBoss-User
> Subject: Re: [jBoss-User] InterBase
>
>
> Ok i have
> 1) no loop code in my bean
> 2) no <create-table> tag in my jaws.xml
> 2.1) i have tried with a <create-table>false tag : still the same...
> 3) i have this in the server.log file:
> [Configuration] Detected JMX Bug: Server reports attribute 'JDBCUser' is
not
> writeable for MBean 'DefaultDomain:name=InterBase,service=XADataSource'
> [Configuration] Detected JMX Bug: Server reports attribute 'TimestampUsed'
> is not writeable for MBean
> 'DefaultDomain:name=InterBase,service=XADataSource'
> [Configuration] Detected JMX Bug: Server reports attribute 'JDBCUser' is
not
> writeable for MBean 'DefaultDomain:name=InstantDB,service=XADataSource'
> [Configuration] Detected JMX Bug: Server reports attribute 'TimestampUsed'
> is not writeable for MBean
> 'DefaultDomain:name=InstantDB,service=XADataSource'
> [Configuration] Detected JMX Bug: Server reports attribute 'JDBCUser' is
not
> writeable for MBean 'DefaultDomain:name=DefaultDS,service=XADataSource'
> [Configuration] Detected JMX Bug: Server reports attribute 'TimestampUsed'
> is not writeable for MBean
> 'DefaultDomain:name=DefaultDS,service=XADataSource'
>
> is this normal??
> Tank u
>
>
> ----- Original Message -----
> From: "Vincent Harcq" <[EMAIL PROTECTED]>
> To: "JBoss-User" <[EMAIL PROTECTED]>
> Sent: Wednesday, March 14, 2001 1:46 PM
> Subject: RE: [jBoss-User] InterBase
>
>
> > Hi
> > Do you have <create-table>false</create-table> in jaws.xml or
> > standardjaws.xml ?
> > Do not use true with Interbase, it does not work and hangs the
deployment.
> > Also look at log/server.log for messages.
> > Vincent
> >
> > -----Message d'origine-----
> > De : [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]De la part de Marc Antoine
> > Garrigue
> > Envoyé : mercredi 14 mars 2001 13:37
> > À : JBoss-User
> > Objet : [jBoss-User] InterBase
> >
> >
> >
> > Hi everyone,
> > I'm trying to set jboss work with InterBase.
> > I've followed the instructions of the documentation.
> > Everything seems ok : jdbc driver
> > XA started
> > DB started
> > And then when i deploy a bean the serveur stays on
> > [Container factory] Deploying beanXXX
> >
> > And then.... noting else..
> > Anybody can help??
> > Thank u all
> >
> >
> >
> >
> > --
> > --------------------------------------------------------------
> > To subscribe: [EMAIL PROTECTED]
> > To unsubscribe: [EMAIL PROTECTED]
> >
> >
> >
> > _________________________________________________________
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
> >
> >
> >
> > --
> > --------------------------------------------------------------
> > To subscribe: [EMAIL PROTECTED]
> > To unsubscribe: [EMAIL PROTECTED]
> >
> >
>
>
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
>
>
>
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
>
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]