Ticket #117 (closed enhancement: wontfix)

Opened 5 months ago

Last modified 3 months ago

Create a injection provider for request value error factories

Reported by: mikey Assigned to: mikey
Priority: major Milestone: 0.6.0
Component: Request Version: SVN-trunk
Keywords: Cc:

Description

A new class net::stubbles::ipo::request::stubRequestValueErrorFactoryProvider should be created that allows injecting instances of net::stubbles::ipo::request::stubRequestValueErrorFactory, preferably with named injection.

Change History

12/20/07 14:09:25 changed by mikey

Enthancement #97 should be fixed before fixing this issue.

01/11/08 10:11:11 changed by mikey

  • milestone changed from 0.5.0 to 0.6.0.

02/26/08 09:13:57 changed by mikey

  • status changed from new to closed.
  • resolution set to wontfix.

Due to the new filter factory possibilities it is now not longer required to have such classes like the net::stubbles::ipo::request::stubRequestValueErrorFactoryMappingDecorator as the error ids can now be set directly with the filters. Additionally for our needs the net::stubbles::ipo::request::stubRequestValueErrorXJConfFactory is enough an can be added to the IoC container as such: $binder->bind('stubRequestValueErrorFactory')->to('net::stubbles::ipo::request::stubRequestValueErrorXJConfFactory')->in(stubBindingScopes::$SINGLETON);

Therefore there is no need for a request value error factory injection provider, and the mapping decorator will be removed as well.