Hi, I've just had the same problem.
The reason of the error is that...
Type: Posts; User: masterchaf; Keyword(s):
Hi, I've just had the same problem.
The reason of the error is that...
Thank you Andrew it works ! Here is my pom.xml (drools-spring section only) for those who will have the same problem
<dependency>
<groupId>org.drools</groupId>
...
I found this post while searching on Google :
http://drools.46999.n3.nabble.com/rules-users-drools-spring-drools-grid-impl-dependency-td2954393.html
I tried to delete persistence.xml from...
Thank you Alan for your answer, but actually I'd like to use JPA 2.0 because I have already written JPA 2.0 code in custom classes. So I'm using ECLIPSELINK.
Please look at the screenshot :
...
Hi,
I'm currently working on a project integrating Drools (5.2.0) in Spring Roo (1.1.5).
In my pom.xml file, I've added the dependencies for Drools Spring that I found here...