Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I have javax.validation defined in my features.xml as such: </p> <pre><code>&lt;bundle&gt;mvn:javax.validation/validation-api/1.1.0.Final/jar&lt;/bundle&gt; </code></pre> <p>But then it doesn't find the hibernate-validator jar anymore:</p> <pre><code>Add a provider like Hibernate Validator (RI) to your classpath. javax.validation.ValidationException: Unable to create a Configuration, because no Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath. at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:271) at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110) </code></pre> <p>This is strange since in the logs I can see that hibernate-validator is being loaded.</p> <pre><code>22:53:40,835 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle mvn:com.googlecode.guava-osgi/guava-osgi/9.0.0/jar 22:53:42,064 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle mvn:commons-lang/commons-lang/2.6 22:53:42,203 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle wrap:mvn:junit/junit/4.11/jar 22:53:42,312 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle wrap:mvn:org.apache.thrift/libthrift/0.7.0/jar 22:53:42,441 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle wrap:mvn:org.apache.cassandra/cassandra-thrift/1.1.0/jar 22:53:42,625 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle mvn:org.hectorclient/hector-core/1.1-2/jar 22:53:42,836 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle mvn:org.codehaus.jackson/jackson-core-asl/1.9.6/jar 22:53:43,396 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.6/jar 22:53:44,396 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle mvn:org.codehaus.jackson/jackson-jaxrs/1.9.6/jar 22:53:44,416 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle mvn:org.hibernate/hibernate-validator/4.1.0.Final/jar 22:53:44,425 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle mvn:javax.validation/validation-api/1.1.0.Final/jar 22:53:44,459 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle mvn:org.apache.camel/camel-jackson/2.8.0/jar 22:53:44,467 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle mvn:joda-time/joda-time/1.6 22:53:44,780 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle wrap:mvn:org.perf4j/perf4j/0.9.16/jar 22:53:45,061 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle wrap:mvn:org.aspectj/aspectjrt/1.6.1/jar 22:53:46,600 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle wrap:mvn:org.aspectj/aspectjweaver/1.6.1/jar 22:53:46,867 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle wrap:mvn:commons-jexl/commons-jexl/1.1/jar 22:53:46,893 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Installing bundle wrap:mvn:com.eaio.uuid/uuid/3.2/jar 22:53:46,899 | INFO | l Console Thread | FeaturesServiceImpl | ? ? | 30 - org.apache.karaf.features.core - 2.2.2.fuse-07-11 | Bundles to refresh: </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload