I'm migrating my app from CF8 to CF10 and will be replacing Transfer with 
ORM.  However, in my testing, I'm getting some strange behaviors and I want 
to know if anyone else has run Transfer on CF10?   I'm getting an error:

Could not find 'club.clubmembertype' in 
'/var/www/pukka/main-prod/config/transfer/transfer.xml'. 

When I try to run:

<cfreturn variables.transfer.listByPropertyMap("club.clubmembertype", 
arguments, "sntOrderBy") />

This transfer configuration file has not changed and it's running fine on 
CF8.  I can look at it and confirm that the type club.clubmembertype is in 
there.

The actual error happens here:

/var/www/pukka/shared-prod/transfer/com/object/exception/TransferObjectNotFoundException.cfc:31
/var/www/pukka/shared-prod/transfer/com/object/ObjectDAO.cfc:71
/var/www/pukka/shared-prod/transfer/com/object/ObjectManager.cfc:61
/var/www/pukka/shared-prod/transfer/com/sql/TransferGateway.cfc:109
/var/www/pukka/shared-prod/transfer/com/sql/SQLManager.cfc:138
/var/www/pukka/shared-prod/transfer/com/Transfer.cfc:513
/var/www/pukka/shared-prod/model/club/clubService.cfc:706 (where the 
listByPropertyMap is)

Any thoughts?  I know we're way beyond the life of the library (and thanks 
to Mark for getting us so far) but we can't really start using ORM until we 
upgrade from 8 and we can't upgrade from 8 until we can run our app as it 
stands today on the new system?


Brian


-- 
-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

Try out the new Transfer ORM Custom Google Search:
http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to transfer-dev@googlegroups.com
To unsubscribe from this group, send email to 
transfer-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to transfer-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to