[teiid-issues] [JBoss JIRA] (TEIID-4150) Infinispan dsl resource-adapter has not valid module.xml

Van Halbert (JIRA) issues at jboss.org
Thu Apr 21 15:56:00 EDT 2016


     [ https://issues.jboss.org/browse/TEIID-4150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Van Halbert updated TEIID-4150:
-------------------------------
    Git Pull Request: https://github.com/teiid/teiid/pull/678


> Infinispan dsl resource-adapter has not valid module.xml
> --------------------------------------------------------
>
>                 Key: TEIID-4150
>                 URL: https://issues.jboss.org/browse/TEIID-4150
>             Project: Teiid
>          Issue Type: Bug
>          Components: Misc. Connectors
>            Reporter: Jan Stastny
>            Assignee: Van Halbert
>
> There is a problem in mentioned module when server attempts to load it:
> {code:plain}
> [standalone at localhost:9999 /] /subsystem=resource-adapters/resource-adapter=infinispandsl:add(module=org.jboss.teiid.resource-adapter.infinispan.dsl)
> {
>     "outcome" => "failed",
>     "failure-description" => "JBAS010473: Failed to load module for RA [org.jboss.teiid.resource-adapter.infinispan.dsl]",
>     "rolled-back" => true
> }
> {code}
> It is not valid module according to the 'urn:jboss:module:1.1' schema.
> Problematic fragment:
> {code:xml}
> <dependencies>
> ...
> <module name="org.infinispan.query" slot="jdg-6.6" optional="true" export="true" services="true" />
> ...
> </dependencies>
> {code}
> According to the mentioned schema the attribute 'services' can have only values:
> * none
> * import
> * export
> This issue prevents a user from using the adapter.
> Furthermore I am not sure that name 'org.infinispan.query' of the dependency module is correct. I haven't found such module in jdg client libs, there are two possible candidates though:
> * org.infinispan.query.dsl
> * org.infinispan.query.remote.client



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list