I''m experimenting with the Java Bean Validation API (JSR 303). I'm not currently doing it with Camel but thought I might ask for help here anyway.
I'm deploying in an OSGi context and need OSGi bundles for both the API (java.validation) and Hibernate's reference implementation (preferably the latest version which I believe is 4.1). I haven't been able to find one. The only one I've found is bundled for Glassfish but has dependencies on Glassfish specific classes and therefore doesn't work outside Glassfish. Since Camel 2.4 contains the camel-bean-validator component I'm wondering if anyone can tell me how this problem was solved in Camel. /Bengt