Thanks Jervis. Running Seam 2.2.x appears to work on AS6. Sorry to hear Guvnor on AS6 is not a priority.
On Oct 7, 2010, at 11:49 PM, Jervis Liu wrote: > There is still problem running Guvnor 5.1(not 5.0.x. Some improvements > have been made in Guvnor 5.1 to make it working with AS 5.x) on JBOSS AS > 6. The main blocker is running Seam 2.1 with JBOSS AS 6, you may search > in Seam forum for possible workaround. To be honest, I would suggest you > using JBOSS AS 5.X instead. Running Guvnor with As 6 is not on a > priority list. > > Cheers, > Jervis > > On 2010/10/7 8:50, Robert Morse wrote: >> Hello, >> Is there any update to this? I'm trying to get Drools-Guvnor 5.0.1 to run >> under JBoss AS 6. In addition to removing the jars mentioned for an AS 5 >> installation, I also needed to remove the jta jar. >> The deployment fails with the following under the M5 version of AS 6. Any >> suggestions would be greatly appreciated. I tried replacing the 2.1 Seam >> jars with the 2.2.1.CR2 versions, but that didn't help. >> >> 18:32:59,024 ERROR [StandardContext] Context [/drools-guvnor] startup failed >> due to previous errors: java.lang.RuntimeException: mapped-name is required >> for org.jboss.seam.async.TimerServiceDispatcher/timerService of deployment >> drools-guvnor.war >> at >> org.jboss.web.tomcat.service.injection.WebResourceHandler.loadXmlResourceEnvRefs(WebResourceHandler.java:288) >> [:6.0.0.20100911-M5] >> at >> org.jboss.web.tomcat.service.injection.WebResourceHandler.loadXml(WebResourceHandler.java:326) >> [:6.0.0.20100911-M5] >> at >> org.jboss.web.tomcat.service.TomcatInjectionContainer.processMetadata(TomcatInjectionContainer.java:599) >> [:6.0.0.20100911-M5] >> at >> org.jboss.web.tomcat.service.WebCtxLoader.start(WebCtxLoader.java:157) >> [:6.0.0.20100911-M5] >> at >> org.apache.catalina.core.StandardContext.start(StandardContext.java:3737) >> [:6.0.0.20100911-M5] >> >> >> >> >> On May 17, 2010, at 1:19 AM, Jervisliu wrote: >> >>> ramram wrote: >>>> Hi All, >>>> >>>> I have a question about the Drools support for the JBOSS 6.0 because I >>>> have problems deploying the Guvnor on the JBOSS 6.0 where it was >>>> functioning >>>> perfectly under JBOSS 4.2.3. Any suggestions or documents that I can refer >>>> to. >>>> >>>> >>>> Regards, >>>> Ram >>>> >>> Hi Ram, what problems did you see on JBOSS AS 6.0? I tried JBOSS AS 6.0 >>> recently with Guvnor 5.1, looks like this is a SEAM problem. Seam 2.1 >>> may not work with JBOSS AS 6. I need a further look into this. >>> >>> Exception received: >>> >>> 15:07:55,305 ERROR [StandardContext] Context [/jboss-brms] startup >>> failed due to >>> previous errors: java.lang.RuntimeException: mapped-name is required >>> for org.jb >>> oss.seam.async.TimerServiceDispatcher/timerService of deployment >>> jboss-brms.war >>> at >>> org.jboss.web.tomcat.service.injection.WebResourceHandler.loadXmlReso >>> urceEnvRefs(WebResourceHandler.java:287) >>> at >>> org.jboss.web.tomcat.service.injection.WebResourceHandler.loadXml(Web >>> ResourceHandler.java:325) >>> at >>> org.jboss.web.tomcat.service.TomcatInjectionContainer.processMetadata >>> (TomcatInjectionContainer.java:574) >>> at >>> org.jboss.web.tomcat.service.WebCtxLoader.start(WebCtxLoader.java:158 >>> ) >>> at >>> org.apache.catalina.core.StandardContext.start(StandardContext.java:4 >>> 342) >>> at >>> org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy >>> Internal(TomcatDeployment.java:315) >>> >>> At the same time, you can try JBOASS AS 5.0. Here is the instruction on >>> how to deploy Guvnor in JBOSS 5.0: >>> >>> http://community.jboss.org/docs/DOC-14395?uniqueTitle=false >>> >>> Cheers, >>> Jervis >>> >>> _______________________________________________ >>> rules-users mailing list >>> [email protected] >>> https://lists.jboss.org/mailman/listinfo/rules-users >> >> The human mind is an iterative processor, it never does anything right the >> first time. What it does well is to make improvements on every iteration >> (deMarco) >> >> >> >> >> _______________________________________________ >> rules-users mailing list >> [email protected] >> https://lists.jboss.org/mailman/listinfo/rules-users > > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users The human mind is an iterative processor, it never does anything right the first time. What it does well is to make improvements on every iteration (deMarco) _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
