I am also struck at this point with Drools 5 deployment in
JBoss AS 5.1. Standalone Guvnor with JBoss AS 4.2.3.GA is running fine without errors but with the Guvnor, web based BRMS (WAR) when deployed on JBoss AS 5.1.0.GA it is showing the above error as mentioned by Mohd.
I have followed the above steps removing all those .jar files mentioned above in the link from drools-guvnor.war/WEB-INF/lib, but still I am getting this error which is not explained in the link:
DEPLOYMENTS IN ERROR:
Deployment "persistence.unit:unitName=#ACL" is in error due to the following reason(s): java.lang.RuntimeException: Specification violation [EJB3 JPA 6.2.1.2] - You have not defined a non-jta-data-source for a RESOURCE_LOCAL enabled persistence context named: ACL
My Environment Details:
OS: RHEL 5 x86_64
JDK: jdk1.6.0_17
Application Server: jboss-5.1.0.GA
What are the steps to define a non-jta-data-source for a RESOURCE_LOCAL.
I have searched for this
alot with some saying to edit the persistence.xml but there is no persistence.xml in the exploded WAR of Drools.
Please Help.... Thanks in Advance...