Re: [rules-users] Drools and Eclipse 3.5

2009-08-30 Thread ekke
I also have best experiences to use the Update Sites from http://labs.jboss.com/tools/download because they are P2 Update Sites and you can choose between stable, development, nightly thx to JBoss Team to provide these sites now online (first sites were only download-sites) ekke Jesper S

Re: [rules-users] OSGI, classloading, and imports in KnowledgeBuilder

2009-08-14 Thread ekke
___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users I would also love to help - it's on my TODO list, too ;-) -- ekke (ekkehard gentz) independent software-architect senior erp-consultant eclipse | osgi | equinox | mdsd | oaw | emf

[rules-users] Drools as OSGI bundle

2008-05-14 Thread ekke
just seen that SpringSource published Drools as OSGI bundles http://www.springsource.com/repository/app/search?query=drools http://www.springsource.com/repository/app/search?query=drools - I'll create a request to get 4.0.7 - they published 4.0.4 next two weeks I'll try the bundles ekke -- View

Re: [rules-users] Drools as OSGI bundle

2008-05-14 Thread ekke
figured out the dependencies to MVEL bundle - if this enterprise bundle repository works well - would be great benefit - there are always hours of work to see where are the dependencies, what to export and import etc... ekke (btw: I'm building an ERP solution as eclipse rich client + osgi server using

[rules-users] drools licensing question from springsource

2008-05-08 Thread ekke
a question regarding licensing https://issuetracker.springsource.com/browse/BRITS-4 perhaps someone can help them thx ekke -- View this message in context: http://www.nabble.com/drools-licensing-question-from-springsource-tp17127700p17127700.html Sent from the drools - user mailing list archive

Re: [rules-users] drools licensing question from springsource

2008-05-08 Thread ekke
thx - I gave your remarks to springsource ekke Mark Proctor wrote: Mark Proctor wrote: ekke wrote: SpringSource is just creating an EnterpriseBundleRepository for OpenSource Software - they bundle the jars as OSGI bundle which is very helpful if you're developing an eclipse equinox

Re: [rules-users] error message

2007-10-11 Thread ekke
without adding the jdt.core jar to my cp I get the error you reported ekke suresh00 wrote: Hi, I guess its not the issue with the classpath. The plugin doesn't work with eclipse 3.3. This works with Eclipse 3.2 (verified few minutes ago) Here is the defect at Jboss site: http

Re: [rules-users] error message

2007-10-11 Thread ekke
joshua, I think this would be no good idea. this small step is not much work and I'm flexible: if working with eclipse 3.4 milestones I can easy use the 3.4 jdt.core jar ...and the error msg is clear enough: jdt.core.jar is missing ekke Joshua Jackson-3 wrote: Too bad Mark don't want to add

[rules-users] RE: RE: rules precompilation

2007-10-09 Thread ekke
...; } catch (final ClassNotFoundException e) { ...your code...; } now your imported package should work like the exported ekke Manukyan, Sergey wrote: Ekke, Started using 4.0.2, but getting same error. This is how I am loading the Package

Re: [rules-users] Package.clear() doesn't clear RuleFlows

2007-10-03 Thread ekke
Mark, ...just downloaded build832-rev15510-20071002-0845 but same as before: the RuleFlow is still there after clear() also after removeRuleFlow() started eclipse -clean, verified that there are only jars from the snapshot regards ekke Mark Proctor wrote: ekke wrote: there's no comment

Re: [rules-users] How to have your emails ignored

2007-10-03 Thread ekke
don't open a new topic - place your mail in the middle of another thread which belongs to a totally different topic start your email with I'm a member of the drools mailinglist, so please answer me ekke Mark Proctor wrote: Did this for some fun, will add it to the mailing lists info page

Re: [rules-users] rules precompilation

2007-10-03 Thread ekke
sergey, one possible way: after adding your rules to a package, you can use yourPackage.writeExternal() to store your package (with compiled rules) anywhere. later you can get the compiled rules back with ...Package.readExternal() ekke Manukyan, Sergey wrote: Folks, Where can I find

[rules-users] RE: rules precompilation

2007-10-03 Thread ekke
, tested if all rules are there, tested if the Facts are in workingMemory - all ok (using snapshot 4.0.2, eclipse 3.3, osx 10.4.10) ekke Manukyan, Sergey wrote: Ming, Ekke, After deserialising the Package back - getting exception when inserting facts: Exception thrown

Re: [rules-users] Drools Examples Documentation Gets Beefed Up

2007-10-02 Thread ekke
Mark, just read the http://wiki.jboss.org/wiki/attach?page=JBossRules%2FSynasc2007-GeneralSession.pdf Synasc2007MainTrack.pdf great stuff - now I understand much better the background of RuleFlows =) would be great if the ClinicalDS example could be added to the docs. ekke Mark Proctor

[rules-users] sequential mode

2007-09-25 Thread ekke
in the docs I read: 2.5.6 ... StatelessSession supports sequential mode... 2.5.10 ... Sequential mode can only be used with a StatefulSession so whats true ? thx for info ekke -- View this message in context: http://www.nabble.com/sequential-mode-tf4513876.html#a12874505 Sent from the drools

[rules-users] RE: eclipse drools builder doesn't recognize functions...?

2007-09-25 Thread ekke
(Scope.java:2121) at org.eclipse.jdt.internal.compiler.lookup.Scope.getTypeOrPackage(Scope.java:2317) ... ekke Manukyan, Sergey wrote: Thanks Mark. It does execute fine, aalthough an inconvenience. I ended up having a separate java class for storing static functions. Ekke

[rules-users] BRMS and IDE

2007-09-24 Thread ekke
an Agent to get the changes from BRMS automatically, but there seems no way to push new drls or changed drls from the IDE into the BRMS - the only I've seen is to import single drls into BRMS any thoughts or ideas ? thx - ekke -- View this message in context: http://www.nabble.com/BRMS-and-IDE

[rules-users] dialect: Java or MVEL

2007-09-24 Thread ekke
performant ? thx for infos from insiders ekke -- View this message in context: http://www.nabble.com/dialect%3A-Java-or-MVEL-tf4509146.html#a12859759 Sent from the drools - user mailing list archive at Nabble.com. ___ rules-users mailing list rules-users

Re: [rules-users] BRMS and IDE

2007-09-24 Thread ekke
sync would be great ekke -- View this message in context: http://www.nabble.com/BRMS-and-IDE-tf4508320.html#a12865258 Sent from the drools - user mailing list archive at Nabble.com. ___ rules-users mailing list rules-users@lists.jboss.org https

[rules-users] import statements and performance

2007-09-24 Thread ekke
statements) thanks for info ekke -- View this message in context: http://www.nabble.com/import-statements-and-performance-tf4511270.html#a12866596 Sent from the drools - user mailing list archive at Nabble.com. ___ rules-users mailing list rules-users

Re: [rules-users] RuleFlow, packages, ruleflow-group

2007-09-24 Thread ekke
has anyone a short info for me ? thx ekke ekke wrote: I know, * packages are Collections of related rules * a rule can only belong to one package in the BRMS I can use * categories to structure rules, * one rule can belong to n Categories but this has nothing to do with the execution

Re: [rules-users] Fwd: assertion of object

2007-09-21 Thread ekke
Raffaele, perhaps you can describe your usecase for these rules ? ekke Raffaele Viola wrote: How can I declare a variable not global but local to every rules Thanks Raffo -- Forwarded message -- From: Raffaele Viola [EMAIL PROTECTED] Date: 21-set-2007 19.51 Subject

[rules-users] context-assist drl

2007-09-20 Thread ekke
hi, the context assist in a .drl editor doesnt show ruleflow-group if hitting ctrl-space ekke -- View this message in context: http://www.nabble.com/context-assist-drl-tf4486254.html#a12793437 Sent from the drools - user mailing list archive at Nabble.com

Re: [rules-users] place for import statments

2007-09-20 Thread ekke
thx for soon answer, but here's my next question about import with * is it correct, that import org.a.daten.* is only valid to use classes from org.a.daten like org.a.daten.Class1 but not from sub-packages like org.a.daten.sales.Class2 ? if I import org.a.daten.sales.* it works ekke Mark

[rules-users] ruleflow-group

2007-09-20 Thread ekke
no informations about all the RuleFlowGroups used inside the .drl's. are there any plans to have a RulesGroupView like the RulesView, but showing the RuleFlowGroups instead of packages ? or are there plans for context-assist ? thx for infos ekke -- View this message in context: http

Re: [rules-users] ruleflow-group

2007-09-20 Thread ekke
time to make contributions, too ekke Kris Verlaenen wrote: inside the RuleFlow editor I have to enter the RuleFlowGroup below the name in the properties view but I have no informations about all the RuleFlowGroups used inside the .drl's. Currently, we kind of assume that, when you are using

[rules-users] RuleFlow, Actions, Milestone

2007-09-20 Thread ekke
some questions, because I didn't found something in the docs - as I understand it right: a Split - constraint is like LHS of a rule an Action is like RHS of a rule but what does a Milestone - constraint ? when do I use a Milestone ? thx for info ekke -- View this message in context: http

[rules-users] RuleFlow, packages, ruleflow-group

2007-09-20 Thread ekke
-group, but as I understand, * a rule can only belong to one ruleflow-group but I think its common, that a rule can be used in different Business-Context = different RuleFlows. have I to duplicate those rules or is there another recommanded way ? thx ekke -- View this message in context: http

Re: [rules-users] ruleflow-group

2007-09-20 Thread ekke
would be great ;-) ekke Mark Proctor wrote: maybe sort by ruleflow-group, agenda-group and activation group :) -- View this message in context: http://www.nabble.com/ruleflow-group-tf4486773.html#a12804850 Sent from the drools - user mailing list archive at Nabble.com

Re: [rules-users] Drools-Example.zip - Newbie

2007-09-20 Thread ekke
- select all copy into workspace all works well in my environment: Eclipse 3.3 Drools 4.0.1 JDK 5 OSX 10.4.10 ekke Malika wrote: Hello, I am a complete novice in Drools. I would like to see some working examples. But my issue here is that I don't really know how to try the examples provided

Re: [rules-users] Drools-Example.zip - Newbie

2007-09-20 Thread ekke
Drools as RuleEngine. excuse my many questions - I know that you all are hard working on the next release and I hope in the future I can give someting back ekke Mark Proctor wrote: As part of 4.0.2 we added quite extensive documentation for the examples, not all examples are documented though