kie-wb

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

旧时模样 提交于 2021-01-29 02:19:06
问题 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 :- admin,kie-server Application User User :- alpha2 password :- password@1 role :- admin,kie-server,rest-all I am running this server using this command :- standalone.bat --server-config=standalone-full.xml -Dorg.kie.server.id=wildfly-kieserver -Dorg.kie.server.location

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

北城以北 提交于 2021-01-29 02:15:22
问题 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 :- admin,kie-server Application User User :- alpha2 password :- password@1 role :- admin,kie-server,rest-all I am running this server using this command :- standalone.bat --server-config=standalone-full.xml -Dorg.kie.server.id=wildfly-kieserver -Dorg.kie.server.location

How to change front end of kie workbench of jbpm 6.5?

谁都会走 提交于 2019-12-25 08:36:25
问题 This is Login page of kie wb Home page of kie-wb 1. How to remove "KIE IDE" Logo from Login Page and insert other Logo Or add any other String? 2. Is there possible any way to change only Menu items name (e.g Authoring to Developer Job) ? I want to customise Kie-wb.jsp ? But went into location jbpm-installer/lib, there i found kie-server-6.5.0.Final-wildfly-10.0.0.Final.war file, but i couldnt find kie-wb.jsp page in that war ? 回答1: You are probably looking at the wrong place since KIE Server

How to set Parameter in WorkItem to be reached within BPMN Process in jbpm-WorkBench

佐手、 提交于 2019-12-12 01:25:02
问题 I have created a custom WorkItem with some parameters, which I have registered in WorkDefinitions.wid file. Then in Business Process I also create Variable Definitions for the entire Process and reference those from WD.wid of my custom WorkItem to those created in BP. WorkItem execute the code, which takes those parameters from the form after starting the process. For this purpose I use getParameter()- method; It looks as follows: public void executeWorkItem(WorkItem workItem, WorkItemManager

HelloWorld using Drools Workbench & KIE Server

China☆狼群 提交于 2019-12-02 15:02:51
问题 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 generate Java based Maven projects and am not using a particular IDE such as Eclipse or IntelliJ IDEA): Created a new repository called testRepo Created a new project called HelloWorld Created a new Data Object called HelloWorld with a String

HelloWorld using Drools Workbench & KIE Server

三世轮回 提交于 2019-12-02 03:54:37
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 generate Java based Maven projects and am not using a particular IDE such as Eclipse or IntelliJ IDEA): Created a new repository called testRepo Created a new project called HelloWorld Created a new Data Object called HelloWorld with a String property called message: package demo; /** * This class was automatically generated by the data modeler tool.

setup drools Kie execution server credentials

♀尐吖头ヾ 提交于 2019-11-30 07:51:32
问题 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 don't know how to proceed for getting the access to the execution server, and also get the endpoint url, for provisioning the build-in rules examples of the kie-wb and get the REST or the WSDL working. The kie-wb has a username with role "admin" and I