Thanks for the update Mark! :)
Can't wait to try it out . . .
It is not there on the downloads page. The last release is 5.1M1. Can you
point me to where I can download M2 release from?
Regards,
Rohit
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Any-ne
I have some maintenance/event rules in an auto-focus agenda group with a very
high salience. These rules are supposed to kick in ASAP whenever their
conditions become true. I have made sure their salience is the highest of
all rules in our repository and they are not attributed to any
ruleflow-gro
Hi,
I grabbed drools build 3895 and am trying to work it into our local
environment.
I see that drools-workitems has a dependency on an unreleased Apache project
(commons-finder)
which in turn has a dependency on another unreleased Apache project
(commons-cli 2.x)
The commons-finder dependency lo
On 10/05/2010 19:08, Rohit Rai wrote:
> It has been around 2 months since this update.
>
> Do we have anything new? Is there some major issue with the release?
>
> Can't we release a M2 if we are not yet ready for beta or final release?
>
M2 has been released, we just haven't announced it or pu
It has been around 2 months since this update.
Do we have anything new? Is there some major issue with the release?
Can't we release a M2 if we are not yet ready for beta or final release?
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Any-news-on-Drools
Edson,
Any pointers here we're seeing this all over the place and it's starting to
become a major problem I'm more than willing to do a merge build and test but I
really need to know which thing it was that you did to try to fix this.
Thank you very much,
-- Paul Ryan
On May 5, 2010, at 1:43
If you want to restrict to a series of literals you might check if the "in"
operator is faster:
rule "Filter File
Types"
salience 100 // prioritywhen
FileType( type in
("ico","gif","jpg","mov","wmv","jpeg","css","bmp","avi","swf","png") )
then
How come it started working when i added the missing jars?
jxl.jar and xstream.jar?
E.
2010/5/11 Salaboy
> You need to move the rules inside /src/main/resources/ and maven will
> include the rule file into the classpath automatically.
>
> - Ing. Mauricio Salatino -
>
> On May 10, 2010, at 8:21
Ups, sorry! Salaboy is right. I forgot the *main *directory.
2010/5/11 Salaboy
> You need to move the rules inside /src/main/resources/ and maven will
> include the rule file into the classpath automatically.
>
> - Ing. Mauricio Salatino -
>
> On May 10, 2010, at 8:21, eyal edri wrote:
>
> I'm
You need to move the rules inside /src/main/resources/ and maven will
include the rule file into the classpath automatically.
- Ing. Mauricio Salatino -
On May 10, 2010, at 8:21, eyal edri wrote:
I'm still having problem unfortunately.. :(
i get a strange error that i didn't got before tur
OK,
I found 2 missing jars from the maven dependencies that appeared in the
drools project,
and apparantly are mandatory:
jxl.jar
xstream.jar
both were available via the maven2 repo.
Eyal.
On Mon, May 10, 2010 at 2:21 PM, eyal edri wrote:
> I'm still having problem unfortunately.. :(
>
> i g
You can put your rules files under src/resources/xxx/yyy.drl and then do
*kbuilder.add(ResourceFactory.newClassPathResource("xxx/yyy.drl"),
ResourceType.DRL);*
Best,
2010/5/10 eyal edri
> I'm still having problem unfortunately.. :(
>
> i get a strange error that i didn't got before turning to
I'm still having problem unfortunately.. :(
i get a strange error that i didn't got before turning to maven:
when running:
*kbuilder.add(ResourceFactory.newClassPathResource("src/main/rules/sample.drl"),
ResourceType.DRL);*
this errors occurs:
java.lang.RuntimeException: java.io.FileNotFoundExc
OK, the eclipse maven plugin added those deps type as 'pom' instead of
'jar',
so the drools jars weren't included.
fixed that.
thanks.
On Mon, May 10, 2010 at 11:25 AM, eyal edri wrote:
> OK, Still got problems.
>
> i've created a maven project, and all looks good in compile time (with all
> t
Thanks Mark,
I don't have much free time to contribute, unfortunately, (I've gotta look
busy at work...). sorry to be an abuser of open source :) But I'll
download the source, and occasionally try understand what's going on in the
dev forum.
Regards
Daniel
--
View this message in context:
OK, Still got problems.
i've created a maven project, and all looks good in compile time (with all
the org.drools dep below).
but i think i still missing a 'runtime' dependency, cause when i try to run
the Hello World example, i get this error:
[the src line is this:
KnowledgeBuilder kbuilder =
You should add '^' and '$' to avoid matching with part of the type String.
-W
2010/5/10 eyal edri
> Thanks!
>
> I've found another way by using 'matches'. though i don't know which one
> is preferable (performance speaking..).
>
> rule "Filter File Types"
> salience 100 // priority
> when
> Fi
Hello
Im using your example from your blog page with Person example model. Im
using JAXB marshaller. Server JBoss 5.
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:ser="http://service.server.drools.org/";>
2010/5/7 Lucas Amador [via Drools - Java Ru
Thanks!
I've found another way by using 'matches'. though i don't know which one
is preferable (performance speaking..).
rule "Filter File Types"
salience 100 // priority
when
FileType( type matches "(ico|gif|jpg|mov|wmv|jpeg|css|bmp|avi|swf|png)" )
then
//TODO: change to actual action
System
Hi,
I'm considering Drools Flow for our application which currently runs a
proprietary flow engine. This flow engine wires the nodes/tasks in the flow
using spring xml which essentially lets our customers build custom flows
which executes pojos which implement a predefined interface. It does howev
Hi All,
I have a question about the Drools support for the JBOSS 6.0 because I
have problems deploying the Guvnor on the JBOSS 6.0 where it was functioning
perfectly under JBOSS 4.2.3. Any suggestions or documents that I can refer
to.
Regards,
Ram
--
View this message in context:
http://dro
21 matches
Mail list logo