[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: DataSourceBinding not yet installed
jaikiran
do-not-reply at jboss.com
Wed Jan 16 10:41:44 EST 2008
Again a guess. I think you have
<depends optional-attribute-name="ConnectionManager">jboss.jca:service=DataSourceBinding,name=TEST</depends>
in your mssql-jdbc2-service.xml. Change it to
<depends optional-attribute-name="ConnectionManager">jboss.jca:service=DataSourceBinding,name=MSSQL2000XADS</depends>
In short, i think you are using TEST(which is your database name) in most of configuration files when you should actually be using the jndi-name of the datasource (MSSQL2000XADS).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120506#4120506
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120506
More information about the jboss-user
mailing list