How can I get Weblogic to connect to a RedBrick database?

Posted by Scott on Stack Overflow See other posts from Stack Overflow or by Scott
Published on 2010-03-12T22:34:47Z Indexed on 2010/03/12 22:37 UTC
Read the original article Hit count: 184

I am trying to get Weblogic 9.2.3 to talk to a legacy RedBrick database and am having trouble. I have the redbrick.jar file from the software installation and have added to my APP_RUNTIME_CLASSPATH and my MANIFEST_CLASSPATH. This is my jConnect template line:

<url>jdbc:rbw:protocol:${DB_LT_SERVER}:${DB_LT_PORT}/${DB_LT_NAME}</url>
<driver-name>redbrick.jdbc.RBWDriver</driver-name>

(Variables get replaced with good values during build.)

When starting up I get this error:

weblogic.common.ResourceException: Unknown Data Source jConnectLT

weblogic.common.resourcepool.ResourceSystemException: Cannot load driver class: redbrick.jdbc.RBWDriver

Do I have to do more to make Weblogic see the RedBrick database?

Thanks for any tips or pointers.

© Stack Overflow or respective owner

Related posts about weblogic

Related posts about database-connection