Error deploying Guvnor using JBoss 6.0
by ramram
Hi All,
I have problems deploying the Guvnor into Jboss 6.0
I followed the instructions on the suggested:
http://community.jboss.org/wiki/DroolsGuvnor50inJBossAS5
but I still have an error:
14:10:32,377 ERROR [AbstractKernelController] Error installing to Start:
name=persistence.unit:unitName=#ACL state=Create:
java.lang.RuntimeException: Specification viola
tion [EJB3 JPA 6.2.1.2] - You have not defined a non-jta-data-source for a
RESOURCE_LOCAL enabled persistence context named: ACL
at
org.jboss.jpa.impl.deployment.PersistenceUnitInfoImpl.<init>(PersistenceUnitInfoImpl.java:133)
at
org.jboss.jpa.deployment.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:293)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:59)
at
org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:151)
any suggestion?? how to solve it????
Regards,
Ram
--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Error-deploying-Guvno...
Sent from the Drools - User mailing list archive at Nabble.com.
14 years, 8 months
Drools 5.0 with Oracle DB as repository
by Sam i
Hello all,
thanks you first for reading my post.
I need to configure a rules repository using Oracle DB 10g as rules
repository and deploying with Weblogic 11g, I made some change on repository
xml but doest not help me a lot, I need if someone have already configure
drools to work with Oracle DB then please post the repository.xml, or there
any change on another config file?
the guvnor work well with weblogic 11g, I miss only the configuration with
Oracle DB 10g
thanks in advance.
--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Drools-5-0-with-Oracl...
Sent from the Drools - User mailing list archive at Nabble.com.
14 years, 8 months
Drools Flow: weird behaviour
by HMandic
My understanding of Drools Flow was that when you start a process it gets up
to its first Human task and stops there until you complete it and then the
process continues. Apparently I've got it wrong...
So I have this workflow (process - let's call it MainFlow) that consists of
a Human task and a "for each" element with one SubFlow (let's call this one
SubFlow_1) inside. SubFlow_1 also has a Human task and another SubFlow
(SubFlow_2) inside its "for each" element. SubFlow_2 has a single Human task
that has System.out.print("I'm here...") as its OnEntryAction. All of those
Human tasks have similar OnEntryAction so I know when I'm inside of them.
When I start the MainFlow 'ksession.startProcess("MainFlow");' the process
does NOT stop at first Human task (I know that because it doesn't print out
what it should) and it prints out "I'm here...", how does that happen?
It should have gone through many Work items before it even reached that
Human task.
There are no errors or exceptions in the log, ruleflow files are validated
in eclipse, both subflows' "Independent" properties are set to "false" etc.
Does anyone know a solution?
--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Flow-weird-beh...
Sent from the Drools - User mailing list archive at Nabble.com.
14 years, 8 months
Connecting Drools (Human Task) with Exchange Server
by alim
Hey everyone!
I have a question regarding Drools Flow, more precisely, the human task and
the task management component.
Currently I'm managing the tasks for the users using the Human Task View,
the Eclipse plugin.
Now, is it possible to have the tasks sent out to the users' Office Outlook
instead?
The JBoss Drools tutorial says:
"You can configure which task management component to connect to in the
Drools Task preference page (select Window -> Preferences and select Drools
Task). Here you can specify the url and port (default = 127.0.0.1:9123)."
However, that didn't really help me.
How can I connect it with the Exchange Server? Unfortunately I couldn't find
any (similar) examples.
Greetings and thanks!
--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Connecting-Drools-Hum...
Sent from the Drools - User mailing list archive at Nabble.com.
14 years, 8 months
basic JBoss AS 5.1/Drools 5 installation issues on Mac OS X 10.6.3
by Michael Glaesemann
I'm taking a look a Drools, but I'm running into issues just installing JBoss + Drools. I'm relatively new to Java, and completely new to JBoss and Drools.
I'm running Mac OS X 10.6.3.
uname -a
Darwin laughter.local 10.3.0 Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386 i386
Here are my installation steps.
TEST_DIR=jboss-drools-jdk6-test
JBOSS_URI=http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.G...
JBOSS_PKG=jboss-5.1.0.GA-jdk6.zip
JBOSS_DIR=jboss-5.1.0.GA
JBOSS_DEPLOY_DIR="${JBOSS_DIR}/server/default/deploy"
mkdir "${TEST_DIR}"
cd "${TEST_DIR}"
wget "${JBOSS_URI}"
unzip "${JBOSS_PKG}"
cd "${JBOSS_DIR}"
bin/run.sh
JBOSS appears to start up just fine at this point. No errors in the log, and JBOSS is available at localhost:8080.
Now on to install Drools.
cd ../
DROOLS_URI=http://download.jboss.org/drools/release/5.0.1.26597.FINAL/dro...
DROOLS_PKG=drools-5.0-bin.zip
wget "${DROOLS_URI}"
unzip "${DROOLS_PKG}" -d "${JBOSS_DEPLOY_DIR}/drools-5.0"
cd "${JBOSS_DIR}"
bin/run.sh
At this point, JBoss starts up, though there are errors in the log, and Drools (unsurprisingly) is not available at http://localhost:8080/drools-server-5.0.1: a 404 is returned.
Here is the beginning of the first error in the log:
16:14:40,827 ERROR [AbstractKernelController] Error installing to PostClassLoader: name=vfsfile:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/ state=ClassLoader mode=Manual requiredState=PostClassLoader
org.jboss.deployers.spi.DeploymentException: Cannot process metadata
Full error is below. I've googled for variations on the error message but the results I got back didn't appear to be directly related to installing Drools.
One question I have is whether Drools 5.0 is compatible with JBoss 5.1.0. I looked for a compatibility matrix, but couldn't find one. Are these versions compatible? How about the recent JBoss 6 milestones?
Given my fresh, newbie status, any pointers in getting Drools up and running on my machine are appreciated.
Cheers!
Michael Glaesemann
grzm seespotcode net
16:14:40,827 ERROR [AbstractKernelController] Error installing to PostClassLoader: name=vfsfile:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/ state=ClassLoader mode=Manual requiredState=PostClassLoader
org.jboss.deployers.spi.DeploymentException: Cannot process metadata
at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
at org.jboss.deployment.AnnotationMetaDataDeployer.deploy(AnnotationMetaDataDeployer.java:181)
at org.jboss.deployment.AnnotationMetaDataDeployer.deploy(AnnotationMetaDataDeployer.java:93)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
at org.jboss.Main.boot(Main.java:221)
at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Thread.java:637)
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: org.jboss.seam.security.NotLoggedInException from BaseClassLoader@60cd375d{VFSClassLoaderPolicy@40edec51{name=vfsfile:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/ domain=ClassLoaderDomain@2a114025{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@f7e6a96} roots=[MemoryContextHandler@1144380196[path= context=vfsmemory://5c4o28-yp6wq-g8j5nt1m-1-g8j5o7dz-2a real=vfsmemory://5c4o28-yp6wq-g8j5nt1m-1-g8j5o7dz-2a], FileHandler(a)734411640[path=drools-5.0 context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/], DelegatingHandler(a)1667914171[path=drools-5.0/drools-ant-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-ant-5.0.1.jar], DelegatingHandler(a)1529427706[path=drools-5.0/drools-api-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-api-5.0.1.jar], DelegatingHandler(a)1859683799[path=drools-5.0/drools-bam-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-bam-5.0.1.jar], DelegatingHandler(a)1228611355[path=drools-5.0/drools-clips-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-clips-5.0.1.jar], DelegatingHandler(a)1215777580[path=drools-5.0/drools-compiler-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-compiler-5.0.1.jar], DelegatingHandler(a)266885855[path=drools-5.0/drools-core-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-core-5.0.1.jar], DelegatingHandler(a)1604710049[path=drools-5.0/drools-decisiontables-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-decisiontables-5.0.1.jar], DelegatingHandler(a)114670870[path=drools-5.0/drools-jsr94-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-jsr94-5.0.1.jar], DelegatingHandler(a)980480731[path=drools-5.0/drools-mc-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-mc-5.0.1.jar], DelegatingHandler(a)1297622486[path=drools-5.0/drools-messenger-jms-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-messenger-jms-5.0.1.jar], DelegatingHandler(a)1444686917[path=drools-5.0/drools-persistence-jpa-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-persistence-jpa-5.0.1.jar], DelegatingHandler(a)1402901037[path=drools-5.0/drools-process-task-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-process-task-5.0.1.jar], DelegatingHandler(a)1334768446[path=drools-5.0/drools-templates-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-templates-5.0.1.jar], DelegatingHandler(a)839095360[path=drools-5.0/drools-transformer-jaxb-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-transformer-jaxb-5.0.1.jar], DelegatingHandler(a)150605671[path=drools-5.0/drools-transformer-jxls-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-transformer-jxls-5.0.1.jar], DelegatingHandler(a)1493776331[path=drools-5.0/drools-transformer-smooks-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-transformer-smooks-5.0.1.jar], DelegatingHandler(a)1814961687[path=drools-5.0/drools-transformer-xstream-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-transformer-xstream-5.0.1.jar], DelegatingHandler(a)1203351421[path=drools-5.0/drools-verifier-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-verifier-5.0.1.jar], DelegatingHandler(a)1873828948[path=drools-5.0/drools-workitems-5.0.1.jar context=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/ real=file:/Users/grzm/Documents/drools/jboss-drools-jdk6-test/jboss-5.1.0.GA/server/default/deploy/drools-5.0/drools-workitems-5.0.1.jar]] delegates=null exported=[, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.core.search.indexing, lib.h2-1.0.77.jar.org.h2.server.ftp, lib.activemq-core-5.2.0.jar.org.apache.activemq.blob, lib.commons-collections-3.2.jar.org.apache.commons.collections.set, lib.jaxb-xjc-2.0.3.jar.com.sun.xml.xsom, lib.hibernate-annotations-3.4.0.GA.jar.org.hibernate.type, lib.jaxb-xjc-2.0.3.jar.com.sun.xml.dtdparser.resources, lib.activemq-core-5.2.0.jar.org.apache.activemq.kaha.impl.async, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.generator.util, org.drools.runtime.pipeline.impl, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.util.regexp, lib.commons-net-2.0.jar.org.apache.commons.net.telnet, lib.jxls-reader-0.9.6.jar.net.sf.jxls.reader, org.drools.verifier.report, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.engine.loading, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.jsp, lib.rome-0.9.jar.com.sun.syndication.feed.module.impl, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.loader.collection, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.protocol.vfsjar, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.protocol.vfsmemory, lib.dom4j-1.6.1.jar.org.dom4j.xpath, lib.jxl-2.4.2.jar.jxl.write.biff, org.drools.definition, org.drools.process.core.event, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.v2.bytecode, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.id, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.sos, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.context, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport.discovery.simple, org.drools.process.instance.context.variable, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.generator.annotation.spec, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.core, lib.jaxb-xjc-2.0.3.jar.com.sun.codemodel.writer, lib.commons-net-2.0.jar.org.apache.commons.net.daytime, lib.hibernate-entitymanager-3.4.0.GA.jar.org.hibernate.engine, lib.activemq-core-5.2.0.jar.org.apache.activemq, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.transaction, lib.simple-jndi-0.11.4.jar.org.osjava.sj.jndi, lib.jta-1.0.1B.jar.javax.transaction.xa, lib.commons-finder-1.0-20080905.033643-1.jar.META-INF.maven.org.apache.commons.commons-finder, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.spi, lib.activemq-core-5.2.0.jar.META-INF.services.org.apache.activemq.wireformat, lib.activemq-core-5.2.0.jar.org.apache.activemq.openwire.tool, lib.mvel2-2.0.10.jar.META-INF, lib.commons-collections-3.2.jar.org.apache.commons.collections.keyvalue, lib.h2-1.0.77.jar.org.h2.constant, lib.h2-1.0.77.jar.org.h2.schema, lib.h2-1.0.77.jar.org.h2.index, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.codeassist, lib.mvel2-2.0.10.jar.org.mvel2.sh.command.file, lib.jxls-reader-0.9.6.jar.META-INF, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.bytecode.util, lib.activemq-core-5.2.0.jar.org.apache.activemq.memory.list, lib.hibernate-annotations-3.4.0.GA.jar.org.hibernate.cfg.annotations.reflection, lib.jaxb-xjc-2.0.3.jar.META-INF.services, org.drools.reteoo.builder, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.javacc, lib.jaxb-xjc-2.0.3.jar.org.kohsuke.rngom.ast.om, lib.rome-0.9.jar.META-INF, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.codemodel.fmt, lib.javassist-3.4.GA.jar.javassist.bytecode, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.codec.textline, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.logging, lib.h2-1.0.77.jar.org.h2.value, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.bytecode.cglib, lib.activemq-core-5.2.0.jar.META-INF.services.org.apache.activemq.transport.logwriters, org.drools.workflow.instance.impl.factory, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.codeassist.select, lib.commons-compress-1.0-20080905.032625-1.jar.META-INF, org.drools.lang, lib.mvel2-2.0.10.jar.org.mvel2.optimizers.impl.refl.collection, lib.h2-1.0.77.jar.META-INF.services, lib.mina-core-2.0.0-M3.jar.org.apache.mina.core.buffer, lib.dom4j-1.6.1.jar.org.dom4j.util, lib.activemq-core-5.2.0.jar.META-INF.services.org.apache.xbean.spring.http.activemq.org.config, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.bytecode.javassist, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport.discovery.multicast, lib.ant-1.6.5.jar.org.apache.tools.ant.taskdefs, python-dt, lib.mvel2-2.0.10.jar.org.mvel2.sh, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.plugins.context.vfs, lib.rome-0.9.jar.com.sun.syndication.feed.impl, lib.ant-1.6.5.jar.org.apache.tools.ant.input, org.drools.util, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.xml.xsom.util, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.io.copy, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.v2.runtime, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.formatter.align, org.drools.guvnor.server.rules, lib.activemq-core-5.2.0.jar.META-INF.services.org.apache.xbean.spring.http.activemq.apache.org.schema, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.grammar.util, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.converters, org.drools.process.workitem.rss, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.api.util, lib.jaxb-xjc-2.0.3.jar.com.sun.org.apache.xml.internal.resolver.helpers, lib.h2-1.0.77.jar.org.h2.jdbcx, lib.mina-core-2.0.0-M3.jar.org.apache.mina.handler.multiton, lib.jaxb-xjc-2.0.3.jar.org.kohsuke.rngom.parse.host, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.dialect, lib.jaxb-xjc-2.0.3.jar.org.kohsuke.rngom.xml.util, org.drools.process.instance, lib.hibernate-commons-annotations-3.1.0.GA.jar.org.hibernate.annotations.common.annotationfactory, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport.peer, lib.slf4j-api-1.5.6.jar.org.slf4j.helpers, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.drools, org.drools.task, lib.ant-1.6.5.jar.org.apache.tools.ant.util, lib.commons-net-2.0.jar.org.apache.commons.net.ntp, org.drools.verifier.reports, org.drools.client, org.drools.runtime.impl, org.drools.lang.descr, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.executor, org.drools.facttemplates, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.proxy.pojo.cglib, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.reader, org.drools.verifier.redundancy, org.drools.rule.builder.dialect.java, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.plugins.vfs.helpers, org.drools.process.core.datatype, lib.jboss-vfs-2.0.0.GA.jar.META-INF.maven.org.jboss.jboss-vfs, lib.joda-time-1.6.jar.org.joda.time.tz.data.Asia, lib.h2-1.0.77.jar.org.h2.command.dml, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.jdbc.util, lib.simple-jndi-0.11.4.jar.org.osjava.sj.loader, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport.reliable, lib.hibernate-commons-annotations-3.1.0.GA.jar.org.hibernate.annotations.common, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.compiler.env, org.drools.commons.jci.readers, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.log, lib.activation-1.1.jar.com.sun.activation.viewers, org.drools.process.instance.impl.demo, lib.core-3.4.2.v_883_R34x.jar.jdtCompilerAdapter.jar.META-INF, lib.stax-1.2.0.jar.com.bea.xml.stream.samples, lib.simple-jndi-0.11.4.jar.org.osjava.sj.naming, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.core.util, lib.smack-3.0.4.jar.META-INF.services, icons, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.plugins.context.helpers, lib.rome-0.9.jar.com.sun.syndication, lib.joda-time-1.6.jar.org.joda.time.tz.data.America.Kentucky, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.extension, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.security.management, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.native2ascii, lib.commons-io-1.4.jar.org.apache.commons.io.filefilter, META-INF.maven.org.drools.drools-verifier, org.drools.conf, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.codec.statemachine, org.drools.definition.process, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.hql.ast.util, lib.activemq-core-5.2.0.jar.org.apache.activemq.store.amq, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.xml.xsom.impl, lib.activemq-core-5.2.0.jar.org.apache.activemq.store.journal, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.codemodel, lib.mina-core-2.0.0-M3.jar.org.apache.mina.core.file, org.drools.time.impl, lib.activemq-core-5.2.0.jar.META-INF, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.generator.annotation.ri, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport.nio, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.compiler.util, lib.activemq-core-5.2.0.jar.org.apache.activemq.broker, lib.antlr-runtime-3.1.1.jar.org.antlr.runtime.tree, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.buffer, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.pvcs, lib.commons-collections-3.2.jar.org.apache.commons.collections.comparators, lib.ant-1.6.5.jar.org.apache.tools.ant.filters, META-INF.maven.org.drools.drools-persistence-jpa, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.annotations.exception, lib.jxl-2.4.2.jar.jxl.biff.formula, lib.commons-net-2.0.jar.org.apache.commons.net.smtp, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.core.jdom, META-INF.maven.org.drools.drools-templates, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.ejb, lib.javassist-3.4.GA.jar.META-INF, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.dotnet, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.converters.extended, org.drools.ruleflow.core.validation, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.proxy, lib.milyn-smooks-javabean-1.1.jar.org.milyn.javabean.gen.model, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.util, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.spi.cache, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.codec.prefixedstring, lib.activemq-core-5.2.0.jar.org.apache.activemq.thread, lib.jaxb-xjc-2.0.3.jar.org.kohsuke.rngom.nc, lib.commons-exec-1.0.0-20080905.033237-1.jar.org.apache.commons.exec, org.drools.task.utils, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.cache.impl.bridge, lib.joda-time-1.6.jar.org.joda.time.tz.data, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.v2.schemagen.xmlschema, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.core, lib.jxl-2.4.2.jar, lib.slf4j-api-1.5.2.jar.META-INF.maven.org.slf4j.slf4j-api, lib.h2-1.0.77.jar.META-INF, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.compiler.lookup, lib.activemq-core-5.2.0.jar.org.apache.activemq.broker.view, lib.stax-1.2.0.jar.com.bea.xml.stream, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.api, lib.rome-0.9.jar.com.sun.syndication.feed, lib.activemq-core-5.2.0.jar.org.apache.activemq.kaha.impl.index.hash, org.drools.jsr94.rules, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.keepalive, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.addon.locator, lib.jettison-1.0.1.jar.org.codehaus.jettison.badgerfish, lib.hibernate-commons-annotations-3.1.0.GA.jar.META-INF, lib.jaxb-xjc-2.0.3.jar.org.kohsuke.rngom.parse.xml, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.v2.runtime.output, lib.jaxb-impl-2.0.3.jar.META-INF, org.drools.common, lib.commons-exec-1.0.0-20080905.033237-1.jar.org.apache.commons.exec.util, lib.dom4j-1.6.1.jar.org.dom4j, lib.activemq-core-5.2.0.jar.org.apache.activemq.plugin, org.drools.process.instance.impl.factory, lib.smack-3.0.4.jar.org.jivesoftware.smack.provider, lib.milyn-smooks-javabean-1.1.jar.org.milyn.javabean.context, lib.ant-1.6.5.jar.org.apache.tools.ant.taskdefs.cvslib, lib.javassist-3.4.GA.jar.javassist.compiler, lib.activemq-core-5.2.0.jar.META-INF.services.org.apache.activemq.store.jdbc, org.drools.audit.event, lib.jettison-1.0.1.jar.META-INF, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.hql.ast.tree, lib.activemq-core-5.2.0.jar.org.apache.activemq.kaha.impl.index.tree, lib.mvel2-2.0.10.jar.org.mvel2.util, lib.hibernate-commons-annotations-3.1.0.GA.jar.org.hibernate.annotations.common.reflection.java.generics, lib.smack-3.0.4.jar.org.jivesoftware.smack.util, lib.milyn-smooks-javabean-1.1.jar.org.milyn.javabean.reporting, lib.milyn-smooks-javabean-1.1.jar.org.milyn.javabean.repository, lib.h2-1.0.77.jar.org.h2.result, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.javah, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.io.xml, org.drools.builder, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.generator.validator, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.servlet, lib.jaxb-xjc-2.0.3.jar.com.sun.codemodel.fmt, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.compiler.classfmt, lib.h2-1.0.77.jar.org.h2.tools, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport.udp, lib.jaxb-xjc-2.0.3.jar.1.0.org.apache.xml.resolver.helpers, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.annotations.intercept, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.proxy.map, org.drools.process.core.context.exception, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.util, org.drools.event.knowlegebase.impl, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.text, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.windows, org.drools.workflow.core.node, lib.jettison-1.0.1.jar.org.codehaus.jettison.util, lib.activemq-core-5.2.0.jar.org.apache.activemq.advisory, lib.activemq-core-5.2.0.jar.org.apache.activemq.proxy, lib.jxl-2.4.2.jar.jxl.biff, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.api.impl.s2j, lib.h2-1.0.77.jar.org.h2.api, org.drools.verifier.dao, org.drools.decisiontable.parser.xls, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.core, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.plugins.cache, lib.dom4j-1.6.1.jar.org.dom4j.rule, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport.failover, lib.hibernate-commons-annotations-3.1.0.GA.jar.org.hibernate.annotations.common.reflection.java, lib.h2-1.0.77.jar.org.h2.jaqu, lib.dom4j-1.6.1.jar.org.dom4j.dtd, org.drools.event.knowledgebase, org.drools.commons.jci.compilers, lib.mina-core-2.0.0-M3.jar.org.apache.mina.handler.chain, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.core.search, org.drools.verifier, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.classic, lib.persistence-api-1.0.jar.javax.persistence, lib.h2-1.0.77.jar.org.h2.command, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.annotation, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.core.dom, org.drools.ruleflow.instance, lib.mvel2-2.0.10.jar.org.mvel2.optimizers.impl.refl.nodes, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.security.permission, lib.jsr94-1.1.jar.META-INF, lib.mvel2-2.0.10.jar.org.mvel2.math, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.faces, lib.persistence-api-1.0.jar.javax.persistence.spi, lib.janino-2.5.15.jar.META-INF, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.plugins.context.jar, lib.commons-io-1.4.jar.org.apache.commons.io.output, lib.dom4j-1.6.1.jar.org.dom4j.rule.pattern, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.exception, lib.commons-io-1.4.jar.org.apache.commons.io, lib.joda-time-1.6.jar.org.joda.time.tz.data.Atlantic, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.model.nav, lib.simple-jndi-0.11.4.jar.org.osjava.sj.loader.util, lib.rome-0.9.jar.com.sun.syndication.feed.module, META-INF.maven.org.drools.drools-transformer-xstream, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.connection, lib.jaxb-xjc-2.0.3.jar.org.relaxng.datatype, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.core.dom, lib.jaxb-xjc-2.0.3.jar.org.kohsuke.rngom.dt, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.metamata, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.core.formatter, org.drools.verifier.incoherence, lib.javassist-3.4.GA.jar.javassist.util, META-INF.maven.org.drools.drools-mc, org.drools.ruleflow.core, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.grammar, org.drools.template.parser, org.drools.definitions.impl, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.loader.criteria, lib.jaxb-xjc-2.0.3.jar.1.0.org.apache.xml.resolver.tools, org.drools.definition.type, lib.dom4j-1.6.1.jar.META-INF, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.util, org.drools.decisiontable.parser.csv, lib.jettison-1.0.1.jar.org.codehaus.jettison.json, lib.mail-1.4.jar.javax.mail.event, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport.logwriters, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport.vm, lib.mvel2-2.0.10.jar.org.mvel2.integration.impl, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport.multicast, lib.hibernate-entitymanager-3.4.0.GA.jar.META-INF, lib.commons-net-2.0.jar.org.apache.commons.net.ftp.parser, lib.mvel2-2.0.10.jar.org.mvel2.sh.text, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.addon.at_generated, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.unix, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.generator.marshaller, lib.milyn-smooks-javabean-1.1.jar, lib.hibernate-entitymanager-3.4.0.GA.jar.org.hibernate.ejb.instrument, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.hql, org.drools.workflow.instance, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.lob, lib.commons-io-1.4.jar.META-INF.maven.commons-io.commons-io, lib.jaxb-xjc-2.0.3.jar.org.kohsuke.rngom.binary, lib.activemq-core-5.2.0.jar.META-INF.services.org.apache.activemq.transport, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.outline, lib.mvel2-2.0.10.jar.org.mvel2.optimizers.dynamic, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.annotations, lib.slf4j-jdk14-1.5.2.jar.org.slf4j.impl, lib.smack-3.0.4.jar.org.xmlpull.mxp1, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.i18n, lib.jaxb-impl-2.0.3.jar.com.sun.xml.txw2.annotation, lib.activemq-core-5.2.0.jar.org.apache.activemq.openwire.v3, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.xml.xsom.impl.parser.state, lib.jaxb-impl-2.0.3.jar.META-INF.services, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.el, lib.activemq-core-5.2.0.jar.org.apache.activemq.openwire.v2, lib.activemq-core-5.2.0.jar.org.apache.activemq.openwire.v1, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.addon.sync, lib.hibernate-entitymanager-3.4.0.GA.jar.org.hibernate.ejb.transaction, lib.jaxb-xjc-2.0.3.jar.com.sun.xml.xsom.visitor, lib.commons-net-2.0.jar.org.apache.commons.net, org.drools.event.io, lib.joda-time-1.6.jar.org.joda.time.tz.data.America.Argentina, org.drools.verifier.optimisation, lib.xstream-1.3.1.jar.META-INF.maven.com.thoughtworks.xstream.xstream, org.drools.process.instance.context.swimlane, org.drools.runtime, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.compiler.parser, lib.ant-1.6.5.jar.images, lib.jaxb-xjc-2.0.3.jar.com.sun.org.apache.xml.internal.resolver, lib.smack-3.0.4.jar.org.jivesoftware.smack.filter, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.util.optional, lib.joda-time-1.6.jar.META-INF, lib.joda-time-1.6.jar.org.joda.time.tz.data.Africa, org.drools.process.core.validation, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.reader, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.plugins.context.zip, lib.mina-core-2.0.0-M3.jar.org.apache.mina.core, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.compiler.parser.diagnose, lib.milyn-smooks-javabean-1.1.jar.org.milyn.javabean, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.compiler.problem, org.drools.xml, org.drools.impl, lib.persistence-api-1.0.jar.META-INF, lib.javassist-3.4.GA.jar.javassist.expr, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.core.eval, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.compiler, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.v2.runtime.property, lib.commons-net-2.0.jar.META-INF.maven.commons-net.commons-net, lib.joda-time-1.6.jar.org.joda.time.tz.data.Australia, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport.discovery, lib.joda-time-1.6.jar.org.joda.time.tz.data.Europe, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.xml.xsom.visitor, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.core.dom.rewrite, lib.mail-1.4.jar.com.sun.mail.imap.protocol, lib.activemq-core-5.2.0.jar.org.apache.activemq.broker.region.policy, lib.ant-1.6.5.jar.org.apache.tools.ant.taskdefs.rmic, lib.simple-jndi-0.11.4.jar.org.osjava.sj.loader.convert, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.reader.xmlschema.cs, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.reader.xmlschema.ct, lib.activemq-core-5.2.0.jar.org.apache.activemq.spring, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.plugins.copy, lib.rome-0.9.jar.com.sun.syndication.io, org.drools.decisiontable.parser, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.proxy.dom4j, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.jxc.apt, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.annotations.faces, lib.commons-collections-3.2.jar.org.apache.commons.collections.list, META-INF.maven.org.drools.drools-transformer-smooks, org.drools.process.builder, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport.mock, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.generator.unmarshaller, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.grammar.ext, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.core.search.matching, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.mock, org.drools.xml.rules, lib.core-3.4.2.v_883_R34x.jar.META-INF, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.intercept.javassist, org.drools.factmodel, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.reader.annotator, lib.mvel2-2.0.10.jar.org.mvel2.integration, org.drools.process.workitem.jabber, lib.simple-jndi-0.11.4.jar.org.osjava.sj.memory, lib.slf4j-api-1.5.6.jar.org.slf4j.spi, lib.janino-2.5.15.jar.org.codehaus.janino.util, META-INF.maven.org.drools.drools-messenger-jms, org.drools.task.event, org.drools.process.core.context, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.dialect.function, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.bytecode, lib.activation-1.1.jar.javax.activation, lib.h2-1.0.77.jar.org.h2.security, lib.hibernate-commons-annotations-3.1.0.GA.jar.org.hibernate.annotations.common.reflection, org.drools.verifier.subsumption, org.drools.concurrent, lib.milyn-smooks-javabean-1.1.jar.META-INF, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.reader.dtd.bindinfo, lib.commons-net-2.0.jar.org.apache.commons.net.nntp, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.generator.util, lib.jta-1.0.1B.jar.javax.transaction, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.writer, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.transaction, lib.jaxb-xjc-2.0.3.jar.org.kohsuke.rngom.digested, lib.h2-1.0.77.jar.org.h2.command.ddl, lib.ant-1.6.5.jar.org.apache.tools.zip, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.v2.model.runtime, lib.javassist-3.4.GA.jar.javassist.tools.reflect, lib.h2-1.0.77.jar.org.h2.util.data.zip.org.h2.server.pg, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.databinding, org.drools.process.instance.impl.humantask, lib.h2-1.0.77.jar.org.h2.engine, lib.milyn-smooks-javabean-1.1.jar.org.milyn.javabean.ext, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.reader.xmlschema.bindinfo.parser, lib.jaxb-xjc-2.0.3.jar.1.0.org.apache.xml.resolver.apps, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.core.util, lib.mvel2-2.0.10.jar.org.mvel2.optimizers.impl.asm, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.dialect.lock, lib.ant-1.6.5.jar.org.apache.tools.ant.types.resolver, org.drools.base.extractors, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.pretty, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.core.index, org.drools.guvnor.client.modeldriven.ui, org.drools.verifier.report.html, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.unmarshaller, lib.janino-2.5.15.jar.org.codehaus.janino.samples, lib.slf4j-api-1.5.2.jar.META-INF, lib.h2-1.0.77.jar.org.h2.table, lib.dom4j-1.6.1.jar.org.dom4j.swing, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.navigation, lib.mvel2-2.0.10.jar.org.mvel2.asm.util, lib.jaxb-xjc-2.0.3.jar.com.sun.dtdparser, lib.smack-3.0.4.jar, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.loader, lib.jxl-2.4.2.jar.common.log, META-INF.maven.org.drools.drools-workitems, lib.rome-0.9.jar.com.sun.syndication.feed.rss, lib.jaxb-xjc-2.0.3.jar.com.sun.org.apache.xml.internal.resolver.readers, org.drools.workflow.instance.node, lib.javassist-3.4.GA.jar.javassist, lib.activemq-core-5.2.0.jar.org.apache.activemq.security, lib.activemq-core-5.2.0.jar.org.apache.activemq.usage, lib.commons-compress-1.0-20080905.032625-1.jar.org.apache.commons.compress.compressors.bzip2, lib.hibernate-annotations-3.4.0.GA.jar.org.hibernate.annotations, org.drools.persistence.jpa.impl, lib.jxl-2.4.2.jar.jxl.biff.drawing, org.drools.lang.dsl, org.drools.event.rule, lib.h2-1.0.77.jar.org.h2.compress, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.reader.xmlschema.parser, lib.h2-1.0.77.jar.org.h2.util.data.zip.org.h2.res, lib.joda-time-1.6.jar.org.joda.time.field, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.engine, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.jmx, lib.hibernate-annotations-3.4.0.GA.jar.org.hibernate.cfg.search, lib.h2-1.0.77.jar.org.h2.store.fs, lib.ant-1.6.5.jar.org.apache.tools.ant.types.selectors.modifiedselector, lib.antlr-runtime-3.1.1.jar.org.antlr.runtime.debug, org.drools.event.process, lib.jaxb-xjc-2.0.3.jar.1.0.org.apache.xml.resolver, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.jms, lib.stax-1.2.0.jar.com.bea.xml.stream.events, lib.joda-time-1.6.jar.org.joda.time.tz.data.Etc, lib.ant-1.6.5.jar.org.apache.tools.bzip2, lib.activemq-core-5.2.0.jar.org.apache.activemq.kaha.impl.data, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.reader.xmlschema.bindinfo, lib.joda-time-1.6.jar.org.joda.time.convert, org.drools.process.command, org.drools.commons.jci.stores, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.framework, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.util, lib.slf4j-jdk14-1.5.2.jar.META-INF, lib.mvel2-2.0.10.jar.org.mvel2.sh.command.basic, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.grammar.id, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.security.openid, org.drools.base.dataproviders, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.reader.dtd.bindinfo, lib.mina-core-2.0.0-M3.jar.org.apache.mina.transport.socket, lib.activemq-core-5.2.0.jar.org.apache.activemq.broker.region, org.drools.workflow.core, org.drools.template, lib.smack-3.0.4.jar.org.jivesoftware.smack.packet, lib.commons-exec-1.0.0-20080905.033237-1.jar.org.apache.commons.exec.launcher, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.reader.xmlschema.ct, lib.smack-3.0.4.jar.META-INF, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.usertype, lib.hibernate-entitymanager-3.4.0.GA.jar.org.hibernate.ejb.connection, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.hql.antlr, org.drools.audit, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.core.search.processing, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.converters.javabean, lib.jaxb-xjc-2.0.3.jar.1.0.META-INF.services, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.criterion, lib.commons-finder-1.0-20080905.033643-1.jar.org.apache.commons.finder, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.protocol.vfsfile, lib.jaxb-xjc-2.0.3.jar.com.sun.codemodel, META-INF.maven.org.drools.drools-process-task, org.drools.compiler, lib.commons-collections-3.2.jar.org.apache.commons.collections.bidimap, lib.mina-core-2.0.0-M3.jar.META-INF.maven.org.apache.mina.mina-core, lib.activemq-core-5.2.0.jar.org.apache.activemq.store.jdbc.adapter, lib.h2-1.0.77.jar.org.h2.expression, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.security.jaas, lib.mina-core-2.0.0-M3.jar.org.apache.mina.core.filterchain, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.impl, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.persistence, lib.commons-collections-3.2.jar.org.apache.commons.collections.functors, lib.activemq-core-5.2.0.jar.org.apache.activemq.store.memory, META-INF.maven.org.drools.drools-bam, lib.hibernate-core-3.3.0.SP1.jar.META-INF, lib.janino-2.5.15.jar.org.codehaus.janino.util.resource, org.drools.clips.functions, lib.milyn-smooks-javabean-1.1.jar.org.milyn.javabean.lifecycle, org.drools.persistence.processinstance, lib.activemq-core-5.2.0.jar.org.apache.activemq.jmdns, org.drools.contrib, org.drools.runtime.conf, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.tuple.component, lib.mina-core-2.0.0-M3.jar.org.apache.mina.util, lib.activemq-core-5.2.0.jar.org.apache.activemq.broker.ft, lib.hibernate-entitymanager-3.4.0.GA.jar.META-INF.services, lib.activemq-core-5.2.0.jar.org.apache.activemq.memory, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.reader.xmlschema, org.drools.marshalling.impl, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.core.compiler, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.annotations.security, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.core.hierarchy, lib.dom4j-1.6.1.jar.org.dom4j.datatype, lib.slf4j-api-1.5.2.jar.org.slf4j.helpers, lib.javassist-3.4.GA.jar.javassist.bytecode.annotation, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.relaxng.javadt, lib.joda-time-1.6.jar.org.joda.time.tz.data.America, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual, lib.commons-finder-1.0-20080905.033643-1.jar.org.apache.commons.finder.filters, org.drools.rule.builder, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.persister, lib.xstream-1.3.1.jar.com.thoughtworks.xstream, lib.rome-0.9.jar.com.sun.syndication.feed.synd, META-INF.maven.org.drools.drools-transformer-jxls, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.plugins.vfs, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.hql.ast.exec, org.drools.jsr94.rules.admin, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.codeassist.complete, org.drools.process.core.impl, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.tool.instrument.javassist, lib.jxl-2.4.2.jar.common, org.drools.builder.conf, lib.hibernate-annotations-3.4.0.GA.jar.META-INF, lib.h2-1.0.77.jar.org.h2.jaqu.util, lib.activemq-core-5.2.0.jar, lib.mvel2-2.0.10.jar.org.mvel2.optimizers, lib.mvel2-2.0.10.jar.org.mvel2.debug, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.exception, org.drools.base.field, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.hql.classic, org.drools.workflow.instance.impl, lib.commons-net-2.0.jar.org.apache.commons.net.tftp, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.event.def, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.statistic, lib.hibernate-annotations-3.4.0.GA.jar.org.hibernate.mapping, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.security.permission.action, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.reader.decorator, lib.jaxb-xjc-2.0.3.jar.com.sun.codemodel.util, lib.janino-2.5.15.jar.org.codehaus.janino.tools, lib.commons-exec-1.0.0-20080905.033237-1.jar.META-INF.maven.org.apache.commons.commons-exec, lib.h2-1.0.77.jar.org.h2.util.data.zip.org.h2.server.web.res, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.generator.unmarshaller.automaton, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.plugins.context.file, org.drools.process.instance.context.exception, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.util, lib.jaxb-impl-2.0.3.jar.com.sun.xml.txw2, lib.mail-1.4.jar.com.sun.mail.util, org.drools.rule.builder.dialect.clips, org.drools.command, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.alias, lib.commons-net-2.0.jar.org.apache.commons.net.pop3, lib.jaxb-xjc-2.0.3.jar.com.sun.xml.xsom.impl.parser.state, lib.mvel2-2.0.10.jar.org.mvel2.optimizers.impl.refl, lib.jaxb-xjc-2.0.3.jar.com.sun.xml.xsom.util, org.drools.process.instance.impl, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.codeassist.impl, lib.commons-io-1.4.jar.org.apache.commons.io.comparator, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.addon.elementwrapper, lib.mail-1.4.jar.META-INF, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.core.compiler.batch, lib.activemq-core-5.2.0.jar.META-INF.maven.org.apache.activemq.activemq-core, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.generator.cls, lib.milyn-smooks-javabean-1.1.jar.org.milyn.javabean.gen, lib.antlr-runtime-3.1.1.jar.META-INF, META-INF.maven.org.drools.drools-decisiontables, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.loader.custom.sql, lib.commons-collections-3.2.jar.org.apache.commons.collections.map, lib.milyn-smooks-javabean-1.1.jar.META-INF.xsd.smooks, lib.core-3.4.2.v_883_R34x.jar, lib.jboss-vfs-2.0.0.GA.jar.META-INF, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.bpm, lib.activemq-core-5.2.0.jar.org.apache.activemq.filter, lib.jaxb-xjc-2.0.3.jar.org.kohsuke.rngom.xml.sax, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.jdbc, org.drools.agent, lib.activemq-core-5.2.0.jar.org.apache.activemq.memory.buffer, lib.jaxb-xjc-2.0.3.jar.com.sun.xml.xsom.impl.parser, lib.milyn-smooks-javabean-1.1.jar.org.milyn.javabean.gen.templates, org.drools.marshalling, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.spi.cache.helpers, lib.milyn-smooks-javabean-1.1.jar.org.milyn.dtd, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.reader.internalizer, lib.jxl-2.4.2.jar.jxl.write, org.drools.workflow.core.impl, org.drools.rule.builder.dialect.mvel, org.drools.runtime.process, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.reader.relaxng, lib.mvel2-2.0.10.jar.org.mvel2.conversion, lib.mail-1.4.jar.com.sun.mail.pop3, lib.ant-1.6.5.jar.org.apache.tools.ant.types.mappers, org.drools.guvnor.client.modeldriven.brl, lib.commons-net-2.0.jar.META-INF, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.io.binary, org.drools.verifier.overlaps, org.drools.time, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.annotations.async, org.drools.process.core.context.swimlane, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.formatter.old, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.extension.resolvers, lib.jaxb-xjc-2.0.3.jar.1.0.META-INF, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.compiler.codegen, lib.commons-net-2.0.jar.org.apache.commons.net.whois, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.grammar.xducer, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.jxc.gen.config, lib.javassist-3.4.GA.jar.javassist.scopedpool, lib.jxls-reader-0.9.6.jar.META-INF.maven.net.sf.jxls.jxls-reader, org.drools.task.query, org.drools.verifier.opposites, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.addon.locator, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.v2.model.core, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.reader.xmlschema.bindinfo, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.protocol.vfs, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.converters.enums, lib.mvel2-2.0.10.jar.org.mvel2.compiler, lib.jaxb-xjc-2.0.3.jar.org.kohsuke.rngom.binary.visitor, org.drools.verifier.alwaysFalse, lib.mvel2-2.0.10.jar.org.mvel2.templates.util, lib.activemq-core-5.2.0.jar.org.apache.activemq.util, lib.mina-core-2.0.0-M3.jar.org.apache.mina.core.future, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.io, lib.commons-net-2.0.jar.org.apache.commons.net.chargen, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.net, org.drools.io.impl, lib.javassist-3.4.GA.jar.javassist.tools, org.drools.clips, lib.mina-core-2.0.0-M3.jar.org.apache.mina.transport.socket.nio, META-INF.maven.org.drools.drools-compiler, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.v2.runtime.unmarshaller, lib.jxl-2.4.2.jar.jxl.read.biff, org.drools.rule.builder.dialect.java.parser, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.runtime, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.reader.xmlschema.parser, org.drools.jsr94.rules.repository, lib.mina-core-2.0.0-M3.jar.org.apache.mina.core.session, org.drools.persistence.session, lib.ant-1.6.5.jar.META-INF, lib.ant-1.6.5.jar.org.apache.tools.ant.util.facade, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.launch, org.drools.definition.rule, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.api.impl, lib.jaxb-xjc-2.0.3.jar.com.sun.xml.xsom.parser, org.drools.commons.jci.problems, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.cache.access, META-INF, lib.mail-1.4.jar.javax.mail.util, lib.commons-net-2.0.jar.org.apache.commons.net.finger, org.drools.agent.impl, lib.stax-1.2.0.jar.com.bea.xml.stream.reader, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam, lib.h2-1.0.77.jar.org.h2.server.pg, lib.simple-jndi-0.11.4.jar.META-INF, lib.janino-2.5.15.jar.org.codehaus.janino, org.drools.runtime.help.impl, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.core.dom.rewrite, lib.ant-1.6.5.jar.org.apache.tools.ant.filters.util, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.util.depend, lib.antlr-runtime-3.1.1.jar.org.antlr.runtime, org.drools.task.service.responsehandlers, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.plugins.context.memory, META-INF.maven.org.drools.drools-ant, lib.commons-net-2.0.jar.org.apache.commons.net.util, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.pageflow, lib.joda-time-1.6.jar.org.joda.time.tz.data.Pacific, org.drools.process.workitem.finder, lib.mail-1.4.jar.com.sun.mail.smtp, lib.hibernate-core-3.3.0.SP1.jar.META-INF.maven.org.hibernate.hibernate-core, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.engine.query, org.drools.process.command.impl, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.io.path, META-INF.maven.org.drools.drools-api, lib.dom4j-1.6.1.jar.org.dom4j.jaxb, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.cache, lib.activemq-core-5.2.0.jar.org.apache.activemq.broker.region.virtual, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.persister.collection, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.v2.runtime.reflect, org.drools.process.workitem.wsht, org.drools.process.instance.event, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.loader.entity, org.drools.guvnor.client.modeldriven.dt, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.event, org.drools.builder.help, lib.jsr94-1.1.jar.javax.rules.admin, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.collection, lib.activemq-core-5.2.0.jar.org.apache.activemq.xbean, lib.mina-core-2.0.0-M3.jar.org.apache.mina.transport.vmpipe, lib.activemq-core-5.2.0.jar.org.apache.activemq.jaas, org.drools.persistence.jpa, org.drools.definitions.rule.impl, lib.ant-1.6.5.jar.org.apache.tools.ant.taskdefs.email, org.drools.verifier.rangeChecks, lib.mvel2-2.0.10.jar.org.mvel2.asm.signature, lib.smack-3.0.4.jar.org.jivesoftware.smack.sasl, org.drools.event.process.impl, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.engine.query.sql, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.proxy.pojo, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.jxc, lib.xstream-1.3.1.jar.META-INF, lib.hibernate-entitymanager-3.4.0.GA.jar.org.hibernate.ejb.event, lib.mvel2-2.0.10.jar.org.mvel2.templates.res, org.drools.verifier.incompatibility, lib.smack-3.0.4.jar.org.xmlpull.v1, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.errorgenerating, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.annotations.bpm, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.stream, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.api.impl.j2s, org.drools.base, lib.hibernate-annotations-3.4.0.GA.jar.org.hibernate.cfg, lib.dom4j-1.6.1.jar.org.dom4j.tree, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.persister.entity, lib.mina-core-2.0.0-M3.jar.org.apache.mina.core.service, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.v2.model.annotation, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.persistence, lib.joda-time-1.6.jar.org.joda.time.tz.data.America.North_Dakota, lib.h2-1.0.77.jar.org.h2.store, lib.h2-1.0.77.jar.org.h2.server, lib.h2-1.0.77.jar.org.h2.util, lib.jaxb-xjc-2.0.3.jar.com.sun.org.apache.xml.internal.resolver.tools, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.cache, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.generator.bean, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.reader.internalizer, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.compiler.impl, META-INF.maven.org.drools.drools-transformer-jaxb, org.drools.task.service, org.drools.process.workitem.exec, org.drools.xml.changeset, lib.ant-1.6.5.jar.org.apache.tools.mail, org.drools.command.impl, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.protocol.zip, lib.joda-time-1.6.jar.org.joda.time.tz.data.Antarctica, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.compiler.flow, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport.stomp, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.jsp.compilers, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.io.json, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport, lib.dom4j-1.6.1.jar.org.dom4j.bean, lib.mail-1.4.jar.javax.mail.internet, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.mail, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.j2ee, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.vss, org.drools.process.workitem.rest, org.drools.rule, org.drools.process.core.datatype.impl, org.drools.runtime.help, org.drools.guvnor.client.modeldriven.testing, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.engine.transaction, lib.hibernate-entitymanager-3.4.0.GA.jar.org.hibernate.ejb.packaging, lib.commons-compress-1.0-20080905.032625-1.jar.org.apache.commons.compress, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.theme, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.transform, lib.activemq-core-5.2.0.jar.org.apache.activemq.kaha.impl.container, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.stat, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.v2.model.impl, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport.discovery.rendezvous, org.drools.process.audit, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport.tcp, lib.mvel2-2.0.10.jar.org.mvel2.templates, lib.hibernate-entitymanager-3.4.0.GA.jar.org.hibernate.ejb, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.v2.model.nav, lib.javassist-3.4.GA.jar.javassist.tools.rmi, lib.activemq-core-5.2.0.jar.org.apache.activemq.broker.region.group, org.drools.userprofile, org.drools.process.core.timer, lib.commons-compress-1.0-20080905.032625-1.jar.org.apache.commons.compress.archivers.tar, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.reader.dtd, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.converters.collections, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.id.enhanced, lib.jaxb-xjc-2.0.3.jar.com.sun.xml.xsom.impl, lib.ant-1.6.5.jar.org.apache.tools.ant.loader, lib.hibernate-annotations-3.4.0.GA.jar.org.hibernate.cfg.annotations, lib.mina-core-2.0.0-M3.jar.org.apache.mina.handler.stream, org.drools.runtime.dataloader, lib.activation-1.1.jar.META-INF, org.drools.runtime.rule.impl, lib.activemq-core-5.2.0.jar.org.apache.activemq.network.jms, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.intercept.cglib, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.async, lib.commons-finder-1.0-20080905.033643-1.jar.META-INF, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.init, lib.activemq-core-5.2.0.jar.org.apache.activemq.store.kahadaptor, lib.ant-1.6.5.jar.org.apache.tools.ant.listener, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.webservice, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.type, lib.commons-exec-1.0.0-20080905.033237-1.jar.org.apache.commons.exec.environment, lib.h2-1.0.77.jar.org.h2.bnf, META-INF.maven.org.drools.drools-core, lib.commons-compress-1.0-20080905.032625-1.jar.org.apache.commons.compress.archivers.zip, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.tuple.entity, lib.javassist-3.4.GA.jar.javassist.runtime, lib.activemq-core-5.2.0.jar.org.apache.activemq.broker.util, lib.mina-core-2.0.0-M3.jar.org.apache.mina.core.polling, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.contexts, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.security.management.action, lib.ant-1.6.5.jar.org.apache.tools.ant.types.selectors, lib.mail-1.4.jar.com.sun.mail.imap, org.drools.semantics.java.parser, lib.joda-time-1.6.jar.org.joda.time, org.drools.io, lib.smack-3.0.4.jar.org.jivesoftware.smack.debugger, lib.ant-1.6.5.jar.org.apache.tools.ant.helper, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.v2.schemagen, lib.commons-net-2.0.jar.org.apache.commons.net.echo, lib.joda-time-1.6.jar.org.joda.time.base, lib.jxl-2.4.2.jar.META-INF, org.drools.workflow.instance.context, lib.h2-1.0.77.jar.org.h2.message, org.drools.testframework, lib.mvel2-2.0.10.jar.META-INF.maven.org.mvel.mvel2, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.loader.hql, lib.dom4j-1.6.1.jar.org.dom4j.io, lib.jboss-seam-2.1.1.GA.jar.META-INF, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.codec, lib.jaxb-impl-2.0.3.jar.com.sun.istack, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.util, org.drools.conflict, org.drools.decisiontable, lib.stax-1.2.0.jar.com.wutka.dtd, lib.jettison-1.0.1.jar.META-INF.maven.org.codehaus.jettison.jettison, lib.activemq-core-5.2.0.jar.org.apache.activemq.selector, lib.mail-1.4.jar.com.sun.mail.handlers, lib.rome-0.9.jar.com.sun.syndication.feed.synd.impl, lib.mvel2-2.0.10.jar.org.mvel2, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.addon.sync, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.id.insert, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.core, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.v2, lib.commons-io-1.4.jar.META-INF, lib.activemq-core-5.2.0.jar.org.apache.activemq.command, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.cache.entry, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.converters.basic, lib.stax-1.2.0.jar.com.bea.xml.stream.filters, lib.slf4j-api-1.5.6.jar.META-INF.maven.org.slf4j.slf4j-api, lib.activemq-core-5.2.0.jar.org.apache.activemq.transaction, lib.activemq-core-5.2.0.jar.org.apache.activemq.store.jdbc, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.xml.xsom.impl.util, org.drools.process.core.context.variable, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.depend.constantpool, lib.commons-collections-3.2.jar.org.apache.commons.collections.iterators, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.runtime, lib.mina-core-2.0.0-M3.jar.META-INF, lib.simple-jndi-0.11.4.jar.org.osjava.sj, lib.jaxb-xjc-2.0.3.jar.org.kohsuke.rngom.dt.builtin, org.drools.process.core.validation.impl, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.core.search, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.formatter.comment, lib.mvel2-2.0.10.jar.org.mvel2.ast, lib.dom4j-1.6.1.jar.org.dom4j.xpp, lib.mvel2-2.0.10.jar.org.mvel2.asm, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.codemodel.util, lib.hibernate-commons-annotations-3.1.0.GA.jar.org.hibernate.annotations.common.util, META-INF.maven.org.drools.drools-jsr94, lib.ant-1.6.5.jar.org.apache.tools.ant.taskdefs.condition, lib.jaxb-impl-2.0.3.jar.com.sun.xml.txw2.output, org.drools.process.core, lib.activemq-core-5.2.0.jar.org.apache.activemq.openwire, lib.joda-time-1.6.jar.org.joda.time.chrono, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.generator, org.drools.process.core.datatype.impl.type, lib.activemq-core-5.2.0.jar.org.apache.activemq.transport.fanout, lib.activemq-core-5.2.0.jar.org.apache.activemq.kaha, org.drools.process.workitem.archive, lib.jaxb-xjc-2.0.3.jar.org.relaxng.datatype.helpers, org.drools.process.workitem.transform, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.xml.xsom.parser, lib.janino-2.5.15.jar.org.codehaus.janino.util.enumerator, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.deployment, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.generator.bean.field, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.io.xml.xppdom, lib.commons-net-2.0.jar.org.apache.commons.net.io, lib.javassist-3.4.GA.jar.javassist.tools.web, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.reader.dtd, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.document, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.codec.demux, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.api, lib.ant-nodeps-1.6.5.jar.META-INF, org.drools.process.workitem.email, lib.activemq-core-5.2.0.jar.org.apache.activemq.management, lib.commons-collections-3.2.jar.META-INF, lib.activemq-core-5.2.0.jar.org.apache.activemq.kaha.impl.index, org.drools, lib.slf4j-jdk14-1.5.2.jar.META-INF.maven.org.slf4j.slf4j-jdk14, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.web, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.marshaller, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.v2.runtime.reflect.opt, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.xml.xsom, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.protocol.vfszip, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.firewall, lib.jaxb-xjc-2.0.3.jar.org.kohsuke.rngom.ast.builder, org.drools.eventmessaging, org.drools.reteoo, lib.activemq-core-5.2.0.jar.org.apache.activemq.kaha.impl, lib.hibernate-annotations-3.4.0.GA.jar.org.hibernate.ejb, lib.milyn-smooks-javabean-1.1.jar.org.milyn.javabean.expression, org.drools.ruleflow.core.factory, lib.commons-net-2.0.jar.org.apache.commons.net.discard, org.drools.verifier.equivalence, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.ssl, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.annotations.web, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.core.eval, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.xml.xsom.impl.parser, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.param, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.proxy.pojo.javassist, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.converters.reflection, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.core.builder, lib.jaxb-xjc-2.0.3.jar.org.kohsuke.rngom.util, lib.core-3.4.2.v_883_R34x.jar.jdtCompilerAdapter.jar.org.eclipse.jdt.internal.antadapter, lib.activemq-core-5.2.0.jar.org.apache.activemq.wireformat, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.core.jdom, lib.javassist-3.4.GA.jar.javassist.convert, lib.javassist-3.4.GA.jar.javassist.compiler.ast, org.drools.base.mvel, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.mapping, lib.activemq-core-5.2.0.jar.org.apache.activemq.broker.region.cursors, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.depend, org.drools.base.accumulators, lib.h2-1.0.77.jar.org.h2.log, lib.jxl-2.4.2.jar.jxl.format, lib.jaxb-xjc-2.0.3.jar.org.kohsuke.rngom.parse, lib.dom4j-1.6.1.jar.org.dom4j.dom, lib.commons-collections-3.2.jar.org.apache.commons.collections.buffer, lib.jxl-2.4.2.jar.jxl, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.reqres, lib.joda-time-1.6.jar.org.joda.time.format, lib.jaxb-xjc-2.0.3.jar.org.kohsuke.rngom.ast.util, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.compiler.ast, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.eval, lib.ant-1.6.5.jar.org.apache.tools.ant.types, lib.rome-0.9.jar.com.sun.syndication.io.impl, lib.hibernate-entitymanager-3.4.0.GA.jar.org.hibernate.ejb.util, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.compiler.batch, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.annotations.security.management, lib.h2-1.0.77.jar.org.h2.jdbc, lib.ant-1.6.5.jar.org.apache.tools.ant, org.drools.guvnor.server.util, lib.mina-core-2.0.0-M3.jar.org.apache.mina.core.write, org.drools.verifier.missingEquality, org.drools.template.model, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.plugins.context, lib.mail-1.4.jar.javax.mail.search, lib.slf4j-api-1.5.6.jar.org.slf4j, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.security.digest, lib.jettison-1.0.1.jar.org.codehaus.jettison.mapped, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.jlink, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.tuple, lib.jaxb-xjc-2.0.3.jar.com.sun.istack.tools, lib.activemq-core-5.2.0.jar.org.apache.activemq.jndi, lib.ant-1.6.5.jar.org.apache.tools.ant.util.regexp, lib.activemq-core-5.2.0.jar.org.apache.activemq.network, org.drools.process.instance.context, lib.stax-1.2.0.jar.com.bea.xml.stream.util, lib.jxl-2.4.2.jar.jxl.demo, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.ejb, lib.commons-collections-3.2.jar.org.apache.commons.collections, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.writer, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc, org.drools.event.rule.impl, lib.jaxb-xjc-2.0.3.jar.com.sun.xml.dtdparser, org.drools.base.evaluators, lib.core-3.4.2.v_883_R34x.jar.jdtCompilerAdapter.jar.org.eclipse.jdt.core, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.types.optional.depend, lib.commons-net-2.0.jar.org.apache.commons.net.time, lib.h2-1.0.77.jar.org.h2.fulltext, lib.mail-1.4.jar.com.sun.mail.iap, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.annotations.security.permission, lib.commons-exec-1.0.0-20080905.033237-1.jar.META-INF, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.formatter, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.security, lib.janino-2.5.15.jar.org.codehaus.janino.util.iterator, lib.commons-compress-1.0-20080905.032625-1.jar.META-INF.maven.org.apache.commons.commons-compress, lib.commons-collections-3.2.jar.org.apache.commons.collections.bag, lib.jxls-reader-0.9.6.jar, lib.activemq-core-5.2.0.jar.org.apache.activemq.broker.jmx, org.drools.process.instance.timer, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.jxc.model.nav, org.drools.logger, lib.stax-1.2.0.jar.META-INF, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.metadata, lib.xstream-1.3.1.jar.com.thoughtworks.xstream.mapper, lib.activemq-core-5.2.0.jar.META-INF.services.org.apache.activemq.transport.frametranslator, lib.jaxb-xjc-2.0.3.jar.1.0.org.apache.xml.resolver.readers, lib.smack-3.0.4.jar.org.jivesoftware.smack.util.collections, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.international, lib.ant-1.6.5.jar.org.apache.tools.ant.taskdefs.compilers, lib.slf4j-api-1.5.2.jar.org.slf4j, lib.mvel2-2.0.10.jar.org.mvel2.templates.util.io, lib.core-3.4.2.v_883_R34x.jar.org.eclipse.jdt.internal.core.util, org.drools.verifier.alwaysTrue, lib.smack-3.0.4.jar.org.jivesoftware.smack, lib.jaxb-xjc-2.0.3.jar.com.sun.xml.xsom.impl.util, lib.jboss-vfs-2.0.0.GA.jar.org.jboss.virtual.protocol, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.tool.instrument, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.tool.hbm2ddl, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.annotations, lib.joda-time-1.6.jar.org.joda.time.tz.data.Indian, org.drools.verifier.components, org.drools.util.asm, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.addon.code_injector, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.captcha, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.jsf, lib.slf4j-api-1.5.6.jar.META-INF, lib.commons-net-2.0.jar.org.apache.commons.net.bsd, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.reader.gbind, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.reader.xmlschema, META-INF.maven.org.drools.drools-clips, lib.mail-1.4.jar.javax.mail, org.drools.verifier.report.components, lib.activemq-core-5.2.0.jar.org.apache.activemq.state, org.drools.spi, lib.commons-collections-3.2.jar.org.apache.commons.collections.collection, lib.activemq-core-5.2.0.jar.META-INF.services.org.apache.activemq.broker, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.tools.xjc.generator.field, lib.activemq-core-5.2.0.jar.org.apache.activemq.store, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.action, lib.jaxb-xjc-2.0.3.jar.1.0.org.apache.env, lib.antlr-runtime-3.1.1.jar.org.antlr.runtime.misc, lib.jsr94-1.1.jar.javax.rules, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.model, lib.hibernate-annotations-3.4.0.GA.jar.org.hibernate, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.property, lib.milyn-smooks-javabean-1.1.jar.META-INF.maven.org.milyn.milyn-smooks-javabean, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.sql, lib.joda-time-1.6.jar.org.joda.time.tz.data.America.Indiana, lib.rome-0.9.jar.com.sun.syndication.feed.atom, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.intercept, lib.h2-1.0.77.jar.org.h2.constraint, lib.mina-core-2.0.0-M3.jar.org.apache.mina.handler.demux, lib.joda-time-1.6.jar.org.joda.time.tz, lib.commons-io-1.4.jar.org.apache.commons.io.input, org.drools.template.objects, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.tool.instrument.cglib, lib.activemq-core-5.2.0.jar.META-INF.services.org.apache.activemq.transport.discoveryagent, lib.jaxb-xjc-2.0.3.jar.1.0.com.sun.codemodel.writer, org.drools.event, lib.mina-core-2.0.0-M3.jar.org.apache.mina.filter.codec.serialization, lib.jaxb-xjc-2.0.3.jar.META-INF, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.cache.impl, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.cfg, org.drools.mc.io, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.hql.ast, org.drools.builder.impl, lib.h2-1.0.77.jar.org.h2, lib.activation-1.1.jar.com.sun.activation.registries, lib.jaxb-xjc-2.0.3.jar.com.sun.tools.xjc.reader.relaxng, lib.h2-1.0.77.jar.org.h2.server.web, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.secure, org.drools.xml.processes, lib.javassist-3.4.GA.jar.javassist.util.proxy, lib.jettison-1.0.1.jar.org.codehaus.jettison, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.ccm, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.annotations.datamodel, org.drools.runtime.rule, lib.commons-net-2.0.jar.org.apache.commons.net.ftp, org.drools.process.workitem.ftp, lib.ant-1.6.5.jar.org.apache.tools.tar, lib.jaxb-impl-2.0.3.jar.com.sun.xml.bind.v2.util, lib.hibernate-core-3.3.0.SP1.jar.org.hibernate.loader.custom, lib.ant-nodeps-1.6.5.jar.org.apache.tools.ant.taskdefs.optional.clearcase, lib.activemq-core-5.2.0.jar.org.apache.activemq.broker.cluster, org.drools.runtime.pipeline, lib.slf4j-api-1.5.2.jar.org.slf4j.spi, lib.jboss-seam-2.1.1.GA.jar.org.jboss.seam.intercept, org.drools.guvnor.client.modeldriven, lib.jaxb-xjc-2.0.3.jar.org.kohsuke.rngom.parse.compact] <IMPORT-ALL>NON_EMPTY}}
at org.jboss.deployers.plugins.annotations.WeakClassLoaderHolder.loadClass(WeakClassLoaderHolder.java:76)
at org.jboss.deployers.plugins.annotations.AbstractElement.getOwner(AbstractElement.java:73)
at org.jboss.deployment.OptAnnotationMetaDataDeployer.getClasses(OptAnnotationMetaDataDeployer.java:172)
at org.jboss.deployment.OptAnnotationMetaDataDeployer.processJBossMetaData(OptAnnotationMetaDataDeployer.java:133)
at org.jboss.deployment.OptAnnotationMetaDataDeployer.processMetaData(OptAnnotationMetaDataDeployer.java:84)
at org.jboss.deployment.AnnotationMetaDataDeployer.deploy(AnnotationMetaDataDeployer.java:177)
... 31 more
14 years, 8 months
Rules Not executing
by mikexr
I have been working on a test to try and get up to speed on DROOLS. And I am
having some challenges.'
I have this rule.
#created on: Apr 1, 2010
package com.regence.edi.rules;
#list any import classes here.
import com.regence.edi.enrollment.Person;
import com.regence.edi.enrollment.GroupIdentifier;
import com.regence.edi.enrollment.Enrollments;
#declare any global variables here
rule "New Enrollment Rule"
no-loop
dialect "mvel"
ruleflow-group "834RuleflowGroup"
when
#conditions
Enrollments( enrollmentType == "NewEnrollment")
then
#actions
System.out.println("Found Subscriber
"+Enrollments.EnrollmentPolicy.Enrollment.Person.getName())
System.out.println("for GroupID " +
Enrollments.GroupIdentifier.getGroupId())
System.out.println("Setting Source Name to Mike")
Enrollments.setSourceName("Mike")
end
It compiles and runs but nothing happens
I debugged the code and the data is being passed to the rules engine. but
it doesn seem like the rule is executing.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<EnrollmentRequest>
<Enrollments>
<EnrollmentType>NewEnrollment</EnrollmentType>
<SourceName>USRINPUT</SourceName>
<GroupIdentifier>
<GroupId>60004854</GroupId>
<SubGroupID>1</SubGroupID>
</GroupIdentifier>
<EnrollmentPolicy>
<HoursPerWeekWorked>40</HoursPerWeekWorked>
<Enrollment>
<Event>
<EventType>NEW</EventType>
<EventDate>05/15/2009</EventDate>
<EventEffectiveDate>06/10/2009</EventEffectiveDate>
<EventTerminationDate/>
<BreakInCoverage/>
<QualifyingEvent/>
<Description/>
<Reason/>
</Event>
<Cobra>
<CobraType/>
<QualifyingEvent/>
<CobraEffectiveDate/>
<CertificateLength/>
<CobraTerminationDate/>
</Cobra>
<Person>
<Name>
<FirstName>TEST</FirstName>
<LastName>ENROLLMENT</LastName>
<MiddleName/>
<NameSuffix/>
</Name>
<DateOfBirth>05/05/1976</DateOfBirth>
<Gender>Male</Gender>
<MaritalStatus>Single</MaritalStatus>
<Language>ENGL</Language>
<PersonIdentifier>
<PersonId>555555555</PersonId>
<PersonIdentifierType>SocialSecurityNumber</PersonIdentifierType>
</PersonIdentifier>
<PersonIdentifier>
<PersonId>55555567345</PersonId>
<PersonIdentifierType>MedicareId</PersonIdentifierType>
</PersonIdentifier>
<PriorCoverage>
<CarrierName>Kaiser</CarrierName>
<PolicyHolderID>345545</PolicyHolderID>
<EffectiveDate>01/01/2009</EffectiveDate>
<TerminationDate>01/31/2009</TerminationDate>
<PolicyHolderName>Medical</PolicyHolderName>
</PriorCoverage>
<PriorCoverage>
<CarrierName>Providence</CarrierName>
<PolicyHolderID>23474</PolicyHolderID>
<EffectiveDate>02/01/2009</EffectiveDate>
<TerminationDate>03/31/2009</TerminationDate>
<PolicyHolderName>Medical</PolicyHolderName>
</PriorCoverage>
<ContactInformation>
<AddressDetails>
<ContactType>Home</ContactType>
<Address>
<AliasName>ADDR1</AliasName>
<AddressLine1>56 Test Street</AddressLine1>
<AddressLine2/>
<City>Portland</City>
<County>Multnomah</County>
<State>OR</State>
<ZipCode>97203</ZipCode>
<Country>US</Country>
</Address>
</AddressDetails>
<AddressDetails>
<ContactType>Mailing</ContactType>
<Address>
<AliasName>ADDR1</AliasName>
<AddressLine1>89 Mailing Street</AddressLine1>
<AddressLine2/>
<City>Portland</City>
<County>Multnomah</County>
<State>OR</State>
<ZipCode>97203</ZipCode>
<Country>US</Country>
</Address>
</AddressDetails>
<PhoneNumber>
<ContactType>Home</ContactType>
<PhoneNumber>665-567-8888</PhoneNumber>
</PhoneNumber>
<EMailAddress>
<EmailAddress>user(a)home.com</EmailAddress>
</EMailAddress>
</ContactInformation>
<Membership>
<MembershipIdentifier>
<MemberID/>
<MemberIdentifierType>CPSS_SBSB_ID</MemberIdentifierType>
</MembershipIdentifier>
<RelationshipToSubscriber>Subscriber</RelationshipToSubscriber>
<MemberIndex>0</MemberIndex>
<InsuranceIDCard>
<IDLevel>FAMILY</IDLevel>
<IDBackground>100</IDBackground>
</InsuranceIDCard>
<Eligibility>
<Coverage>
<ClassId>1</ClassId>
<Product>
<ProductId>MINN1001</ProductId>
<BusinessCategory>M</BusinessCategory>
</Product>
<Product>
<ProductId>RX000001</ProductId>
<BusinessCategory>R</BusinessCategory>
</Product>
</Coverage>
</Eligibility>
<Preference>
<PreferenceType>EEOB</PreferenceType>
<Detail>
<DetailType>EMAIL</DetailType>
<DetailValue>user(a)home2.com</DetailValue>
</Detail>
</Preference>
</Membership>
<Medicare>
<Entitlement>Blah</Entitlement>
<EntitlementStartDate>01/01/2008</EntitlementStartDate>
<EntitlementEndDate/>
<MedicareProgram>
<MedicareProgramType>TypeA</MedicareProgramType>
<EffectiveDate>01/01/2008</EffectiveDate>
<TerminationDate></TerminationDate>
</MedicareProgram>
<MedicareProgram>
<MedicareProgramType>TypeB</MedicareProgramType>
<EffectiveDate>01/01/2008</EffectiveDate>
<TerminationDate></TerminationDate>
</MedicareProgram>
</Medicare>
<Disability>
<IsDisabled>false</IsDisabled>
<DisabledDate/>
<Description/>
<VerifiedBy/>
<VerifiedDate/>
<VerificationMethod>EMAIL</VerificationMethod>
</Disability>
</Person>
</Enrollment>
</EnrollmentPolicy>
</Enrollments>
</EnrollmentRequest>
I am looking for some assistance
Thanks
Mike
--
View this message in context: http://n3.nabble.com/Rules-Not-executing-tp731013p731013.html
Sent from the Drools - User mailing list archive at Nabble.com.
14 years, 8 months
drools expert: memory issues
by Miguel Machado
hi all,
I'm quite new to the drools rule engine and i've been using it for a project where i need to filter events and execute actions accordingly.
I'm currently running a DRL file and creating a stateful session from it, and then running 2/3 facts every time. Every X seconds I collect the available facts and call fireAllRules() + dispose(), always within the same session. The DRL file has circa 2160 rules declared (an external program is producing them), and i'm using the "no-loop", "lock-on-active", "activation-group" and "agenda-group" options on almost every one.
My main problem is that the software is consuming too much memory when it loads the rules to the knowledge base variable, it reaches +300Mb which is just not affordable in this project. Is there any way i can work around this? I've tried setting some configuration properties but to no avail. What techniques may i try in order to reduce memory load on drools startup? What would be the best approach for dealing with so many rules?
Anything would help, thanks in advance,
_ miguel
14 years, 8 months
Strange ArrayIndexOutOfBoundsException with decision tables
by murphy
Hello,
some days ago I implemented rules with a dicision table (5.0.1) and
everything works fine.
But suddenly I ran into a strange ArrayIndexOutOfBoundsException. I thought
my
decision table is the problem and so I tried to test with some simple tables
but I still
get the same error.
Here is the stacktrace:
java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at jxl.biff.StringHelper.getUnicodeString(StringHelper.java:155)
at jxl.biff.FormatRecord.<init>(FormatRecord.java:158)
at jxl.read.biff.WorkbookParser.parse(WorkbookParser.java:538)
at jxl.Workbook.getWorkbook(Workbook.java:253)
at jxl.Workbook.getWorkbook(Workbook.java:235)
at
org.drools.decisiontable.parser.xls.ExcelParser.parseFile(ExcelParser.java:74)
at
org.drools.decisiontable.SpreadsheetCompiler.getRuleSheetListener(SpreadsheetCompiler.java:148)
at
org.drools.decisiontable.SpreadsheetCompiler.compile(SpreadsheetCompiler.java:131)
at
org.drools.decisiontable.DecisionTableProviderImpl.compileStream(DecisionTableProviderImpl.java:32)
at
org.drools.decisiontable.DecisionTableProviderImpl.loadFromInputStream(DecisionTableProviderImpl.java:19)
at
org.drools.compiler.DecisionTableFactory.loadFromInputStream(DecisionTableFactory.java:16)
at
org.drools.compiler.PackageBuilder.addKnowledgeResource(PackageBuilder.java:508)
at
org.drools.builder.impl.KnowledgeBuilderImpl.add(KnowledgeBuilderImpl.java:31)
This is the code the files get loaded with:
KnowledgeBuilder kBuilder = KnowledgeBuilderFactory.newKnowledgeBuilder();
DecisionTableConfiguration dtconf =
KnowledgeBuilderFactory.newDecisionTableConfiguration();
dtconf.setInputType( DecisionTableInputType.XLS );
dtconf.setWorksheetName("Tables");
kBuilder.add(ResourceFactory.newClassPathResource(source),
ResourceType.DTABLE, dtconf);
This is the simple Test.xls, just with a package- and ruletable-declaration:
http://n3.nabble.com/forum/FileDownload.jtp?type=n&id=756101&name=Test.xls
Test.xls
Regards,
Christian
--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Strange-ArrayIndexOut...
Sent from the Drools - User mailing list archive at Nabble.com.
14 years, 8 months
Error when uploading a rule flow into Guvnor
by ramram
Hi all,
I have the following problem:
1- I am uploading a rule file into the guvnor the file can be uploaded
successfully
2- When I go to the default package and I press save and validate there is
no error and all is fine till here
3- When I build the package I am having the following exception:
Rule Compilation Error the decleraed package "" doesnt match the
expected
and unable to generate rule invoker
After tracing it I find that it is resulting from the following:
I have in my Rule Flow that is being uploaded a split in the split there is
the following
<split id="5" name="Gateway" x="329" y="160" width="49" height="49"
type="2" >
<constraints>
<constraint toNodeId="13" name="End Process" priority="2"
type="code" dialect="java" >return endProcess;</constraint>
<constraint toNodeId="3" name="Create User" priority="1" type="code"
dialect="java" >return createUser;</constraint>
</constraints>
</split>
If I removed the type="code" from the constraint tag the process could be
uploaded successfully.
Can anyone help in this issue. plz
Regards,
ram
--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Error-when-uploading-...
Sent from the Drools - User mailing list archive at Nabble.com.
14 years, 8 months