[rules-users] Issue with Accumulate

2010-09-25 Thread Mohod, Akash
Hi, I have a Map object that maps User product type experience with the level of expertise. I am trying to use accumulate in my rule Such that if the user has experience with certain product then it gets the experience level and sums it up . I am using Drools 5.1 , mvel 2, spring batch 2.x. This

Re: [rules-users] Drools API for uploading Model JAR into package

2010-09-25 Thread Jervis Liu
Hi, take a look into AssetFileServlet.java (http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/files/AssetFileServlet.java). You can send an HTTP Post request to this servelt to upload your jar. Just make sure you provide all paramete