users@glassfish.java.net

Re: How to use JSF 1.2 on Glassfish v3

From: <glassfish_at_javadesktop.org>
Date: Fri, 20 Nov 2009 13:45:00 PST

> On 6/16/09 9:01 AM, glassfish_at_javadesktop.org wrote:
> Include a sun-web.xml that looks something like:
> [...]
> <class-loader delegate="false"/>
> [...]

It seems this solution only works for stand-alone WARs [1]. How can I use JSF 1.2 on Glassfish v3 when my web project is bundled in an EAR that looks up EJB's from a serparate EJB-JAR ?

[1]: From the Sun deployment guide:
(optional) If true, the web module follows the standard class loader delegation model and
delegates to its parent class loader first before looking in the local class loader. You must set
this to true for a web application that accesses EJB components or that acts as a web service
client or endpoint.
If false, the web module follows the delegation model specified in the Servlet specification
and looks in its class loader before looking in the parent class loader. It’s safe to set this to
only for a web module that does not interact with any other modules.
[/quote]
[Message sent by forum member 'bleathem' ]

http://forums.java.net/jive/thread.jspa?messageID=372727