|
Hi,
Yes, making the CDI bundle a fragment of the other would make the trick, otherwise the cdi bundle would not see some of the engine internal classes.
There are no split package (I would have smoked some bad thing while writing).
I tested it (making a super bundles of the two) and it worked, but we're constrained to @Produces @org.hibernate.validator.cdi.HibernateValidator @Default public Validator createValidator() { return ValidatorHelper.getValidator(); }
On the client bundle , however HV engine does not find the validator.
|