users@glassfish.java.net

Re: Integrate solution to Issue 669 into UR1

From: Edson Carlos Ericksson Richter <edson.richter_at_mgrinformatica.com.br>
Date: Mon, 19 Jun 2006 18:37:15 -0300

After adding parameter, application has partial functionality (example:
opening a paginated JSF dataTable, I got first page. Followings came
empty, besides on first page says "page 1/6". If I change project to run
on SunApp9 or Glassfish b48 with default JSF, pagination occur without
problems.)

On server log:


WebModule[/CombineIT]Error configuring application listener of class
com.sun.faces.config.GlassFishConfigureListener
java.lang.ClassNotFoundException:
com.sun.faces.config.GlassFishConfigureListener
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:959)
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1483)
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1275)
        at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4181)
        at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4760)
        at com.sun.enterprise.web.WebModule.start(WebModule.java:292)
        at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1095)
        at
org.apache.catalina.core.StandardHost.start(StandardHost.java:907)
        at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1095)
        at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:520)
        at org.apache.catalina.startup.Embedded.start(Embedded.java:920)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:784)
        at
com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at
com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at
com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at
com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at
com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at
com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at
com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at
com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at
com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at
com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at
com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at
com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at
com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at
com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at
com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at
com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at
com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at
com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)




Edson Carlos Ericksson Richter escreveu:
> Thank you, I'll try that and let you know if find some issue.
>
> Richter
>
> Ryan Lubke escreveu:
>> Edson Carlos Ericksson Richter wrote:
>>> Is possible to integrate solution for IZ 669 into Glassfish UR1?
>>> Is very boring don't be able to use custom Javascript actions in JSF...
>>> I just downloaded UR1 FCS, and problem reamains.
>>>
>>> I read is possible to download latest JSF from maven, but when I
>>> install updated JSF into Glassfish, resource injection stops to work
>>> (message "resource injection is DISABLED".
>>>
>>> Thanks,
>>>
>>> Richter
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>>
>> We plan to update the UR1 GlassFish release, but we have a few items
>> we're
>> waiting on.
>>
>> In the mean time, you can re-enable resource injection by
>> editing GF_HOME/domains/domain1/config/default-web.xml
>> and adding the following context initialization parameter:
>>
>> <context-param>
>> <param-name>com.sun.faces.injectionProvider</param-name>
>>
>> <param-value>com.sun.faces.vendor.GlassFishInjectionProvider</param-value>
>>
>> </context-param>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>
>>
>>
>>
>
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net