Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: bug 123498 A scripted data set is invalid if no JavaScript in fetch. This is wrong, since it can have script in Java

Summary:
Bugzilla bug 123498.

 

The semantic check for fetch() method is removed to fix this bug. Model has no
way to check whether fetch() exists or not since in design time since all scripts are
not evaluated in the design time. It is the run-time work.

 


Description:
1.Removed valueRequired check for fetch in
ROM.

2.Removed validate method in ScriptDataSet.

3. Updated test cases.

 

 

- Tests Description  :

- Files Edited:


"/org.eclipse.birt.report.model_bugs/src/org/eclipse/birt/report/model/elements/ScriptDataSet.java" "/org.eclipse.birt.report.model_bugs/test/org/eclipse/birt/report/model/parser/ScriptDataSetParseTest.java" "/org.eclipse.birt.report.model_bugs/src/org/eclipse/birt/report/model/elements/rom.def"


- Files Added:

 

- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 

 

- Notes to Documentation: 

 

 

Rick Lu

 

Actuate Shanghai Center.

Email: rlu@xxxxxxxxxxx

Phone: 86 21 58826388

Fax: 86 21 58826002

 


Back to the top