No I did not. Thanks for pointing this out. Will try again when I get
back in the office on Tuesday.
I am using transfer in an app that generates a large csv report from a
complex data model so i would be very happy with the performance gain
you mentioned.
By the way I am impressed by the framework in general. And by the
extensive documentation as well!
All the best,
Martijn
On 17 okt, 14:15, "Mark Mandel" <[EMAIL PROTECTED]> wrote:
> Did you delete you .transfer files?
>
> Mark
j>
> On Fri, Oct 17, 2008 at 11:09 PM, Martijn van der Woud
>
>
>
> <[EMAIL PROTECTED]> wrote:
>
> > I have a method using the readByPropertyMap method as follows:
>
> > ....
>
> > <cfargument name="username" type="string" required="true"
> > hint="The
> > username of the user to retrieve." />
> > <cfargument name="password" type="string" required="true"
> > hint="The
> > password of the user to retrieve." />
>
> > <!--- instance of the transfer orm factory --->
> > <cfset var transfer = getTransfer()>
> > <!--- user object matching the given credentials --->
> > <cfset var user = transfer.readByPropertyMap('users.user',
> > arguments)>
>
> > .....
>
> > This works fine with Transfer 1.0
>
> > With Transfer 1.1 I get:
>
> > Message Element MEMENTO.USERID is undefined in ARGUMENTS.
> > Detail
> > Extended Info
> > Tag Context C:\webcontent\development\sogetiManagementInfo\source
> > \model\data\transfer\users.user
> > $C62BF3543FC0EA8268EF4CF1A09FC3CE.transfer (166)
> > C:\webcontent\development\transfer\com\dynamic\TransferPopulator.cfc
> > (59)
> > C:\webcontent\development\transfer\com\dynamic\DynamicManager.cfc (72)
> > C:\webcontent\development\transfer\com\Transfer.cfc (120)
> > C:\webcontent\development\transfer\com\Transfer.cfc (869)
> > C:\webcontent\development\transfer\com\Transfer.cfc (593)
> > C:\webcontent\development\sogetiManagementInfo\source\model\users
> > \userService.cfc (25)
> > C:\webcontent\development\sogetiManagementInfo\source\controller
> > \Controller.cfc (89)
> > C:\webcontent\development\ModelGlue\unity\listener\Listener.cfc (51)
> > C:\webcontent\development\ModelGlue\unity\eventrequest
> > \MessageBroadcaster.cfc (57)
> > C:\webcontent\development\ModelGlue\unity\framework\ModelGlue.cfc
> > (387)
> > C:\webcontent\development\ModelGlue\unity\framework\ModelGlue.cfc
> > (360)
> > C:\webcontent\development\ModelGlue\unity\framework\ModelGlue.cfc
> > (331)
> > C:\webcontent\development\ModelGlue\unity\framework\ModelGlue.cfc
> > (289)
> > C:\webcontent\development\ModelGlue\unity\ModelGlue.cfm (126)
> > C:\webcontent\development\wwwroot\sogetiManagementInfo\index.cfm (70)
>
> > I believe this might be a bug. Any suggestions?
>
> --
> E: [EMAIL PROTECTED]
> W:www.compoundtheory.com
--~--~---------~--~----~------------~-------~--~----~
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
You received this message because you are subscribed to the Google Groups
"transfer-dev" 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/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---