Subject | Re: firebird datasource & Sun Java application server 8 PE |
---|---|
Author | jan_hradek |
Post date | 2004-05-10T13:25:47Z |
Hi,
I have already tried to lowercase properties, but without success. I
suppose it would be some tricky error, but I am not able to check
what is wrong, because the error message is very general. As far as
I understood there isn't possibility to use log4j for datasource ?
Unfortunatetly Java system App server doesn't supprots JDBC driver
only.
Thank in advance, Jan
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
I have already tried to lowercase properties, but without success. I
suppose it would be some tricky error, but I am not able to check
what is wrong, because the error message is very general. As far as
I understood there isn't possibility to use log4j for datasource ?
Unfortunatetly Java system App server doesn't supprots JDBC driver
only.
Thank in advance, Jan
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> Hi,have
>
> > thank you for the fast response. In the previous conf. file I
> > filled all possible parameters for datasource to eliminatemessage
> > so "wrong" default parameter. But I obtain the same error
> > for this minimal configuration:connection
> >
> > <property name="UserName" value="SYSDBA"/>
> > <property name="LoginTimeout" value="5000"/>
> > <property name="UserName" value="SYSDBA"/>
> > <property name="MaxSize" value="5"/>
> > <property name="MinSize" value="1"/>
> > <property name="LoginTimeout" value="5000"/>
> > <property name="Database"
> > value="localhost/3050:c:/data/ejb_experiment.gdb"/>
> > <property name="Password" value="masterkey"/>
> > <property name="Pooling" value="true"/>
> > <property name="IdleTimeoutMinutes" value="35"/>
> > <property name="Database"
> > value="localhost/3050:c:/data/ejb_experiment.gdb"/>
> > <property name="Password" value="masterkey"/>
> > <property name="Pooling" value="true"/>
> >
> > this is very strange for me, when write the DataSource
> > in standalone Java App, it is working fine.Maybe
>
> Can it be that you have to specify properties in lower case? Does
> your app server support obtaining connection via JDBC driver?
> try that configuration first?
>
> Roman