1 Reply Latest reply on Nov 21, 2007 1:11 AM by apatterson11

    TimerServiceDispatcher won't deploy on Weblogic 10

    apatterson11

      Hi,

      I am having an issue deploying EJB 3.0 Seam applications on Weblogic 10. A few of weeks back we got an issue patched (BEA case CR327275) that related to the ejbc misinterpreting the varargs modifier on methods (since then I've been busy on another project). Now I find that when attempting to deploy the jboss-seam.jar the Weblogic 10 ejb compiler throws this exception:

      Exception preparing module: EJBModule(jboss-seam.jar) Unable to deploy EJB: jboss-seam.jar from jboss-seam.jar: There are 1 nested errors: java.io.IOException: Compiler failed executable.exec: D:\programs\bea\wlserver_10.0\samples\domains\wl_server\servers\examplesServer\cache\EJBCompilerCache\dlxf32lz71bi\org\jboss\seam\async\TimerServiceDispatcher_qzt5w2_LocalTimerServiceDispatcherImpl.java:226: cannot find symbol symbol : method scheduleInvocation(org.jboss.seam.intercept.InvocationContext,org.jboss.seam.Component) location: interface org.jboss.seam.async.TimerServiceDispatcher_qzt5w2_Intf result = __bean.scheduleInvocation( ^ D:\programs\bea\wlserver_10.0\samples\domains\wl_server\servers\examplesServer\cache\EJBCompilerCache\dlxf32lz71bi\org\jboss\seam\async\TimerServiceDispatcher_qzt5w2_LocalTimerServiceDispatcherImpl.java:388: cannot find symbol symbol : method scheduleAsynchronousEvent(java.lang.String,java.lang.Object[]) location: interface org.jboss.seam.async.TimerServiceDispatcher_qzt5w2_Intf result = __bean.scheduleAsynchronousEvent( ^ Note: D:\programs\bea\wlserver_10.0

      I can get this error with pretty much any Seam application (using version 2.0 CR2 + version 2.0) in Weblogic 10. The code for TimerServiceDispatcher doesn't seem to be at fault but I'm wondering if anyone has been trying to deploy Seam EJB3.0 applications into Weblogic?