Hiho! Today I tried to implement section 11.6 of the Spec by introducing a ChildActivityManager. Please read the JavaDocs and tell me if it is not clear enough.
Please review my changes, maybe you have a better idea how this may be implemented? There are a lot of open //X TODO in the code. Basically all things which needs to be reviewed ;) Btw, I have no clue how we should implement Manager#setCurrent, any suggestions? Another thing which I was not sure: A bunch of TCK tests fail due to the fact that DependingContext is not active for them! For the TCKs we have the org.apache.webbeans.test.tck.ManagersImpl#getManager() where something like ContextFactory.initApplicationContext(null); is being called for all other default contexts but not for DependingContext. Have we forgotten this, or was this intentionally? LieGrue, strub
