Bug 1158176 - Guided Rule Editor: Displays blank screen when I tried to opening the saved rule
Summary: Guided Rule Editor: Displays blank screen when I tried to opening the saved rule
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.0.3
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ER4
: 6.1.0
Assignee: manstis
QA Contact: Jiri Locker
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-10-28 19:16 UTC by Jey
Modified: 2020-03-27 18:33 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 18:33:18 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1175333 0 high CLOSED jboss-bpmsuite-example: 'Validate Down Payment.rdrl' cannot be opened 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 1176787 0 high CLOSED Unable to use some options for Integer sub-fields in Guided Rule Templates 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 1195241 0 high CLOSED kcontext usage in Free Form DRL of RHS breaks the Guided Rule 2021-02-22 00:41:40 UTC

Internal Links: 1175333 1176787 1195241

Description Jey 2014-10-28 19:16:38 UTC
Description of problem: blank screen while opening guided editor rule


Version-Release number of selected component (if applicable):6.0.3


How reproducible:


Steps to Reproduce:
1. created rule using guided editor 
2. added consequence using "freeform drl" - refer actual rule below
3. saved and closed the editor. 
4. try to open the same rule.

Actual results:
 when I tried to open the rule on the editor shows blank screen

Expected results:
Supposed open actual rule in guided editor

Additional info:

rule "AgentBooking Rule"
	dialect "mvel"
	when
		agent : Agent( )
		currentDate : TransactionDate( )
		Number( eval( intValue >=2 )) from accumulate ( 		resEvent : ReservationEvent( agentId == agent.agentId , resdate == currentDate.eventDate ) from entry-point "reservationEvent"
,
			count(resEvent)) 
	then
		ReservationThresoldEvent thresoldevent = new ReservationThresoldEvent();
		thresoldevent.setAgentId( agent.getAgentId() );
		thresoldevent.setTxEventDate( currentDate.getEventDate() );
		kcontext.getKnowledgeRuntime().getEntryPoint("reservationTraceEvent").insert( thresoldevent );
end

Comment 3 Jiri Locker 2015-02-10 10:21:35 UTC
Fixed in ER4. The rule in description reopens correctly.


Note You need to log in before you can comment on or make changes to this bug.