[jboss-jira] [JBoss JIRA] (WFLY-1143) FreeBSD Generic compile problems

Alexander Yerenkow (JIRA) jira-events at lists.jboss.org
Sat Jun 22 02:12:21 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Yerenkow updated WFLY-1143:
-------------------------------------

    Affects Version/s: 8.0.0.Alpha2

    
> FreeBSD Generic compile problems
> --------------------------------
>
>                 Key: WFLY-1143
>                 URL: https://issues.jboss.org/browse/WFLY-1143
>             Project: WildFly
>          Issue Type: Feature Request
>          Components: Build System
>    Affects Versions: 8.0.0.Alpha2
>         Environment: FreeBSD 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>            Reporter: Alexander Yerenkow
>            Assignee: Paul Gier
>
> [ERROR] //jboss-as-7.1.1.Final/connector/src/main/java/org/jboss/as/connector/util/JCAValidatorFactory.java:[95,41] incompatible types; 
> inferred type argument(s) java.lang.Object do not conform to bounds of type variable(s) T
> found   :<T>javax.validation.bootstrap.ProviderSpecificBootstrap<T>
> required: java.lang.Object
> This easily fixed with changinng
> Validation.byProvider(HibernateValidator.class)
> To:
> Validation.<HibernateValidatorConfiguration,HibernateValidator>byProvider(HibernateValidator.class)
> This should be done in few more places:
> jboss-as-7.1.3.Final/ee/src/main/java/org/jboss/as/ee/beanvalidation/LazyValidatorFactory.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list