You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/02/23 02:05:19 UTC

[jira] Updated: (TAPESTRY-2117) Circular @SubModule will crash the IOC container with OutOfMemoryException

     [ https://issues.apache.org/jira/browse/TAPESTRY-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-2117:
-------------------------------------------

    Summary: Circular @SubModule will crash the IOC container with OutOfMemoryException  (was: Circular @SubModule seems to hang the IOC container)

> Circular @SubModule will crash the IOC container with OutOfMemoryException
> --------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2117
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2117
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.0.9
>            Reporter: Martijn Brinkers
>             Fix For: 5.0.11
>
>         Attachments: TapestryIOCTest.tar.gz
>
>
> I have two modules. If both modules refer to each other with a @SubModule adding the first module seems to hang up the IOC container.
> Example:
> @SubModule({MySecondModule.class})
> public class MyFirstModule  {
> }
> @SubModule({MyFirstModule.class})
> public class MySecondModule  {
> }
>   

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org