]
Stuart Douglas resolved SOLDER-7.
---------------------------------
Resolution: Done
Disposer methods for @Default producer methods declared on generic
beans require explicit definition of @Default
----------------------------------------------------------------------------------------------------------------
Key: SOLDER-7
URL:
https://issues.jboss.org/browse/SOLDER-7
Project: Seam Solder
Issue Type: Bug
Components: Generic Beans
Reporter: Pete Muir
Assignee: Stuart Douglas
Fix For: 1.0.0.Beta2
For example
@Produces
public ComputeServiceContext getContext()
{
return this.factory.createContext(config.provider(), properties);
}
public void cleanup(@Disposes @Generic ComputeServiceContext context)
{
context.close();
}
will cause the disposer to not be resolved for the producer method
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: