I've notice that inside the drools-spring project the persistence-jpa dep is marked as optional. but the fact is that it's not.
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-persistence-jpa</artifactId>
<optional>true</optional>
</dependency>
probably that's the problem right now. If you can change that in your working copy, probably it should work. I cannot change it at the trunk right now.
let me see if someone erase the maven dep with the drools-persistence-jpa moduleOn Wed, Apr 21, 2010 at 1:02 PM, tolitius <webakaunt@gmail.com> wrote:
to be more specific:
"org.drools.container.spring.beans.persistence.JPAKnowledgeServiceBean"
has an import:
"import org.drools.persistence.jpa.grid.JPAKnowledgeProviderLocalClient"
but "JPAKnowledgeProviderLocalClient" is nowhere to be found.
/Anatoly
--
View this message in context: http://n3.nabble.com/Missing-Artifact-JPAKnowledgeProviderLocalClient-tp740387p740581.html
Sent from the Drools - Dev mailing list archive at Nabble.com.
_______________________________________________
rules-dev mailing list
rules-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev