[jboss-user] [JBoss Seam] - Re: Seam security with drools logging not working
andrew.rw.robinson
do-not-reply at jboss.com
Fri Jun 22 20:47:34 EDT 2007
Okay, found the issue. I used maven to build my war, and I built the dependencies that pulled the jars from maven central. It appears those are incompatible with the Seam setup.
What I had from maven:
commons-jci-core-1.0.jar
commons-jci-janino-1.0.jar
drools-compiler-3.0.5.jar
drools-core-3.0.5.jar
If I install into maven the jars from seam 1.2.1:
commons-jci-core-1.0-406301.jar
commons-jci-janino-2.4.3.jar
drools-compiler-3.0.5.jar
drools-core-3.0.5.jar
It works. Sorry for the rabbit trail. Hopefully at one point all the seam jars will be hosted on maven with a seam archetype.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057072#4057072
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057072
More information about the jboss-user
mailing list