Compilation error in models.validation-impl ( was: Build failed in Jenkins: sling-trunk-1.8 #1370 )

2015-07-29 Thread Robert Munteanu
On Wed, 2015-07-29 at 08:05 +, Apache Jenkins Server wrote:
 See https://builds.apache.org/job/sling-trunk-1.8/1370/changes
 
 Changes:
 
 [kwin] SLING-4876 support resource type inheritance for validator 
 models
 
 This closes #100
 
 [chetanm] SLING-4914 - LogPanel should pass appender name as request 
 parameter
 
 Changed the tailer approach. Now use url ending with tailer.txt and 
 specify appender name as part of 'name' request param


(snip)

This looks like an actual error :-) and possibly related to SLING-4876.


 [ERROR] Failed to execute goal 
 org.apache.maven.plugins:mavenorg.apache.sling.models.validation
 -impl: Compilation failure
 [ERROR] https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundl
 es/extensions/models/validation
 -impl/src/main/java/org/apache/sling/models/validation/impl/ModelVali
 dationImpl.java:[74,57] no suitable method found for 
 getValidationModel(org.apache.sling.api.resource.Resource)
 [ERROR] method 
 org.apache.sling.validation.ValidationService.getValidationModel(java
 .lang.String,java.lang.String,boolean) is not applicable
 [ERROR] (actual and formal argument lists differ in length)
 [ERROR] method 
 org.apache.sling.validation.ValidationService.getValidationModel(org.
 apache.sling.api.resource.Resource,boolean) is not applicable
 [ERROR] (actual and formal argument lists differ in length)

Robert



Re: Compilation error in models.validation-impl ( was: Build failed in Jenkins: sling-trunk-1.8 #1370 )

2015-07-29 Thread Konrad Windszus
Fixed it already. Sorry for that.

 On 29 Jul 2015, at 10:13, Robert Munteanu romb...@apache.org wrote:
 
 On Wed, 2015-07-29 at 08:05 +, Apache Jenkins Server wrote:
 See https://builds.apache.org/job/sling-trunk-1.8/1370/changes
 
 Changes:
 
 [kwin] SLING-4876 support resource type inheritance for validator 
 models
 
 This closes #100
 
 [chetanm] SLING-4914 - LogPanel should pass appender name as request 
 parameter
 
 Changed the tailer approach. Now use url ending with tailer.txt and 
 specify appender name as part of 'name' request param
 
 
 (snip)
 
 This looks like an actual error :-) and possibly related to SLING-4876.
 
 
 [ERROR] Failed to execute goal 
 org.apache.maven.plugins:mavenorg.apache.sling.models.validation
 -impl: Compilation failure
 [ERROR] https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/bundl
 es/extensions/models/validation
 -impl/src/main/java/org/apache/sling/models/validation/impl/ModelVali
 dationImpl.java:[74,57] no suitable method found for 
 getValidationModel(org.apache.sling.api.resource.Resource)
 [ERROR] method 
 org.apache.sling.validation.ValidationService.getValidationModel(java
 .lang.String,java.lang.String,boolean) is not applicable
 [ERROR] (actual and formal argument lists differ in length)
 [ERROR] method 
 org.apache.sling.validation.ValidationService.getValidationModel(org.
 apache.sling.api.resource.Resource,boolean) is not applicable
 [ERROR] (actual and formal argument lists differ in length)
 
 Robert