[teiid-issues] [JBoss JIRA] (TEIID-4329) Using JDG annotations, unable to provide package name qualification for serialization

Van Halbert (JIRA) issues at jboss.org
Mon Jul 11 08:40:00 EDT 2016


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

Van Halbert commented on TEIID-4329:
------------------------------------

The following code is in the connector and needs the packageName specifier enabled:

{code}
188                         String protoSchema = protoSchemaBuilder
189                             .fileName(protoName)
190 //                          .packageName(p)
191                             .addClass(this.getCacheClassType())
192                             .build(ctx);

{code}

> Using JDG annotations, unable to provide package name qualification for serialization
> -------------------------------------------------------------------------------------
>
>                 Key: TEIID-4329
>                 URL: https://issues.jboss.org/browse/TEIID-4329
>             Project: Teiid
>          Issue Type: Bug
>          Components: Misc. Connectors
>    Affects Versions: 9.x, 8.12.5
>            Reporter: Van Halbert
>            Assignee: Van Halbert
>
> When using the JDG annotations as the means of configuring the cache and serialization, its not specifying the package name qualifier.    



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


More information about the teiid-issues mailing list