[infinispan-issues] [JBoss JIRA] Commented: (ISPN-380) Be compliant with JBoss AS logging requirements

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Tue Apr 26 13:43:18 EDT 2011


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

Galder Zamarreño commented on ISPN-380:
---------------------------------------

All the modules are in now. However, the query module is giving us issues. When the annotation processor is enabled, you get a compilation error like this:

{code}[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/z/Go/code/infinispan.git/query/src/main/java/org/infinispan/query/Transformable.java:[39,72] incompatible types
found   : java.lang.Class<org.infinispan.query.DefaultTransformer>
required: java.lang.Class<? extends org.infinispan.query.Transformer>

[ERROR] /Users/z/Go/code/infinispan.git/query/src/main/java/org/infinispan/query/Transformable.java:[39,72] incompatible types
found   : java.lang.Class<org.infinispan.query.DefaultTransformer>
required: java.lang.Class<? extends org.infinispan.query.Transformer>{code}

Together with David's help I've tried several things such as specifying the jboss logging processor in case multiple processors where causing issues but still no luck solving this.

> Be compliant with JBoss AS logging requirements
> -----------------------------------------------
>
>                 Key: ISPN-380
>                 URL: https://issues.jboss.org/browse/ISPN-380
>             Project: Infinispan
>          Issue Type: Feature Request
>            Reporter: Manik Surtani
>            Assignee: Galder Zamarreño
>             Fix For: 5.0.0.CR1, 5.0.0.FINAL
>
>
> This (JBoss internal) document has details of standardised logging formats and codes, to enable easy i18n, etc. in future.  
> https://docspace.corp.redhat.com/docs/DOC-30217

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the infinispan-issues mailing list