Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 153717 [Regression]Cann't preview when using script

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 153717 [Regression]Cann't preview when using script

- Summary:

- Bugzilla Bug (s) Resolved:
153717 [Regression]Cann't preview when using script
- Description:

        The report engine load the user defined classes in the following order:
        1. system classes
        2. classes defined in the system properties
        3. class loaded defined in the appContext
        4. classes define din the report designs.
        When create the classloader, the appContext is not intialized, that cause the classed defined in the appContext can't be loaded.

        initialize the classloader until the user has defined the appContext.

- Tests Description  :

        Manually Test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "fix bugs in app class loader" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top