0 Replies Latest reply on Jul 3, 2008 2:27 PM by c0upal

    Richfaces 3.2 with JBoss/Seam Tools NullPointer Exception

    c0upal

      Im trying to use Richfaces 3.2 with Jboss/Seam tools.


      When generating a Seam Web Project from wizard, on the JSF Capabilities I created and chose my own library one that contained richfaces-api-3.2.0.SR1.jar and richfaces-impl-3.2.0.SR1 and then on the Component Libraries section I created andc hose a library with richfaces-ui-3.2.0.SR1.

      Also I copied all those three jars on the applications WEB-INF\lib folder and removedrichfaces-ui.jar and richfaces-api.jar. (is this a right thing to do?)

      Now when I run the project on the server, upon first load, I get an exception:

      
      02:18:37,509 ERROR [AjaxPhaseListener] Exception on get current Skin
      java.lang.NullPointerException
       at org.ajax4jsf.event.AjaxPhaseListener.beforePhase(AjaxPhaseListener.java:121)
       at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:222)
       at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
      


      How do I make this work?