I was looking at the possibility of using a datasource for the Stax deployment, 
because it is not allowed to use local files or dbs (which we currently have 
with derby).
 
I looked at the description of using a datasource in the lift wiki 
(http://liftweb.net/index.php/HowTo_configure_a_JNDI_data_source_for_lift_and_Tomcat)
 and suggest that we change the first code line in the "Boot.scala" from 
DefaultConnectionIdentifier.jndiName = "esme" to  
DefaultConnectionIdentifier.jndiName = "jdbc/esme". 
 
D. 

Reply via email to