Subject | firebirdsql with websphere application developer |
---|---|
Author | mwholland2003 <mwholland2003@yahoo.com> |
Post date | 2002-12-30T16:41:16Z |
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
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