[jboss-user] [Installation, Configuration DEPLOYMENT] - mapped-name is required for jdbc

2009-07-20 Thread neelesh.parulkar
Hi, I am trying to deploy a webwar on Jboss 5.0.1 GA. I am using Struts2 and mysql as the DB. I get following exception while deploying the war: I have my resource ref entires defined in web.xml and data source entry in the ds file:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: mapped-name is required for jdbc

2009-07-20 Thread neelesh.parulkar
resource-ref DB Connection res-ref-namejdbc/LOYALTY/res-ref-name res-typejavax.sql.DataSource/res-type res-authContainer/res-auth /resource-ref Here is the correct web-xml entry I have. Previsous one is missing the tag View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: mapped-name is required for jdbc

2009-07-15 Thread neelesh.parulkar
Here is snippet from web.xml and -ds.xml respectively: web.xml: resource-ref DB Connection res-ref-namejdbc/LOYALTY/res-ref-name res-typejavax.sql.DataSource/res-type res-authContainer/res-auth /resource-ref hsqldb-ds.xml: local-tx-datasource

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: mapped-name is required for jdbc

2009-07-15 Thread neelesh.parulkar
I have already tried putting mapped-name in resource ref but no luck.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4243655#4243655 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243655

[jboss-user] [Installation, Configuration DEPLOYMENT] - mapped-name is required for jdbc

2009-07-13 Thread neelesh.parulkar
Hi, I am trying to deploy a webwar on Jboss 5.0.1 GA. I am using Struts2 and mysql as the DB. I get following exception while deploying the war: I have my resource ref entires defined in web.xml and data source entry in the ds file: