Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000224 [Resin] minor always 05-27-05 00:00 02-27-06 09:36
Reporter sam View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0000224: allow ManagedConnectionFactory for database driver type
Description RSN-247
(rep by D Rice)

I have attempted to use an
OracleManagedConnectionFactory in the place of the
OracleConnectionPoolDataSource, but I get an error:
`oracle.jdbc.connector.OracleManagedConnectionFactory' is not a valid
database type.

<database>
    <jndi-name>jdbc/products</jndi-name>
    <driver type="oracle.jdbc.connector.OracleManagedConnectionFactory">
        <user>resin</user>
        <password>frogs</password>
        <url>jdbc:oracle:thin:@//inca:1521/inca.hogwarts.com</url>
    </driver>
</database>
Additional Information
Attached Files

- Relationships

- Notes
(0000256)
sam
05-27-05 00:00

It is possible to configure the ManagedConnectionFactory using Resin's generic support for JCA:

  <resource type="oracle.jdbc.connector.OracleManagedConnectionFactory">
    <jndi-name>jdbc/products</jndi-name>
    <init>
      <server-name>inca.hogwarts.com</server-name>
      <port-number>1521</port-number>
    </init>
  </resource>

But it is reasonable to expect it to work in <database> as well.

 
(0000898)
ferg
02-27-06 09:36

server/14i0
 

- Issue History
Date Modified Username Field Change
05-27-05 00:00 sam New Issue
02-27-06 09:36 ferg Note Added: 0000898
02-27-06 09:36 ferg Assigned To  => ferg
02-27-06 09:36 ferg Status acknowledged => closed
02-27-06 09:36 ferg Resolution open => fixed
02-27-06 09:36 ferg version 3.0.13 =>
02-27-06 09:36 ferg Fixed in Version  => 3.0.19


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed.
28 unique queries executed.
Powered by Mantis Bugtracker