dev@glassfish.java.net

[V3] Deployment of a simple JSF application ...

From: Kedar Mhaswade <Kedar.Mhaswade_at_Sun.COM>
Date: Wed, 26 Mar 2008 17:46:15 -0700

I don't know if I did something wrong.
- compiled a simple JSF application in NB and deployed it to GlassFish V3,
   yesterday's build.

I get:
SEVERE: WebModule[/jsf]PWC1275: Exception sending context initialized event to
listener instance of class com.sun.faces.config.ConfigureListener
java.lang.StackOverflowError
        at java.lang.ClassLoader.findBootstrapClass(Native Method)

and it fills up the server.log. I't not clear which class it's trying to load.

(BTW, NB puts the jsf-api.jar in the compiled .war-file/WEB-INF/jar and that
is likely to conflict with what's available in GlassFish).

Any idea?

Thanks,
Kedar