Questions tagged [kie-wb]

The KIE Workbench (KIE-WB) is the full distribution, that contains all the components that we are creating, so inside it you will find all the BPM and Rules modules. If more modules are added to the platform, the KIE-WB will contain them.

The KIE Workbench (KIE-WB) is the full distribution, that contains all the components that we are creating, so inside it you will find all the BPM and Rules modules. If more modules are added to the platform, the KIE-WB will contain them.

37 questions
7
votes
0 answers

How to deploy a rules kjar to S3 bucket from within the kie workbench?

I am trying to use a S3 bucket as a remote maven repository via which to distribute the rules jar, created with the kie workbench UI, to where they are needed. If i package the rules with maven from my IDE, i can successfully upload the jar to s3…
6
votes
5 answers

Pushing to git repository cloned from KIE Workbench repository

I use KIE Workbench (6.1.0.Beta3) to edit my rules. Since there are some features not being supported by the Workbench yet (e.g. moving rules to other packages), I would like to do this stuff outside of KIE-WB. For that, I cloned my repository…
Dominik Sandjaja
  • 6,326
  • 6
  • 52
  • 77
5
votes
1 answer

Can not update jbpm process variable from DRL

I am currently starting to work with jbpm/drools and tried to modify some process variables from my DRL using the "Business Rule Task". I tried the following with a process, which declared a variable "var" of type "MyCustomObject". Following the…
Muto
  • 140
  • 1
  • 10
3
votes
1 answer

setup drools Kie execution server credentials

I'm trying to setup the kie execution service (kie-server-services-6.2.0) for being provisioned by the kie-drools-wb-webapp-6.2.0, when I try to get access by following the webapp url of the execution server it shows a BASIC authentication, and…
2
votes
2 answers

could not create constructor :: Kie Workbench

I am using Kie workbench 6.3.0 to create rules. I am trying to run rule in stream mode. I have created a project in kie-wb and created kie-base in it. We are using kie server runtime for this. This is the kmodule code generated:
2
votes
0 answers

How to correctly model parallel execution with timeout in jbpm?

I need some help with jbpm and the modeling using the kie-workbench. My scenario: A user is presented a list of potential service-providers. He can now select multiple of these and specify a date, which acts as deadline for the providers to respond…
Muto
  • 140
  • 1
  • 10
1
vote
1 answer

keep getting KieServer-ControllerConnect error 401 in startup (standalone.bat) for Business central

I installed Kie-WB (business central 7.47.0) on Wildfly (19.0.0 final) on a windows server. All is well except that in running the standalone, but I keep getting a warning. WARN …
1
vote
1 answer

No solver when accessing using Optaplanner REST API

I created Optaplanner project and deploy it to kie execution server using kie-workbench. Upon making REST call [GET] /containers/{containerId}/solvers, solver list is empty. { "type" : "SUCCESS", "msg" : "Solvers list successfully retrieved…
1
vote
0 answers

Managed Repository maintaining multiple time stamped SNAPSHOT versions

I am using drools workbench 6.4.0 with wildfly server 8.1.0. I am creating a managed repository with version 1.0.0-SNAPSHOT. I created a project under this repository. Every time i add, modify, delete a rule and do a save and then build & deploy,…
Ashish Sood
  • 192
  • 12
1
vote
0 answers

Drools validation failing with error as "unterminated string literal"

I have defined a rule with following condition. [ "asmi\"sinternational", "brand1" ] contains msku.brand Validation of this rule is failing with error as Unable to Analyse Expression [ "asmi\"sinternational" ] contains msku.brand: [Error:…
1
vote
1 answer

Unable Register Kie Server (No Remote Servers) in Workbench (Kie-WB 6.4.0 in WildFly 8.2.1)

Problem with configuring kie-wb with kie-server. I've wildfly 8.2.1 with Kie-server installed to it on one machine. For this I've created two users using adduser.bat: Management User User :- alpha1 passwrod :- password@1 role :-…
Girish
  • 81
  • 1
  • 10
1
vote
0 answers

Configure SQL Server 2008 with Kie-WB

I've downloaded wildfly 8.2.1 and installed kie-server,kie-wb 6.4 and sqljdbc4-2.0 to it.In wildfly I've configured new datasource also. I can see tables created in my database..but when I am creating any workflow using kie-wb..task information is…
Girish
  • 81
  • 1
  • 10
1
vote
0 answers

MySQL jBPM 6.2 deployment error

After solving for couple of issues to switch H2 with MySQL for jBPM 6.2; followed the instructions to modify 3.6.3. Using your own database . i am stuck at this error that is thrown while deployment . has anybody solved for this, i could'nt find…
gunsam
  • 11
  • 2
1
vote
3 answers

HelloWorld using Drools Workbench & KIE Server

Have KIE Drools Workbench 6.2.0 Final installed inside a JBoss 7 Application Server local instance and Kie Server 6.2.0 Final inside a local Tomcat 7 instance. Using the web based KIE Workbench strictly for evaluation purposes (am using it to code…
PacificNW_Lover
  • 4,746
  • 31
  • 90
  • 144
1
vote
0 answers

KIE Workbench - How to Upload Large Rule File.xls

We are uploading 45000 rules to Kie Workbench. These rules are declared in a single excel sheet. We are planning to upload 5 files to a single KIe_project totalling upto 200,000 rules. Problem Statement Currently for 20,000 rules , the validation…
learner
  • 906
  • 2
  • 10
  • 39
1
2 3