wwy94621
07-06-2010, 08:37 AM
Hi,
We have two web-app which based on Jboss seam, after upgrade to resin 4.0.7, we found they stop working. There are error messages as below:
************************************************** ********
[2010/07/06 14:17:24.700] /usr/webapp/payment/WEB-INF/work/ejb/org/jboss/seam/async/TimerServiceDispatcher__StatelessProxy.java:13: org.jboss.seam.async.TimerServiceDispatcher__State lessProxy is not abstract and does not override abstract method scheduleTimedEvent(java.lang.String,org.jboss.seam .async.TimerSchedule,java.lang.Object...) in org.jboss.seam.async.Dispatcher
public class TimerServiceDispatcher__StatelessProxy<T>
^
/usr/webapp/payment/WEB-INF/work/ejb/org/jboss/seam/async/TimerServiceDispatcher__StatelessProxy.java:122: scheduleTimedEvent(java.lang.String,org.jboss.seam .async.TimerSchedule,java.lang.Object...) in org.jboss.seam.async.TimerServiceDispatcher cannot be applied to (java.lang.String,org.jboss.seam.async.Schedule,ja va.lang.Object[])
result = bean.scheduleTimedEvent( a0, a1, a2);
^
Note: /usr/webapp/payment/WEB-INF/work/ejb/org/jboss/seam/async/TimerServiceDispatcher__StatelessProxy.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
************************************************** ********
Does anyone has solution for this issue?
Thanks
We have two web-app which based on Jboss seam, after upgrade to resin 4.0.7, we found they stop working. There are error messages as below:
************************************************** ********
[2010/07/06 14:17:24.700] /usr/webapp/payment/WEB-INF/work/ejb/org/jboss/seam/async/TimerServiceDispatcher__StatelessProxy.java:13: org.jboss.seam.async.TimerServiceDispatcher__State lessProxy is not abstract and does not override abstract method scheduleTimedEvent(java.lang.String,org.jboss.seam .async.TimerSchedule,java.lang.Object...) in org.jboss.seam.async.Dispatcher
public class TimerServiceDispatcher__StatelessProxy<T>
^
/usr/webapp/payment/WEB-INF/work/ejb/org/jboss/seam/async/TimerServiceDispatcher__StatelessProxy.java:122: scheduleTimedEvent(java.lang.String,org.jboss.seam .async.TimerSchedule,java.lang.Object...) in org.jboss.seam.async.TimerServiceDispatcher cannot be applied to (java.lang.String,org.jboss.seam.async.Schedule,ja va.lang.Object[])
result = bean.scheduleTimedEvent( a0, a1, a2);
^
Note: /usr/webapp/payment/WEB-INF/work/ejb/org/jboss/seam/async/TimerServiceDispatcher__StatelessProxy.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
************************************************** ********
Does anyone has solution for this issue?
Thanks