Well, I'm using jboss-2.0-FINAL + Interbase 6 + Interclient
I'm using the following configuration:

jboss.properties:
=================
jdbc.drivers=interbase.interclient.Driver

jboss.conf:
===========
    <MLET CODE="org.jboss.jdbc.XADataSourceLoader" ARCHIVE="jboss.jar" 
CODEBASE="../lib/ext/">
        <ARG TYPE="java.lang.String" VALUE="InterBaseDB">
        <ARG TYPE="java.lang.String" 
VALUE="org.jboss.minerva.xa.XADataSourceImpl">
    </MLET>

jboss.jcml:
===========
<mbean name="DefaultDomain:service=XADataSource,name=InterBaseDB">
<attribute name="URL">jdbc:interbase://sw-01/d:/bd/aperipe.dbf</attribute>
<attribute name="JDBCUser">sysdba</attribute>
<attribute name="Password">masterkey</attribute>
</mbean>

Actually it's working fine.
All my JSP can put and retrieve data from the pool...
What I wanna know is: Where are the data?
I've started the IB Console to check the tables and I saw nothing there!!!! 
All tables are empty!!!
When I use the JSP's, they retrieve the data from somewhere...





>From: Tobias Frech <[EMAIL PROTECTED]>
>Reply-To: "jBoss" <[EMAIL PROTECTED]>
>To: jBoss <[EMAIL PROTECTED]>
>Subject: Re: [jBoss-User] Interbase + JBoss
>Date: Sun, 31 Dec 2000 15:10:56 -0500
>
>Hi!
>You are supplying to few information here.
>With which jBOss version are you working ?
>Interbase version, JDBC driver.
>How did you setup Interbase as datasource ?
>How look your descriptors for the beans ?
>How is JAWS configured ?
>
>Thanks,
>
>Tobias

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to