Semantic Web Drools Module, Request for Feedbak
by Xavier Breton
Hi,
I'm looking for feedback, I'll develop a Semantic Web Drools Module that
will be the subject of my Master Degree Tesis.
The idea is to use Eclipse Modelling Framework (EMF) for prototyping and
follow a Model Driven Architecture (MDA) where the source language is
Semantic of Business Vocabularies and Business Rules (SBVR) and the target
language is Drools DRL.
The mapping could be (PIM level):
- Semantic Web Rule Language (SWRL)
- Ontology Web Language (OWL)
- RuleML
- Rule Interchange Format (RIF)
- REWERSE Rule Markup Language (R2ML)
It could be added to the module at the source UML or Entity Relationship
like models to transform the models into SBVR.
Regards
Xavier Breton
10 years, 10 months
Guided Editor in BRMS / Guvnor Version 5 (Snapshot of 26 June)
by Paul Browne
Folks,
For various reasons I'm trying out the Guided Editor for Business Rules in
the Guvnor Version 5 (Snapshot of 26 June from Hudson, deployed on JBoss App
Server 4.2.2GA).
I've created the Package / Category and uploaded a simple fact model (as
works in BRMS version 4). I create a new business rule using the guided
editor and the screen shows successfully with both 'When' and 'Then'
parts.Assume the next question is due to me missing something, but wanted to
double check:
When I press the green '+' to the right of the screen I am shown the message
/ dialog layer saying '
*Add a condition to the rule... *or* Add an action to the rule.
*Problem is that there doesn't appear to be a way of adding a condition or
action. The only thing I'm seeing in the logs is
* (Contexts.java:flushAndDestroyContexts:335) could not discover
transaction status
*Am I missing something or should I come back to Guvnor later in the
development Cycle?
Thanks
Paul
12 years, 9 months
Drools on android
by Justin King
Hi All,
I'm wondering if anyone has tried to use drools in a google android
application, and if so what problems did you have? I'd also be interested to
know if its even possible!
Thanks!
--
Regards,
Justin King
PhD Candidate
Faculty of Information and Communication Technologies
Swinburne University of Technology
http://www.ict.swin.edu.au/ictstaff/justinking
--
Regards,
Justin King
PhD Candidate
Faculty of Information and Communication Technologies
Swinburne University of Technology
http://www.ict.swin.edu.au/ictstaff/justinking
12 years, 11 months
unknown error while parsing
by Boschung Daniel
hi folks
drools prompt me to contact the development team. the following error apears, whithout stacktrace, while developing
a rule. maybe the error is known to you?!
thanks for a little statement
daniel
14 years, 1 month
build error in docs
by jschmied
Hi!
Im trying "mvn package" in the "trunk\drools-docs" subdir (fresh checkout)
and get:
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] The projects in the reactor contain a cyclic reference: Edge between
'Vertex{label='org.drools:docbook-xsl-drools'}' and 'Vertex{labe
l='org.drools:docbook-style-drools'}' introduces to cycle in the graph
org.drools:docbook-style-drools --> org.drools:docbook-xsl-drools -->
org.drools:docbook-style-drools
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Fri Feb 05 13:10:01 CET 2010
[INFO] Final Memory: 2M/5M
[INFO]
------------------------------------------------------------------------
I found this problem aked before here but no real solution.
Thanks
Juergen
--
View this message in context: http://n3.nabble.com/build-error-in-docs-tp196316p196316.html
Sent from the Drools - Dev mailing list archive at Nabble.com.
14 years, 7 months
Fwd: Eclipse Plugin: JBoss Rules
by Michael Neale
Do we need to bother?
---------- Forwarded message ----------
From: Lynn Gayowski <lynn.gayowski(a)eclipse.org>
Date: Thursday, April 29, 2010
Subject: Eclipse Plugin: JBoss Rules
To: michael.neale(a)gmail.com
Hi Michael! I noticed that your plugin on
http://marketplace.eclipse.org <http://www.eclipseplugincentral.com/>
has not been updated since November 15, 2006. Is your plugin
still
active? We moved all plugins from
Eclipse PlugIn Central to Marketplace December, 2009 and we are now
planning to remove old content. We ask that you please update it
within 2 weeks if you
would like to keep it on the site. Even just making a small change to
the description will
reset the “last updated” date. You can go to
http://marketplace.eclipse.org/content/jboss-rules and log in at the
top right to make changes.
Cheers,
--
Lynn Gayowski
Marketing Events Manager
Eclipse Foundation, Inc.
P +1 613 224 9461 ext. 234
F +1 613 224 5172
lynn.gayowski(a)eclipse.org
--
Michael D Neale
home: www.michaelneale.net
blog: michaelneale.blogspot.com
14 years, 7 months
Missing Artifact: JPAKnowledgeProviderLocalClient
by tolitius
Hey Drools Gurus,
Any plans to add "JPAKnowledgeProviderLocalClient" to the mix?
./drools-grid-core/src/main/java/org/drools/grid/local
total 20
-rw-r--r-- 1 user group 1917 2010-04-16 16:36
KnowledgeBaseProviderLocalClient.java
-rw-r--r-- 1 user group 3030 2010-04-16 16:36 LocalConnection.java
-rw-r--r-- 1 user group 1940 2010-04-16 16:36
KnowledgeBuilderProviderLocalClient.java
-rw-r--r-- 1 user group 2820 2010-04-16 16:36
DirectoryNodeLocalImpl.java
-rw-r--r-- 1 user group 1449 2010-04-16 16:36
DirectoryLookupProviderLocalClient.java
It is refered to, but can't be loaded (by the class loader). well..
because it does not exist :)
Thank you,
/Anatoly
--
View this message in context: http://n3.nabble.com/Missing-Artifact-JPAKnowledgeProviderLocalClient-tp7...
Sent from the Drools - Dev mailing list archive at Nabble.com.
14 years, 8 months
Drools backend question
by Justin King
Hi All,
I'm trying to find out what Drools does at runtime with rules written in
drl. The RHS is obviously converted to java somehow. Is this done using a
library like asm or javassist? I want to run Drools on a dalvik vm and I
think this may impact what I can do.
Thanks!
Justin King
14 years, 8 months