Show Table of Contents
Chapter 11. Directory Structure
11.1. Red Hat JBoss Data Virtualization File Structure
The following shows the contents of the Red Hat JBoss Data Virtualization deployment within a Red Hat JBoss EAP instance:
EAP-6.4.0/
├── appclient
│ └── configuration
│ ├── appclient.xml
│ └── logging.properties
├── bin
│ ├── add-user.bat
│ ├── add-user.properties
│ ├── add-user.sh
│ ├── appclient.bat
│ ├── appclient.conf
│ ├── appclient.conf.bat
│ ├── appclient.sh
│ ├── client
│ │ ├── jboss-cli-client.jar
│ │ ├── jboss-client.jar
│ │ ├── README-CLI-JCONSOLE.txt
│ │ └── README-EJB-JMS.txt
│ ├── domain.bat
│ ├── domain.conf
│ ├── domain.conf.bat
│ ├── domain.sh
│ ├── init.d
│ │ ├── jboss-as.conf
│ │ ├── jboss-as-domain.sh
│ │ └── jboss-as-standalone.sh
│ ├── jboss-cli.bat
│ ├── jboss-cli-logging.properties
│ ├── jboss-cli.sh
│ ├── jboss-cli.xml
│ ├── jconsole.bat
│ ├── jconsole.sh
│ ├── jdr.bat
│ ├── jdr.sh
│ ├── product.conf
│ ├── run.bat
│ ├── run.sh
│ ├── standalone.bat
│ ├── standalone.conf
│ ├── standalone.conf.bat
│ ├── standalone.sh
│ ├── teiid-oauth-util.bat
│ ├── teiid-oauth-util.sh
│ ├── vault.bat
│ ├── vault.sh
│ ├── wsconsume.bat
│ ├── wsconsume.sh
│ ├── wsprovide.bat
│ └── wsprovide.sh
├── bundles
│ └── system
│ └── layers
│ └── base
├── cli-scripts
│ ├── disable-welcome-root.cli
│ ├── disable-welcome-root-domain.cli
│ ├── ModeShape-domain.cli
│ ├── ModeShape-ds.properties
│ ├── ModeShape-standalone.cli
│ ├── teiid-add-database-logger.cli
│ ├── teiid-add-database-logger-domain.cli
│ ├── teiid-dashboard-add_datasource.cli
│ ├── teiid-dashboard-domain-add_datasource.cli
│ ├── teiid-deploy-dashboard.cli
│ ├── teiid-deploy-dashboard-domain.cli
│ ├── teiid-domain-auditcommand-logging.cli
│ ├── teiid-domain-install-ds-builder-war.cli
│ ├── teiid-domain-install-vdb-builder-war.cli
│ ├── teiid-domain-mode-install.cli
│ ├── teiid-logger-ds.properties
│ ├── teiid-modeshape-domain.cli
│ ├── teiid-modeshape-standalone.cli
│ ├── teiid-standalone-auditcommand-logging.cli
│ ├── teiid-standalone-ha-mode-install.cli
│ ├── teiid-standalone-install-ds-builder-war.cli
│ ├── teiid-standalone-install-vdb-builder-war.cli
│ └── teiid-standalone-mode-install.cli
├── dataVirtualization
│ ├── dataServiceBuilder
│ │ ├── komodo-rest.war
│ │ ├── vdb-bench-doc.war
│ │ └── vdb-bench-war.war
│ ├── jdbc
│ │ ├── modeshape-client-3.8.4.GA-redhat-64-12.jar
│ │ ├── teiid-8.12.11.6_4-redhat-64-12-jdbc.jar
│ │ └── teiid-hibernate-dialect-8.12.11.6_4-redhat-64-12.jar
│ ├── logging
│ │ └── database-service.jar
│ ├── rest-client
│ │ ├── modeshape-client-3.8.4.GA-redhat-64-12.jar
│ │ ├── README.txt
│ │ ├── restclient.bat
│ │ └── restclient.sh
│ ├── teiid-adminshell
│ │ └── teiid-8.12.11.6_4-redhat-64-12-adminshell-dist.zip
│ ├── teiid-dashboard
│ │ └── teiid-dashboard-builder.war
│ │ ├── admin
│ │ ├── ckeditor
│ │ ├── common
│ │ ├── components
│ │ ├── configuration
│ │ ├── error.jsp
│ │ ├── favicon.ico
│ │ ├── images
│ │ ├── index.jsp
│ │ ├── js
│ │ ├── js-api
│ │ ├── login_failed.jsp
│ │ ├── login.jsp
│ │ ├── META-INF
│ │ ├── not_authorized.jsp
│ │ ├── panels
│ │ ├── redhat
│ │ ├── robots.txt
│ │ ├── section
│ │ ├── system
│ │ ├── templates
│ │ └── WEB-INF
│ └── vdb
│ ├── ModeShape.vdb
│ ├── teiid-odata.war
│ └── teiid-olingo-odata4.war
├── docs
│ ├── examples
│ │ └── configs
│ │ ├── standalone-genericjms.xml
│ │ ├── standalone-hornetq-colocated.xml
│ │ ├── standalone-jts.xml
│ │ ├── standalone-minimalistic.xml
│ │ ├── standalone-osgi-only.xml
│ │ ├── standalone-picketlink.xml
│ │ └── standalone-xts.xml
│ ├── licenses
│ │ ├── apache software license, version 2.0 - apache-2.0.txt
│ │ ├── common development and distribution license - cddl.txt
│ │ ├── common public license, version 1.0 - cpl-1.0.txt
│ │ ├── eclipse distribution license, version 1.0 - edl-1.0.txt
│ │ ├── eclipse public license, version 1.0 - epl-1.0.txt
│ │ ├── gnu general public license, version 2 - gpl-2.0.txt
│ │ ├── gnu general public license, version 2 with the classpath exception - gpl-2.0-ce.txt
│ │ ├── gnu lesser general public license, version 2.1 - lgpl-2.1.txt
│ │ ├── gnu library general public license, version 2 - lgpl-2.0.txt
│ │ ├── h2 license, version 1.0 - h2.txt
│ │ ├── jcip-cc-by-2.5.txt
│ │ ├── jdom license - jdom-1.0.txt
│ │ ├── mozilla public license, version 1.1 - mpl-1.1.txt
│ │ ├── osgi-1.0.txt
│ │ ├── the bsd license - bsd.txt
│ │ ├── the jython license - license.html
│ │ ├── the mit license - mit.txt
│ │ ├── the werken company license - license.html
│ │ └── w3c software notice and license - w3c.txt
│ ├── licenses-datavirt
│ │ ├── com.amazonaws,aws-java-sdk,ApacheLicense,Version2.0
│ │ ├── com.beust,jcommander,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.codahale.metrics,metrics-core,ApacheLicense2.0
│ │ ├── com.couchbase.client,core-io,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.couchbase.client,java-client,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.datastax.cassandra,cassandra-driver-core,Apache2
│ │ ├── com.drewnoakes,metadata-extractor,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.fasterxml,aalto-xml,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.fasterxml.jackson.core,jackson-annotations,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.fasterxml.jackson.core,jackson-core,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.fasterxml.jackson.core,jackson-databind,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.fasterxml.jackson.dataformat,jackson-dataformat-xml,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.fasterxml.jackson.dataformat,jackson-dataformat-yaml,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.fasterxml.jackson.datatype,jackson-datatype-joda,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.fasterxml.jackson.jaxrs,jackson-jaxrs-base,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.fasterxml.jackson.jaxrs,jackson-jaxrs-json-provider,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.fasterxml.jackson.module,jackson-module-jaxb-annotations,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.force.api,force-partner-api,FreeBSDLicense
│ │ ├── com.force.api,force-wsc,FreeBSDLicense
│ │ ├── com.github.junrar,junrar,UnRarLicense
│ │ ├── com.github.virtuald,curvesapi,CDDL+GPLLicense
│ │ ├── com.google.code.findbugs,annotations,GNULesserPublicLicense
│ │ ├── com.google.code.gson,gson,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.googlecode.json-simple,json-simple,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.googlecode.juniversalchardet,juniversalchardet,MozillaPublicLicense1.1(MPL1.1)
│ │ ├── com.googlecode.mp4parser,isoparser,ApacheSoftwareLicense-Version2.0
│ │ ├── com.google.guava,guava,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.healthmarketscience.jackcess,jackcess,ApacheLicense,Version2.0
│ │ ├── com.healthmarketscience.jackcess,jackcess-encrypt,ApacheLicense,Version2.0
│ │ ├── com.jcraft,jsch,RevisedBSD
│ │ ├── com.mchange,c3p0,GNULesserGeneralPublicLicense,Version2.1
│ │ ├── commons-cli,commons-cli,TheApacheSoftwareLicense,Version2.0
│ │ ├── commons-codec,commons-codec,TheApacheSoftwareLicense,Version2.0
│ │ ├── commons-collections,commons-collections,TheApacheSoftwareLicense,Version2.0
│ │ ├── commons-fileupload,commons-fileupload,TheApacheSoftwareLicense,Version2.0
│ │ ├── commons-httpclient,commons-httpclient,ApacheLicense
│ │ ├── commons-io,commons-io,TheApacheSoftwareLicense,Version2.0
│ │ ├── commons-jxpath,commons-jxpath,TheApacheSoftwareLicense,Version2.0
│ │ ├── commons-lang,commons-lang,TheApacheSoftwareLicense,Version2.0
│ │ ├── commons-logging,commons-logging,ApacheLicense,Version2.0
│ │ ├── commons-logging,commons-logging-api,ApacheLicense,Version2.0
│ │ ├── commons-logging,commons-logging-api,TheApacheSoftwareLicense,Version2.0
│ │ ├── commons-logging,commons-logging,TheApacheSoftwareLicense,Version2.0
│ │ ├── commons-pool,commons-pool,TheApacheSoftwareLicense,Version2.0
│ │ ├── commons-vfs,commons-vfs,ApacheLicense,Version2.0
│ │ ├── commons-vfs,commons-vfs,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.pff,java-libpst,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.rometools,rome,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.rometools,rome-utils,TheApacheSoftwareLicense,Version2.0
│ │ ├── com.squareup,protoparser,Apache2.0
│ │ ├── com.vividsolutions,jts,LesserGeneralPublicLicense(LGPL)
│ │ ├── dom4j,dom4j,BSD2.0+
│ │ ├── edu.ucar,cdm,(MIT-style)netCDFClibrarylicense
│ │ ├── edu.ucar,grib,(MIT-style)netCDFClibrarylicense
│ │ ├── edu.ucar,httpservices,(MIT-style)netCDFClibrarylicense
│ │ ├── edu.ucar,jj2000,TheApacheSoftwareLicense,Version2.0
│ │ ├── edu.ucar,netcdf4,(MIT-style)netCDFClibrarylicense
│ │ ├── edu.ucar,udunits,(MIT-style)netCDFClibrarylicense
│ │ ├── io.hawt,hawtio-core,TheApacheSoftwareLicense,Version2.0
│ │ ├── io.hawt,hawtio-git,TheApacheSoftwareLicense,Version2.0
│ │ ├── io.hawt,hawtio-system,TheApacheSoftwareLicense,Version2.0
│ │ ├── io.hawt,hawtio-util,TheApacheSoftwareLicense,Version2.0
│ │ ├── io.swagger,swagger-annotations,ApacheLicense2.0
│ │ ├── io.swagger,swagger-core,ApacheLicense2.0
│ │ ├── io.swagger,swagger-jaxrs,ApacheLicense2.0
│ │ ├── io.swagger,swagger-models,ApacheLicense2.0
│ │ ├── jakarta-regexp,jakarta-regexp,ApacheLicense,Version2.0
│ │ ├── javax.activation,activation,COMMONDEVELOPMENTANDDISTRIBUTIONLICENSE(CDDL)Version1.0
│ │ ├── javax.jcr,jcr,AdobeDayJCRLicense
│ │ ├── javax.jcr,jcr,DaySpecificationLicense
│ │ ├── javax.jcr,jcr,DaySpecificationLicenseaddendum
│ │ ├── javax.measure,jsr-275,JScienceBSDLicense
│ │ ├── javax.measure,jsr-275,SpecificationLicense
│ │ ├── javax.validation,validation-api,ApacheLicense,Version2.0
│ │ ├── javax.ws.rs,jsr311-api,CDDLLicense
│ │ ├── javax.xml.stream,stax-api,COMMONDEVELOPMENTANDDISTRIBUTIONLICENSE(CDDL)Version1.0
│ │ ├── javax.xml.stream,stax-api,GNUGeneralPublicLibrary
│ │ ├── jline,jline,TheBSDLicense
│ │ ├── joda-time,joda-time,Apache2
│ │ ├── licenses.css
│ │ ├── licenses.html
│ │ ├── licenses.xml
│ │ ├── log4j,log4j,TheApacheSoftwareLicense,Version2.0
│ │ ├── net.jcip,jcip-annotations,CreativeCommonsAttributionlicense2.5
│ │ ├── net.oauth.core,oauth,TheApacheSoftwareLicense,Version2.0
│ │ ├── net.sf.opencsv,opencsv,Apache2
│ │ ├── org.antlr,antlr4-runtime,BSD3-ClauseLicense
│ │ ├── org.antlr,antlr-runtime,BSDlicence
│ │ ├── org.antlr,stringtemplate,BSDlicence
│ │ ├── org.apache.accumulo,accumulo-core,ApacheLicense,Version2.0
│ │ ├── org.apache.accumulo,accumulo-fate,ApacheLicense,Version2.0
│ │ ├── org.apache.accumulo,accumulo-trace,ApacheLicense,Version2.0
│ │ ├── org.apache.avro,avro,PublicDomain
│ │ ├── org.apache.chemistry.opencmis,chemistry-opencmis-commons-api,Apache2
│ │ ├── org.apache.chemistry.opencmis,chemistry-opencmis-commons-impl,Apache2
│ │ ├── org.apache.chemistry.opencmis,chemistry-opencmis-server-bindings,Apache2
│ │ ├── org.apache.chemistry.opencmis,chemistry-opencmis-server-support,Apache2
│ │ ├── org.apache.commons,commons-collections4,ApacheLicense,Version2.0
│ │ ├── org.apache.commons,commons-compress,ApacheLicense,Version2.0
│ │ ├── org.apache.commons,commons-csv,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.commons,commons-exec,ApacheLicense,Version2.0
│ │ ├── org.apache.commons,commons-lang3,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.commons,commons-vfs2,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.cxf,cxf-api,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.cxf,cxf-core,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.cxf,cxf-rt-bindings-xml,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.cxf,cxf-rt-core,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.cxf,cxf-rt-frontend-jaxrs,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.cxf,cxf-rt-rs-client,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.cxf,cxf-rt-rs-security-oauth2-saml,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.cxf,cxf-rt-rs-security-oauth2,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.cxf,cxf-rt-rs-security-oauth,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.cxf,cxf-rt-transports-http-hc,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.cxf,cxf-rt-transports-http,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache-extras.beanshell,bsh,ApacheLicense,Version2.0
│ │ ├── org.apache.felix,org.apache.felix.fileinstall,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.felix,org.apache.felix.framework,ApacheLicense,Version2.0
│ │ ├── org.apache.geronimo.specs,geronimo-javamail_1.4_spec,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.httpcomponents,httpasyncclient,ApacheLicense
│ │ ├── org.apache.httpcomponents,httpasyncclient,ApacheLicense,Version2.0
│ │ ├── org.apache.httpcomponents,httpclient,ApacheLicense,Version2.0
│ │ ├── org.apache.httpcomponents,httpcore,ApacheLicense,Version2.0
│ │ ├── org.apache.httpcomponents,httpcore-nio,ApacheLicense
│ │ ├── org.apache.httpcomponents,httpcore-nio,ApacheLicense,Version2.0
│ │ ├── org.apache.httpcomponents,httpmime,ApacheLicense,Version2.0
│ │ ├── org.apache.james,apache-mime4j-core,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.james,apache-mime4j-dom,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.lucene,lucene-core,Apache2
│ │ ├── org.apache.lucene,lucene-facet,Apache2
│ │ ├── org.apache.maven.scm,maven-scm-api,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.maven.scm,maven-scm-provider-svn-commons,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.maven.scm,maven-scm-provider-svnexe,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.olingo,odata-client-api,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.olingo,odata-client-core,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.olingo,odata-commons-api,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.olingo,odata-commons-core,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.olingo,odata-server-api,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.olingo,odata-server-core-ext,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.olingo,odata-server-core,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.opennlp,opennlp-maxent,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.opennlp,opennlp-tools,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.pdfbox,fontbox,ApacheLicense,Version2.0
│ │ ├── org.apache.pdfbox,jempbox,ApacheLicense,Version2.0
│ │ ├── org.apache.pdfbox,pdfbox,ApacheLicense,Version2.0
│ │ ├── org.apache.pdfbox,pdfbox-debugger,ApacheLicense,Version2.0
│ │ ├── org.apache.pdfbox,pdfbox-tools,ApacheLicense,Version2.0
│ │ ├── org.apache.poi,poi-ooxml-schemas,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.poi,poi-ooxml,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.poi,poi,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.tika,tika-core,ApacheLicense,Version2.0
│ │ ├── org.apache.tika,tika-parsers,ApacheLicense,Version2.0
│ │ ├── org.apache.ws.xmlschema,xmlschema-core,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.xmlbeans,xmlbeans,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.apache.zookeeper,zookeeper,ApacheLicense,Version2.0
│ │ ├── org.codehaus.jackson,jackson-core-asl,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.codehaus.jackson,jackson-mapper-asl,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.codehaus.jettison,jettison,PublicDomain
│ │ ├── org.codehaus.plexus,plexus-utils,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.codehaus.woodstox,stax2-api,TheBSDLicense
│ │ ├── org.codehaus.woodstox,woodstox-core-asl,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.codelibs,jhighlight,CDDL,v1.0
│ │ ├── org.codelibs,jhighlight,LGPL,v2.1orlater
│ │ ├── org.eclipse.jgit,org.eclipse.jgit,EclipsePublicLicense-v1.0
│ │ ├── org.fusesource.jansi,jansi,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.gagravarr,vorbis-java-core,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.gagravarr,vorbis-java-tika,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.hamcrest,hamcrest-core,NewBSDLicense
│ │ ├── org.hibernate.common,hibernate-commons-annotations,GNULESSERGENERALPUBLICLICENSE
│ │ ├── org.hibernate,hibernate-search-engine,GNULesserGeneralPublicLicense
│ │ ├── org.hibernate,hibernate-validator,ApacheLicense,Version2.0
│ │ ├── org.infinispan,infinispan-cachestore-leveldb,GNULesserGeneralPublicLicense
│ │ ├── org.infinispan,infinispan-core,GNULesserGeneralPublicLicense
│ │ ├── org.iq80.leveldb,leveldb,ApacheLicense2.0
│ │ ├── org.iq80.leveldb,leveldb-api,ApacheLicense2.0
│ │ ├── org.itadaki,bzip2,MITLicense(MIT)
│ │ ├── org,jaudiotagger,LGPL
│ │ ├── org.javassist,javassist,ApacheLicense2.0
│ │ ├── org.javassist,javassist,LGPL2.1
│ │ ├── org.jboss.aesh,aesh,EclipseLicense,Version1.0
│ │ ├── org.jboss.as,jboss-as-build-config,lgpl
│ │ ├── org.jboss.as,jboss-as-cli,lgpl
│ │ ├── org.jboss.as,jboss-as-controller-client,lgpl
│ │ ├── org.jboss.as,jboss-as-controller,lgpl
│ │ ├── org.jboss.as,jboss-as-protocol,lgpl
│ │ ├── org.jboss.as,jboss-as-version,lgpl
│ │ ├── org.jboss.dashboard-builder,dashboard-commons,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.jboss.dashboard-builder,dashboard-displayer-api,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.jboss.dashboard-builder,dashboard-displayer-core,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.jboss.dashboard-builder,dashboard-provider-api,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.jboss.dashboard-builder,dashboard-provider-core,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.jboss.dashboard-builder,dashboard-provider-csv,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.jboss.dashboard-builder,dashboard-provider-sql,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.jboss.dashboard-builder,dashboard-security,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.jboss,jboss-dmr,PublicDomain
│ │ ├── org.jboss,jboss-vfs,asl
│ │ ├── org.jboss.logging,jboss-logging,ApacheLicense,version2.0
│ │ ├── org.jboss.logmanager,jboss-logmanager,ApacheLicenseVersion2.0
│ │ ├── org.jboss.marshalling,jboss-marshalling,PublicDomain
│ │ ├── org.jboss.marshalling,jboss-marshalling-river,PublicDomain
│ │ ├── org.jboss.modules,jboss-modules,lgpl
│ │ ├── org.jboss.msc,jboss-msc,PublicDomain
│ │ ├── org.jboss.oreva,common,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.jboss.oreva,odata-core,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.jboss.remoting3,jboss-remoting,LGPL2.1
│ │ ├── org.jboss.remotingjmx,remoting-jmx,LGPL2.1
│ │ ├── org.jboss.sasl,jboss-sasl,PublicDomain
│ │ ├── org.jboss.spec.javax.transaction,jboss-transaction-api_1.1_spec,CommonDevelopmentandDistributionLicense
│ │ ├── org.jboss.spec.javax.transaction,jboss-transaction-api_1.1_spec,GNUGeneralPublicLicense,Version2withtheClasspathException
│ │ ├── org.jboss,staxmapper,PublicDomain
│ │ ├── org.jboss.teiid.connectors,connector-accumulo,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,connector-cassandra,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,connector-couchbase,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,connector-file,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,connector-google,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,connector-infinispan.6,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,connector-infinispan-dsl,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,connector-infinispan-hotrod,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,connector-ldap,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,connector-mongodb,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,connector-salesforce-34,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,connector-salesforce,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,connector-simpledb,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,connector-solr,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,connector-ws,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,couchbase-api,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,document-api,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,google-api,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,infinispan-api,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,mongodb-api,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,simpledb-api,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-accumulo,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-amazon-s3,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-cassandra,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-couchbase,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-excel,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-file,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-google,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-hbase,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-hive,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-infinispan-cache,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-infinispan-dsl,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-infinispan-hotrod,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-jdbc,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-jpa,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-ldap,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-loopback,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-mongodb,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-object,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-odata4,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-odata,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-olap,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-prestodb,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-salesforce-34,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-salesforce,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-simpledb,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-solr,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.connectors,translator-ws,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.extensions,database-logging-appender,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.extensions,database-service,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid.modeshape,teiid-modeshape-core,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.jboss.teiid.modeshape,teiid-modeshape-sequencer-dataservice,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.jboss.teiid.modeshape,teiid-modeshape-sequencer-ddl,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.jboss.teiid.modeshape,teiid-modeshape-sequencer-vdb,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.jboss.teiid,teiid-admin,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid,teiid-adminshell,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid,teiid-api,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid,teiid-client,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid,teiid-common-core,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid,teiid-engine,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid,teiid-hibernate-dialect,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid,teiid-jboss-admin,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid,teiid-jboss-integration,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid,teiid-jboss-security,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid,teiid-metadata,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid,teiid-olingo-common,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid,teiid-olingo,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid,teiid-olingo-patches,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.teiid,teiid-runtime,GNULesserGeneralPublicLicense
│ │ ├── org.jboss.threads,jboss-threads,PublicDomain
│ │ ├── org.jboss.xnio,xnio-api,PublicDomain
│ │ ├── org.jboss.xnio,xnio-nio,PublicDomain
│ │ ├── org.jfree,jcommon,GNULesserGeneralPublicLicence
│ │ ├── org.jfree,jfreechart,GNULesserGeneralPublicLicence
│ │ ├── org.jolokia,jolokia-core,Apache2
│ │ ├── org.json,json,providedwithoutsupportorwarranty
│ │ ├── org.jsoup,jsoup,TheMITLicense
│ │ ├── org.jvnet.mimepull,mimepull,CDDL1.1
│ │ ├── org.jvnet.staxex,stax-ex,CommonDevelopmentAndDistributionLicense(CDDL)Version1.0
│ │ ├── org.komodo,komodo-core,GNULesserGeneralPublicLicense
│ │ ├── org.komodo,komodo-importer,GNULesserGeneralPublicLicense
│ │ ├── org.komodo,komodo-modeshape,GNULesserGeneralPublicLicense
│ │ ├── org.komodo,komodo-modeshape-sequencer-teiid-sql,GNULesserGeneralPublicLicense
│ │ ├── org.komodo,komodo-modeshape-vdb,GNULesserGeneralPublicLicense
│ │ ├── org.komodo,komodo-plugin-service,GNULesserGeneralPublicLicense
│ │ ├── org.komodo,komodo-relational,GNULesserGeneralPublicLicense
│ │ ├── org.komodo,komodo-spi,GNULesserGeneralPublicLicense
│ │ ├── org.komodo,komodo-teiid-client,GNULesserGeneralPublicLicense
│ │ ├── org.komodo,komodo-ui,GNULesserGeneralPublicLicense
│ │ ├── org.komodo,komodo-utils,GNULesserGeneralPublicLicense
│ │ ├── org.komodo,komodo-utils-modeshape-logger,GNULesserGeneralPublicLicense
│ │ ├── org.komodo.plugins,komodo-plugin-framework,GNULesserGeneralPublicLicense
│ │ ├── org.komodo.plugins.storage,storage-file,GNULesserGeneralPublicLicense
│ │ ├── org.komodo.plugins.storage,storage-git,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-common,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-connector-git,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-connector-jdbc-metadata,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-extractor-tika,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-jbossas-subsystem,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-jcr-api,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-jcr,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-jdbc-local,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-schematic,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-sequencer-ddl,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-sequencer-images,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-sequencer-java,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-sequencer-mp3,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-sequencer-msoffice,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-sequencer-sramp,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-sequencer-text,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-sequencer-wsdl,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-sequencer-xml,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-sequencer-xsd,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-sequencer-zip,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-web-cmis,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-webdav,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-web-explorer,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-web-jcr,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-web-jcr-rest,GNULesserGeneralPublicLicense
│ │ ├── org.modeshape,modeshape-web-jcr-webdav,GNULesserGeneralPublicLicense
│ │ ├── org.noggit,noggit,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.opengis,geoapi,OGCcopyright
│ │ ├── org.osgeo,proj4j,TheApacheLicense,Version2.0
│ │ ├── org.osgi,org.osgi.core,PublicDomain
│ │ ├── org.ow2.asm,asm,BSD
│ │ ├── org.quartz-scheduler,quartz,Apache2.0
│ │ ├── org.reflections,reflections,TheNewBSDLicense
│ │ ├── org.reflections,reflections,WTFPL
│ │ ├── org.slf4j,slf4j-log4j12,MITLicense
│ │ ├── org.springframework,spring-aop,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.springframework,spring-beans,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.springframework,spring-context,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.springframework,spring-core,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.springframework,spring-expression,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.springframework,spring-tx,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.tallison,jmatio,BSD
│ │ ├── org.teiid,vdb-bench-assembly,TheApacheSoftwareLicense,Version2.0
│ │ ├── org.wildfly,wildfly-core-security-api,lgpl
│ │ ├── org.wildfly,wildfly-core-security,lgpl
│ │ ├── org.wololo,jts2geojson,MITlicense
│ │ ├── stax,stax-api,COMMONDEVELOPMENTANDDISTRIBUTIONLICENSE(CDDL)Version1.0
│ │ ├── stax,stax-api,GNUGeneralPublicLibrary
│ │ ├── wsdl4j,wsdl4j,CPL
│ │ └── xerces,xercesImpl,TheApacheSoftwareLicense,Version2.0
│ ├── schema
│ │ ├── application_1_2.dtd
│ │ ├── application_1_3.dtd
│ │ ├── application_1_4.xsd
│ │ ├── application_5.xsd
│ │ ├── application_6.xsd
│ │ ├── application-client_6.xsd
│ │ ├── ejb-jar_1_1.dtd
│ │ ├── ejb-jar_2_0.dtd
│ │ ├── ejb-jar_2_1.xsd
│ │ ├── ejb-jar_3_0.xsd
│ │ ├── ejb-jar_3_1.xsd
│ │ ├── j2ee_1_4.xsd
│ │ ├── j2ee_jaxrpc_mapping_1_1.xsd
│ │ ├── j2ee_web_services_1_1.xsd
│ │ ├── j2ee_web_services_client_1_1.xsd
│ │ ├── javaee_5.xsd
│ │ ├── javaee_6.xsd
│ │ ├── javaee_web_services_1_2.xsd
│ │ ├── javaee_web_services_1_3.xsd
│ │ ├── javaee_web_services_client_1_2.xsd
│ │ ├── javaee_web_services_client_1_3.xsd
│ │ ├── java-properties_1_0.xsd
│ │ ├── jboss_1_0.xsd
│ │ ├── jboss-app_3_0.dtd
│ │ ├── jboss-app_3_2.dtd
│ │ ├── jboss-app_4_0.dtd
│ │ ├── jboss-app_4_2.dtd
│ │ ├── jboss-app_5_0.dtd
│ │ ├── jboss-app_7_0.xsd
│ │ ├── jboss-as-cli_1_0.xsd
│ │ ├── jboss-as-cli_1_1.xsd
│ │ ├── jboss-as-cli_1_2.xsd
│ │ ├── jboss-as-cli_1_3.xsd
│ │ ├── jboss-as-cmp_1_0.xsd
│ │ ├── jboss-as-cmp_1_1.xsd
│ │ ├── jboss-as-config_1_0.xsd
│ │ ├── jboss-as-config_1_1.xsd
│ │ ├── jboss-as-config_1_2.xsd
│ │ ├── jboss-as-config_1_3.xsd
│ │ ├── jboss-as-config_1_4.xsd
│ │ ├── jboss-as-config_1_5.xsd
│ │ ├── jboss-as-config_1_6.xsd
│ │ ├── jboss-as-config_1_7.xsd
│ │ ├── jboss-as-config_1_8.xsd
│ │ ├── jboss-as-configadmin_1_0.xsd
│ │ ├── jboss-as-datasources_1_0.xsd
│ │ ├── jboss-as-datasources_1_1.xsd
│ │ ├── jboss-as-datasources_1_2.xsd
│ │ ├── jboss-as-deployment-scanner_1_0.xsd
│ │ ├── jboss-as-deployment-scanner_1_1.xsd
│ │ ├── jboss-as-ee_1_0.xsd
│ │ ├── jboss-as-ee_1_1.xsd
│ │ ├── jboss-as-ee_1_2.xsd
│ │ ├── jboss-as-ejb3_1_0.xsd
│ │ ├── jboss-as-ejb3_1_1.xsd
│ │ ├── jboss-as-ejb3_1_2.xsd
│ │ ├── jboss-as-ejb3_1_3.xsd
│ │ ├── jboss-as-ejb3_1_4.xsd
│ │ ├── jboss-as-ejb3_1_5.xsd
│ │ ├── jboss-as-infinispan_1_0.xsd
│ │ ├── jboss-as-infinispan_1_1.xsd
│ │ ├── jboss-as-infinispan_1_2.xsd
│ │ ├── jboss-as-infinispan_1_3.xsd
│ │ ├── jboss-as-infinispan_1_4.xsd
│ │ ├── jboss-as-infinispan_1_5.xsd
│ │ ├── jboss-as-jacorb_1_0.xsd
│ │ ├── jboss-as-jacorb_1_1.xsd
│ │ ├── jboss-as-jacorb_1_2.xsd
│ │ ├── jboss-as-jacorb_1_3.xsd
│ │ ├── jboss-as-jacorb_1_4.xsd
│ │ ├── jboss-as-jaxr_1_0.xsd
│ │ ├── jboss-as-jaxr_1_1.xsd
│ │ ├── jboss-as-jaxrs_1_0.xsd
│ │ ├── jboss-as-jca_1_0.xsd
│ │ ├── jboss-as-jca_1_1.xsd
│ │ ├── jboss-as-jdr_1_0.xsd
│ │ ├── jboss-as-jgroups_1_0.xsd
│ │ ├── jboss-as-jgroups_1_1.xsd
│ │ ├── jboss-as-jmx_1_0.xsd
│ │ ├── jboss-as-jmx_1_1.xsd
│ │ ├── jboss-as-jmx_1_2.xsd
│ │ ├── jboss-as-jmx_1_3.xsd
│ │ ├── jboss-as-jpa_1_0.xsd
│ │ ├── jboss-as-jpa_1_1.xsd
│ │ ├── jboss-as-jsf_1_0.xsd
│ │ ├── jboss-as-jsr77_1_0.xsd
│ │ ├── jboss-as-logging_1_0.xsd
│ │ ├── jboss-as-logging_1_1.xsd
│ │ ├── jboss-as-logging_1_2.xsd
│ │ ├── jboss-as-logging_1_3.xsd
│ │ ├── jboss-as-logging_1_4.xsd
│ │ ├── jboss-as-logging_1_5.xsd
│ │ ├── jboss-as-mail_1_0.xsd
│ │ ├── jboss-as-mail_1_1.xsd
│ │ ├── jboss-as-mail_1_2.xsd
│ │ ├── jboss-as-messaging_1_0.xsd
│ │ ├── jboss-as-messaging_1_1.xsd
│ │ ├── jboss-as-messaging_1_2.xsd
│ │ ├── jboss-as-messaging_1_3.xsd
│ │ ├── jboss-as-messaging_1_4.xsd
│ │ ├── jboss-as-messaging-deployment_1_0.xsd
│ │ ├── jboss-as-mod-cluster_1_0.xsd
│ │ ├── jboss-as-mod-cluster_1_1.xsd
│ │ ├── jboss-as-mod-cluster_1_2.xsd
│ │ ├── jboss-as-naming_1_0.xsd
│ │ ├── jboss-as-naming_1_1.xsd
│ │ ├── jboss-as-naming_1_2.xsd
│ │ ├── jboss-as-naming_1_3.xsd
│ │ ├── jboss-as-naming_1_4.xsd
│ │ ├── jboss-as-osgi_1_0.xsd
│ │ ├── jboss-as-osgi_1_1.xsd
│ │ ├── jboss-as-osgi_1_2.xsd
│ │ ├── jboss-as-pojo_1_0.xsd
│ │ ├── jboss-as-remoting_1_0.xsd
│ │ ├── jboss-as-remoting_1_1.xsd
│ │ ├── jboss-as-remoting_1_2.xsd
│ │ ├── jboss-as-resource-adapters_1_0.xsd
│ │ ├── jboss-as-resource-adapters_1_1.xsd
│ │ ├── jboss-as-sar_1_0.xsd
│ │ ├── jboss-as-security_1_0.xsd
│ │ ├── jboss-as-security_1_1.xsd
│ │ ├── jboss-as-security_1_2.xsd
│ │ ├── jboss-as-threads_1_0.xsd
│ │ ├── jboss-as-threads_1_1.xsd
│ │ ├── jboss-as-txn_1_0.xsd
│ │ ├── jboss-as-txn_1_1.xsd
│ │ ├── jboss-as-txn_1_2.xsd
│ │ ├── jboss-as-txn_1_3.xsd
│ │ ├── jboss-as-txn_1_4.xsd
│ │ ├── jboss-as-txn_1_5.xsd
│ │ ├── jboss-as-web_1_0.xsd
│ │ ├── jboss-as-web_1_1.xsd
│ │ ├── jboss-as-web_1_2.xsd
│ │ ├── jboss-as-web_1_3.xsd
│ │ ├── jboss-as-web_1_4.xsd
│ │ ├── jboss-as-web_1_5.xsd
│ │ ├── jboss-as-web_2_1.xsd
│ │ ├── jboss-as-web_2_2.xsd
│ │ ├── jboss-as-webservices_1_0.xsd
│ │ ├── jboss-as-webservices_1_1.xsd
│ │ ├── jboss-as-webservices_1_2.xsd
│ │ ├── jboss-as-weld_1_0.xsd
│ │ ├── jboss-as-xts_1_0.xsd
│ │ ├── jboss-client_6_0.xsd
│ │ ├── jboss-common_5_1.xsd
│ │ ├── jboss-common_6_0.xsd
│ │ ├── jboss-deployment-dependencies-1_0.xsd
│ │ ├── jboss-deployment-structure-1_0.xsd
│ │ ├── jboss-deployment-structure-1_1.xsd
│ │ ├── jboss-deployment-structure-1_2.xsd
│ │ ├── jboss-ejb3-2_0.xsd
│ │ ├── jboss-ejb3-spec-2_0.xsd
│ │ ├── jboss-ejb-cache_1_0.xsd
│ │ ├── jboss-ejb-client_1_0.xsd
│ │ ├── jboss-ejb-client_1_1.xsd
│ │ ├── jboss-ejb-client_1_2.xsd
│ │ ├── jboss-ejb-container-interceptors_1_0.xsd
│ │ ├── jboss-ejb-delivery-active_1_0.xsd
│ │ ├── jboss-ejb-iiop_1_0.xsd
│ │ ├── jboss-ejb-pool_1_0.xsd
│ │ ├── jboss-ejb-resource-adapter-binding_1_0.xsd
│ │ ├── jboss-ejb-security_1_0.xsd
│ │ ├── jboss-ejb-security_1_1.xsd
│ │ ├── jboss-ejb-security-role_1_0.xsd
│ │ ├── jboss-jpa_1_0.xsd
│ │ ├── jboss-pojo_7_0.xsd
│ │ ├── jboss-service_7_0.xsd
│ │ ├── jboss-teiid.xsd
│ │ ├── jboss-web_7_0.xsd
│ │ ├── jboss-web_7_1.xsd
│ │ ├── jboss-web_7_2.xsd
│ │ ├── jbossws-jaxws-config_4_0.xsd
│ │ ├── jbossws-web-services_1_0.xsd
│ │ ├── jbxb_1_0.xsd
│ │ ├── jndi-binding-service_1_0.xsd
│ │ ├── jsp_2_0.xsd
│ │ ├── jsp_2_1.xsd
│ │ ├── jsp_2_2.xsd
│ │ ├── module-1_0.xsd
│ │ ├── module-1_1.xsd
│ │ ├── module-1_2.xsd
│ │ ├── module-1_3.xsd
│ │ ├── orm_1_0.xsd
│ │ ├── persistence_1_0.xsd
│ │ ├── persistence_2_0.xsd
│ │ ├── service-ref_4_0.dtd
│ │ ├── service-ref_4_2.dtd
│ │ ├── service-ref_5_0.dtd
│ │ ├── trans-timeout-1_0.xsd
│ │ ├── user-roles_1_0.xsd
│ │ ├── web-app_2_2.dtd
│ │ ├── web-app_2_3.dtd
│ │ ├── web-app_2_4.xsd
│ │ ├── web-app_2_5.xsd
│ │ ├── web-app_3_0.xsd
│ │ ├── web-common_3_0.xsd
│ │ ├── web-facesconfig_1_0.dtd
│ │ ├── web-facesconfig_1_1.dtd
│ │ ├── web-facesconfig_1_2.xsd
│ │ ├── web-fragment_3_0.xsd
│ │ ├── web-jsptaglibrary_1_1.dtd
│ │ ├── web-jsptaglibrary_1_2.dtd
│ │ ├── web-jsptaglibrary_2_0.xsd
│ │ ├── web-jsptaglibrary_2_1.xsd
│ │ ├── wildfly-picketlink-federation_1_0.xsd
│ │ ├── wildfly-picketlink-federation_1_1.xsd
│ │ ├── wildfly-picketlink-idm_1_0.xsd
│ │ └── wildfly-picketlink-idm_1_1.xsd
│ └── teiid
│ ├── datasources
│ │ ├── accumulo
│ │ ├── actian-vector
│ │ ├── amazon-s3
│ │ ├── cassandra
│ │ ├── couchbase
│ │ ├── db2
│ │ ├── derby
│ │ ├── file
│ │ ├── google
│ │ ├── h2
│ │ ├── hive
│ │ ├── impala
│ │ ├── infinispan
│ │ ├── infinispan-hotrod-7.1
│ │ ├── ingres
│ │ ├── intersystems-cache
│ │ ├── ldap
│ │ ├── mongodb
│ │ ├── mysql
│ │ ├── odbc
│ │ ├── olap
│ │ ├── oracle
│ │ ├── osisoft-pi
│ │ ├── phoenix
│ │ ├── postgresql
│ │ ├── prestodb
│ │ ├── redshift
│ │ ├── salesforce
│ │ ├── simpledb
│ │ ├── solr
│ │ ├── sqlserver
│ │ ├── teiid
│ │ ├── ucanaccess
│ │ ├── vertica
│ │ └── web-service
│ ├── licenses
│ │ ├── apache-2.0 - LICENSE-2.0.txt
│ │ ├── LICENSE-lgpl-2.1.txt
│ │ ├── MPL-1.0.html
│ │ ├── MPL-1.1.html
│ │ └── PostgreSQL-BSD.txt
│ ├── schema
│ │ └── vdb-deployer.xsd
│ └── teiid-releasenotes.html
├── domain
│ ├── configuration
│ │ ├── application-roles.properties
│ │ ├── application-users.properties
│ │ ├── default-server-logging.properties
│ │ ├── domain.xml
│ │ ├── domain_xml_history
│ │ │ ├── 20180223-095813802
│ │ │ ├── current
│ │ │ ├── domain.boot.xml
│ │ │ ├── domain.initial.xml
│ │ │ ├── domain.last.xml
│ │ │ └── snapshot
│ │ ├── host-master.xml
│ │ ├── host-slave.xml
│ │ ├── host.xml
│ │ ├── host_xml_history
│ │ │ ├── 20180223-095813622
│ │ │ ├── 20180223-095817935
│ │ │ ├── current
│ │ │ ├── host.boot.xml
│ │ │ ├── host.initial.xml
│ │ │ ├── host.last.xml
│ │ │ ├── host-master.boot.xml
│ │ │ ├── host-master.initial.xml
│ │ │ ├── host-master.last.xml
│ │ │ ├── host-slave.boot.xml
│ │ │ ├── host-slave.initial.xml
│ │ │ ├── host-slave.last.xml
│ │ │ └── snapshot
│ │ ├── logging.properties
│ │ ├── mgmt-groups.properties
│ │ └── mgmt-users.properties
│ ├── data
│ │ └── content
│ ├── deployments
│ │ └── integration-platform-console.war
│ │ ├── eap.css
│ │ ├── favicon.ico
│ │ ├── images
│ │ ├── index.jsp
│ │ └── WEB-INF
│ ├── log
│ │ ├── host-controller.log
│ │ └── process-controller.log
│ ├── servers
│ └── tmp
│ └── auth
├── fusepatch
│ ├── repository
│ └── workspace
│ ├── audit.log
│ ├── jboss-dv
│ │ └── 6.4.0
│ └── managed-paths.metadata
├── installation
│ ├── InstallationLog.txt
│ ├── InstallSummary.html
│ └── server-logs
│ ├── host-controller.log
│ ├── process-controller.log
│ └── server.log
├── JBossEULA.txt
├── jboss-modules.jar
├── LICENSE.txt
├── modules
│ ├── layers.conf
│ └── system
│ └── layers
│ ├── base
│ └── dv
├── module.xml
├── pretty-print.xsl
├── quickstarts
│ ├── build.metadata
│ ├── drools-integration
│ │ ├── pom.xml
│ │ ├── README.md
│ │ └── src
│ │ ├── main
│ │ ├── modules
│ │ ├── scripts
│ │ └── vdb
│ ├── dynamicvdb-datafederation
│ │ ├── pom.xml
│ │ ├── README.md
│ │ └── src
│ │ ├── scripts
│ │ ├── teiidfiles
│ │ └── vdb
│ ├── dynamicvdb-dataroles
│ │ ├── pom.xml
│ │ ├── README.md
│ │ └── src
│ │ ├── scripts
│ │ └── vdb
│ ├── dynamicvdb-materialization
│ │ ├── pom.xml
│ │ ├── README.md
│ │ └── src
│ │ ├── scripts
│ │ └── vdb
│ ├── dynamicvdb-restservice
│ │ ├── http-client
│ │ │ ├── pom.xml
│ │ │ └── src
│ │ ├── pom.xml
│ │ ├── README.md
│ │ ├── resteasy-client
│ │ │ ├── pom.xml
│ │ │ └── src
│ │ └── src
│ │ ├── scripts
│ │ └── vdb
│ ├── hbase-as-a-datasource
│ │ ├── pom.xml
│ │ ├── README.md
│ │ └── src
│ │ ├── scripts
│ │ ├── teiidfiles
│ │ └── vdb
│ ├── hibernate-on-top-of-teiid
│ │ ├── pom.xml
│ │ ├── README.md
│ │ └── src
│ │ ├── main
│ │ └── scripts
│ ├── jdg7.1-remote-cache
│ │ ├── pom.xml
│ │ ├── README.md
│ │ └── src
│ │ ├── scripts
│ │ └── vdb
│ ├── jdg7.1-remote-cache-materialization
│ │ ├── pom.xml
│ │ ├── README.md
│ │ └── src
│ │ ├── scripts
│ │ └── vdb
│ ├── jdg-remote-cache
│ │ ├── kits
│ │ │ ├── jboss-as7
│ │ │ └── jboss-as7-dist.xml
│ │ ├── pom.xml
│ │ ├── README.md
│ │ └── src
│ │ ├── jdg
│ │ ├── main
│ │ └── vdb
│ ├── jdg-remote-cache-materialization
│ │ ├── kits
│ │ │ ├── jboss-as7
│ │ │ └── jboss-as7-dist.xml
│ │ ├── pom.xml
│ │ ├── README.md
│ │ └── src
│ │ ├── jdg
│ │ ├── main
│ │ └── vdb
│ ├── ldap-as-a-datasource
│ │ ├── ldap-add-group-users.md
│ │ ├── pom.xml
│ │ ├── README.md
│ │ └── src
│ │ ├── scripts
│ │ └── vdb
│ ├── mongodb-as-a-datasource
│ │ ├── pom.xml
│ │ ├── README.md
│ │ └── src
│ │ ├── scripts
│ │ └── vdb
│ ├── pom.xml
│ ├── README.md
│ ├── settings.xml
│ ├── simpleclient
│ │ ├── pom.xml
│ │ ├── README.md
│ │ └── src
│ │ └── main
│ ├── socialMedia-as-a-datasource
│ │ ├── pom.xml
│ │ ├── README.md
│ │ └── src
│ │ ├── scripts
│ │ └── vdb
│ ├── tpch
│ │ ├── change-tablenames.sh
│ │ ├── config-files
│ │ │ ├── datasources.xml
│ │ │ ├── drop-create.sql
│ │ │ ├── modules
│ │ │ ├── postgres-dml.sql
│ │ │ ├── postgres-index.sql
│ │ │ └── tpch-vdb.xml
│ │ ├── generate-data.sh
│ │ ├── generate-one-query.sh
│ │ ├── generate-queries.sh
│ │ ├── javaPerfTest
│ │ │ ├── pom.xml
│ │ │ └── src
│ │ ├── load-data-into-db.sh
│ │ ├── query-templates
│ │ │ ├── 10.sql
│ │ │ ├── 11.sql
│ │ │ ├── 12.sql
│ │ │ ├── 13.sql
│ │ │ ├── 14.sql
│ │ │ ├── 15.sql
│ │ │ ├── 16.sql
│ │ │ ├── 17.sql
│ │ │ ├── 18.sql
│ │ │ ├── 19.sql
│ │ │ ├── 1.sql
│ │ │ ├── 20.sql
│ │ │ ├── 21.sql
│ │ │ ├── 22.sql
│ │ │ ├── 2.sql
│ │ │ ├── 3.sql
│ │ │ ├── 4.sql
│ │ │ ├── 5.sql
│ │ │ ├── 6.sql
│ │ │ ├── 7.sql
│ │ │ ├── 8.sql
│ │ │ ├── 9.sql
│ │ │ └── dists.dss
│ │ ├── README.md
│ │ ├── run-test.sh
│ │ └── setenv.sh
│ └── webservices-as-a-datasource
│ ├── pom.xml
│ ├── README.md
│ ├── src
│ │ ├── main
│ │ ├── scripts
│ │ └── vdb
│ └── webapp
│ └── WEB-INF
├── standalone
│ ├── configuration
│ │ ├── application-roles.properties
│ │ ├── application-users.properties
│ │ ├── logging.properties
│ │ ├── mgmt-groups.properties
│ │ ├── mgmt-users.properties
│ │ ├── standalone-full-ha.xml
│ │ ├── standalone-full.xml
│ │ ├── standalone-ha.xml
│ │ ├── standalone-osgi.xml
│ │ ├── standalone.xml
│ │ └── standalone_xml_history
│ │ ├── 20180223-095659186
│ │ ├── 20180223-095719975
│ │ ├── current
│ │ ├── snapshot
│ │ ├── standalone.boot.xml
│ │ ├── standalone-full-ha.boot.xml
│ │ ├── standalone-full-ha.initial.xml
│ │ ├── standalone-full-ha.last.xml
│ │ ├── standalone-ha.boot.xml
│ │ ├── standalone-ha.initial.xml
│ │ ├── standalone-ha.last.xml
│ │ ├── standalone.initial.xml
│ │ └── standalone.last.xml
│ ├── data
│ │ └── content
│ ├── deployments
│ │ ├── integration-platform-console.war
│ │ │ ├── consoles
│ │ │ ├── eap.css
│ │ │ ├── favicon.ico
│ │ │ ├── images
│ │ │ ├── index.jsp
│ │ │ └── WEB-INF
│ │ ├── integration-platform-console.war.dodeploy
│ │ └── README.txt
│ ├── lib
│ │ └── ext
│ ├── log
│ │ ├── backupgc.log.current
│ │ ├── gc.log.0.current
│ │ └── server.log
│ └── tmp
│ ├── auth
│ └── vfs
│ └── temp
├── vault
│ └── VAULT.dat
├── vault.keystore
├── version-dv.txt
├── version.txt
└── welcome-content
├── eap.css
├── favicon.ico
├── fonts
│ ├── OpenSans-BoldItalic.ttf
│ ├── OpenSans-Bold.ttf
│ ├── OpenSans-ExtraBoldItalic.ttf
│ ├── OpenSans-ExtraBold.ttf
│ ├── OpenSans-Italic.ttf
│ ├── OpenSans-LightItalic.ttf
│ ├── OpenSans-Light.ttf
│ ├── OpenSans-Regular.ttf
│ ├── OpenSans-SemiboldItalic.ttf
│ └── OpenSans-Semibold.ttf
├── images
│ ├── eap_bg.png
│ ├── header_bg.png
│ ├── prod_logo.png
│ ├── prod_name.png
│ └── product_title.png
├── index.html
├── index_noconsole.html
├── noconsole.html
└── noredirect.html

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.