Hi I am learning
jsf and
jboss.
I am stuck up at initial stage itself.
I am trying to create datasource and connect to jboss server.
I am using JBOSS-as-7.1.1
I have made following changes in standalone.xml
I have created a folder and named it oracle and have placed it in Jboss/modules/com
Then i created a subfolder named it main and copied ojdbc6.jar in it
I have also created a module.xml file, its content are as follows:
When I start the server I get the following error:
JBAS014775: New missing/unsatisfied dependencies:
service jboss.jdbc-driver.ojdbc6 (missing) dependents: [service jboss.data-source.java:jboss/datasources/NewDS, service jboss.data-source.java:jboss/NewOracle]
17:35:27,167 INFO [org.jboss.as] (Controller Boot
Thread) JBAS015951: Admin console listening on
http://127.0.0.1:9990
Please help me...