2 Replies Latest reply on Mar 5, 2010 9:30 AM by cesaracorreia

    JSF Annotations doesn't work - RichFaces 3.3.3 CR1 and JSF2

    cesaracorreia

      I migrated my application from jsf 1.2 to jsf2 with RichFaces 3.3.3CR1. All my configuration files I have changed the xml header to JSF2 version like below:

       

      <?xml version="1.0"?>
      <faces-config xmlns="http://java.sun.com/xml/ns/javaee"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
      http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
      version="2.0">

       

      However, my annotated classes (managed beans) are not being recognized, ie, JSF  is not reading the information from annotated classes. What I did wrong?