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.


On Wed, Apr 21, 2010 at 1:48 PM, Mauricio Salatino <salaboy@gmail.com> wrote:
let me see if someone erase the maven dep with the drools-persistence-jpa module


On 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



--
- http://salaboy.wordpress.com
- http://www.jbug.com.ar
- Salatino "Salaboy" Mauricio -



--
- http://salaboy.wordpress.com
- http://www.jbug.com.ar
- Salatino "Salaboy" Mauricio -