Subject | Re: [Firebird-Java] firebirdsql with websphere application developer |
---|---|
Author | David Jencks |
Post date | 2002-12-30T18:54:32Z |
I recommend trying to deploy the jaybird driver firebirdsql.rar file as a
j2ee connector adapter. Otherwise you will be giving up many valuable
features of the driver such as xa transaction support.
I don't have websphere so can't provide an example, but if you run into
particular snags I will try to help.
david jencks
j2ee connector adapter. Otherwise you will be giving up many valuable
features of the driver such as xa transaction support.
I don't have websphere so can't provide an example, but if you run into
particular snags I will try to help.
david jencks
On 2002.12.30 11:41:16 -0500 mwholland2003 <mwholland2003@...> wrote:
> I'm trying to write a small application in IBM's websphere
> application developer 4.0.3. and am using firebirdsql.
> I have defined the following in the server configuration
> jdbc driver list:
> name: FirebirdJdbcDriver
> description: Firebird
> impl.class name: org.firebirdsql.jdbc.FBConnectionPoolDataSource
> url-prefix: jdbc:firebirdsql:localhost/3050
> classpath: C:\Program Files\Firebird\FirebirdSQL\firebirdsql.jar
> Datasource:
> name: HelloWorldDataSource
> jndi name: jdbc/HelloWorldDataSource
> description: HelloWorld DataSource
> category: helloworld testing
> databasename: HelloWorldDB
> default userid: sysdba
> default password: password
>
> When starting the server I get some errors:
> DataSourcePro W CONM7002W: Could not find the property user on class
> org.firebirdsql.jdbc.FBConnectionPoolDataSource
> DataSourcePro W CONM7002W: Could not find the property password on
> class org.firebirdsql.jdbc.FBConnectionPoolDataSource
> DataSourcePro W CONM7002W: Could not find the property url on class
> org.firebirdsql.jdbc.FBConnectionPoolDataSource
> DataSourcePro W CONM7002W: Could not find the property description on
> class org.firebirdsql.jdbc.FBConnectionPoolDataSource
> DataSourcePro W CONM7002W: Could not find the property UserName on
> class org.firebirdsql.jdbc.FBConnectionPoolDataSource
> DataSourcePro W CONM7002W: Could not find the property databaseName
> on class org.firebirdsql.jdbc.FBConnectionPoolDataSource
>
> Anybody an idea how to solve this problem.
> And does anybody know some good manuals for firebirdsql.
>
> Thanks,
>
> Micha
>
>
>
> To unsubscribe from this group, send an email to:
> Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>
>