Matthew Woodward said the following on 18/05/10 15:47:
On Tue, May 18, 2010 at 1:37 PM, <[email protected]
<mailto:[email protected]>> wrote:
<plugins>
<!-- ColdSpring autowire plugin. -->
<!--<plugin name="coldSpringPlugin"
type="coldspring.machii.ColdspringPlugin">-->
<plugin name="coldSpringPlugin"
type="coldspring.machii.ColdspringProperty">
The ColdSpring Property is a Property, not a plugin, so it needs to go
in the properties section of your mach-ii.xml file, not the plugins
section.
http://trac.mach-ii.com/machii/wiki/UsingColdSpringWithMach-II
As indicated in the documentation, use the ColdSpringProperty that ships
with Mach-II. Not the property or plugin that ships with the ColdSpring
core. The ColdSpring team has not updated the property/plugin in their
core for quite some time and that is why we started shipping Mach-II
with our own ColdSpringProperty back in Mach-II 1.5 I believe.
Your definition should start like this:
<properties>
... other properties ...
<property name="ColdSpring" type="MachII.properties.ColdSpringProperty">
.... parameters here (be sure to look at the documentation as
things may have changed since the old plugin ...
</property>
</properties>
HTH,
.pjf
--
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
***New URLs as of April 29th, 2010***
SVN: http://svn.mach-ii.com/machii/
Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/