Yes, it's really curious.
-
ear
_ lib
|
_ jar
|
_ cls3
|
_ cls
|
_ CDI.current().select(cls1).isUnsatified() == true
|
_ CDI.current().select(cls1).isUnsatified() == true
|
_ CDI.current().select(cls3).isUnsatified() == false
|
_ ejb.jar
|
_ cls1
|
_ web.war
|
_ cls2
|
-
ear
_ ejb.jar
|
_ cls1
|
_ web.war
|
_ lib
|
_ jar
|
_ cls
|
_ CDI.current().select(cls2).isUnsatified() == false
|
_ cls2
|
If I time this week end I try to do a tiny reproducer
|