Re: [rules-users] Fwd: Migrating repository data from Drools 5.0 to 5.3Final

2012-02-17 Thread Michael Anstis
Forwarded to drools-user sent on the move -- Forwarded message -- From: "Michael Anstis" Date: 17 Feb 2012 21:24 Subject: Re: [rules-users] Fwd: Migrating repository data from Drools 5.0 to 5.3Final To: "jian zhi" I could not set the bound name to the same value as the Fact Typ

Re: [rules-users] Fwd: Migrating repository data from Drools 5.0 to 5.3Final

2012-02-17 Thread jian zhi
Sorry, the error was Unable to save this asset, as it has been recently updated by [xxx]. From: jian zhi To: Michael Anstis Cc: Rules Users List Sent: Friday, February 17, 2012 4:08 PM Subject: Re: [rules-users] Fwd: Migrating repository data from Drools 5

Re: [rules-users] Fwd: Migrating repository data from Drools 5.0 to 5.3Final

2012-02-17 Thread jian zhi
Thanks for the update. I wa able to set the bound name same as the fact type on RHS in both R5.3Final and R5.3.2 snapshort. I also have problem to save the decision table if I open a decision table(web guided editor), edit it, save it(successful), then edit it again(on the same table) and save i

Re: [rules-users] Drools : Guvnor issue on tomcat when attempting to use Oracle DB as rule store

2012-02-17 Thread Kevin Kelleher
Hi Mantis, Thanks for the response I'm pretty sure that the "out of memory" is a symptom not the cause. The console give a warning "SEVERE: The web application [/guvnor] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak

Re: [rules-users] Rule definition introspection

2012-02-17 Thread Mark Proctor
On 17/02/2012 13:54, Wolfgang Laun wrote: > Below is some code that indicates the general direction. Since it uses > the unstable API, it may not work as well any more, it was good in 5.1.1 > and it still works using 5.3.0 with straightforward patterns. > > Mark does not agree with me that it is a

Re: [rules-users] Drools : Guvnor issue on tomcat when attempting to use Oracle DB as rule store

2012-02-17 Thread Michael Anstis
The localhost log shows an Out Of Memory error. Have you tried increasing the heap size? sent on the move On 17 Feb 2012 17:36, "Kevin Kelleher" wrote: > Hi, > > First time post on drools ... > > I installed Guvnor 5.3.0 on tomcat 6.0.35. When I used the default > (Jackrabbit) datastore all wor

[rules-users] Drools : Guvnor issue on tomcat when attempting to use Oracle DB as rule store

2012-02-17 Thread Kevin Kelleher
Hi, First time post on drools ... I installed Guvnor 5.3.0 on tomcat 6.0.35. When I used the default (Jackrabbit) datastore all worked fine. I next went about trying to change guvnor to use an external RDBMS (Oracle 10g) . I generated a new repository.xml . As per reference manual I used the Re

Re: [rules-users] having more than one rule in drools template - drt

2012-02-17 Thread FrankVhh
AFAIK, you can have as many rules as you like. However, the object type from which you collect the data for the rules needs to be the same for the entire template. I never tried if it could work with multiple object types as well, so I would be happy to be overruled. Regards, Frank domingo wrot

[rules-users] having more than one rule in drools template - drt

2012-02-17 Thread domingo
Hi, can i create more than one rule in one rule template? from the doc, source and example my understanding is only one. Is it possible to break this limitation, please give me some tips... thanks, - with kind regards, -- View this message in context: http://drools.46999.n3.nabble.com/having

Re: [rules-users] Fwd: Migrating repository data from Drools 5.0 to 5.3Final

2012-02-17 Thread Michael Anstis
I just tried setting the bound name to be the same as the Fact type in both the LHS and RHS with "master" and it is not allowed. It sounds like your export has issues introduced as a result of bugs in 5.0.x. This is over 2 years old and you're unlikely to find much community support now. I believ

Re: [rules-users] Rule definition introspection

2012-02-17 Thread Wolfgang Laun
Below is some code that indicates the general direction. Since it uses the unstable API, it may not work as well any more, it was good in 5.1.1 and it still works using 5.3.0 with straightforward patterns. Mark does not agree with me that it is a legitimate wish of Drools application development t

Re: [rules-users] Rule File Not Found in an OSGi environment

2012-02-17 Thread jjmartinez
Is it possible that I need any specific bundle to load a rule file? I'm using drools.compiler, drools.core, knowledge-api and all its dependencies in Apache-Felix. Do anyone know this? Thanks in advance. -- View this message in context: http://drools.46999.n3.nabble.com/Rule-File-Not-Found-in-

Re: [rules-users] Rule File Not Found in an OSGi environment

2012-02-17 Thread elMateo
Hello Alexander, Thanks for your response, I'm going to try it. 2012/2/16 Alexander Filipchik > I guess I had same issue. > At first - check your jar and make sure it is there. > This is ok. > Then make sure you don't override default Bundle-ClassPath. > I'm not sure that I don't override defa