While porting the CDI spec to the geronimo project, I noticed that SeContainerInitializer#addPackages (without the boolean) doesn't specify whether its recursive or not. I believe its not recursive but wanted to confirm this. E.g. the behavior is the same as calling addPackages(false, Package....)
John