hello steven,
Sorry to intrrupt you again but I am new for teiid and wiildfly so difficult to find the error.
according to ramesh post i have create vdb for mongodb and put entry in standalone-teiid.xml file and also try to put manually over deployment folder as well as deploy from web console but while running command ./standalone.sh -c standalone-teiid.xml
log foll with error :
12:35:55,611 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 65) WFLYUT0021: R
egistered web context: '/odata4' for server 'default-server'
12:35:55,615 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0
013: Operation ("add") failed - address: ([
("subsystem" => "resource-adapters"),
("resource-adapter" => "file")
]) - failure description: "WFLYJCA0080: RAR 'file' not yet deployed."
12:35:55,616 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0
013: Operation ("add") failed - address: ([
("subsystem" => "resource-adapters"),
("resource-adapter" => "ftp")
]) - failure description: "WFLYJCA0080: RAR 'ftp' not yet deployed."
12:35:55,617 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0
013: Operation ("add") failed - address: ([
("subsystem" => "resource-adapters"),
("resource-adapter" => "google")
]) - failure description: "WFLYJCA0080: RAR 'google' not yet deployed."
12:35:55,617 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0
013: Operation ("add") failed - address: ([
("subsystem" => "resource-adapters"),
("resource-adapter" => "ldap")
]) - failure description: "WFLYJCA0080: RAR 'ldap' not yet deployed."
12:35:55,618 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0
013: Operation ("add") failed - address: ([
("subsystem" => "resource-adapters"),
("resource-adapter" => "salesforce")
]) - failure description: "WFLYJCA0080: RAR 'salesforce' not yet deployed."
12:35:55,618 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0
013: Operation ("add") failed - address: ([
("subsystem" => "resource-adapters"),
("resource-adapter" => "salesforce-34")
]) - failure description: "WFLYJCA0080: RAR 'salesforce-34' not yet deployed."
12:35:55,619 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0
013: Operation ("add") failed - address: ([
("subsystem" => "resource-adapters"),
("resource-adapter" => "salesforce-41")
]) - failure description: "WFLYJCA0080: RAR 'salesforce-41' not yet deployed."
12:35:55,620 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0
013: Operation ("add") failed - address: ([
("subsystem" => "resource-adapters"),
("resource-adapter" => "webservice")
]) - failure description: "WFLYJCA0080: RAR 'webservice' not yet deployed."
12:35:55,620 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0
013: Operation ("add") failed - address: ([
("subsystem" => "resource-adapters"),
("resource-adapter" => "mongodb")
]) - failure description: "WFLYJCA0080: RAR 'mongodb' not yet deployed."
12:35:55,621 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0
013: Operation ("add") failed - address: ([
("subsystem" => "resource-adapters"),
("resource-adapter" => "couchbase")
]) - failure description: "WFLYJCA0080: RAR 'couchbase' not yet deployed."
12:35:55,622 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0
013: Operation ("add") failed - address: ([
("subsystem" => "resource-adapters"),
("resource-adapter" => "cassandra")
]) - failure description: "WFLYJCA0080: RAR 'cassandra' not yet deployed."
12:35:55,623 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0
013: Operation ("add") failed - address: ([
("subsystem" => "resource-adapters"),
("resource-adapter" => "simpledb")
]) - failure description: "WFLYJCA0080: RAR 'simpledb' not yet deployed."
12:35:55,624 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0
013: Operation ("add") failed - address: ([
("subsystem" => "resource-adapters"),
("resource-adapter" => "accumulo")
]) - failure description: "WFLYJCA0080: RAR 'accumulo' not yet deployed."
12:35:55,624 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0
013: Operation ("add") failed - address: ([
("subsystem" => "resource-adapters"),
("resource-adapter" => "solr")
]) - failure description: "WFLYJCA0080: RAR 'solr' not yet deployed."
12:35:55,625 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0
013: Operation ("add") failed - address: ([
("subsystem" => "resource-adapters"),
("resource-adapter" => "infinispan")
]) - failure description: "WFLYJCA0080: RAR 'infinispan' not yet deployed."
12:35:55,626 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0
013: Operation ("add") failed - address: ([
("subsystem" => "resource-adapters"),
("resource-adapter" => "mongodbQS")
]) - failure description: "WFLYJCA0080: RAR 'mongodbQS' not yet deployed."
12:35:55,679 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "mongodb1"
(runtime-name : "mongodb-vdb.xml")
Dont know what to do please help me out i can post my vdb as well if you need.
entry in standalone-teiid.xml...
<resource-adapter id="mongodb">
<module slot="main" id="org.jboss.teiid.resource-adapter.mongodb"/>
<transaction-support>NoTransaction</transaction-support>
<connection-definitions>
<connection-definition class-name="org.teiid.resource.adapter.mongodb.MongoDBManagedConnectionFactory" jndi-name="java:/mongoDS" enabled="true" use-java-context="true" pool-name="teiid-mongodb-ds">
<config-property name="Database">
Employee
</config-property>
<config-property name="RemoteServerList">
localhost:27017
</config-property>
</connection-definition>
</connection-definitions>
</resource-adapter>
vdb file...
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<vdb name="mongoVDB" version="1">
<model name="Employee">
<source name="local" translator-name="translator-mongodb" connection-jndi-name="java:/mongoDS"/>
<metadata type="DDL"><![CDATA[
CREATE FOREIGN TABLE Employee (
employee_id integer,
FirstName varchar(25),
LastName varchar(25)
) OPTIONS(UPDATABLE 'TRUE');
]]> </metadata>
</model>
<translator name="translator-mongodb" type="mongodb">
</translator>
</vdb>
Please help me out,
Thanks in Advance!!!!!