Hi guys,

While trying to run openEJB in OSGi, I came across an issue with
validator provider detection. It turned out that
org.apache.openejb.assembler.classic.ValidatorBuilder class uses its
own loader to look for available providers.
This causes problems when openEJB is not embedded in an application.
Shouldn't the ejb container use the current TCCL (application loader)
instead of resetting it to its own loader?
(ValidatorBuilder#getConfig: 116)

Thank you in advance for your help,
Katya

Reply via email to