Hide Forgot
Date of First Response: 2009-09-10 01:26:40 securitylevel_name: Public When debugging rules using the MVEL dialect, Eclipse cannot find the right MVEL source and line number to show when encountering a breakpoint in MVEL code.
Link: Added: This issue is related to JBRULES-2071
Fix in place.
For documenting this in the Release Notes, can you please confirm the following and fill in the missing information. Dot point explanations are fine: The CAUSE (what was actually broken) * changes to the MVELFrame class (which was an external MVEL dependency) caused a problem CONSEQUENCES of the bug (how it impacts users.) * the way in which the IDE retrieved the source file number and line number at breakpoints no longer worked. The FIX (what was changed to eliminate this bug) and * RESULTS of the fix (what now happens for users.) *
We are still awaiting the outstanding information for the Release Notes on this one. Please provide it as soon as possible. Thanks.
The CAUSE (what was actually broken) * changes to the MVELFrame class (which was an external MVEL dependency) caused a problem during MVEL debug CONSEQUENCES of the bug (how it impacts users.) * the way in which the IDE retrieved the source file number and line number at breakpoints no longer worked. The FIX (what was changed to eliminate this bug) and * code changed to take MVEL changes into account RESULTS of the fix (what now happens for users.) * MVEL debugging working again