dev@glassfish.java.net

dol module - incorrect Import-Package entries

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Mon, 27 Jul 2009 14:27:18 -0700

com.sun.enterprise.deployment.Application(dol module) uses
org.glassfish.resource.common.Resource(common-util module). But the bnd
tool doesn't generate Import-Package for Resource's package. It seems
like bnd tool doesn't process generics correctly as the Application
class uses only List<Resource>. Richard knows about this issue and will
follow up on this.

In the mean time, can we add a dummy method(without generics), or
Import-Package enty to fix this ?

thanks,
Jitu