Hi David, Some of existing geornimo ejb samples that depend on auto local business interface grouping stop to work after this commit.
*URL: http://svn.apache.org/viewvc?rev=989853&view=rev Log: Removed automatic grouping of non-annotated interfaces as business local interfaces -- if you want everything you can now use @LocalBean so this is less important* I remembered many articles on EJB30 mentioned that If you don't specify an interface (local or remote) in the bean class, the EJB server automatically generates a local business interface by default. Maybe to keep the local interface automatic grouping is a good idea for backward-compatibility purpose ? -- Shawn
