Error message

45 views
Skip to first unread message

erik tsomik

unread,
May 18, 2012, 11:57:23 PM5/18/12
to col...@googlegroups.com
I getting the error message when try to run the function. the init method does exists

Error Messages: The init method was not found.
Either there are no methods with the specified method name and argument types or the init method is overloaded with argument types that ColdFusion cannot decipher reliably. ColdFusion found 0 methods that match the provided arguments. If this is a Java object and you verified that the method exists, use the javacast function to reduce ambiguity.    

Andrew Scott

unread,
May 19, 2012, 12:11:03 AM5/19/12
to col...@googlegroups.com
Why do you not provide an example of how your using this along with the stack trace, sounds like user error or bad code to me.

-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/


--
You received this message because you are subscribed to the Google Groups "ColdBox Platform" group.
To post to this group, send email to col...@googlegroups.com
To unsubscribe from this group, send email to coldbox-u...@googlegroups.com
For more options, visit this group at http://groups-beta.google.com/group/coldbox
For News, visit http://blog.coldbox.org
For Documentation, visit http://wiki.coldbox.org




erik tsomik

unread,
May 19, 2012, 12:18:18 AM5/19/12
to col...@googlegroups.com
here is my stack trace

coldfusion.runtime.java.MethodSelectionException: The init method was not found.
	at coldfusion.runtime.java.ObjectHandler.findMethodUsingCFMLRules(ObjectHandler.java:383)
	at coldfusion.runtime.StructBean.invoke(StructBean.java:524)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2393)
	at cfehStdGroup2ecfc1699648177$funcDSPCREATERELATIONSHIPFILTER.runFunction(C:\ColdFusion9\wwwroot\handlers\ehStd.cfc:1973)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
	at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:517)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:496)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:355)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2301)
	at coldfusion.tagext.lang.InvokeTag.doEndTag(InvokeTag.java:389)
	at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2723)
	at cfController2ecfc2098540281$funcINVOKER.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\web\Controller.cfc:699)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
	at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
	at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2582)
	at cfController2ecfc2098540281$funcRUNEVENT.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\web\Controller.cfc:584)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
	at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:517)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:496)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:355)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2301)
	at cfColdbox2ecfc178485846$funcPROCESSCOLDBOXREQUEST.runFunction(C:\ColdFusion9\wwwroot\demo\coldbox\system\Coldbox.cfc:236)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360)
	at cfApplication2ecfc750003693$funcONREQUESTSTART.runFunction(C:\ColdFusion9\wwwroot\demo\Application.cfc:80)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337)
	at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:88)
	at coldfusion.runtime.AppEventInvoker.onRequestStart(AppEventInvoker.java:258)
	at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:349)
	at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
	at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
	at coldfusion.filter.PathFilter.invoke(PathFilter.java:94)
	at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
	at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
	at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
	at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
	at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
	at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
	at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
	at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
	at coldfusion.CfmServlet.service(CfmServlet.java:200)
	at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
	at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
	at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
	at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
	at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
	at jrun.servlet.FilterChain.service(FilterChain.java:101)
	at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
	at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
	at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
	at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
	at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
	at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
	at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
	at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
	at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

erik tsomik

unread,
May 19, 2012, 12:19:44 AM5/19/12
to col...@googlegroups.com
And here how am using it 
<cfproperty name=" stdDefinition" inject="Model"/>
rc.bean = stdDefinition.init();

Andrew Scott

unread,
May 19, 2012, 12:33:36 AM5/19/12
to col...@googlegroups.com
See user error!!!!

When you do

<cfproperty name=" stdDefinition" inject="Model"/>

The component is instantiated and stored into the variable stdDefinition, now if you have an init method that passes arguments then you will need to bind / map this into wirebox so that it is correctly handled.

And why anyone would after instantiation call the init method again is beyond me, what is you reasoning or what are you trying to achieve by doing that?


-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/

erik tsomik

unread,
May 19, 2012, 8:43:15 AM5/19/12
to col...@googlegroups.com
in my wirebox I do the wiring like this mapDirectory("shared.model"); Besides  that all other handlers working just fine

erik tsomik

unread,
May 19, 2012, 8:49:50 AM5/19/12
to col...@googlegroups.com
if rigth away i do fwreinit it works just fine and when i come back to this page i get the same error again

erik tsomik

unread,
May 19, 2012, 11:41:06 PM5/19/12
to col...@googlegroups.com
Any updates on this issue

Luis Majano

unread,
May 19, 2012, 11:53:55 PM5/19/12
to col...@googlegroups.com
Is this the code:
<cfproperty name=" stdDefinition" inject="Model"/>
rc.bean = stdDefinition.init();

Where is the init() method being done?
Also, the model does the constructor for you, so not sure what you are trying to accomplish

On Saturday, May 19, 2012 8:41:06 PM UTC-7, tsomik1 wrote:
Any updates on this issue

On Sat, May 19, 2012 at 8:49 AM, erik tsomik <tso...@gmail.com> wrote:
if rigth away i do fwreinit it works just fine and when i come back to this page i get the same error again
On Sat, May 19, 2012 at 8:43 AM, erik tsomik <tso...@gmail.com> wrote:
in my wirebox I do the wiring like this mapDirectory("shared.model"); Besides  that all other handlers working just fine
On Sat, May 19, 2012 at 12:33 AM, Andrew Scott <and...@andyscott.id.au> wrote:
See user error!!!!

When you do

<cfproperty name=" stdDefinition" inject="Model"/>

The component is instantiated and stored into the variable stdDefinition, now if you have an init method that passes arguments then you will need to bind / map this into wirebox so that it is correctly handled.

And why anyone would after instantiation call the init method again is beyond me, what is you reasoning or what are you trying to achieve by doing that?


-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/



On Sat, May 19, 2012 at 2:19 PM, erik tsomik <tso...@gmail.com> wrote:
And here how am using it 
<cfproperty name=" stdDefinition" inject="Model"/>
rc.bean = stdDefinition.init();


--
You received this message because you are subscribed to the Google Groups "ColdBox Platform" group.
To post to this group, send email to col...@googlegroups.com
To unsubscribe from this group, send email to coldbox-unsubscribe@googlegroups.com
To unsubscribe from this group, send email to coldbox-unsubscribe@googlegroups.com
To unsubscribe from this group, send email to coldbox-unsubscribe@googlegroups.com
To unsubscribe from this group, send email to coldbox-unsubscribe@googlegroups.com

erik tsomik

unread,
May 20, 2012, 12:00:37 AM5/20/12
to col...@googlegroups.com
it done right here  rc.bean = stdDefinition.init(); 

All i am trying to do is to initialize the Bean

On Sat, May 19, 2012 at 11:53 PM, Luis Majano <lma...@gmail.com> wrote:
Is this t:
To unsubscribe from this group, send email to coldbox-u...@googlegroups.com

Luis Majano

unread,
May 20, 2012, 12:05:48 AM5/20/12
to col...@googlegroups.com
I understand, but where are you trying to do this?

When you inject an object, the object is constructed by the DI framework and it calls the constructor for you.  What you need is more of a transient object instead of injection.  

erik tsomik

unread,
May 20, 2012, 12:08:46 AM5/20/12
to col...@googlegroups.com
I ma trying to do this in the handler

Andrew Scott

unread,
May 20, 2012, 5:05:51 AM5/20/12
to col...@googlegroups.com
Erik, it has been made perfectly clear to you that you DO NOT NEED TO DO THIS

rc.bean = stdDefinition.init();

That line of code is saying you want to initialise this and create it, but when you do this

<cfproperty name=" stdDefinition" inject="Model"/>

It is initiated and created...

WHAT PART OF THIS DO YOU NOT UNDERSTAND?

If you can't be bothered to read emails or do the most basic debugging to figure it out, you are going to find yourself in your own world where people are going to ignore you.

Now if you don't understand what is being said SAY SOMETHING, we will not bite... But we will bight if you ignore our advice and continue asking sill questions when the fault is clearly how your approaching your problem.

If you don't understand the DI or wireBox now is the time to put your hand and say something, or go back to the docs where you had been pointed once in another thread.


-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/



erik tsomik

unread,
May 20, 2012, 8:59:39 AM5/20/12
to col...@googlegroups.com
I've read the whole email and i do understand the wirebox it just if i want to assign the bean to the variable and have multiple assignments to the same bean i want to use variable . besides that i have about 20 different handlers and they all working that way and no problem it only this causing an issue 

Andrew Scott

unread,
May 20, 2012, 10:01:56 AM5/20/12
to col...@googlegroups.com
Then you don't understand wirebox, because if you did then you would understand what you you just stated.

Now when you say multiple assignments, what do you mean by that?

By asking that question, you may understand the solution you required to do to get this to work. But by calling the init() method is obviously your problem. Either your component doesn't have an init() method or it does but you are not passing the required arguments.

Which brings me back to your original problem, user error.



-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/



erik tsomik

unread,
May 20, 2012, 11:18:21 AM5/20/12
to col...@googlegroups.com
here is my function . the bean stdDefinition have init function
<cfcomponent>
<cfproperty name="stdGroup" inject="Model"/>
<cffunction name="dspCreateRelationshipFilter" access="public" returntype="void" output="false" hint="" >
<cfargument name="event" required="true"/>

<cfscript>
var rc = event.getCollection();
rc.bean = stdDefinition.init();

if (structkeyExists(rc,"stdID") && len(rc. stdID)) {

stdGroupRelationship = stdGateway.getByAttributes( stdID = rc. stdID );


rc.bean.setstdGroupRelationshipDefinitionID(stdGroupRelationship. stdRID );
rc.bean.setstdGroupID(stdGroupRelationship. stdID );
rc.bean.setisPrimary(stdGroupRelationship.isPrimary);
rc.bean.setrelationshipDefinitionID(stdGroupRelationship.relationshipDefinitionID);
rc.bean.setrelationshipRule(stdGroupRelationship.relationshipRule);
rc.bean.setlogicRule(stdGroupRelationship.logicRule);
rc.bean.setincludeRule(stdGroupRelationship.includeRule);


}
</cfscript>


</cffunction>
</cfcomponent>

Andrew Scott

unread,
May 20, 2012, 11:57:35 AM5/20/12
to col...@googlegroups.com
Erik it is very clear what the error message is...

rc.bean = stdDefinition.init();

The above line is extremely bad code on your part because you don't understand the difference between transient and singleton, again if you insist on ignoring us then I am not going to answer any more of your emails from this point on.

What you need is a transient object, but it sounds like this is what you have.

As you have not given us the stdDefinition we are still left to wonder if you have arguments for your init, because that is what your error message is telling you, that is basic 101 ColdFusion error message that is not ColdBox or WireBox related.

So be warned, Luis even told you that you need transient objects for your wirebox, I have told what more do you want us to do?

Please remove your stdDefinition.init() have a think about what wireBox does and how it works for you, and then think about having a transient object that will do what you need it to do.

If however your object is in a state that needs to be loaded each and every time then, for what reason I can't think of any good enough reason where a transient object would not surfice, unless your component is badly written to begin with.

Then you might need to remove the DI property and just use the new operator or createobject, and go back to old school.

But as we are trying to help you with your original question, I made it very clear that either you have not init function or your init function requires arguments, that is what your original error message is telling you, and basic debugging on your part would have solved that for you.

erik tsomik

unread,
May 21, 2012, 11:50:34 AM5/21/12
to col...@googlegroups.com
The init method does exists


<cfcomponent name=" stdDefinition" displayname=" stdDefinition" hint="">

<!--- PROPERTIES FOR DOCUMENTATION PURPOSES ONLY --->
<cfproperty name="stdGroupRelationshipDefinitionID" displayname="stdGroupRelationshipDefinitionID" hint="stdGroupRelationshipDefinitionID of the stdGroupRelationshipDefinition" type="any" required="True"/>
<cfproperty name="stdGroupID" displayname="stdGroupID" hint="stdGroupID of the stdGroupRelationshipDefinition" type="numeric" required="False"/>
<cfproperty name="isPrimary" displayname="isPrimary" hint="isPrimary of the stdGroupRelationshipDefinition" type="numeric" required="True"/>
<cfproperty name="relationshipDefinitionID" displayname="relationshipDefinitionID" hint="relationshipDefinitionID of the stdGroupRelationshipDefinition" type="numeric" required="True"/>
<cfproperty name="relationshipRule" displayname="relationshipRule" hint="relationshipRule of the stdGroupRelationshipDefinition" type="numeric" required="True"/>
<cfproperty name="logicRule" displayname="logicRule" hint="logicRule of the stdGroupRelationshipDefinition" type="numeric" required="True"/>
<cfproperty name="includeRule" displayname="includeRule" hint="includeRule of the stdGroupRelationshipDefinition" type="numeric" required="True"/>
<!--- PSEUDO-CONSTRUCTOR: SETS DEFAULT VALUES IF INIT METHOD IS NOT CALLED --->
<cfscript>
variables.stdGroupRelationshipDefinitionID = "";
variables.stdGroupID = "";
variables.isPrimary = "";
variables.relationshipDefinitionID = "";
variables.relationshipRule = "";
variables.logicRule = "";
variables.includeRule = "";
</cfscript>
    
<!--- CONSTRUCTOR: TAKES IN ARGUMENTS AND CALLS SETTER (MUTATOR) FOR EACH ATTRIBUTE OF THE BEAN --->
<cffunction name="init" displayname="Init" hint="Constructor for the CFC" access="public" output="false" returntype="any">
<!--- ARGUMENTS FOR THE CONSTRUCTOR, ALL OF WHICH ARE OPTIONAL (NO-ARG CONSTRUCTOR) --->
<cfargument name="astdGroupRelationshipDefinitionID" displayname="stdGroupRelationshipDefinitionID" hint="stdGroupRelationshipDefinitionID of the stdGroupRelationshipDefinition" type="any" required="false" default="" />
<cfargument name="astdGroupID" displayname="stdGroupID" hint="stdGroupID of the stdGroupRelationshipDefinition" type="any" required="false" default="" />
<cfargument name="aisPrimary" displayname="isPrimary" hint="isPrimary of the stdGroupRelationshipDefinition" type="any" required="false" default="" />
<cfargument name="arelationshipDefinitionID" displayname="relationshipDefinitionID" hint="relationshipDefinitionID of the stdGroupRelationshipDefinition" type="any" required="false" default="" />
<cfargument name="arelationshipRule" displayname="relationshipRule" hint="relationshipRule of the stdGroupRelationshipDefinition" type="any" required="false" default="" />
<cfargument name="alogicRule" displayname="logicRule" hint="logicRule of the stdGroupRelationshipDefinition" type="any" required="false" default="" />
<cfargument name="aincludeRule" displayname="includeRule" hint="includeRule of the stdGroupRelationshipDefinition" type="any" required="false" default="" />
<!--- CALL THE SETTERS (MUTATORS) FOR EACH OF THE stdGroupRelationshipDefinition ATTRIBUTES AND PASS IN THE ARGUMENTS --->
<cfscript>
setstdGroupRelationshipDefinitionID(arguments.astdGroupRelationshipDefinitionID);
setstdGroupID(arguments.astdGroupID);
setisPrimary(arguments.aisPrimary);
setrelationshipDefinitionID(arguments.arelationshipDefinitionID);
setrelationshipRule(arguments.arelationshipRule);
setlogicRule(arguments.alogicRule);
setincludeRule(arguments.aincludeRule);
</cfscript>

<cfreturn this />
</cffunction>
    
<!--- GETTERS AND SETTERS (MUTATORS AND ACCESSORS) --->
<cffunction name="getstdGroupRelationshipDefinitionID" access="public" output="false" returntype="string">
<cfreturn variables.stdGroupRelationshipDefinitionID />
</cffunction>
<cffunction name="setstdGroupRelationshipDefinitionID" access="public" output="false" returntype="void">
<cfargument name="astdGroupRelationshipDefinitionID" type="string" required="true" />
<cfset variables.stdGroupRelationshipDefinitionID = arguments.astdGroupRelationshipDefinitionID />
</cffunction>
<cffunction name="getstdGroupID" access="public" output="false" returntype="string">
<cfreturn variables.stdGroupID />
</cffunction>
<cffunction name="setstdGroupID" access="public" output="false" returntype="void">
<cfargument name="astdGroupID" type="string" required="true" />
<cfset variables.stdGroupID = arguments.astdGroupID />
</cffunction>
<cffunction name="getisPrimary" access="public" output="false" returntype="string">
<cfreturn variables.isPrimary />
</cffunction>
<cffunction name="setisPrimary" access="public" output="false" returntype="void">
<cfargument name="aisPrimary" type="string" required="true" />
<cfset variables.isPrimary = arguments.aisPrimary />
</cffunction>
<cffunction name="getrelationshipDefinitionID" access="public" output="false" returntype="string">
<cfreturn variables.relationshipDefinitionID />
</cffunction>
<cffunction name="setrelationshipDefinitionID" access="public" output="false" returntype="void">
<cfargument name="arelationshipDefinitionID" type="string" required="true" />
<cfset variables.relationshipDefinitionID = arguments.arelationshipDefinitionID />
</cffunction>
<cffunction name="getrelationshipRule" access="public" output="false" returntype="string">
<cfreturn variables.relationshipRule />
</cffunction>
<cffunction name="setrelationshipRule" access="public" output="false" returntype="void">
<cfargument name="arelationshipRule" type="string" required="true" />
<cfset variables.relationshipRule = arguments.arelationshipRule />
</cffunction>
<cffunction name="getlogicRule" access="public" output="false" returntype="string">
<cfreturn variables.logicRule />
</cffunction>
<cffunction name="setlogicRule" access="public" output="false" returntype="void">
<cfargument name="alogicRule" type="string" required="true" />
<cfset variables.logicRule = arguments.alogicRule />
</cffunction>
<cffunction name="getincludeRule" access="public" output="false" returntype="string">
<cfreturn variables.includeRule />
</cffunction>
<cffunction name="setincludeRule" access="public" output="false" returntype="void">
<cfargument name="aincludeRule" type="string" required="true" />
<cfset variables.includeRule = arguments.aincludeRule />
</cffunction>

</cfcomponent>


Andrew Scott

unread,
May 21, 2012, 12:34:34 PM5/21/12
to col...@googlegroups.com
Erik....

Consider this my last message to you, I will no longer provide help to you any more.... I have told you what the problem is, not once, not twice but three times. By submitting the code you have confirmed everything that I have told you.

You have refused to listen to or even read what I have told you. So no more, I am not going to get into a long debate of back and forth of messages, when you have been told numerous times what the problem is.

SO FOR THE LAST TIME THE ERROR MESSAGE IS A SIMPLE COLDFUSION ERROR MESSAGE WHERE YOU ARE TRYING TO CALL A NON EXISTENT METHOD OR THE METHOD REQUIRES ARGUMENTS TO BE PASSED.... WHAT PART OF THAT DO YOU NOT UNDERSTAND?

erik tsomik

unread,
May 21, 2012, 12:57:19 PM5/21/12
to col...@googlegroups.com
Hi Andrew I understand your frustration , but believe me I am frustrated as much as you do. I do have the init function but keep throwing me that error message

Andrew Scott

unread,
May 21, 2012, 1:00:41 PM5/21/12
to col...@googlegroups.com
Erik you can't be serious, so that I know you understand ENGLISH.

Repeat what I said in my last email, and don't copy and paste it I want it in your own words.

Matt Quackenbush

unread,
May 21, 2012, 1:15:11 PM5/21/12
to col...@googlegroups.com
@ Andrew. Seriously, it's a lost cause. Just leave it alone. Forever.

@ Erik. This is a recurring theme with virtually every thread you've ever posted on any list. It appears that English is not your native language. Perhaps you should seek out a list that is in your native tongue.


erik tsomik

unread,
May 21, 2012, 2:45:55 PM5/21/12
to col...@googlegroups.com
I found the issue. In my coldbox.cfc one property called handlerCaching was set to true. Once I set it to false it starts working properly. But still do not get why this was an issue

Jason Durham

unread,
May 21, 2012, 2:46:51 PM5/21/12
to col...@googlegroups.com
Sounds like you may never know either. :)

Jason Durham
Reply all
Reply to author
Forward
0 new messages