I haven't touched the POM (besides adding a dependency) and it was working in June :-) Also (see my other mail) my other managed beans now work (after replacing the JSF 2.0 annotations)
-Matthias On Wed, Aug 26, 2009 at 5:28 PM, <[email protected]> wrote: > Have you changed to jetty embedded recently. as far as I remember, jsf2 is > not able to scan classes, when running jetty in embedded mode. > > br, Sven > > > Am 26.08.2009 17:11 schrieb Matthias Wessendorf <[email protected]>: >> has no effect. The beast can't find the JSF beans. >> >> Due to lack of time, I am going with JSF 2.0 standalone. >> >> >> >> Question is: as it was working the current behavior is a regression, >> >> has there been any testing on OBW + JSF 2.0 ? >> >> >> >> -Matthias >> >> >> >> On Wed, Aug 26, 2009 at 3:45 PM, Gurkan [email protected]> >> wrote: >> >> > 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 ? >> >> >> >> >> >> >> >> >> ... >> >> >> import javax.faces.bean.ManagedBean; >> >> >> import javax.faces.bean.SessionScoped; >> >> >> >> >> >> @ManagedBean(name="playersBean") >> >> >> @SessionScoped >> >> >> public class ViewParamsBean >> >> >> { >> >> >> ... >> >> >> >> >> >> >> >> >> 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 >> >> > >> >> >> >> >> >> >> >> -- >> >> Matthias Wessendorf >> >> >> >> blog: http://matthiaswessendorf.wordpress.com/ >> >> sessions: http://www.slideshare.net/mwessendorf >> >> twitter: http://twitter.com/mwessendorf >> -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf
