Sorry that CreateGateway call is wrong the AirlineCodes should be the alias name AirlineList. I was trying to see if I could use the previous object but got the same error.

<cfset AirlineList = getReactorFactory ().CreateGateway ('AirlinelineLits).getbyFields (AC_IsActive = 1 ,sortByFieldList ='AC_Airline') />
 
 
 
 
On 11/5/06, Andrew Scott <[EMAIL PROTECTED]> wrote:
Ok I am not sure what I am doing wrong, but I rebooted CF cleared the application scope gave it a new name and for the life of me I have no idea what to do. now the reason I gave it an alias is beacuse i already have an object named AirlineCodes, but it has relationships that I don't wish to use.
 
The xml object is

<object name=" AirlineCodes" Alias="AirlineList" />
The calling line
<cfset AirlineList = getReactorFactory ().CreateGateway('AirlineCodes').getbyFields (AC_IsActive = 1,sortByFieldList ='AC_Airline') />
 
 
The error message is

Oops!

Message Could not find the ColdFusion Component Metadata.
Detail Please check that the given name is correct and that the component exists.
Extended Info


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to