]
Lincoln Baxter III closed FORGE-1855.
-------------------------------------
Resolution: Done
Simple Container should support singleton services
--------------------------------------------------
Key: FORGE-1855
URL:
https://issues.jboss.org/browse/FORGE-1855
Project: Forge
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Furnace Simple
Affects Versions: 2.6.0.Final
Reporter: George Gastaldi
Assignee: Lincoln Baxter III
Fix For: 2.7.0.Final
In CDI we use @Singleton to make a bean a singleton, however there is no equivalent on
the simple container.
I propose a {{public interface SingletonService extends Service}} that could be checked
while creating instances in {{SimpleExportedInstanceImpl}}