SAML 2.0 support ?
by Lavabit
Hi,
I try to find out how good SAML support in Jboss is.
I would like to know if any of you as ever succesfully tested JBoss against a
certified SAML 2.0 Identity Provider ?
Thank you very much.
Pierre
15 years, 5 months
Ruleflow and events
by pieter
Hi,
I have a foreach node with a composite node nested inside it. In the
composite node I have an exception handler defined and a fault node. The
exception handler calls
context.getProcessEngine().signalEvent("MyFaultType",
context.getVariable("MyFaultVariable"));
However if the MyFaultType event node is nested in either the foreach or
composite node then the process engine can not find it. It only finds it
if the event node is outside both the foreach and composite node.
Caused by: java.lang.IllegalArgumentException: Unknown node id: 57
at org.drools.workflow.core.impl.NodeContainerImpl.getNode(NodeContainerImpl.java:46)
at org.drools.workflow.core.node.CompositeNode.getNode(CompositeNode.java:33)
at org.drools.workflow.core.node.ForEachNode.internalGetNode(ForEachNode.java:102)
at org.drools.workflow.instance.impl.NodeInstanceImpl.getNode(NodeInstanceImpl.java:91)
at org.drools.workflow.instance.node.EventNodeInstance.getEventNode(EventNodeInstance.java:66)
at org.drools.workflow.instance.node.EventNodeInstance.signalEvent(EventNodeInstance.java:36)
at org.drools.workflow.instance.node.CompositeNodeInstance.signalEvent(CompositeNodeInstance.java:219)
at org.drools.workflow.instance.impl.WorkflowProcessInstanceImpl.signalEvent(WorkflowProcessInstanceImpl.java:278)
Is this expected behavior?
I am trying to have the foreach loop continue after the fault is raised.
Thanks
Pieter
15 years, 5 months
Perfomance issue when accessing Guvnor using a Web service
by bbarani
Hi,
We have written a webservice which will inturn invoke the Rules present in
Guvnor and returns the response from Guvnor to the invoking client app.
We have written the Webservice using Axis 2 WS.
Guvnor is using SQL server 2005 as its backend.
It takes around 15 to 20 seconds for Guvor to send a response back to WS. I
am very much interested in getting to know various performance factors that
affects Guvnor.
I am currently running the webservice from one server and Guvnor is running
in another server (This server doesnt have any app other than Guvnor).
Whenever a call is made to Guvnor from the WS, I could see the heap size of
Tomcat container (where Guvnor is deployed) growing interms of MB but it
doesnt decrease at all. After some time I get out of memory errors.
I just want to check if someone has a better configuration parameters for
Guvnor which can help me to increase performance and also to deal with
memory related issues.
Thanks,
Barani
--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Perfomance-issue-when...
Sent from the Drools - User mailing list archive at Nabble.com.
15 years, 5 months
category rules in Guvnor packages
by Vincent Legendre
Hi all,
I can't make my rules inherit from category rules.
I saw a JIRA reporting a malfunction for this, but it shoud be corrected.
I am using version 5.0.1
I tried a category rule writen un DRL, or in BRL. Same for rules that
should inherit the LHS (tested with pure DRL, BRL ...) from one of their
categories. And yes I tried to inspect the big DRL generated from
package, and also tried with compiled binary.
Does anyone have some kind of doc or sample using this function ?
Is there some restrictions on rules than can use this, either for
category rules and/or rules that should inherit some LHS ?
Thanks !
15 years, 5 months
How implement custom editor for Drools Flow work definitions?
by Mattias Nilsson
Hi,
I'm trying to implement a custom editor for my own work definitions in
Drools Flow but run into classloading issues when I try to start the
custom editor from Eclipse.
I have tried various ways of building and packaging my class but all
result in NoClassDefFoundError, LinkageError, ClassCastException etc.
Does anyone know what's the trick to successfully making and using an
own implementation of org.drools.process.core.WorkEditor? Any pointers
or example code would be much appreciated.
Thanks,
Mattias Nilsson
15 years, 5 months
GC overhead limit exceeded
by LeoIo
Hi,
I am getting "java.lang.OutOfMemoryError: GC overhead limit exceeded" error.
Using Drools 5.0.1 or 5.1.
There are about 1500 objects in the working memory. Everything goes fine
until I add an additional condition on a list attribute. I am trying to get
the size() of this list and compare it to an integer. (Actually the list
size is never greater 2) All objects from the list attribute are already in
working memory, so I think there is no need to add them to WM once again.
Statistics shows a dramatic increase on number of objects using this
constraint.
So once again. Suppose I have 1500 objects of type "man". It has a list
attribute "children".
Following structure works:
If man.name == Peter, print Peter's age.
But the following scenario doesn't work for me (GC error):
If (man.name == Peter) && (man.children.size() > 1), print man's age.
Any ideas on how to fix that? May be reformulate the problem? Or fine tune
WM settings somehow?
Thanks in advance.
--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/GC-overhead-limit-exc...
Sent from the Drools - User mailing list archive at Nabble.com.
15 years, 5 months
Migrate the package from Derby to MS SQL server
by bbarani
Hi,
I have rules created under a package using Derby as a backend. I am not
trying to configure SQL Server as backend but not sure how to migrate all
the rules created before (using Derby) to the new server.
I configured the persistence manager (both version / workspace to use MS SQL
server) and it creates new tables in SQL server but looks liks theres no
data in it.. Is there a way to import the data in to SQL server?
<PersistenceManager
class="org.apache.jackrabbit.core.state.db.SimpleDbPersistenceManager">
</PersistenceManager>
Thanks,
Barani
--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Migrate-the-package-f...
Sent from the Drools - User mailing list archive at Nabble.com.
15 years, 5 months
drools vs jbpm
by woods5242-photography@yahoo.com
Hi,
We need a rules engine for our project and I am trying to determine the main
differences between Drools and JBPM. Can anyone on here provide a brief
explanation maybe offering why one is better than the other, chances of them
being merged or one being retired over the other? Are they competing projects?
thanks!
15 years, 5 months