hi
in ApplicationComposers we were shuting down scopes (cdi ones) before the
app so the app scopes was off when BeforeShutdown was called
this is wrong and can be fixed
patching org.apache.openejb.testing.ApplicationComposers#after this way:
https://gist.github.com/rmannibucau/5396703
anyone cou
Hi guys
here is a patch to update openejb codebase to OWB 1.2.0-SNAPSHOT
https://gist.github.com/rmannibucau/5396530
i didnt pass all tests but mainly cdi-embedded (cdi tck for openejb
embedded)
we'll have a bunch of tests issues + potential regressions due to a bunch
of bug of the current codeb