Re: [rules-users] Save Business Processes failure after rename in Drools Workbench (kie-6.1.0))

2014-02-17 Thread Tihomir Surdilovic
Hi, thanks for pointing this out. It is indeed a bug I just fixed. For business processes it is required to close the editor after a rename and have the users reopen it under the renamed asset name. Hope this helps. Tiho On 2/17/14 6:42 AM, jorgehortelano wrote: I am working with Kie-Workbench

[rules-users] Re: Designer for Guvnor 5.3.5

2013-04-22 Thread Tihomir Surdilovic
** Can anyone point me to where I can find the jBPM designer tool for use within Guvnor v5.3.5? Instead of getting a download option, all we get is the error message telling us that Guvnor couldn't find the designer tool. ** Older versions of the jBPM Designer are available for download from

Re: [rules-users] Guvnor seems to copy assets across External RDBMS and file system

2013-01-14 Thread Tihomir Surdilovic
Hi Yuri, the lucene search indexes cannot be persisted to the JCR repo. They will always be persisted to your local file system. They can be removed however between server startups and will get regenerated on next use. The Guvnor admin tool generates Jackrabbit configs for different databases

Re: [rules-users] Guvnor 5.4.Final can't save BPMN process imported from 5.3 repo

2012-10-30 Thread Tihomir Surdilovic
I don't see any Designer specific error(s) in your provided logs. This seems like a possible issue with Guvnor and the Drools Eclipse plugin. Will deffer to experts in that field to provide more info. Just FYI, with jBPM easiest way to get started is to use the jBPM installer which bundles the

Re: [rules-users] Guvnor 5.4.Final can't save BPMN process imported from 5.3 repo

2012-10-29 Thread Tihomir Surdilovic
Code throws the NPE at BPMN2ProcessHandler.java: String designerURL = System.getProperty( ApplicationPreferences.DESIGNER_URL ) + / + System.getProperty( ApplicationPreferences.DESIGNER_CONTEXT ); Maybe you did not upgrade all the code including property files ? HTH On 10/29/12 6:26 PM,

Re: [rules-users] taskName does not allow special characters

2012-10-24 Thread Tihomir Surdilovic
Yes, this is intentional and reason is the task forms. Currently we use a naming convention for them which uses the taskName property ($taskName$-form.ftl). Because forms get persisted (In guvnor repository or your file system/classpath) it's really better if they don't include any spaces (or

Re: [rules-users] taskName does not allow special characters

2012-10-24 Thread Tihomir Surdilovic
it's really better if they don't include should have been it's better if they taskName property does not include On 10/24/12 7:27 PM, Tihomir Surdilovic wrote: Yes, this is intentional and reason is the task forms. Currently we use a naming convention for them which uses the taskName property

Re: [rules-users] taskName does not allow special characters

2012-10-23 Thread Tihomir Surdilovic
Build jbpm designer from master repo: https://github.com/droolsjbpm/jbpm-designer and try. This issue has been fixed recently but is not included in release yet. HTH Tihomir On 10/23/12 4:04 PM, eselis wrote: Hello, I have an application that use Guvnor 5.4.0 final as a process repository

Re: [rules-users] Designer: How to assign/map attributes inside complex objects?

2012-08-16 Thread Tihomir Surdilovic
Yes this is something community is asking for and we are looking into right now. If you want to join us on IRC ( http://www.jboss.org/jbpm/irc ) and I'd be glad to talk to you about this in more details too if it is something you would like to for example work on and help with :) Thanks On

Re: [rules-users] Add attachement file to a Task Form

2012-08-16 Thread Tihomir Surdilovic
Hi, jBPM runtime supports attachments, however this is not available in the console yet. If you use console you could try to implement logic in your form which submits a chosen file to your document management system (you could even use flash if you want :) ) and then use the path/url of this

Re: [rules-users] Add attachement file to a Task Form

2012-08-16 Thread Tihomir Surdilovic
My best advice on that is to go through the jBPM docs first as that should answer I think most of your questions and then come back with specific stuff: http://docs.jboss.org/jbpm/v5.3/userguide/. Thanks. On 8/16/12 6:18 PM, Sadiroveski wrote: Yes Tihomir, I got your idea and I like it i.e.

Re: [rules-users] Error in Drools when clicking Generate Task Form Template

2012-08-07 Thread Tihomir Surdilovic
Task Form generation parses your process BPMN2 and it looks as you have some issues with it - click on the BPMN2 button in the Designer footer and then either provide the BPMN2 shown, or the server log error(s) it generates. If you get errors, provide those, and also click on the JSON button

Re: [rules-users] Error in Drools when clicking Generate Task Form Template

2012-08-07 Thread Tihomir Surdilovic
=ItemName is mapped to OrderItemName, from Object=Order is mapped to OrderItem Thanks, On Tue, Aug 7, 2012 at 4:44 PM, Tihomir Surdilovic tsurd...@redhat.com mailto:tsurd...@redhat.com wrote: Task Form generation parses your process BPMN2 and it looks as you have some issues

Re: [rules-users] Error in Drools when clicking Generate Task Form Template

2012-08-07 Thread Tihomir Surdilovic
Look at your server logs when you first click on the Processes tab in console after a server start...this should give you some indication of what could have went wrong. If you have any fact models uploaded into Guvnor (like .jar files), console is not able to look them up, so you need to also

Re: [rules-users] Error in Drools when clicking Generate Task Form Template

2012-08-07 Thread Tihomir Surdilovic
This may not necessarily apply to you but it's worth mentioning - both Designer, jBPM Console, and Guvnor assume by default they run on localhost:8080. If you have configured one or all to run on a different host/port you will have to make configuration changes. You can find how to do that for

Re: [rules-users] Guvnor/Designer: How to assign a global variable to a dataInput?

2012-08-07 Thread Tihomir Surdilovic
Thanks! Issues with jBPM Designer should be reported in the jBPM project and not Guvnor - I have created https://issues.jboss.org/browse/JBPM-3749 and resolved GUVNOR-1925, so please follow JBPM-3749 to receive update emails. Thanks. Tihomir On 8/7/12 6:22 PM, xmithj wrote: Thanks a lot. I

Re: [rules-users] Guvnor/Designer: How to assign a global variable to a dataInput?

2012-08-06 Thread Tihomir Surdilovic
You are right, the editor is not pulling in globals currently - can you raise a jBPM Jira for this and I'll make sure it gets added in the next release version? Thanks Tihomir On 8/7/12 1:00 AM, xmithj wrote: For Service Task in Guvnor now is possible to add assignments using the Editor for

Re: [rules-users] Guvnor reports Invalid Gateway direction for Parallel Gateway.

2012-07-26 Thread Tihomir Surdilovic
Try with Designer 2.3.0.Final which was just released: http://blog.athico.com/2012/07/jbpm-designer-230final-released.html This should not be an issue with that version. If for some reason it still is, open a jBPM Jira with the BPMN2 of your process generated with the Eclipse editor so we can

Re: [rules-users] Guvnor reports Invalid Gateway direction for Parallel Gateway.

2012-07-26 Thread Tihomir Surdilovic
It looks as you did not clear your browser cache before using the new version. Do that and try again - let me know if the issue persists. Thanks. On 7/27/12 12:17 AM, xmithj wrote: Hi Tihomir, Thanks a lot for your help. I have tried the Designer 2.3.0.Final and Guvnor's Validate Process

Re: [rules-users] Guvnor5.4 and JBPM5.3 web designer error with IE8

2012-07-23 Thread Tihomir Surdilovic
We are working on support for Designer in. It does not work in IE 9 due to no support for SVG in IE. You could try with IE 9 + Chrome Frame, however best is to use Firefox or Google Chrome browsers. Hope this helps. Tihomir On 7/23/12 3:36 PM, Ricardo wrote: Hi, I am tring to open JBPM5.3

Re: [rules-users] Jboss As7.0.2 (linux): designer-2.2.Final-jboss7 request to guvnor-5.4.0.Final-jboss-as-7.0: connection refused

2012-07-19 Thread Tihomir Surdilovic
Is your Guvnor instance running on localhost:8080/guvnor or localhost:8080/drools-guvnor or some other host or port all together? Same question for designer as above. If you are running on localhost:8080/drools-guvnor the Designer jbpm.xml externalloadurl should be externalloadurl

Re: [rules-users] [Designer] Problem installing service from repository

2012-05-17 Thread Tihomir Surdilovic
Hi Cristiano, I think you may have a configuration issue between Guvnor and Designer. Please read chapter http://docs.jboss.org/jbpm/v5.2/userguide/ch10.html#d0e3136 in the docs and make sure that both your Guvnor and Designer are configured to be able to see eachother correctly..if this still

Re: [rules-users] [Designer] Problem installing service from repository

2012-05-17 Thread Tihomir Surdilovic
On 5/17/12 7:36 AM, Tihomir Surdilovic wrote: Hi Cristiano, I think you may have a configuration issue between Guvnor and Designer. Please read chapter http://docs.jboss.org/jbpm/v5.2/userguide/ch10.html#d0e3136 in the docs and make sure that both your Guvnor and Designer are configured

Re: [rules-users] [Designer] Problem installing service from repository

2012-05-17 Thread Tihomir Surdilovic
:8080/designer I'm sending the logs perhaps you could see anything. thanks and regards, Cristiano On 17/05/12 08:36, Tihomir Surdilovic wrote: Hi Cristiano, I think you may have a configuration issue between Guvnor and Designer. Please read chapter http://docs.jboss.org/jbpm/v5.2

Re: [rules-users] [designer] problem with color theme selection

2012-05-16 Thread Tihomir Surdilovic
The theme data is stored in Guvnor itself (in the GlobalArea). Do you by chance remove GlobalArea or the user you have defined in Designer's jbpm.xml cannot access it for some reason? Take a look at http://surdilovic.wordpress.com/2012/05/10/color-themes-support-in-jbpm-designer/, there the

Re: [rules-users] Problem importing bpmn process into oryx designer

2012-05-11 Thread Tihomir Surdilovic
Hi, you could consider it a warning. Designer when validating checks Guvnor to see if there is a process image already available for your process. If there is not, it raises that warning. In the Designer you can generate the process image by clicking on the PNG button on the footer bar. Once

Re: [rules-users] Problem importing bpmn process into oryx designer

2012-05-11 Thread Tihomir Surdilovic
case I'm using the name field in a Manufacturer fact to redirect the flow. I'm unable to find it in the properties tab in the designer. On Fri, May 11, 2012 at 4:20 PM, Tihomir Surdilovic tsurd...@redhat.com mailto:tsurd...@redhat.com wrote: Hi, you could consider it a warning. Designer

Re: [rules-users] Use of ruleflows in Guvnor

2012-05-10 Thread Tihomir Surdilovic
On 5/10/12 2:13 PM, Michael Anstis wrote: AFAIK rule flows are deprecated in lieu of BPMN2 processes and jBPM integration. I don't believe we've ever had a web-based rule flow editor unless the jBPM Process Designer supports them. Tiho, for your comment? The jBPM Designer is specific for

Re: [rules-users] Guvnor sync issues

2012-05-09 Thread Tihomir Surdilovic
To do this, you will have to cluster your JCR, see this post for more info: http://blog.athico.com/2011/01/configuring-multiple-guvnor-instances.html Hope it helps. Tihomir On 5/9/12 11:08 AM, devan.vanree...@gmail.com wrote: Hi Guys, Please assist. I have Guvnor running on 2 different

Re: [rules-users] Issue deploying 2.1 oryxdesigner on guvnor 5.4 CR1 and jboss 7.1.1 final

2012-04-16 Thread Tihomir Surdilovic
I assume you have both Guvnor and Designer running on port 8380. Saving a business process needs 2-way communication between Guvnor and Designer, and by default Guvnor assumes Designer lives on localhost port 8080. Read this chapter of the jBPM docs :

Re: [rules-users] Guvnor and DB2

2012-03-21 Thread Tihomir Surdilovic
Did you use the Guvnor Administration Repository Configuration feature to generate your repository.xml? Do you have the right DB driver on the classpath? What changes did you make? On 3/21/12 4:14 PM, Amin Mohammed-Coleman wrote: Hi Sorry to send this again but I've been battling with this

Re: [rules-users] Designer 2.1 install doubts

2012-03-13 Thread Tihomir Surdilovic
On 12/03/12 19:37, Tihomir Surdilovic wrote: Most likely you are missing an empty designer.dodeploy file in your AS installation deploy directory. You can install designer without guvnor, however designer is currently storing processes in guvnor, so as standalone you can only view existing

Re: [rules-users] Designer 2.1 install doubts

2012-03-12 Thread Tihomir Surdilovic
Most likely you are missing an empty designer.dodeploy file in your AS installation deploy directory. You can install designer without guvnor, however designer is currently storing processes in guvnor, so as standalone you can only view existing processes, but not create/save new ones. Hope

Re: [rules-users] Opening Package in Designer editor through UUID

2012-02-15 Thread Tihomir Surdilovic
Your question answered in the jBPM forum (https://community.jboss.org/message/716783#716783). Thanks. On 2/15/12 6:24 AM, srinivasasanda wrote: I have a one doubt in this designer editor of DROOLS-guvnor war file.When I open the designer editor through

Re: [rules-users] Fw: Problems saving BPMN2 diagrams in Guvnor

2011-12-29 Thread Tihomir Surdilovic
: Tihomir Surdilovic tsurd...@redhat.com To: Cristiano Gavião cvgav...@gmail.com Cc: Rules Users List rules-users@lists.jboss.org Date: 12/28/2011 08:15 AM Subject: Re: [rules-users

Re: [rules-users] how to add jbpm-5.2.0 in Guvnor 5.4 Beta 1 (Jboss AS 7)

2011-12-28 Thread Tihomir Surdilovic
On 12/28/11 9:37 AM, G S wrote: Same Problem!!! You should probably just add an empty designer-2.0-jboss7.war.dodeploy file in the $jbossas/standalone/deployments directory. Hope this helps. Not Jbpmn2 not working Here is the step what I did, 1) download designer-2.0-jboss7.war and copied

Re: [rules-users] how to add jbpm-5.2.0 in Guvnor 5.4 Beta 1 (Jboss AS 7)

2011-12-28 Thread Tihomir Surdilovic
On 12/28/11 10:35 AM, G S wrote: I lost the process chart.. I saved successfully and hit save changes, the file disappear.. How about showing some logs if you have an issue instead of !!! and ... ? :) Please read first docs on how designer can be configured:

Re: [rules-users] how to add jbpm-5.2.0 in Guvnor 5.4 Beta 1 (Jboss AS 7)

2011-12-28 Thread Tihomir Surdilovic
On 12/28/11 11:18 AM, G S wrote: Sorry for my lack of writing etiquette. I will definitely follow in future. I created new jbpmn and log is attached. Now, for jbpm.xml file, where i can find in Windows OS? I saw you are indicating $designer.war/profiles/jbpm.xml Best G Thanks, in your logs:

Re: [rules-users] New Change-Set editor in Guvnor 5.4

2011-12-27 Thread Tihomir Surdilovic
If you are talking about the jBPM Designer not loading in Guvnor 5.4 - Guvnor has changed a number of core URLs in 5.4 which broke its compatibility with both jBPM Designer and jBPM Console. jBPM is not using Drools 5.4 so until then it makes no sense using Guvnor 5.4 because the packages

Re: [rules-users] how to add jbpm-5.2.0 in Guvnor 5.4 Beta 1 (Jboss AS 7)

2011-12-27 Thread Tihomir Surdilovic
You need the jBPM Designer war from sourceforge: http://sourceforge.net/projects/jbpm/files/designer/designer-2.0/ and deploy it, however Guvnor has broken the compatibility it seems by changing some of the URLs in its web.xml so I'm pretty sure it will not work out of the box. Hope this

Re: [rules-users] Problems saving BPMN2 diagrams in Guvnor

2011-12-27 Thread Tihomir Surdilovic
... (I will sent the image of this in another email because the size limitation). cheers Cristiano On 26/12/11 11:30, Tihomir Surdilovic wrote: Hi Christiano, the error message says that you have a sequence flow that has no targetRef attribute. Now you could either have a dangling sequence

Re: [rules-users] Problems saving BPMN2 diagrams in Guvnor

2011-12-26 Thread Tihomir Surdilovic
Hi Christiano, the error message says that you have a sequence flow that has no targetRef attribute. Now you could either have a dangling sequence flow or this is a bug in the designer. If you can please show a screenshot of your process before saving it or describe what node types you have

Re: [rules-users] Can't open bpmn from Visual Editor in Process Editor

2011-11-18 Thread Tihomir Surdilovic
So you are using the unofficial 2.0 release which you obtained from http://people.redhat.com/tsurdilo/oryx/latest/ ... you can expect some issues with that as it is not an official release. An official 2.0 version will be released soon to sourceforge. Your particular problem however has

Re: [rules-users] Can't open bpmn from Visual Editor in Process Editor

2011-11-18 Thread Tihomir Surdilovic
On 11/18/11 10:17 AM, ANJALI wrote: Thanks for ur help ill download designer 1.0.0.055 version from source forge and ill check it Your particular problem is not present in 1.0.0.055 however you will not get the latest features as shown here: http://vimeo.com/30857949 as well as numerous bug

Re: [rules-users] Can't open bpmn from Visual Editor in Process Editor

2011-11-17 Thread Tihomir Surdilovic
Hi Anjali, can you tell me what version of the web designer you are using in Guvnor? Thanks. Tihomir On 11/16/11 11:42 PM, ANJALI wrote: I hope to fill in the properties not yet handled in the Visual Editor with the Process Editor. A workflow created with the Visual Editor that contains Rule

Re: [rules-users] Drools guvnor issue

2011-11-08 Thread Tihomir Surdilovic
The jBPM Web Designer does not store any assets itself, but delegates to Guvnor to store them, as such I think you cannot just say go figure out some code which could be broken but look at possible Guvnor issue here. A test scenario would be nice to have that can reproduce the issue, as well

Re: [rules-users] Drools guvnor issue

2011-11-08 Thread Tihomir Surdilovic
jira? With kind regards, Mike 2011/11/8 Tihomir Surdilovic tsurd...@redhat.com mailto:tsurd...@redhat.com The jBPM Web Designer does not store any assets itself, but delegates to Guvnor to store them, as such I think you cannot just say go figure out some code which could

Re: [rules-users] Drools guvnor issue

2011-11-08 Thread Tihomir Surdilovic
On 11/8/11 6:40 AM, Michael Anstis wrote: If you develop a fix we'd obviously love to have you contribute it back Why not consider becoming the maintainer of the BPMN2 stuff? :) The integration of jBPM into Guvnor is heavily tied to development that is done within the jBPM project. I am

Re: [rules-users] Guvnor with out file system access

2011-11-02 Thread Tihomir Surdilovic
Jackrabbit has a standalone server (http://jackrabbit.apache.org/standalone-server.html) which could live on a different machine thus allowing your application in the no-file-system-io environment to connect to it via webdav/rest/etc and avoid local filesystem storage of lucene indexes and

Re: [rules-users] Embed BRL Editor in application

2011-10-04 Thread Tihomir Surdilovic
There is a blog and a video on this at http://blog.athico.com/2011/04/using-oryx-designer-and-guvnor-in-your.html. It includes the source for a sample application (seam2/richfaces) that is shown in the video and uses the embedded Guvnor editors. Hope this helps. On 10/4/11 4:19 AM, Michael

Re: [rules-users] Guvnor test scenarios for rules that use globals

2011-09-16 Thread Tihomir Surdilovic
For your scenario it seems that you would benefit from using the supported Drools and Guvnor (BRMS). It would allow you to get fixes for your specific needs (via supported patches) and not have to worry about new features included alongside your fixes in the community releases. Regarding

Re: [rules-users] Guvnor repository database use to store assets

2011-09-06 Thread Tihomir Surdilovic
, Tihomir Surdilovic /tsurd...@redhat.com/* wrote: From: Tihomir Surdilovic tsurd...@redhat.com Subject: Re: [rules-users] Guvnor repository database use to store assets To: rules-users@lists.jboss.org Date: Monday, September 5, 2011, 11:02 AM Jackrabbit will not try to create

Re: [rules-users] Guvnor repository database use to store assets

2011-09-05 Thread Tihomir Surdilovic
Jackrabbit will not try to create any new tables after it initially created them. However it does call a *PersistenceManager.checkSchema() method which AFAIK tries to read from the db metadata ( DatabaseMetaData#getTables). If the user does not have permissions to do that, it will fail which I

Re: [rules-users] Guvnor repository database use to store assets

2011-09-04 Thread Tihomir Surdilovic
Using the JCR import/export feature to make copies of your repository works, but is really not the best solution, as you loose all repository metadata information such as asset version info, discussion comments, etc. If you use Jackrabbit as your JCR implementation, drools-ant has a migration

Re: [rules-users] Guvnor repository database use to store assets

2011-09-04 Thread Tihomir Surdilovic
On 9/4/11 4:45 PM, Nicolas Héron wrote: Ram, Yes they have to be deleted so that at startup Guvnor can created them. Sorry, but you do not have to delete the workspace directory. Not sure where you are getting this from? In cases where you have a large number of packages/assets in Guvnor it is

Re: [rules-users] Guvnor - Issues with repository lock on Tomcat re-deployment

2011-08-25 Thread Tihomir Surdilovic
You have to make sure the running Guvnor instance is completely stopped before re-deploying. Jackrabbit only allows for one process to access the repository at a time. Seems maybe the repository in your case is still open (even if it's the same process, but with another classloader - another

Re: [rules-users] Drools Fusion demo using twitter4j, Drools Workshop, Argentina (2011)

2011-08-23 Thread Tihomir Surdilovic
https://github.com/droolsjbpm/droolsjbpm-contributed-experiments/tree/master/twittercbr On 8/23/11 5:12 PM, Alex Ross wrote: Did Edson ever post the example code. If yes, from where might I download it? ___ rules-users mailing list

Re: [rules-users] Websphere 7.0 and Drools Guvnor 5.2 Integration

2011-08-22 Thread Tihomir Surdilovic
Hi Henry, I vaguely remember seeing the same problem in WAS6. WebSphere documentation says: A username and password must be specified in the callback handler. Custom classes that are added to the Subject on the client side should get propagated to the server automatically whenever security

Re: [rules-users] Guvnor 5.2 and Designer 1.0.0.054 connection refused

2011-08-19 Thread Tihomir Surdilovic
On 8/19/11 10:13 AM, dhartford wrote: ERROR [JbpmPreprocessingUnit]: I've updated my designer.war/profiles/jbpm.xml file, the prefix '/' in the subdomain attribute was the source of the issue, so: subdomain=/guvnor/.-- causes JbpmPreprocessingUnit error subdomain=guvnor/...--- correct

Re: [rules-users] Guvnor 5.2 and Designer 1.0.0.054 connection refused

2011-08-19 Thread Tihomir Surdilovic
On 8/19/11 10:45 AM, Darren Hartford wrote: I've added one more Tihomir if you are jumping on these issues: Popout (StandaloneEditorServlet) does not use jbpm.xml subdomain: https://issues.jboss.org/browse/JBPM-3335 Again, thanks for the feedback to get to the source of these issues. Thank

Re: [rules-users] Guvnor 5.2 and Designer 1.0.0.054 connection refused

2011-08-18 Thread Tihomir Surdilovic
First you seem to be missing the pwd attribute in your xml which provides your user password, for example: externalloadurl protocol=http host=mypc.domain.com:48080 subdomain=guvnor/org.drools.guvnor.Guvnor/oryxeditor usr=guest pwd=xyz/ You seem to have role-based auth turned on in Guvnor...what

Re: [rules-users] how to install drools 5.2 with integrated oryx designer on jboss as 7?

2011-08-05 Thread Tihomir Surdilovic
Just fyi, see this post on running jBPM5 on AS7: http://planet.jboss.org/post/jbpm5_on_as7_lightning The web Designer also has support for AS7 with its latest version: http://sourceforge.net/projects/jbpm/files/designer/designer-1.0.0.054/ Once we get Guvnor running on AS7 I am sure we will

Re: [rules-users] Guvnor and Uploaded Models

2011-08-04 Thread Tihomir Surdilovic
On 8/4/11 5:12 AM, S.M.H.Jamali wrote: 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

Re: [rules-users] Rule Task

2011-08-01 Thread Tihomir Surdilovic
. Is there any solution to solve this problem ? Thanks S.M.H.Jamali *From:* Tihomir Surdilovic tsurd...@redhat.com *To:* rules-users@lists.jboss.org *Sent:* Monday, August 1, 2011 6:15 AM *Subject:* Re: [rules-users] Rule Task On 7/31/11

Re: [rules-users] Flow isn't behaving as I'd expect

2011-07-28 Thread Tihomir Surdilovic
Your questions are very specific to your example so providing your test case would help for anyone to actually take a look at it. Thanks. On 7/28/11 11:01 AM, Jamie wrote: Bump... I really need some help with this issue - can anyone answer even some of my questions? If my problem or my

Re: [rules-users] 答复: Can someone help me ?

2011-07-27 Thread Tihomir Surdilovic
On 7/27/11 9:58 AM, DroolersEye wrote: (using Guvnor) In Guvnor manual, section 14.2. Configuring Guvnor to use an external RDBMS explains configuring external RDBMS. or (manual way) You may take a copy of required repository.xml (there are many repository.xml files available ) file from

Re: [rules-users] Rule Task

2011-07-27 Thread Tihomir Surdilovic
On 7/27/11 7:18 AM, S.M.H.Jamali wrote: My problem is : when i create a new instance of my process (in jbpm console) , first Script Task run fine , but execution of the process stops at Rule Task and no rule fired ! Am i missing something ? This is a known issue in jbpm-console which just

Re: [rules-users] Editing Changeset xml file by Guvnor 5.1

2011-07-23 Thread Tihomir Surdilovic
On 7/22/11 9:17 PM, DroolersEye wrote: Hi, I am trying to connect changeset xml file located in the remote Guvnor 5.1 running in WAS7 server in a solaris box. When I try to integrate the Guvnor using the KnowledgeAgent+Changeset but it fails to read the changeset xml. It throws parser

Re: [rules-users] Should update be called moving from one rule task to another in a ruleflow

2011-07-13 Thread Tihomir Surdilovic
How about show your code and rules and maybe relevant parts of your process? Would help understand your situation better. I would think creating a simple test case that covers your scenario would not take long to put together. Thanks. On 7/13/11 11:20 AM, Wishing Carebear wrote: Any pointers

Re: [rules-users] Troubles with Oryx designer in Guvnor - jBPM 5.1.CR1

2011-06-23 Thread Tihomir Surdilovic
On 6/23/11 1:05 PM, roger wrote: Surely there is a config file that says what is Guvnor's url for Oryx. $designer_war/profiles/jbpm.xml bottom on this file contains what you are looking for: externalloadurl protocol=http host=localhost:8080

Re: [rules-users] Troubles with Oryx designer in Guvnor - jBPM 5.1.CR1

2011-06-22 Thread Tihomir Surdilovic
Hi Roger, you are using an older designer version and should definitely update. The latest 1.0.0.052 is available here: http://sourceforge.net/projects/jbpm/files/designer/designer-1.0.0.052/. Let me know if you run into any issues with that version and Guvnor 5.2.0.CR1. As far as the dump

Re: [rules-users] Troubles with Oryx designer in Guvnor - jBPM 5.1.CR1

2011-06-20 Thread Tihomir Surdilovic
Really weird error, I cannot reproduce it. Is your Guvnor instance running on localhost:8080? Are you using the designer version that ships with jbpm-installer or something else? Another thing to check is if you have any weird JavaScript restrictions in your browser. In Guvnor when you create

Re: [rules-users] problem with ruleflow-group

2011-06-20 Thread Tihomir Surdilovic
Hi, take a look at JIRA: https://issues.jboss.org/browse/JBRULES-2718. The fix is in 5.2.0.CR1 which you can get from http://www.jboss.org/drools/downloads.html. Thanks. Tihomir On 6/20/11 11:06 AM, Ruault Gaetan wrote: Hi, I have a problem with ruleflow. I have a RF like this : Start

Re: [rules-users] Guvnor unable to display ruleflow properly: Connections between nodes are not shown

2011-06-06 Thread Tihomir Surdilovic
This was a known issue in Guvnor that affected 5.1: https://issues.jboss.org/browse/GUVNOR-742. You should try with 5.2.0.CR1. Thanks. On 6/6/11 2:05 AM, style.x7 wrote: Hi all, When I upload my ruleflow files onto Guvnor, I can only see the nodes while the connections are gone. I'm using

Re: [rules-users] Rule Flow and Stateless Session

2011-05-27 Thread Tihomir Surdilovic
Hi John, this is a known issue https://issues.jboss.org/browse/JBRULES-2718. The fix is in 5.2.0.CR1 which you can get from http://www.jboss.org/drools/downloads.html. Thanks. On 5/27/11 12:14 PM, John Peterson wrote: I'm having some difficulty getting a rule flow with a stateless session to

Re: [rules-users] Simple Rule Flow

2011-05-03 Thread Tihomir Surdilovic
You are most likely starting the process, but not firing rules, for example: ksession.startProcess( myprocess ); ksession.fireAllRules(); // you need this Thanks. Tihomir On 5/3/11 9:59 AM, sdinoo wrote: I am new to drools All I want to do is create a simple rule flow with a rule task that

Re: [rules-users] Salience problems

2011-04-27 Thread Tihomir Surdilovic
Hi Chris, since you mention to already have a support license for JBoss Enterprise BRMS, the best place to ask these types of questions is at the excellent JBoss Customer Support Portal (https://access.redhat.com/home) where your question will be handled under SLAs ensuring timely response and

Re: [rules-users] how to run pkg from java

2011-04-24 Thread Tihomir Surdilovic
, as for now my runtime is (brms-standalone-5.1.0) . Thanks for your Help On Fri, Apr 22, 2011 at 6:33 PM, Tihomir Surdilovic tsurd...@redhat.com mailto:tsurd...@redhat.com wrote: Sorry I don't understand I deleted the current run time and link it from the beginning to the runtime. Earlier

Re: [rules-users] how to run pkg from java

2011-04-22 Thread Tihomir Surdilovic
Sorry I don't understand I deleted the current run time and link it from the beginning to the runtime. Earlier you said you are using JBoss BRMS so seems like the supported bits you downloaded from the RHT customer support portal. In this case your download should contain two zips,

Re: [rules-users] how to run pkg from java

2011-04-21 Thread Tihomir Surdilovic
Probably the Drools Runtime configured in Eclipse is not same version as what is used in your Guvnor. Make sure that you are using the same bits on both sides and try again. On 4/21/11 7:19 PM, MichaelBini wrote: still don't working the code - private static KnowledgeBase readKnowledgeBase()

Re: [rules-users] How to use for loop in drools!!!!

2011-04-19 Thread Tihomir Surdilovic
Hi Samarat, as Esteban suggested, please read the documentation as for example your question is answered there very early on in chapter 2.2.1. Methods versus Rules. Tihomir On 4/19/11 12:06 PM, Sumeet Karawal wrote: Thanks Esteban!!. I got you point. But how to make the rule to run according

Re: [rules-users] How to use for loop in drools!!!!

2011-04-19 Thread Tihomir Surdilovic
Sorry about the name typo in my previous reply Sumeet. On 4/19/11 12:14 PM, Tihomir Surdilovic wrote: Hi Samarat, as Esteban suggested, please read the documentation as for example your question is answered there very early on in chapter 2.2.1. Methods versus Rules. Tihomir On 4/19/11 12

Re: [rules-users] Drools DB configuration mysql

2011-04-18 Thread Tihomir Surdilovic
Np. Your repository.xml looks as being too short and does not include all needed information. Attached please find a repository.xml template for mysql. There you need to replace all occurrences of: @DRIVER @URL @USERNAME @PASSWORD with your concrete values. Also make sure that you are using

Re: [rules-users] Drools Guvnor - Websphere 7

2011-04-05 Thread Tihomir Surdilovic
Seems you have an older jcr jar on your classpath that gets loaded before Guvnor's jcr-2.0.jar in WEB-INF/lib. On 4/5/11 11:07 AM, smileychappy wrote: I'm trying to install and run Guvnor on Websphere 7. When I try starting the app, I get the following exception [4/5/11 11:02:26:793 EDT]

Re: [rules-users] Moving Rules and/or Packages from one Guvnor instance to another

2011-03-31 Thread Tihomir Surdilovic
Check out the drools-ant jackrabbit migration task http://blog.athico.com/2011/03/using-drools-ant-to-migrateback-up.html. It migrates the entire repository and you would not loose your rule assets version history, metadata, snapshots, existing user permissions etc. You may also look into

Re: [rules-users] Rule storage

2011-03-28 Thread Tihomir Surdilovic
Sorry I am the silent partner in this - as Michael said if you use the a dsl and its then scope expression in your rules, a change to the dsl like for example: [then] Augment {var} price = ${var}.price += 5 to [then] Augment {var} price = ${var}.price += 10 would be considered a global change

Re: [rules-users] Can we point to db repository url directly in ChangeSet.xml

2011-03-22 Thread Tihomir Surdilovic
Since Drools 5.1 if you secure Guvnor, you need also authenticate to get resources from Guvnor. In your change-set.xml you can do something like this: change-set xmlns='http://drools.org/drools-5.0/change-set' xmlns:xs='http://www.w3.org/2001/XMLSchema-instance'

Re: [rules-users] Eclipse Based Rule IDE

2011-03-22 Thread Tihomir Surdilovic
Only thing that comes to mind is to compare the version property of your file in eclipse with that in guvnor (when you view from webdav in eclipse) and update your local if needed. Tihomir On 3/22/11 5:01 PM, Suk Fung wrote: All, Does anyone know if we can view a list of rule file changes in

Re: [rules-users] Merge repository in Guvnor and editing brl with eclipse plugin

2011-03-22 Thread Tihomir Surdilovic
On 3/22/11 12:02 PM, ioda100 wrote: Hi, I try to figure out how to import a package from an instance of guvnor to another instance of guvnor without destroying all the existing repository. There is an import/export function in the administration part of guvnor but it export all the

Re: [rules-users] Can we point to db repository url directly in ChangeSet.xml

2011-03-22 Thread Tihomir Surdilovic
Found the Jira: https://issues.jboss.org/browse/SOA-2850 confirms what the code says :) Tihomir On 3/22/11 6:57 PM, Tihomir Surdilovic wrote: Since Drools 5.1 if you secure Guvnor, you need also authenticate to get resources from Guvnor. In your change-set.xml you can do something like

Re: [rules-users] Can we point to db repository url directly in ChangeSet.xml

2011-03-22 Thread Tihomir Surdilovic
not work for you. Thanks, Suk *From:* Tihomir Surdilovic tsurd...@redhat.com *To:* rules-users@lists.jboss.org *Sent:* Tue, March 22, 2011 4:17:04 PM *Subject:* Re: [rules-users] Can we point to db repository url

Re: [rules-users] A question about using lane in Drools-flow (Tihomir Surdilovic)

2011-03-16 Thread Tihomir Surdilovic
+ .dsl to Guvnor (wantastic) 2. Re: A question about using lane in Drools-flow (Tihomir Surdilovic) -- Message: 1 Date: Tue, 15 Mar 2011 07:24:16 -0700 (PDT) From: wantastic wantas...@gmail.com

Re: [rules-users] A question about using lane in Drools-flow

2011-03-15 Thread Tihomir Surdilovic
On 3/14/11 9:27 PM, Wen Yao wrote: Hi, When I was working on a project using Drools-flow, I had some problems with the lane and laneset. 1. In eclipse, I used the Flow editor to create a process and add some swimlanes. When I tried to run it, it always had this error:

Re: [rules-users] Dynamic Salience

2011-03-01 Thread Tihomir Surdilovic
We do allow for setting salience to the row number (and in reverse order), see https://issues.jboss.org/browse/GUVNOR-605, but yes, don't think dynamic salience is yet supported. On 3/1/11 12:06 PM, Michael Anstis wrote: -1 for guided decision table. I'm unsure about the other guided editors,

Re: [rules-users] Drools and JBoss Seam proxies

2011-02-28 Thread Tihomir Surdilovic
When you request components from Seam container, Seam wires those objects with interceptors completely wrapping it into a proxy. So yes, what you get is a proxy which has a different class signature than what the import statements define in your DRL. However since Seam uses Cglib to create

Re: [rules-users] Drools 5.2.0M1 and jdk5

2011-02-18 Thread Tihomir Surdilovic
Oryx designer targets Java 6. It does not take any special measures to make sure it is JDK5 compliant. Contributions in this regard are always welcome ;) Thanks. Tihomir On 2/18/11 10:09 AM, Michael Anstis wrote: We definitely target JDK5 for Guvnor. I don't know about Designer. On 18

Re: [rules-users] Can't reload a saved BPMN2 process file...

2011-02-17 Thread Tihomir Surdilovic
Bob, what you are seeing are validation errors because eclipse.bpmn2 by default does not add a schema location as they don't do validation. This does not prevent us still to create the bpmn2 so you can treat it as warnings. I have now added the schema location which gets rid of the issue..the

Re: [rules-users] Instructions for upgrading designer.war?

2011-02-09 Thread Tihomir Surdilovic
Hi salina, what are the problems you are running into? I am planning to do an update today, but knowing what problems you are having would be good. Thanks. Tihomir On 2/9/11 7:39 AM, salina wrote: Have you have the upgraded designer.war? If yes, can I have a copy, as I am struggling with it

Re: [rules-users] Instructions for upgrading designer.war?

2011-02-09 Thread Tihomir Surdilovic
Latest updates are available at http://people.redhat.com/tsurdilo/oryx/1.0.0.047-SNAPSHOT/. Give it a shot and report your issues please. Thanks. On 2/9/11 8:12 AM, Tihomir Surdilovic wrote: Hi salina, what are the problems you are running into? I am planning to do an update today

Re: [rules-users] Some doubts on Guvnor

2011-01-21 Thread Tihomir Surdilovic
On 1/20/11 9:44 PM, Diego Martins wrote: Hello! So, let'me explain what is happening first... I'm developing a project based on seam 2.2.0, and we used to have guvnor (5.0.1) working perfectly. So, suddenly I decided it was time to move on and start using the newest version (5.1.1, i

  1   2   >