Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[11:22:52 CST(-0600)] <bbranch> any ideas?

[11:26:57 CST(-0600)] <wgthom> looks like jdbcUrl-ref is looking for a bean def instead of a the jdbc string

[11:27:36 CST(-0600)] <wgthom> some like this:

[11:27:37 CST(-0600)] <wgthom> <bean

[11:27:37 CST(-0600)] <wgthom>         id="dataSource"

[11:27:37 CST(-0600)] <wgthom>         class="org.apache.commons.dbcp.BasicDataSource"

[11:27:37 CST(-0600)] <wgthom>         p:driverClassName="com.mysql.jdbc.Driver"

[11:27:37 CST(-0600)] <wgthom>         p:url="jdbc:mysql://localhost:3306/test?autoReconnect=true"

[11:27:38 CST(-0600)] <wgthom>         p:password=""

[11:27:38 CST(-0600)] <wgthom>         p:username="sa" />