Hi,

I installed Guvnor 5.5.0 on my Tomcat 7.0.35 and got the same exception as
you. What I did was to edit the web.xml file of the drools-guvnor/WEB-INF/
folder to include the following lines :


  <context-param>
   <param-name>org.jboss.seam.transaction.disableListener</param-name>
   <param-value>true</param-value>
</context-param>

This removed the nullPointerException for me, hope it helps you as well. 

Best regards



--
View this message in context: 
http://drools.46999.n3.nabble.com/Delpoying-Guvnor-5-5-0-on-Tomcat-7-0-34-does-not-work-tp4022357p4022359.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to