You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Bruno Bowden (JIRA)" <ji...@apache.org> on 2008/02/20 23:49:43 UTC

[jira] Created: (SHINDIG-86) Gadget rendering hangs for simple gadget with no (works with 1+ )

Gadget rendering hangs for simple gadget with no <Requires> (works with 1+ <Requires>)
--------------------------------------------------------------------------------------

                 Key: SHINDIG-86
                 URL: https://issues.apache.org/jira/browse/SHINDIG-86
             Project: Shindig
          Issue Type: Bug
          Components: Gadgets Server - Java
            Reporter: Bruno Bowden
            Assignee: Bruno Bowden
            Priority: Critical


Rendering of a simple gadget with gadget/ifr fails if there are no <Require> elements in <ModulePrefs>. The code appears to hangs in one of the dependency threads.

FAILS:
<?xml version="1.0" encoding="UTF-8"?>
<Module>"
  <ModulePrefs title="TITLE"/>
  <Content type="html"/>
</Module>

WORKS:
<?xml version="1.0" encoding="UTF-8"?>
<Module>"
  <ModulePrefs title="TITLE">
    <Requires feature="dynamic-height"/>
  <ModulePrefs>
  <Content type="html"/>
</Module>

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


[jira] Closed: (SHINDIG-86) Gadget rendering hangs for simple gadget with no (works with 1+ )

Posted by "Bruno Bowden (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Bowden closed SHINDIG-86.
-------------------------------

    Resolution: Fixed

Fixed in r629709

> Gadget rendering hangs for simple gadget with no <Requires> (works with 1+ <Requires>)
> --------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-86
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-86
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadgets Server - Java
>            Reporter: Bruno Bowden
>            Assignee: Bruno Bowden
>            Priority: Critical
>
> Rendering of a simple gadget with gadget/ifr fails if there are no <Require> elements in <ModulePrefs>. The code appears to hangs in one of the dependency threads.
> FAILS:
> <?xml version="1.0" encoding="UTF-8"?>
> <Module>"
>   <ModulePrefs title="TITLE"/>
>   <Content type="html"/>
> </Module>
> WORKS:
> <?xml version="1.0" encoding="UTF-8"?>
> <Module>"
>   <ModulePrefs title="TITLE">
>     <Requires feature="dynamic-height"/>
>   <ModulePrefs>
>   <Content type="html"/>
> </Module>

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