- 
        1. Re: error with firebird as datasourcedavidjencks Jun 20, 2002 9:56 AM (in response to svevor)Well, there's something wrong with your configuration, probably with firebird, but it's hard to tell what with the info you give. 
 Are the 3 mbeans for your datasource visible at port 8082? Is your datasource visible in jndiview? Are you using the FBManager mbean to create a database? Does it work? Does the startup log have any information about anything going wrong on startup?
- 
        2. Re: error with firebird as datasourcesvevor Jun 21, 2002 3:06 AM (in response to svevor)Thanks for help. Now it works. 
 I chandge in config firebird-servece.xml
 next line to.
 <config-property-value>192.168.0.5/3050:/var/lib/firebird/data/titan.gdb</config-property-value>
 But the syntax looks like different from what I did with
 postgresql or mysql.
 Why after IP goes /3050.
 I get used to have IP:Port.
 Thanks.
- 
        3. Re: error with firebird as datasourcedavidjencks Jun 21, 2002 2:39 PM (in response to svevor)I agree it is very odd. This is the historical pattern for firebird connection strings using for instance the C client library, and I didn't try to change it when I wrote the jca-jdbc driver. Some day.... 
 
    