Hi,

 

*        I have downloaded source code of guvnor-brms from http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/

*        Now I build it with maven using maven install command from command prompt  in the root directory where I took the above source

*        It builds successfully and generates drools-guvnor.war on the target folder of drools-guvnor.

*        Now when I deploy it in the jboss deploy directory and run the jboss I get the following error

 

17:53:52,149 INFO  [TomcatDeployer] deploy, ctxPath=/drools-guvnor, warUrl=.../tmp/deploy/tmp25062drools-guvnor-exp.war/

17:54:00,039 INFO  [STDOUT] ERROR 03-10 17:54:00,024 (Log4JLogger.java:error:119)        Exception sending context initi

alized event to listener instance of class org.jboss.seam.servlet.SeamListener

java.lang.RuntimeException: Could not create Component: org.jboss.seam.core.init

        at org.jboss.seam.init.Initialization.addComponent(Initialization.java:1033)

        at org.jboss.seam.init.Initialization.init(Initialization.java:609)

        at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:34)

        …………………..

Regards

Chirayu Joshi