[infinispan-issues] [JBoss JIRA] Commented: (ISPN-1177) java.lang.IllegalArgumentException attempting to create Logger for HotRod Client when building Infinispan from sources
Dan Berindei (JIRA)
jira-events at lists.jboss.org
Mon Jun 20 18:11:23 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609858#comment-12609858 ]
Dan Berindei commented on ISPN-1177:
------------------------------------
I'm building Infinispan with Maven 2.2.1 on Fedora 14 and it works fine.
I do get the error from time to time when I build from IntelliJ, because the IntelliJ compiler doesn't do annotation processing (or at least I haven't been able to configure it properly).
Then when you run 'mvn install' maven sees that the class is up to date and doesn't run annotation processing either. Running 'mvn clean install' usually sorts everything out.
> java.lang.IllegalArgumentException attempting to create Logger for HotRod Client when building Infinispan from sources
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-1177
> URL: https://issues.jboss.org/browse/ISPN-1177
> Project: Infinispan
> Issue Type: Bug
> Components: Core API
> Affects Versions: 5.0.0.CR4
> Environment: Maven 2.2.x
> Reporter: Jeff Ramsdale
> Assignee: Galder ZamarreƱo
> Priority: Critical
>
> Changes to 5.0.0 (CR4, in my case) related to logging break my app. I use slf4j for logging and route commons-logging, log4j, and java.util.logging to slf4j to route to Logback.
--
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