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
rules-users(a)lists.jboss.org
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)