dev@glassfish.java.net

Re: osgi.bundle review request

From: Sahoo <sanjeeb.sahoo_at_oracle.com>
Date: Fri, 30 Mar 2012 06:12:56 +0530

I think you should change the pkg name to
org.glassfish.common.util.timer before checking in.

Sahoo
On Friday 30 March 2012 06:06 AM, Marina Vatkina wrote:
> Jane, Sahoo,
>
> Please review changes to the nucleus/common/common-util/osgi.bundle
> export list. The new package in the export list will contain the
> common TimerSchedule class that will be extended by the EJB Container
> and any other module that needs extra features.
>
> Index: nucleus/common/common-util/osgi.bundle
> ===================================================================
> --- nucleus/common/common-util/osgi.bundle (revision 53229)
> +++ nucleus/common/common-util/osgi.bundle (working copy)
> @@ -71,6 +71,7 @@
> org.glassfish.admin.payload; \
> org.glassfish.common.util.admin; \
> org.glassfish.quality; \
> + org.glassfish.timer; \
> org.glassfish.security.common; \
> com.sun.logging.enterprise.system.core; \
> org.glassfish.server;
> version=${project.osgi.version}
>
>
> thanks,
> -marina