Skip to main content
November 8, 2006
Question

jrun-resources.xml Isolation Level problem

  • November 8, 2006
  • 2 replies
  • 2272 views
Attempting to follow the Adobe TechNote at http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=5444c687 creates log lines that imply the process works, but the datasource is not usable via ColdFusion - calling it throws "Datasource DevDB not found". Below are the log lines seeming to imply it does exist. Why can MX 7.0.2 not see it?

11/08 15:43:12 info JRun DataSourceService: Created JDBC XA Connection Pool named DevDB
11/08 15:43:12 info Bound a LinkRef from "DefaultDataSource" to the default DataSource "DevDB"
11/08 15:43:12 info JRun Proxy Server listening on *:51011
11/08 15:43:13 info Deploying enterprise application "Macromedia ColdFusion MX" from: file:/C:/CFusionMX7/
11/08 15:43:13 info Deploying web application "Macromedia Coldfusion MX" from: file:/C:/CFusionMX7/
This topic has been closed for replies.

2 replies

November 10, 2006
You must be running the multi-server version or a J2EE version of CFMX7 to have that option.
November 10, 2006
So does that mean the TechNote does not apply to CFMX 7 standalone after all? It is not in fact possible to set the isolation level for a CFMX 7 standalone install?
November 10, 2006
First, I was wrong about needing the multi-server version of cfmx7 in order to have a "J2EE Datasource (JNDI)" DSN type. It is there in the standalone. Second, this type of datasource will allow you to use your DevDB datasource. Just point to it in your new JNDI DSN. We will update the technote to describe this final step.
Participating Frequently
November 9, 2006
Create another datasource and select "J2EE Datasource (JNDI)" from the driver dropdown in the administrator if you want to use a datasource that's defined in the jrun-resources.xml file.

Ted Zimmerman