e unless u have to override, if not
oracle, what is the best bet DB (please don't say H2 :-) )
-drooRam
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Human-Task-Service-Persistence-tp1868778p1925280.html
Sent from the Drools - User mailing
eason why rules are not evaluating the objects in
the process. But why the process instance is being rejected by working
memory... no clue of whatz happening :-(
-drooRam
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Object-not-seen-in-working-memory-i-e-n
edit your post, in the message box menu, you hve more options picklist,
choose this one to upload the file :-)
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Rules-Flow-Eclipse-editor-tp1893286p1917905.html
Sent from the Drools - User mailing list archive at
e in textual editor. is it supported?
-drooRam.
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Is-annotation-possible-in-Rule-flow-constraint-editor-tp1912620p1912620.html
Sent from the Drools - User mailing list archive at Nabble
Hi
I tried to do a simple test case using spring drools. Following is the
test class, it inserts customer object into the workflow.rf and fire the
rules 1. nameShouldBeEntered & 2. emailShouldBeValid
I have also attached drl, rf and applicationContext.xml files in this mail.
nameShouldBeEnter
bump
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Marshalling-Error-JBRULES-2453-tp1792992p1835406.html
Sent from the Drools - User mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:137)
-drooRam.
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Marshalling-Error-JBRULES-2453-tp1792992p1792992.html
Sent from the Drools - User mailing list archive at Nabble.com
bump
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/ksession-dispose-and-DroolsSpringJpaManager-dispose-tp1531549p1644088.html
Sent from the Drools - User mailing list archive at Nabble.com.
___
rules-users mai
just updating the subject to Fixed, so that it wud be helpful for other users
to directly look for solution.
-drooRam
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Flow-Events-Not-Working-tp1453738p1610992.html
Sent from the Drools - User mailing
this way.
-drooRam
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Flow-process-question-tp1589567p1610967.html
Sent from the Drools - User mailing list archive at Nabble.com.
___
rules-users mailing list
using
this registered/persisted variable back to process flow.
-drooRam
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Flow-process-question-tp1589567p1610943.html
Sent from the Drools - User mailing list archive at Nabble.com
attach a exception handler to the fault node , either log the exception to
the file or generate a record to the reporting db.
-drooRam
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Fault-node-in-rule-flow-tp1572596p1592654.html
Sent from the Drools - User
anyone out there who successfully invoked ksession.dispose() method in your
application code which uses spring jpa transaction manager with drools
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/ksession-dispose-and-DroolsSpringJpaManager-dispose-tp153154
artProcess().
Look @ the controller class in sample application of that book or test
classes definetly Loan has been inserted as facts.
-drooRam.
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Flow-process-question-tp1589567p1592371.html
Sen
nizationManager.unbindResource(this.emf) being made
in DroolsSpringJpaManager.dispose() on a reference obtained from
JpaTransactionManager ?
-drooRam
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/ksession-dispose-and-DroolsSpringJpaManager-dispose-tp1531549p153
are you using drools with spring & hibernate? without jta transaction &
bitronix , instead trying to access drools using spring jpa transaction
manager? if so, did you ever come across the attached error when calling
statefulsession.startProcess() on drools within your service method enclosed
in
In a maven project, keeping drools-persistence-jpa-version.jar in web app lib
folder instead from maven repository, solved this issue.
but still got a transaction issues with spring and drools... will create a
new post on this
--
View this message in context:
http://drools-java-rules-e
I forgot to mention one important point above, i am not using bitronix in
tomcat
i am trying to use tomcat with spring transactions and hibernate...no
bitronix at all
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/EntityManager-is-closed-tp1475301
I have done something like below to remove the persisted session :
SessionInfo si = em.find(SessionInfo.class, sessionId);
em.remove(si);
call the above lines in a transactional context. its done.
--
View this message in context:
http://drools-java-rules-engine.
thanks for ur reply... But where did u set the env.set
(EnvironmentName.CMD_SCOPED_ENTITY_MANAGER, emf.createEntityManager ());
I used the drools:ksession tag in my applicationContext.xml ( spring ) and
autowired to my service class which uses the ksession.
Hi
I am using the statefulknowledgesession with jpa persistence with
spring...exactly configured as per in the section : Example 2.5. JPA
configuration for StatefulKnowledgeSessions
http://downloads.jboss.com/drools/docs/5.1.1.34858.FINAL/drools-introduction/html_single/index.html#d0e47
I am u
Drools ?
i think that i followed a correct approach and there is a bug in
SingleSessionCommandService.java code?
Please advice. Thanks
-drooRam
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/JpaManager-SingleSessionCommandService-tp1090812p1090812.
I had the same question... see the response from drools team from the below
post
http://drools-java-rules-engine.46999.n3.nabble.com/Drools-IDE-Update-site-link-for-5-1-CR1-td1009065.html#a1009065
-drooRam
--
View this message in context:
http://drools-java-rules-engine.46999.n3
on.SingleSessionCommandService.(SingleSessionCommandService.java:130)
It really frustrates that i can't get any proper docs/direction available on
this. any soln/help wud be much appreciated. Thanks
-drooRam
--
View this message in context:
http://drools-java-rules-engine.46999.n3
i am facing the above problem when i tried to integrate hibernate with
drools.
Anyone used hibernate with drools? If so, what is the transaction manager
setting for hibernate + drools + tomcat i am trying to use the default
transaction manager or the jpa transaction manager implementation
Thanks for your prompt response
Exactly..this is what i pretty much wanted to try out... i referred to the
book drools 5 dev guide... It is mentioned that I need to use
MinaTaskClientHandler to retrieve task's status like claim, complete, wait
e.t.c..
At this point, I am not aware of writing
Hi
I have got the following exception when i tried to call ksession.dispose()
method : Does anyone have faced this problem before??
java.lang.IllegalStateException: No value for key
[org.springframework.orm.jpa.localcontainerentitymanagerfactoryb...@173898a]
bound to thread [http-8080-1]
or
I have configured the applicationContext.xml as follows for stateful JPA
persistance session - jpaSingleSessionCommandService :
how can i edit global imports in workflow rf file through eclipse plugin...
not manually...
I would like to add global imports to workflow file through eclipse ??
-drooRam
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Edit-global-imports-through-eclipse
MinaTaskClientHandler.getClient().
Please let me know how can i obtain MinaTaskClientHandler thro config or
snippet ?
-drooRam
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/MinaTaskClientHandler-Reference-Object-tp1027255p1027255.html
Sent from the Drools - User mailing list archive
a plain vanilla integration
...
drools:resource-ref tag is not working but i cud use drools:resource tag
within kbase.
Thanks Optimus :-)
-drooRam
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Accessing-spring-beans-tp980991p1016692.html
Sent from the
the spring config above.
its a plain vanilla integration :-)
-drooRam
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Spring-Schema-location-changed-tp833916p1016671.html
Sent from the Drools - User mailing list archive at Nabble.com
Do we have Drools IDE update site link for the candidate release version 5.1
CR1???
( could be a silly question, but i am not sure how to update the eclipse
plugin for 5.1 without downloading manually)
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Dro
h the drools-spring.xsd in the classpath...
If you wud hve encountered this issue and managed to solve, please post the
solution... i got stuck with this issue as drools tag not been recognized by
parser due to xmlns:drools="http://drools.org/schema/drools-spring"; .
-drooRam
--
View
drools-spring.xsd is in the eclipse classpath... am facing the same problem
like
"Referenced file contains errors
(http://drools.org/schema/drools-spring.xsd). For more information, right
click on the message in the Problems View and select "Show Details..."
The above error is stopping me to in
drools-spring.xsd is in the eclipse classpath... am facing the same problem
like
"Referenced file contains errors
(http://drools.org/schema/drools-spring.xsd). For more information, right
click on the message in the Problems View and select "Show Details..."
The above error is stopping me to in
drools-spring.xsd is in the eclipse classpath... am facing the same problem
like
"Referenced file contains errors
(http://drools.org/schema/drools-spring.xsd). For more information, right
click on the message in the Problems View and select "Show Details..."
The above error is stopping me to i
37 matches
Mail list logo