[
https://issues.apache.org/jira/browse/XAP-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Turyn, Michael updated XAP-320:
-------------------------------
Priority: Minor (was: Major)
Description:
Cyclic dependency graph:
xap.util.ResourceDictionary [depends on] xap.log.Logger [depends on]
xap.util.XapException [depends on] xap.util.ResourceDictionary ....
---error shows up when doing the dojo load of XapException: ResourceDictionary
is loaded by it, and itstop-level xap.log.Logger.getLogger() is not understood.
The priority is "Minor" because this is invisible to the user; it however stops
the debugger on every load if you're in "stop on exceptions" mode, annoying.
was:
Cyclic dependency graph:
xap.util.ResourceDictionary [depends on] xap.log.Logger [depends on]
xap.util.XapException [depends on]
xap.util.ResourceDictionary ....
---error shows up when doing the dojo load of XapException: ResourceDictionary
is loaded by it, and itstop-level xap.log.Logger.getLogger() is not understood.
> xap.util.ResourceDictionary: loading error.
> --------------------------------------------
>
> Key: XAP-320
> URL: https://issues.apache.org/jira/browse/XAP-320
> Project: XAP
> Issue Type: Bug
> Reporter: Turyn, Michael
> Priority: Minor
>
> Cyclic dependency graph:
> xap.util.ResourceDictionary [depends on] xap.log.Logger [depends on]
> xap.util.XapException [depends on] xap.util.ResourceDictionary ....
> ---error shows up when doing the dojo load of XapException:
> ResourceDictionary is loaded by it, and itstop-level
> xap.log.Logger.getLogger() is not understood.
> The priority is "Minor" because this is invisible to the user; it however
> stops the debugger on every load if you're in "stop on exceptions" mode,
> annoying.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.