1 Reply Latest reply on May 14, 2008 4:53 PM by pmuir

    Seam as a SAR resource, jboss4.2, TimerServiceDispatcher

    dhartford

      First, yes I've tried to search for this problem through google and seamGWT (I was going to throw up the links, but having issues with the forum editor).


      So, questions:
      1) Can SEAM be deployed as a SAR resource to deploy multiple SEAM applications?
      2) How do I correct the below problem on Jboss 4.2.1 default install with a SEAM sar?



      10:14:59,598 WARN  [ServiceController] Problem starting service jboss.j2ee:jar=j
      boss-seam-2.1.0-SNAPSHOT.jar,name=TimerServiceDispatcher,service=EJB3
      java.lang.NullPointerException
              at org.jboss.ejb.txtimer.DatabasePersistencePolicy.listTimerHandles(Data
      basePersistencePolicy.java:165)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
      java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
      sorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:585)
              at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
      er.java:155)
              at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
              at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
              at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
      java:264)
              at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
              at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
              at $Proxy30.listTimerHandles(Unknown Source)
              at org.jboss.ejb.txtimer.EJBTimerServiceImpl.restoreTimers(EJBTimerServi
      ceImpl.java:408)