dev@glassfish.java.net

Re: GlassFish V3 / Web Beans

From: Sahoo <Sahoo_at_Sun.COM>
Date: Fri, 01 May 2009 00:56:45 +0530

Roger Kitain wrote:
> Ludo -
>
> I would recommend two things:
>
> 1. use the examples tag that corresponds with Web Beans PREVIEW1:
> http://anonsvn.jboss.org/repos/webbeans/examples/tags/1.0.0.PREVIEW1/
>
> 2. numberguess is JSF 1.x app. use Jsf 2 app; also - add the
> following entry to web.xml:
> + <listener>
> +
> <listener-class>org.jboss.webbeans.servlet.WebBeansListener</listener-class>
>
> + </listener>
>

BTW, #2 is a temporary step. Roger is fixing it so that we automatically
take care of this during deployment.

Thanks,
Sahoo