[rules-users] Human Task - ERROR : JPAKnowledgeService.newStatefulKnowledgeSession ... + persistence.xml

2011-11-11 Thread S.M.H.Jamali
i share persistence.xmlhere yes i configure the persistence with JTA but i dont sure about correctness of it !   i have some other files beside persistence.xml that maybe can help : ormTask.xml JBPMorm.xml jboss-web.xml Thanks S.M.H.Jamali From: Mauricio

Re: [rules-users] Human Task - ERROR : JPAKnowledgeService.newStatefulKnowledgeSession ...

2011-11-10 Thread S.M.H.Jamali
i share persistence.xmlhere yes i configure the persistence with JTA but i dont sure about correctness of it !   i have some other files beside persistence.xml that maybe can help : ormTask.xml JBPMorm.xml jboss-web.xml Thanks S.M.H.Jamali From: Mauricio

[rules-users] Human Task - ERROR : JPAKnowledgeService.newStatefulKnowledgeSession ...

2011-11-09 Thread S.M.H.Jamali
Hello all, I get an exception while last line of below method executed :     public StatefulKnowledgeSession createSession() throws Exception {                 /*          * Create the knowledgebase using the required bpmn and drl files          */         KnowledgeBase kbase =

[rules-users] Human Task - Connect to guvnor without using jbpm console

2011-11-05 Thread S.M.H.Jamali
Hello all , I want to get list of human tasks for a certain user by jbpm api. How can i do that ? How can i communicate with Guvnor through my web application and jbpm api without using JBPM Console ?   Thanks in advance S.M.H.Jamali___

[rules-users] Upload Models to Guvnor

2011-08-15 Thread S.M.H.Jamali
Hello All I want to create a test scenario in Guvnor but it can not detect my uploaded models! can you help me ? i look at the package properties and i can see my Models Thanks S.M.H.Jamali___ rules-users mailing list rules-users@lists.jboss.org

Re: [rules-users] Upload Models to Guvnor

2011-08-15 Thread S.M.H.Jamali
Yes , i build and then save my Package but the lack of detection exist yet. Did you have same problem ? and What version of Guvnor you are using ? Thanks S.M.H.Jamali From: Yu Chai cross.cy.w...@gmail.com To: S.M.H.Jamali cpp...@yahoo.com; Rules Users List

[rules-users] Guvnor - Unable to load a required class !! Help

2011-08-06 Thread S.M.H.Jamali
Hello All I create a JavaBean and convert it to a Jar File then upload it. Also i create a sample rule that uses uploaded Jar File then i create a test scenario to test my rule but when i run my scenario Guvnor says : Unable to load a required class ! Unable to find class 'Fire' ! my java

[rules-users] Guvnor and Uploaded Models

2011-08-04 Thread S.M.H.Jamali
! Is it a gwt-console bug ? or is it my error ? can you help me ? Thanks in advance S.M.H.Jamali ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] Guvnor and Uploaded Models

2011-08-04 Thread S.M.H.Jamali
and then build defaultPackage again i can see newly added processes. What is the problem ? Am I ? Models ? or gwt-console ? Thanks in advance S.M.H.Jamali From: Tihomir Surdilovic tsurd...@redhat.com To: rules-users@lists.jboss.org Sent: Thursday, August 4, 2011 5

[rules-users] Fact in Guvnor

2011-08-03 Thread S.M.H.Jamali
Hello All After upload a jar file which contains some java bean (Fact) to Guvnor , gwt-console don't detect my process definitions ! I have facts , processes and rules all in Guvnor and i build the defaultPackage successfully but gwt-console process list don't show my newly added process !

Re: [rules-users] Rule Task - Resolved : Thanks

2011-08-02 Thread S.M.H.Jamali
Thank You Mr.Surdilovic I put gwt-console and gwt-bin under lib and run ant install.demo and then ant start.demo there is no bugs Thanks a lot S.M.H.Jamali From: Tihomir Surdilovic tsurd...@redhat.com To: rules-users@lists.jboss.org Sent: Monday, August 1

Re: [rules-users] Rule Task

2011-08-01 Thread S.M.H.Jamali
Thank You Mr.Surdilovic I clone from master and execute mvn clean install -DskipTests -Dfull successfully but at runtime i get an exception. I attache its logs. Is there any solution to solve this problem ? Thanks S.M.H.Jamali From: Tihomir Surdilovic

[rules-users] Rule Task

2011-08-01 Thread S.M.H.Jamali
Thank You Mr.Surdilovic I clone from master and execute mvn clean install -DskipTests -Dfull successfully but at runtime When i run gwt-console and refresh process list i get an exception. I attache its logs. Is there any solution to solve this problem ? Thanks S.M.H.Jamali

Re: [rules-users] Rule Task

2011-08-01 Thread S.M.H.Jamali
for your helps S.M.H.Jamali From: Tihomir Surdilovic tsurd...@redhat.com To: rules-users@lists.jboss.org Sent: Monday, August 1, 2011 5:16 PM Subject: Re: [rules-users] Rule Task I assume you are using jbpm5 installer. After building the source locate your jbpm

Re: [rules-users] Rule Task

2011-07-31 Thread S.M.H.Jamali
Thanks , I add this jbpm-gwt/jbpm-gwt-core/src/main/java/org/jbpm/integration/console/CommandDelegate.java to gwt-console in its location but i can not build jbpm from source ! it seems it has very bugs ! Is there any stable version of Jbpm with its bug fixes ?   S.M.H.Jamali

[rules-users] Rule Task

2011-07-27 Thread S.M.H.Jamali
Hello All I create a simple JBPM Process by Eclipse Plugin that starts with a Script Task and after Script Task i want to add a Rule Task. In fact i want to fire a rule in my process to make a decision on the Gate Way node. I use Guvnor and JBPM Console to run my processes and after designing