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?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to