Mark Proctor | 1 Aug 2007 16:39

[rules-dev] Drools RuleFlow gains subflow and milestone support

http://blog.athico.com/2007/08/drools-ruleflow-gains-subflow-and.html
_______________________________________________
rules-dev mailing list
rules-dev <at> lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev

Adrian Paschke | 2 Aug 2007 21:48
Picon
Favicon

[rules-dev] RuleML-2007 Challenge - Extended Deadlines, 7th/17th August


           [Apologies for multiple postings]

         -- Extended Deadlines: August 7th/17th --

         RuleML-2007 Challenge: Rule Technology Showcase

             October, 25th, 2007 - Orlando, Florida

       http://2007.ruleml.org/index-Dateien/Page787.htm

With its unique emphasis on the practical use of rule technologies in
distributed Web-based environments, RuleML-2007 will feature a Challenge
with a focus on rule applications and rule-based tools. The challenge
offers participants a unique possibility to demonstrate their commercial
or open source tools, use cases, and applications.

Those demo paper submissions that are received by August 7th, and
accepted, will participate in the Challenge and be published in the
Springer LNCS Proceedings.
Those that are received a little later, but by August 17th very latest,
and accepted, will participate in the Challenge and may be considered
for publication in the Proceedings.

Submissions of demo papers (3-5 pages) for the RuleML-2007 Challenge can

be sent to

ruleml2007 AT easychair.org.

(Continue reading)

Edgardo | 4 Aug 2007 00:50
Picon

[rules-dev] Fwd: I need help, guided editor rules in the drools-examples-brms dont work

Hi rules-dev list, (my english is very poor, sorry) I am interested in  
using the
BRMS of JBoss Rules, but when I use the guided editor, this rules dont
work, and in drools-examples-brms example, this dont work too, the error  
message (in the
"Driver is Crazy" rule)is:

RuleAgent(insuranceconfig) INFO (Fri Aug 03 16:05:58 CLT 2007): Adding
package called org.acme.insurance
org.mvel.CompileException: class or class reference not found: Rejection()
	at
org.mvel.optimizers.impl.asm.ASMAccessorOptimizer.optimizeObjectCreation(ASMAccessorOptimizer.java:1771)
	at
org.mvel.ast.NewObjectNode.getReducedValueAccelerated(NewObjectNode.java:49)
	at org.mvel.MVELRuntime.execute(MVELRuntime.java:87)
	at org.mvel.CompiledExpression.getValue(CompiledExpression.java:98)
	at org.mvel.CompiledExpression.getValue(CompiledExpression.java:93)
	at
org.mvel.ast.TypedVarNode.getReducedValueAccelerated(TypedVarNode.java:36)
	at org.mvel.MVELRuntime.execute(MVELRuntime.java:87)
	at org.mvel.CompiledExpression.getValue(CompiledExpression.java:98)
	at org.mvel.MVEL.executeExpression(MVEL.java:202)
	at org.drools.base.mvel.MVELConsequence.evaluate(MVELConsequence.java:32)
	at org.drools.common.DefaultAgenda.fireActivation(DefaultAgenda.java:545)
	at org.drools.common.DefaultAgenda.fireNextItem(DefaultAgenda.java:509)
	at
org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:430)
	at
org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:392)
	at
(Continue reading)

Mark Proctor | 4 Aug 2007 01:06

Re: [rules-dev] Fwd: I need help, guided editor rules in the drools-examples-brms dont work

did you upload your model and import it?

Mark
Edgardo wrote:
> Hi rules-dev list, (my english is very poor, sorry) I am interested in 
> using the
> BRMS of JBoss Rules, but when I use the guided editor, this rules dont
> work, and in drools-examples-brms example, this dont work too, the 
> error message (in the
> "Driver is Crazy" rule)is:
>
> RuleAgent(insuranceconfig) INFO (Fri Aug 03 16:05:58 CLT 2007): Adding
> package called org.acme.insurance
> org.mvel.CompileException: class or class reference not found: 
> Rejection()
>     at
>
org.mvel.optimizers.impl.asm.ASMAccessorOptimizer.optimizeObjectCreation(ASMAccessorOptimizer.java:1771) 
>
>     at
> org.mvel.ast.NewObjectNode.getReducedValueAccelerated(NewObjectNode.java:49) 
>
>     at org.mvel.MVELRuntime.execute(MVELRuntime.java:87)
>     at org.mvel.CompiledExpression.getValue(CompiledExpression.java:98)
>     at org.mvel.CompiledExpression.getValue(CompiledExpression.java:93)
>     at
> org.mvel.ast.TypedVarNode.getReducedValueAccelerated(TypedVarNode.java:36) 
>
>     at org.mvel.MVELRuntime.execute(MVELRuntime.java:87)
>     at org.mvel.CompiledExpression.getValue(CompiledExpression.java:98)
(Continue reading)

Edgardo | 4 Aug 2007 02:51
Picon

Re: [rules-dev] Fwd: I need help, guided editor rules in the drools-examples-brms dont work

Yes, I did it, in the package configuration. I use the drools-4.0.0-brms  
version. The problem is at the moment to evaluate the next generate code  
of the rule:

then
		Rejection fact0 = new Rejection();
		fact0.setReason( "Driver too old" );
		insert( fact0 );

If I use the Technical rule text editor, i dont have any problem.

Greetings from Chile :)

En Fri, 03 Aug 2007 19:06:05 -0400, Mark Proctor <mproctor <at> codehaus.org>  
escribió:

> did you upload your model and import it?
>
> Mark
> Edgardo wrote:
>> Hi rules-dev list, (my english is very poor, sorry) I am interested in  
>> using the
>> BRMS of JBoss Rules, but when I use the guided editor, this rules dont
>> work, and in drools-examples-brms example, this dont work too, the  
>> error message (in the
>> "Driver is Crazy" rule)is:
>>
>> RuleAgent(insuranceconfig) INFO (Fri Aug 03 16:05:58 CLT 2007): Adding
>> package called org.acme.insurance
>> org.mvel.CompileException: class or class reference not found:  
(Continue reading)

jason | 4 Aug 2007 10:31

[rules-dev] Rule's duration attribute will change rule fire sequence?

When I running TroubleTicketExample in Drools4.0. I make follow change:

1)       comment  t3.setStatus( "Done" ); and session.update( ft3, t3 ); in TroubleTicketExample.java file.

2)       Comment rule "Escalate" and "Done" in TroubleTicket.drl

3)       Change three “… Priority” rule’s duration to 1000 , for the "Platinum Priority" rule need add duration attribute

 

We know the sequence which Ticket object insert is ABCD, so if no duration the “… Priority” rule fire and print sequence should be DCBA. But when I used the duration I found actual sequence change to ADCB. The last A be changed the first order. Even I use salience specify the sequence to DCBA, it still run in ADCB sequence. It seems the duration canceled salience affect, and change the last rule to first fire.

 

I think it is a bug , is it ?

 

Jason Wang

 

_______________________________________________
rules-dev mailing list
rules-dev <at> lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev
Mark Proctor | 4 Aug 2007 11:43

Re: [rules-dev] Fwd: I need help, guided editor rules in the drools-examples-brms dont work

please continue this conversation in the user mailing list, as this list 
is for the drools developers, not users.

Edgardo wrote:
> Yes, I did it, in the package configuration. I use the 
> drools-4.0.0-brms version. The problem is at the moment to evaluate 
> the next generate code of the rule:
>
> then
>         Rejection fact0 = new Rejection();
>         fact0.setReason( "Driver too old" );
>         insert( fact0 );
>
> If I use the Technical rule text editor, i dont have any problem.
>
> Greetings from Chile :)
>
> En Fri, 03 Aug 2007 19:06:05 -0400, Mark Proctor 
> <mproctor <at> codehaus.org> escribió:
>
>> did you upload your model and import it?
>>
>> Mark
>> Edgardo wrote:
>>> Hi rules-dev list, (my english is very poor, sorry) I am interested 
>>> in using the
>>> BRMS of JBoss Rules, but when I use the guided editor, this rules dont
>>> work, and in drools-examples-brms example, this dont work too, the 
>>> error message (in the
>>> "Driver is Crazy" rule)is:
>>>
>>> RuleAgent(insuranceconfig) INFO (Fri Aug 03 16:05:58 CLT 2007): Adding
>>> package called org.acme.insurance
>>> org.mvel.CompileException: class or class reference not found: 
>>> Rejection()
>>>     at
>>>
org.mvel.optimizers.impl.asm.ASMAccessorOptimizer.optimizeObjectCreation(ASMAccessorOptimizer.java:1771) 
>>>     at
>>> org.mvel.ast.NewObjectNode.getReducedValueAccelerated(NewObjectNode.java:49) 
>>>     at org.mvel.MVELRuntime.execute(MVELRuntime.java:87)
>>>     at org.mvel.CompiledExpression.getValue(CompiledExpression.java:98)
>>>     at org.mvel.CompiledExpression.getValue(CompiledExpression.java:93)
>>>     at
>>> org.mvel.ast.TypedVarNode.getReducedValueAccelerated(TypedVarNode.java:36) 
>>>     at org.mvel.MVELRuntime.execute(MVELRuntime.java:87)
>>>     at org.mvel.CompiledExpression.getValue(CompiledExpression.java:98)
>>>     at org.mvel.MVEL.executeExpression(MVEL.java:202)
>>>     at 
>>> org.drools.base.mvel.MVELConsequence.evaluate(MVELConsequence.java:32)
>>>     at 
>>> org.drools.common.DefaultAgenda.fireActivation(DefaultAgenda.java:545)
>>>     at 
>>> org.drools.common.DefaultAgenda.fireNextItem(DefaultAgenda.java:509)
>>>     at
>>> org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:430) 
>>>     at
>>> org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:392) 
>>>     at
>>>
org.acme.insurance.launcher.InsuranceBusiness.testDriverCrazy(InsuranceBusiness.java:93) 
>>>     at
>>> org.acme.insurance.launcher.InsuranceBusiness.executeExample(InsuranceBusiness.java:19) 
>>>     at org.acme.insurance.launcher.MainClass.main(MainClass.java:13)
>>> org.drools.spi.ConsequenceException: org.mvel.CompileException: 
>>> class or
>>> class reference not found: Rejection()
>>>     at 
>>> org.drools.common.DefaultAgenda.fireActivation(DefaultAgenda.java:549)
>>>     at 
>>> org.drools.common.DefaultAgenda.fireNextItem(DefaultAgenda.java:509)
>>>     at
>>> org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:430) 
>>>     at
>>> org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:392) 
>>>     at
>>>
org.acme.insurance.launcher.InsuranceBusiness.testDriverCrazy(InsuranceBusiness.java:93) 
>>>     at
>>> org.acme.insurance.launcher.InsuranceBusiness.executeExample(InsuranceBusiness.java:19) 
>>>     at org.acme.insurance.launcher.MainClass.main(MainClass.java:13)
>>> Caused by: org.mvel.CompileException: class or class reference not 
>>> found:
>>> Rejection()
>>>     at
>>>
org.mvel.optimizers.impl.asm.ASMAccessorOptimizer.optimizeObjectCreation(ASMAccessorOptimizer.java:1771) 
>>>     at
>>> org.mvel.ast.NewObjectNode.getReducedValueAccelerated(NewObjectNode.java:49) 
>>>     at org.mvel.MVELRuntime.execute(MVELRuntime.java:87)
>>>     at org.mvel.CompiledExpression.getValue(CompiledExpression.java:98)
>>>     at org.mvel.CompiledExpression.getValue(CompiledExpression.java:93)
>>>     at
>>> org.mvel.ast.TypedVarNode.getReducedValueAccelerated(TypedVarNode.java:36) 
>>>     at org.mvel.MVELRuntime.execute(MVELRuntime.java:87)
>>>     at org.mvel.CompiledExpression.getValue(CompiledExpression.java:98)
>>>     at org.mvel.MVEL.executeExpression(MVEL.java:202)
>>>     at 
>>> org.drools.base.mvel.MVELConsequence.evaluate(MVELConsequence.java:32)
>>>     at 
>>> org.drools.common.DefaultAgenda.fireActivation(DefaultAgenda.java:545)
>>>     ... 6 more
>>>
>>> Thanks :), I am waiting for you response...
>>>
>>
>> _______________________________________________
>> rules-dev mailing list
>> rules-dev <at> lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-dev
>
>
>

_______________________________________________
rules-dev mailing list
rules-dev <at> lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev

Mark Proctor | 8 Aug 2007 16:49

[rules-dev] Featured Drools Job - Tier One Investment Bank

http://blog.athico.com/2007/08/featured-drools-job-tier-one-investment.html <original blog link>

Caspian One is the first company to place a job advert on the Drools Job Board, as such I thought I'd give it wider promotion :)

Intro: Caspian One is working with a tier one investment bank who is looking to recruit a Java Developer to work within the Credit Derivatives Front Office. Project description the successful candidate will be given the opportunity to develop MiFID integration feeds in the Drools framework. The team is responsible for hands on development of implementation, feeds, integration and database infrastructure for an in-house MiFID solution. This is all using SOA strategies, JBoss Drools framework, JDBC, relational database design and SQL coding with either MS SQL or Sybase. Also an essential is good knowledge of modern Java development; Spring /Hibernate. The candidate must have a proven track record of being able to work in a highly dynamic environment with some experience in investment banking. As such we are looking for candidates with good Java skills, who can design database using either MS SQL coding or Sybase and the must is good experience using Drools.

Sales bit: The successful candidate will gain excellent exposure to investment banking business areas, as well as the opportunity to work in a technically challenging, delivery focused environment, within a fast moving business areas.

You can view and apply for this this role at the Drools Job Board here.
_______________________________________________
rules-dev mailing list
rules-dev <at> lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev
Marcos Tengelmann | 9 Aug 2007 04:35
Picon

RE: [rules-dev] Featured Drools Job - Tier One Investment Bank

Hi,
I guess I miss the job board announcement and worst, Mr. ET did not tell me anything about.
 
Any kind kind of promotion to the second :)
 
Solution is our Business
Marcos Tengelmann
Relações Comerciais
Auster Solutions do Brasil
Avenida Ibirapuera 2120, cj 224
marcos.tengelmann <at> auster.com.br
tel:
fax:
mobile:
Skype ID:
5052-8535
5052-6711
9139.7983
mtengelmann
Want to always have my latest info? Want a signature like this?
 

From: rules-dev-bounces <at> lists.jboss.org [mailto:rules-dev-bounces <at> lists.jboss.org] On Behalf Of Mark Proctor
Sent: quarta-feira, 8 de agosto de 2007 11:49
To: Rules Users List; Rules Dev List
Subject: [rules-dev] Featured Drools Job - Tier One Investment Bank

http://blog.athico.com/2007/08/featured-drools-job-tier-one-investment.html <original blog link>

Caspian One is the first company to place a job advert on the Drools Job Board, as such I thought I'd give it wider promotion :)

Intro: Caspian One is working with a tier one investment bank who is looking to recruit a Java Developer to work within the Credit Derivatives Front Office. Project description the successful candidate will be given the opportunity to develop MiFID integration feeds in the Drools framework. The team is responsible for hands on development of implementation, feeds, integration and database infrastructure for an in-house MiFID solution. This is all using SOA strategies, JBoss Drools framework, JDBC, relational database design and SQL coding with either MS SQL or Sybase. Also an essential is good knowledge of modern Java development; Spring /Hibernate. The candidate must have a proven track record of being able to work in a highly dynamic environment with some experience in investment banking. As such we are looking for candidates with good Java skills, who can design database using either MS SQL coding or Sybase and the must is good experience using Drools.

Sales bit: The successful candidate will gain excellent exposure to investment banking business areas, as well as the opportunity to work in a technically challenging, delivery focused environment, within a fast moving business areas.

You can view and apply for this this role at the Drools Job Board here.
_______________________________________________
rules-dev mailing list
rules-dev <at> lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev
Mark Proctor | 9 Aug 2007 18:40

[rules-dev] JBoss Drools vs ILog JRules - an anecdotal story

http://blog.athico.com/2007/08/jboss-drools-vs-ilog-jrules.html
_______________________________________________
rules-dev mailing list
rules-dev <at> lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev


Gmane