dev@glassfish.java.net

[v3] dependency error

From: Claudio Miranda <claudio_at_claudius.com.br>
Date: Wed, 25 Jun 2008 17:36:43 -0300

Tried to install a module, there was an error

SEVERE: Exception in module
net.dev.java.certmanager.console-certmanager [10] :
java.lang.NoClassDefFoundError:
org/glassfish/api/admingui/ConsoleProvider
25/06/2008 16:54:58 com.sun.faces.lifecycle.Phase doPhase
SEVERE: JSF1054: (Phase ID: RENDER_RESPONSE 6, View ID: /index.jsf)
Exception thrown during phase execution:
javax.faces.event.PhaseEvent[source=com.sun.faces.lifecycle.LifecycleImpl_at_1c519e2]
25/06/2008 16:54:58 org.apache.catalina.core.StandardWrapperValve log
SEVERE: StandardWrapperValve[FacesServlet]: PWC1406: Servlet.service()
for servlet FacesServlet threw exception
org.jvnet.hk2.component.UnsatisfiedDepedencyException: Unsatisfied
dependency exception : org.glassfish.api.admingui.ConsoleProvider[]
org.glassfish.admingui.plugin.ConsolePluginService.providers
        at org.jvnet.hk2.component.InjectionManager.inject(InjectionManager.java:100)
        at com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:100)

.....

Caused by: org.jvnet.hk2.component.ComponentException: Failed to load
net.java.dev.certmanager.CertificateManagerPlugin from
org.jvnet.hk2.osgiadapter.OSGiModuleImpl$1$1_at_3a3e21
        at com.sun.hk2.component.LazyInhabitant.fetch(LazyInhabitant.java:94)
....
Caused by: java.lang.ClassNotFoundException:
org/glassfish/api/admingui/ConsoleProvider
        at org.jvnet.hk2.osgiadapter.OSGiModuleImpl$1$1.loadClass(OSGiModuleImpl.java:270)
        at com.sun.hk2.component.LazyInhabitant.fetch(LazyInhabitant.java:91)

Revision: 21119

Class org/glassfish/api/admingui/ConsoleProvider is locate at
modules/glassfish-api-10.0.0-rev5.jar

I suppose that is related to the recent OSGi change, how can I fix it
in my code ?

Thanks

-- 
 Claudio Miranda
 _______________________________________________