[infinispan-issues] [JBoss JIRA] Commented: (ISPN-1177) java.lang.IllegalArgumentException attempting to create Logger for HotRod Client when building Infinispan from sources
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Fri Jul 1 09:12:24 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612202#comment-12612202 ]
Galder Zamarreño commented on ISPN-1177:
----------------------------------------
@Dan, the only reason I can think you're getting that is cos:
- Intellij compiles to Maven output folders.
- mvn install finds the classes and so does not compile and as a result does not do annotation processing.
Basically, annotation processing is not happening for some reason. Btw, see the dev list for instructions on setting up the annotation processor from the IDE and hence avoid the need to run it from mvn command line.
Tbh, I never do a mvn install alone, I always do a clean before that. In fact, the two mvn commands are used are:
- When I want to skip the testsuite: {code}mvn -Dmaven.test.skip.exec=true -P-extras clean install{code}
- When I want to run testsuite: {code}mvn -Dmaven.test.failure.ignore -P-extras clean install{code}
Clearly, I have these two options aliased and limit to those.
> 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