Ticket #37 (closed defect: fixed)
Error when invoking createPlugin()
| Reported by: | João Fernandes | Owned by: | dhughes |
|---|---|---|---|
| Type: | defect | Priority: | normal |
| Milestone: | Component: | Reactor - Reactor Factory | |
| Version: | 1.0 | Severity: | normal |
| Keywords: | Cc: |
Description
in line 137 in the objectFactory.cfc is missing a condition
<cfif ListFind("Dao,Gateway,Record", arguments.type)> should be
<cfif ListFind("Dao,Gateway,Record", arguments.type) or arguments.plugin>
so the generatedObject is injected with the metadata param.
Change History
Note: See
TracTickets for help on using
tickets.

