Title: Message
Testing the osworkflow sample and getting this error:
 
14:30:19,425 FATAL [BaseJDBCProvider] Could not look up DataSource using JNDI location: java:comp/env/jdbc/DefaultDS
...
 
Added the following to jboss-web.xml for the sample war file and redeployed but still fails:
 
<jboss-web>
    <resource-ref>
        <res-ref-name>/env/jdbc/DefaultDS<res-ref-name>
        <jndi-name>DefaultDS</jndi-name>
    </resource-ref>
</jboss-web>
 
I did try a variety of permutations on the resource and jndi names but nothing seems to work.
 
Any and all assistance appreciated,
 
Regards,
 
Rod
 
 
 

Reply via email to