You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org> on 2007/03/02 16:30:50 UTC

[jira] Created: (XAP-320) xap.util.ResourceDictionary: loading error.

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


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.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (XAP-320) xap.util.ResourceDictionary: loading error.

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Turyn, Michael closed XAP-320.
------------------------------

    Resolution: Fixed

Logger creation moved to first use of the logger; see revision 514443.

> 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.
> We can work around this by initialising ResourceDictionary's logger when the first instance of it is created, but this seems inadequate---I'd rather feel like we can depend on dojo loading to work or let us know when it can't.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (XAP-320) xap.util.ResourceDictionary: loading error.

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Turyn, Michael updated XAP-320:
-------------------------------

    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.

We can work around this by initialising ResourceDictionary's logger when the first instance of it is created, but this seems inadequate---I'd rather feel like we can depend on dojo loading to work or let us know when it can't.


  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.

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.



> 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.
> We can work around this by initialising ResourceDictionary's logger when the first instance of it is created, but this seems inadequate---I'd rather feel like we can depend on dojo loading to work or let us know when it can't.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (XAP-320) xap.util.ResourceDictionary: loading error.

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
     [ 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.