[teiid-issues] [JBoss JIRA] (TEIID-4657) Explain how the pojo module.xml should be configured

Van Halbert (JIRA) issues at jboss.org
Mon Apr 17 13:26:00 EDT 2017


    [ https://issues.jboss.org/browse/TEIID-4657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13394073#comment-13394073 ] 

Van Halbert commented on TEIID-4657:
------------------------------------

The documentation was updated with the above recommendation in the following PR inserting lines 123 - 143.:

https://github.com/teiid/teiid-documents/commit/f038a6f1eb9d5e1d0113762451cceb4d29206324



> Explain how the pojo module.xml should be configured
> ----------------------------------------------------
>
>                 Key: TEIID-4657
>                 URL: https://issues.jboss.org/browse/TEIID-4657
>             Project: Teiid
>          Issue Type: Task
>          Components: JDG Connector
>    Affects Versions: 9.2
>            Reporter: Van Halbert
>            Assignee: Van Halbert
>             Fix For: 9.3
>
>
> The JDG resource adapter documentation must explain how the pojo module.xml should be configured.
> {code}
> <?xml version="1.0" encoding="UTF-8"?>
> <module xmlns="urn:jboss:module:1.0" name="com.client.quickstart.remotecache.pojos">
>     <resources>
>         <resource-root path="jdg-remote-cache-materialization-pojos.jar" />
>         <!-- Insert resources here -->
>     </resources>
>     <dependencies>
>         <module name="org.infinispan.client.hotrod" slot="${jdg.slot}" optional="true" services="export"/>
>    	<module name="org.infinispan.protostream" slot="${jdg.slot}"  optional="true" services="export"/>
>     </dependencies>
> </module>
> {code}
> Also, explain that Teiid Designer feature for reverse engineering that will create the pojo and module.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list