Hmm, issame should be true

- Romain
Le 1 sept. 2012 12:07, "jkastner" <[email protected]> a écrit :

> Hi,
>
> > Can you say us the exact failing condition (which part of the or)
>
> all parts eval to false (classes.add(clazz) is not called):
>
>    if (!filterByClassLoader || comparator.isSame(cl) || (cl.equals(scl) &&
> startupObject.getWebContext() == null)) {
>       classes.add(clazz);
>    }
>
> > (sorry no computer here for some days)
> Thanks for your effort, anyway!
>
> -- Johannes
>
>
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/Deployment-of-CDI-beans-does-not-work-for-WARs-wrapped-in-an-EAR-tp4657110p4657208.html
> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>

Reply via email to