[jboss-user] [JBoss Seam] - NullPointerException in SeamListener

gquintana do-not-reply at jboss.com
Tue Oct 31 09:34:22 EST 2006


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

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982088#3982088

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982088



More information about the jboss-user mailing list