[
https://issues.apache.org/jira/browse/TAPESTRY-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Brinkers updated TAPESTRY-2117:
---------------------------------------
Attachment: TapestryIOCTest.tar.gz
I can reproduce it with a small test program. I have attached the eclipse
project. The main creates a registry and adds one module, MyTestModule.
MyTestModule has a @SubModule({MySecondModule.class}) annotation and
MySecondModule has a @SubModule({MyTestModule.class})
annotation. When the first module is added to the registry and hangs.
> Circular @SubModule seems to hang the IOC container
> ---------------------------------------------------
>
> 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
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]