Joined: Mon Aug 02, 2010 2:23 am Posts: 1
|
I would like to know if there is a possibility how to solve problem when I have my own library that uses hibernate validator and it is running in standard and also OSGI environment. It means the same library is used in OSGI-based server and also for client which isn't OSGI-based. For standard environment everything works fine but for OSGI I have got exception :
javax.validation.ValidationException: Unable to find a default provider at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:264)
There are instructions what to do for OSGI (ValidationProviderResolver), so I assume it will work. But will it work also in standard environment?
|
|