It must not eat.

But one point,

You still use old XML configuration file format. As a default OWB uses new
XML format. Add
https://svn.apache.org/repos/asf/incubator/openwebbeans/trunk/samples/guess/src/main/resources/META-INF/openwebbeans/openwebbeans.properties

in your project resources/META-INF/openwebbeans folder and sure that all
libraries are ok.

You can look necessary libs from guess.war . You can create it from mvn
package -Pjetty.

--Gurkan


2009/8/26 Matthias Wessendorf <[email protected]>

> Hi,
>
> is it possible that the current trunk is _eating_ JSF 2.0 annotations ?
>
> <someCode>
> ...
> import javax.faces.bean.ManagedBean;
> import javax.faces.bean.SessionScoped;
>
> @ManagedBean(name="playersBean")
> @SessionScoped
> public class ViewParamsBean
> {
> ...
> </someCode>
>
> In June (before reflecting the javax.enterprise.context changes) it was
> working.
> Now expressions like #{playersBean} are simply ignored ;-)
>
> Demo project is here:
> https://facesgoodies.googlecode.com/svn/CGN/trunk/
>
> -Matthias
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>



-- 
Gurkan Erdogdu
http://gurkanerdogdu.blogspot.com

Reply via email to