You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Paolo Castagna (Created) (JIRA)" <ji...@apache.org> on 2011/11/04 11:35:01 UTC

[jira] [Created] (JENA-155) Remove WARN log messages seen during Jena compilation

Remove WARN log messages seen during Jena compilation
-----------------------------------------------------

                 Key: JENA-155
                 URL: https://issues.apache.org/jira/browse/JENA-155
             Project: Jena
          Issue Type: Task
          Components: Jena
            Reporter: Paolo Castagna
            Priority: Minor


These (in addition to the ERRORs reported in JENA-36) are the WARNINGs we have when we compile Jena:

 WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class java.sql.Date
 WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class com.hp.hpl.jena.rdf.model.impl.ResourceImpl
 WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class java.lang.Object
 WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class com.hp.hpl.jena.regression.Regression$LitTestObj
WARNING: Encoding mismatch tests not executed on platform with default UTF encoding.
 WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class com.hp.hpl.jena.graph.Triple

A related thread on jena-dev:

 - http://markmail.org/thread/7gswwqunpezbrxlw

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (JENA-155) Remove WARN log messages seen during Jena compilation

Posted by "Paolo Castagna (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paolo Castagna resolved JENA-155.
---------------------------------

    Resolution: Fixed

log4j.logger.com.hp.hpl.jena.graph.impl.LiteralLabelImpl=ERROR has been added to src/test/resources/log4j.properties file. This is used only by the test suite (both from Eclipse and Maven (mvn test) command line). It's not an ideal solution, but if you have a better idea feel free to do it differently.
                
> Remove WARN log messages seen during Jena compilation
> -----------------------------------------------------
>
>                 Key: JENA-155
>                 URL: https://issues.apache.org/jira/browse/JENA-155
>             Project: Jena
>          Issue Type: Task
>          Components: Jena
>            Reporter: Paolo Castagna
>            Assignee: Paolo Castagna
>            Priority: Minor
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> These (in addition to the ERRORs reported in JENA-36) are the WARNINGs we have when we compile Jena:
>  WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class java.sql.Date
>  WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class com.hp.hpl.jena.rdf.model.impl.ResourceImpl
>  WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class java.lang.Object
>  WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class com.hp.hpl.jena.regression.Regression$LitTestObj
> WARNING: Encoding mismatch tests not executed on platform with default UTF encoding.
>  WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class com.hp.hpl.jena.graph.Triple
> A related thread on jena-dev:
>  - http://markmail.org/thread/7gswwqunpezbrxlw

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (JENA-155) Remove WARN log messages seen during Jena compilation

Posted by "Paolo Castagna (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paolo Castagna reassigned JENA-155:
-----------------------------------

    Assignee: Paolo Castagna
    
> Remove WARN log messages seen during Jena compilation
> -----------------------------------------------------
>
>                 Key: JENA-155
>                 URL: https://issues.apache.org/jira/browse/JENA-155
>             Project: Jena
>          Issue Type: Task
>          Components: Jena
>            Reporter: Paolo Castagna
>            Assignee: Paolo Castagna
>            Priority: Minor
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> These (in addition to the ERRORs reported in JENA-36) are the WARNINGs we have when we compile Jena:
>  WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class java.sql.Date
>  WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class com.hp.hpl.jena.rdf.model.impl.ResourceImpl
>  WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class java.lang.Object
>  WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class com.hp.hpl.jena.regression.Regression$LitTestObj
> WARNING: Encoding mismatch tests not executed on platform with default UTF encoding.
>  WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class com.hp.hpl.jena.graph.Triple
> A related thread on jena-dev:
>  - http://markmail.org/thread/7gswwqunpezbrxlw

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (JENA-155) Remove WARN log messages seen during Jena compilation

Posted by "Andy Seaborne (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne closed JENA-155.
------------------------------

    
> Remove WARN log messages seen during Jena compilation
> -----------------------------------------------------
>
>                 Key: JENA-155
>                 URL: https://issues.apache.org/jira/browse/JENA-155
>             Project: Jena
>          Issue Type: Task
>          Components: Jena
>            Reporter: Paolo Castagna
>            Assignee: Paolo Castagna
>            Priority: Minor
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> These (in addition to the ERRORs reported in JENA-36) are the WARNINGs we have when we compile Jena:
>  WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class java.sql.Date
>  WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class com.hp.hpl.jena.rdf.model.impl.ResourceImpl
>  WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class java.lang.Object
>  WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class com.hp.hpl.jena.regression.Regression$LitTestObj
> WARNING: Encoding mismatch tests not executed on platform with default UTF encoding.
>  WARN [main] (LiteralLabelImpl.java:129) - inventing a datatype for class com.hp.hpl.jena.graph.Triple
> A related thread on jena-dev:
>  - http://markmail.org/thread/7gswwqunpezbrxlw

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira