Don't worry Dennis - on digging a bit deeper I found you had nicely
documented the solution in your config:
<!-- Model-Glue ORM integration beans -->
<!-- ormAdapter.Transfer is the name for the standard Transfer ORM
adapter bean provided by Model-Glue -->
<!-- <alias alias="ormAdapter" name="ormAdapter.Transfer" /> -->
<!-- Use a custom Transfer ORM adapter that contains a few small
enhancements over the standard version -->
<alias alias="ormAdapter" name="ormAdapter.Transfer.walidget" />
<!-- Use the transferFactory defined in the parent factory for the ORM
service -->
<alias alias="ormService" name="transferFactory" />
<!-- Environment-specific configuration should not be needed below this
line -->
<!-- SERVICES AND TRANSIENT BEANS -->
<!-- This is a custom subclass of the Transfer ORM adapter for
Model-Glue -->
<!-- Use the original bean as a parent so that we don't have to
duplicate all of its property and constructor-arg elements -->
<bean id="ormAdapter.Transfer.walidget"
class="walidget.extensions.addons.modelglue.orm.TransferAdapter"
parent="ormAdapter.Transfer" />
Thanks!!
Andrew.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "model-glue" group.
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/model-glue?hl=en
For more about Model-Glue, check http://www.model-glue.com .
-~----------~----~----~----~------~----~------~--~---