anonymous wrote : 2008.03.08 17:55:17,523 FATAL [DatasourceConnectionProvider] Could not find datasource: java:/gaDatasource | javax.naming.NameNotFoundException: Name gaDatasource is not bound in this Context
Are you sure the gaDatasource is bound in the java: namespace? Or is it bound to the global jndi-name namespace, in which case you will have to change the hibernate configuration file to remove the java: prefix from the datasource jndi-name. What does the tomcat console logs show about the jndi-name to which the datasource is bound? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135150#4135150 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135150 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
