Re: [rules-users] Deploying Guvnor 5.4.0.Final on JBossAS 7.1.2.Final

2012-07-19 Thread Cristiano
Hi, I think I got it sorted, please see my last comment on the bug. I think a more permanent solution would be to create a new assembly descriptor targeting jboss 7.1.2/eap 6. On my current build I'm not only removing all log dependencies but also many unnecessary dependencies like jta, ejb,

Re: [rules-users] Guvnor integration GLOBAL/Remote HTTP resource caching error !!!

2012-07-19 Thread abhinay_agarwal
making my question more precised : why do we get Server returned HTTP response code: 401 for URL: http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/package/Individual/LATEST at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) error ?? -- View

Re: [rules-users] How to retract events that don't match any rules (without @expires())

2012-07-19 Thread Wolfgang Laun
On 19/07/2012, Ladd l...@codemettle.com wrote: That's a good question. Smaller memory footprint by retracting. But we lose the immediate activation of future rules. Maybe I'll make it an option and let somebody else decide. ;) Here's a plausible idea, which might be useful - I still

Re: [rules-users] Gwt Error while integrating guvnor with custom application.

2012-07-19 Thread soumya
Hi Esteban, I tried removing 'gwt.codesvr=localhost:8080' from the url but then i get a page not found. Is there any gwt jars or server installations to be done seperately? -- View this message in context:

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2012-07-19 Thread Ravikiran
Hi Joffrey, I have downloaded guvnor-5.4.0.Final-tomcat-6.0.war and deployed into Websphere AS7. Still i am getting the same exception. [19/07/12 17:23:36:125 SGT] 0025 webappI com.ibm.ws.webcontainer.webapp.WebApp log SRVE0296E:

Re: [rules-users] How to retract events that don't match any rules (without @expires())

2012-07-19 Thread Wolfgang Laun
On 19/07/2012, Wolfgang Laun wolfgang.l...@gmail.com wrote: $b.modify{ incCount() } Even thought this looks nice, one still has to write it like so: modify( $b ){ incCount() } -W ___ rules-users mailing list rules-users@lists.jboss.org

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2012-07-19 Thread Geoffrey De Smet
My advice: start from scratch: Download guvnor-distribution-5.4.0.Final.zip, unzip it, take the tomcat6 war and deploy it to webshere. It will probably crash as Websphere doesn't allow to deploy certain jars: the question is which jars. (I don't know which ones). Look at the exception message

Re: [rules-users] Deploying Guvnor 5.4.0.Final on JBossAS 7.1.2.Final

2012-07-19 Thread Geoffrey De Smet
Christiano, We have such an assembly in place already: https://github.com/droolsjbpm/guvnor/blob/master/guvnor-distribution-wars/src/main/assembly/assembly-guvnor-jboss-as-7_0.xml Feel free to send a pull request to improve that assembly. To try it out, just fork-clone guvnor and run mvn clean

Re: [rules-users] Drools-Guvnor integration with Webshere- Exception during startup...Please help!!!

2012-07-19 Thread Ravikiran
Hi Joffrey/Gurus, Anybody can suggest how to resolve the below error. Before i get the above exception, i found that there was another exception during the server startup. Which is below, [19/07/12 17:33:49:360 SGT] 0025 webappE com.ibm.ws.webcontainer.webapp.WebApp

[rules-users] Web guided Decision table

2012-07-19 Thread abhinay_agarwal
is there a way by which i can use drools.setFocus() and drools.getWorkingMemory().clearAgendaGroup() in a Web guided Decision table ?? -- View this message in context: http://drools.46999.n3.nabble.com/Web-guided-Decision-table-tp4018776.html Sent from the Drools: User forum mailing list archive

Re: [rules-users] Web guided Decision table

2012-07-19 Thread Vincent LEGENDRE
predicate type column allow you to write anything, using $param placeholder to retrieve your cell's content. - Mail original - De: abhinay_agarwal abhinay_agar...@infosys.com À: rules-users@lists.jboss.org Envoyé: Jeudi 19 Juillet 2012 13:39:40 Objet: [rules-users] Web guided

Re: [rules-users] Web guided Decision table

2012-07-19 Thread abhinay_agarwal
can you give me an example, as to how can i use $param ? i wanna setFocus(xyz) once any one of the row is satisfied ! -- View this message in context: http://drools.46999.n3.nabble.com/Web-guided-Decision-table-tp4018776p4018778.html Sent from the Drools: User forum mailing list archive at

Re: [rules-users] Web guided Decision table

2012-07-19 Thread abhinay_agarwal
by what i see predicate can be added to the condition column of the decision table... i wan to add the setFocus() to my action column !! -- View this message in context: http://drools.46999.n3.nabble.com/Web-guided-Decision-table-tp4018776p4018779.html Sent from the Drools: User forum mailing

[rules-users] Drools-expert: Memory Leak with org.mvel2.MVELRuntime

2012-07-19 Thread jsoula
Hello, I am using Drools Expert v5.30 with mvel-2.1.0-drools4.jar. In my program, i run drools in a specific classloader (child first urlClassloader) and i maybe detect a memory Leak with the class org.mvel2.MVELRuntime. In the method resetDebugger, the content of the threadLocal is never set

Re: [rules-users] Web guided Decision table

2012-07-19 Thread Michael Anstis
If you're using 5.4 you can add a BRL Action column and use a free-format DRL fragment. Prior to 5.4 the above is not possible. In which case an alternative might be to use Rule Templates instead. On 19 July 2012 13:02, abhinay_agarwal abhinay_agar...@infosys.com wrote: by what i see predicate

Re: [rules-users] Web guided Decision table

2012-07-19 Thread Vincent LEGENDRE
or create a false setter in your POJO and modify it ... by instance by giving it the agenda-group you want to focus ... - Mail original - De: Michael Anstis michael.ans...@gmail.com À: Rules Users List rules-users@lists.jboss.org Envoyé: Jeudi 19 Juillet 2012 14:39:44 Objet: Re:

[rules-users] Jboss As7.0.2 (linux): designer-2.2.Final-jboss7 request to guvnor-5.4.0.Final-jboss-as-7.0: connection refused

2012-07-19 Thread rodolphio
Hi all, following error appears on trying to save a bpmn2 process: 15:21:28,408 SEVERE [org.jbpm.designer.web.repository.impl.UUIDBasedJbpmRepository] (http--192.168.0.67-8080-3) Unable to connect to Gunvor. Is it running? [Connection refused] 15:21:28,701 SEVERE

Re: [rules-users] Jboss As7.0.2 (linux): designer-2.2.Final-jboss7 request to guvnor-5.4.0.Final-jboss-as-7.0: connection refused

2012-07-19 Thread Tihomir Surdilovic
Is your Guvnor instance running on localhost:8080/guvnor or localhost:8080/drools-guvnor or some other host or port all together? Same question for designer as above. If you are running on localhost:8080/drools-guvnor the Designer jbpm.xml externalloadurl should be externalloadurl

Re: [rules-users] How to retract events that don't match any rules (without @expires())

2012-07-19 Thread Mark Proctor
You could also look at the declarative agenda stuff, which is experimental at the moment. With this you can track if there are any activations that need to fire for a rule. When there are no activations still to fire, you can iterate and retract facts. You could probably even correlate