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
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284304
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to