As far as debugging rules go, I'm no drools expert but I believe you can use org.drools.audit.WorkingMemoryFileLogger to log working memory events to file, which may be helpful for working through issues. It should be a snap to set this up - simply create one when the user logs in:
| WorkingMemoryFileLogger log = new WorkingMemoryFileLogger(Identity.instance().getSecurityContext());
| log.setFileName("/my/logfile");
|
Then you need to call log.writeToDisk() to flush the logger's "buffer" to disk, or alternatively you can probably call log.setMaxEventsInMemory(0).
Please let me know if this is helpful (I haven't tried it myself :).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010783#4010783
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010783
The files are not opened by some other application (that I know of).
Basically the things running/using/producing these files are Eclipse (JBoss IDE), and JBoss app server.
At the moment, I can not trigger the problem on purpose - but I have a suspicion that it may have to do with having an automatic rebuild followed by a build clean and that the consequences of the first operation has not completed.
Thanks Gvin for fixing things with the exceptions. What I don't understand is how anyone can protect a page using the rules...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010778#4010778
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010778
helo
the dome program(jbpm) i got in jboss site and also in getting started guide is so simple. i need more real life example with sending emails, interacting with an ERP, ... (Programming logic layer) and optionally allow users to complete tasks by submitting forms (User interfaces layer).
plz help me in this regard. i am trying to do this for the last two weeks.
is it possible???
here is my gmail account saiful.raju(a)gmail.com and i am available in yahoo and msn, saiful_raju(a)yahoo.com or rony_m12(a)hotmail.com.
i just need guide line
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010774#4010774
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010774