[rules-users] drools-spring drools-grid-impl dependency

Tommy Odom odom at finelineprototyping.com
Tue May 17 18:00:25 EDT 2011


I tried modifying the drools-grid-impl JAR file to remove the persistence.xml file, that is apparently not the problem because I still get the same persistence unit error.  I'm not sure what the problem is but I can switch between my two branches and the only difference between the two is one has maven dependencies set to drools 5.2.0.M2 instead of 5.1.1 (and a few process listener & planner class updates to fix compilation errors).

I'll have to do some more debugging later when I have some more time.

In my WAR file I have my persistence.xml under WEB-INF/classes/META-INF/.

On May 17, 2011, at 5:36 PM, Harjot Singh wrote:

> Hi 
> 
> Did you try putting your persistence.xml (with same persistence unit name) in META-INF folder in your classpath? That should override the persistence.xml packaged with the jar.
> 
> Regards
> Harjot Narula
> 
> -----Original Message-----
> From: rules-users-bounces at lists.jboss.org [mailto:rules-users-bounces at lists.jboss.org] On Behalf Of Tommy Odom
> Sent: Tuesday, May 17, 2011 2:29 PM
> To: rules-users at lists.jboss.org
> Subject: [rules-users] drools-spring drools-grid-impl dependency
> 
> Hi,
> 
> I was attempting to try an upgrade from drools 5.1.1 today to 5.2.0.M2 but I ran into a problem with using the drools-spring artifact.  Since drools-spring needs access to the GridNode it has a dependency on drools-grid-impl which in turn has dependencies on hibernate & JPA 1.0 and includes a persistence.xml file.  I was able to work around the hibernate and JPA 1.0 dependencies using maven exclusion rules but it appears that the included persistence.xml is causing problems with my own configuration locating its persistence unit.
> 
> Would it be possible to extract the grid classes that drools-spring is dependent on out into a drools-grid artifact that instead of depending on the full impl?  Either that or does anyone have any suggestions for making sure my persistence.xml in my WAR takes precedence over the one in the JAR?
> 
> Thanks!
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
> 
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users

Tommy Odom
FineLine Prototyping, Inc.
c: 919-675-2801
p: 919-781-7702 x201








More information about the rules-users mailing list