I have a question regarding the servicemix Hibernate Validator bundle. The validation api locates the validation implementation using the JRE SPI mechanism. In order for this to work I can only imagine the following possibilites:
a) A bundle containing both the api and the implementation. b) The implementing bundle to be a fragment bundle for the api bundle. c) The use of something similar to aries spifly (which I think is not ready yet). If I understand things correctly the validator bundle doesn't follow any of the above. How is it meant to work? Is there an example available?
