You have a CFC that is implementing another component. You can only implement an interface.
On 7/21/07, Brian Peddle <[EMAIL PROTECTED]> wrote: > I just installed CF8 to test with an application and received the error > below, I've never seen this one before. > > Component cannot implement component. > The com.jobscience.DataStruct ColdFusion component cannot implement the > com.jobscience.Interface ColdFusion component. It can only implement > interfaces. > > The error occurred in > C:\Internet\application\com\application\ErrorMessage.cfc: line 6 > Called from > C:\Internet\application\com\application\application\AppLoader.cfc: line 26 > Called from C:\Internet\application\Application.cfc: line 27 > > 4 : <cfproperty name="errorStruct" type="com.application.DataStruct" /> > 5 : > 6 : <cfset variables.errorStruct = createObject( "component", > "com.application.DataStruct" ).init() /> > 7 : > 8 : <cffunction name="init" acess="public" output="yes" > returntype="com.application.ErrorMessage"> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284305 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

