Re: [rules-users] 5.1.1 import com.sun.tools.xjc

2010-09-30 Thread Barry Kaplan
If I don't explicitly add those jars to the classpath I get NoDefClassFoundError for the jaxb Option class, which is used (I think) in configuring the decision tables. -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/5-1-1-import-com-sun-tools-xjc-tp1608932p16

Re: [rules-users] 5.1.1 import com.sun.tools.xjc

2010-09-30 Thread Mark Proctor
On 30/09/2010 16:19, Barry Kaplan wrote: > It seems that KnowledgeBuilderFactory in api now has a dependency on these > sun packages. However the pom declares them as "provided". This seems to > imply that drools will only be run in some kind of app-server?? I had to > manually add a bunch of dep

[rules-users] 5.1.1 import com.sun.tools.xjc

2010-09-30 Thread Barry Kaplan
It seems that KnowledgeBuilderFactory in api now has a dependency on these sun packages. However the pom declares them as "provided". This seems to imply that drools will only be run in some kind of app-server?? I had to manually add a bunch of dependencies just to get my drools app to compile. Wh