Wednesday, April 15, 2009

Pesky datasources and jndi lookups

This one always gets me it seems like. The jndi datasource is exposed from the jboss server as "jndi/dsName" and that means my grails configuration should contain the following...


jndiName = "java:jdbc/dsName"

0 comments: