dev@glassfish.java.net

review fix issue 17988 move ejb annotation handlers out of ejb-connector

From: Cheng Fang <cheng.fang_at_oracle.com>
Date: Thu, 15 Dec 2011 18:07:53 -0500

Please review the fix for issue
http://java.net/jira/browse/GLASSFISH-17988, in trunk only.

Issue 17988 Move ejb-related annotation handler classes from
ejb-connector to ejb-container (opposite of r48934) now that handlers
are dynamically loaded with @AnnotationHandlerFor.
Move Import-Package: org.glassfish.apf.context entry from
ejb-connector/osgi.bundle to ejb-container/osgi.bundle for AIX (see
issue 10545)

The changes to pom.xml and osgi.bundle files are are the top of diff,
followed by moved content.

Thanks!

-cheng