6 Replies Latest reply on Nov 2, 2006 12:12 PM by gavin.king

    NullPointerException in SeamListener

    gquintana

      Hello,

      I am trying to put up my first Seam application. I didn't follow the step by the step guide mentioned in this forum (I didn't know it's existence when I started).

      When my application is deployed in JBoss I get

      Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
      java.lang.NullPointerException
       at sun.beans.editors.BoolEditor.setAsText(BoolEditor.java:38)
       at org.jboss.seam.Component.initInitializers(Component.java:314)
       at org.jboss.seam.Component.<init>(Component.java:209)
       at org.jboss.seam.Component.<init>(Component.java:159)
       at org.jboss.seam.Component.<init>(Component.java:154)
       at org.jboss.seam.Component.<init>(Component.java:149)
       at org.jboss.seam.init.Initialization.addComponent(Initialization.java:381)
       at org.jboss.seam.init.Initialization.addComponents(Initialization.java:255)
       at org.jboss.seam.init.Initialization.init(Initialization.java:195)
       at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:32)
       at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3763)
       at org.apache.catalina.core.StandardContext.start(StandardContext.java:4211)
       at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
       at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
       at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      (...)


      Could you help me? I guess I have a configuration or deployment descriptor somewhere, but I don't where to look for.

      Gerald