Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
5.0.14
-
None
-
None
Description
the module class below produces a StackOverflow if i try to call the chain. if i use a serviceId instead of the marker annotation everything work as expected. it seems, that a marker annotation does not have the same behaviour as a serviceId. see also the attached maven project that examplifies the problem.
public final class StackOverflowModule
{
public static void bind(ServiceBinder binder)
public ChainInterface buildChainInterface(List<ChainInterface> chainItems, ChainBuilder builder)
{ return builder.build(ChainInterface.class, chainItems); } public void contributeChainInterface(OrderedConfiguration<ChainInterface> chainItems,
@Default ChainInterface helloWorld)
}
Attachments
Attachments
Issue Links
- is related to
-
TAPESTRY-2655 Services defined with the bind() method may conflict with services from service builder methods without error
- Closed