I'm trying to use the Spring Data "orcl" namespace to configure a custom datasource which is of OracleDataSource type. Is there any way to do this? I tried using the springsource website http://static.springsource.org/spring-data/data-jdbc/docs/1.0.0.M1/reference/html/ but it was of no help. I've come to the conclusion that Spring Data doesn't support custom datasource and it automatically assumes that we are using just OracleDataSource. Even "orcl" namespace http://www.springframework.org/schema/data/orcl/spring-data-orcl-1.0.xsd doesn't have any element or attribute where I can specify a different class for my custom datasource. Any help on this will be great. Thanks.
|
feedback
|