Test the SessionToken CFC

Manager: get a token
stringA32F03C7-8DA6-48A2-81BCCFA00573BB2F

Get and check a token tok:
string12EF8586-87A4-4D94-AEA0ECF4720781BC
check:
string

Check invalid token 1 ? caught exception
Struct
extended_info
string
code
string
tagcontext
Array
1
Struct
line
number60
raw_trace
stringcom.falkensweb.service.sessiontoken$cfc.udfCall(/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc:60)
column
number0
type
stringcfml
template
string/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc
codeprintplain
string58: <cfthrow type="com.falkensweb.service.SessionTokenException" 59: message="Token invalid" 60: detail="#arguments.token# is not a valid token in application.#variables.applicationStructName#"> 61: </cfif> 62:
codeprinthtml
string58: &lt;cfthrow type=&quot;com.falkensweb.service.SessionTokenException&quot;<br> 59: message=&quot;Token invalid&quot;<br> <b>60: detail=&quot;#arguments.token# is not a valid token in application.#variables.applicationStructName#&quot;&gt;</b><br> 61: &lt;/cfif&gt;<br> 62: <br>
id
string??
2
Struct
line
number22
raw_trace
stringcom.falkensweb.service.sessiontoken$cfc.udfCall(/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc:22)
column
number0
type
stringcfml
template
string/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc
codeprintplain
string20: <cfset var dat=''> 21: <cfset expireOldTokens()> 22: <cfset dat= checkToken(arguments.token,arguments.checkRemoteIp)> 23: <cfset updateTokenTime(arguments.token)> 24: <cfreturn dat>
codeprinthtml
string20: &lt;cfset var dat=''&gt;<br> 21: &lt;cfset expireOldTokens()&gt;<br> <b>22: &lt;cfset dat= checkToken(arguments.token,arguments.checkRemoteIp)&gt;</b><br> 23: &lt;cfset updateTokenTime(arguments.token)&gt;<br> 24: &lt;cfreturn dat&gt;<br>
id
string??
3
Struct
line
number20
raw_trace
string_3_security90.index$cfm.call(/home/falken/workspace/scratch.localdomain/src/3-security/index.cfm:20)
column
number0
type
stringcfml
template
string/home/falken/workspace/scratch.localdomain/src/3-security/index.cfm
codeprintplain
string18: <hr> 19: Check invalid token 1 ? 20: <cftry><cfdump var="#man.check('not a token')#" > 21: <cfcatch type="com.falkensweb.service.SessionTokenException"> 22: caught exception <cfdump var="#cfcatch#" expand="false">
codeprinthtml
string18: &lt;hr&gt;<br> 19: Check invalid token 1 ?<br> <b>20: &lt;cftry&gt;&lt;cfdump var=&quot;#man.check('not a token')#&quot; &gt;</b><br> 21: &lt;cfcatch type=&quot;com.falkensweb.service.SessionTokenException&quot;&gt;<br> 22: caught exception &lt;cfdump var=&quot;#cfcatch#&quot; expand=&quot;false&quot;&gt;<br>
id
string??
errorcode
string
extendedinfo
string
detail
stringnot a token is not a valid token in application.sessionTokens
type
stringcom.falkensweb.service.SessionTokenException
stacktrace
stringToken invalid at railo.runtime.tag.Throw.doStartTag(Unknown Source):-1 at com.falkensweb.service.sessiontoken$cfc.udfCall(/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc:60):60 at railo.runtime.type.UDF.implementation(Unknown Source):-1 at railo.runtime.type.UDF.a(Unknown Source):-1 at railo.runtime.type.UDF.call(Unknown Source):-1 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(Unknown Source):-1 at railo.runtime.PageContextImpl.getFunction(Unknown Source):-1 at com.falkensweb.service.sessiontoken$cfc.udfCall(/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc:22):22 at railo.runtime.type.UDF.implementation(Unknown Source):-1 at railo.runtime.type.UDF.a(Unknown Source):-1 at railo.runtime.type.UDF.call(Unknown Source):-1 at railo.runtime.ComponentImpl.a(Unknown Source):-1 at railo.runtime.ComponentImpl._call(Unknown Source):-1 at railo.runtime.ComponentImpl.call(Unknown Source):-1 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(Unknown Source):-1 at railo.runtime.PageContextImpl.getFunction(Unknown Source):-1 at _3_security90.index$cfm.call(/home/falken/workspace/scratch.localdomain/src/3-security/index.cfm:20):20 at railo.runtime.PageContextImpl.include(Unknown Source):-1 at railo.runtime.listener.ModernAppListener._onRequest(Unknown Source):-1 at railo.runtime.listener.MixedAppListener.onRequest(Unknown Source):-1 at railo.runtime.PageContextImpl.execute(Unknown Source):-1 at railo.runtime.engine.CFMLEngineImpl.serviceCFML(Unknown Source):-1 at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32):32 at javax.servlet.http.HttpServlet.service(HttpServlet.java:803):803 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290):290 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233):233 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175):175 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128):128 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102):102 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109):109 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286):286 at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190):190 at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283):283 at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767):767 at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697):697 at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889):889 at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690):690 at java.lang.Thread.run(Thread.java:619):619
addional
Struct
message
stringToken invalid

Check invalid token 2 ? caught exception
Struct
extended_info
string
code
string
tagcontext
Array
1
Struct
line
number60
raw_trace
stringcom.falkensweb.service.sessiontoken$cfc.udfCall(/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc:60)
column
number0
type
stringcfml
template
string/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc
codeprintplain
string58: <cfthrow type="com.falkensweb.service.SessionTokenException" 59: message="Token invalid" 60: detail="#arguments.token# is not a valid token in application.#variables.applicationStructName#"> 61: </cfif> 62:
codeprinthtml
string58: &lt;cfthrow type=&quot;com.falkensweb.service.SessionTokenException&quot;<br> 59: message=&quot;Token invalid&quot;<br> <b>60: detail=&quot;#arguments.token# is not a valid token in application.#variables.applicationStructName#&quot;&gt;</b><br> 61: &lt;/cfif&gt;<br> 62: <br>
id
string??
2
Struct
line
number22
raw_trace
stringcom.falkensweb.service.sessiontoken$cfc.udfCall(/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc:22)
column
number0
type
stringcfml
template
string/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc
codeprintplain
string20: <cfset var dat=''> 21: <cfset expireOldTokens()> 22: <cfset dat= checkToken(arguments.token,arguments.checkRemoteIp)> 23: <cfset updateTokenTime(arguments.token)> 24: <cfreturn dat>
codeprinthtml
string20: &lt;cfset var dat=''&gt;<br> 21: &lt;cfset expireOldTokens()&gt;<br> <b>22: &lt;cfset dat= checkToken(arguments.token,arguments.checkRemoteIp)&gt;</b><br> 23: &lt;cfset updateTokenTime(arguments.token)&gt;<br> 24: &lt;cfreturn dat&gt;<br>
id
string??
3
Struct
line
number28
raw_trace
string_3_security90.index$cfm.call(/home/falken/workspace/scratch.localdomain/src/3-security/index.cfm:28)
column
number0
type
stringcfml
template
string/home/falken/workspace/scratch.localdomain/src/3-security/index.cfm
codeprintplain
string26: Check invalid token 2 ? 27: <cftry> 28: <cfdump var="#man.check(createUUID())#" > 29: <cfcatch type="com.falkensweb.service.SessionTokenException"> 30: caught exception <cfdump var="#cfcatch#" expand="false">
codeprinthtml
string26: Check invalid token 2 ?<br> 27: &lt;cftry&gt;<br> <b>28: &lt;cfdump var=&quot;#man.check(createUUID())#&quot; &gt;</b><br> 29: &lt;cfcatch type=&quot;com.falkensweb.service.SessionTokenException&quot;&gt;<br> 30: caught exception &lt;cfdump var=&quot;#cfcatch#&quot; expand=&quot;false&quot;&gt;<br>
id
string??
errorcode
string
extendedinfo
string
detail
string2F8AF53A-B716-40D5-9B99787DB5B2CD6A is not a valid token in application.sessionTokens
type
stringcom.falkensweb.service.SessionTokenException
stacktrace
stringToken invalid at railo.runtime.tag.Throw.doStartTag(Unknown Source):-1 at com.falkensweb.service.sessiontoken$cfc.udfCall(/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc:60):60 at railo.runtime.type.UDF.implementation(Unknown Source):-1 at railo.runtime.type.UDF.a(Unknown Source):-1 at railo.runtime.type.UDF.call(Unknown Source):-1 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(Unknown Source):-1 at railo.runtime.PageContextImpl.getFunction(Unknown Source):-1 at com.falkensweb.service.sessiontoken$cfc.udfCall(/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc:22):22 at railo.runtime.type.UDF.implementation(Unknown Source):-1 at railo.runtime.type.UDF.a(Unknown Source):-1 at railo.runtime.type.UDF.call(Unknown Source):-1 at railo.runtime.ComponentImpl.a(Unknown Source):-1 at railo.runtime.ComponentImpl._call(Unknown Source):-1 at railo.runtime.ComponentImpl.call(Unknown Source):-1 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(Unknown Source):-1 at railo.runtime.PageContextImpl.getFunction(Unknown Source):-1 at _3_security90.index$cfm.call(/home/falken/workspace/scratch.localdomain/src/3-security/index.cfm:28):28 at railo.runtime.PageContextImpl.include(Unknown Source):-1 at railo.runtime.listener.ModernAppListener._onRequest(Unknown Source):-1 at railo.runtime.listener.MixedAppListener.onRequest(Unknown Source):-1 at railo.runtime.PageContextImpl.execute(Unknown Source):-1 at railo.runtime.engine.CFMLEngineImpl.serviceCFML(Unknown Source):-1 at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32):32 at javax.servlet.http.HttpServlet.service(HttpServlet.java:803):803 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290):290 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233):233 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175):175 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128):128 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102):102 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109):109 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286):286 at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190):190 at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283):283 at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767):767 at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697):697 at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889):889 at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690):690 at java.lang.Thread.run(Thread.java:619):619
addional
Struct
message
stringToken invalid

Store string against the token and retrieve it EFEF5BD3-8F32-4141-AC0B96483D0500CA
stringusername

Store struct against the token and retrieve it 229C1288-9F9B-412A-A2320681C7C87F11
Struct
something
stringelse

AOP advice

Lokin, token is
string8E99A90D-37A0-4CB2-907263625867968D
Demo Service
Struct
result
booleantrue
data
Array
Demo Service (error)
Struct
result
booleanfalse
data
stringError: com.falkensweb.demo.service.shoppingbasket.getWithError() - variable [thisisnotavariable] doesnt exist:
Demo Service (invalid token)

Railo 3.0.0.000 Error (Com.falkensweb.service.SessionTokenException)
Message Token invalid
Detail no a token is not a valid token in application.sessionTokens
Stacktrace The Error Occurred in
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc: line 60
58: <cfthrow type="com.falkensweb.service.SessionTokenException"
59: message="Token invalid"
60: detail="#arguments.token# is not a valid token in application.#variables.applicationStructName#">
61: </cfif>
62:

called from/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc: line 22
called from/home/falken/workspace/scratch.localdomain/src/com/falkensweb/aop/SecurityBeforeAdvice.cfc: line 13
called from/home/falken/workspace/scratch.localdomain/src/coldspring/aop/BeforeAdviceInterceptor.cfc: line 56
called from/home/falken/workspace/scratch.localdomain/src/coldspring/aop/MethodInvocation.cfc: line 64
called from/home/falken/workspace/scratch.localdomain/src/com/falkensweb/demo/remote/ShoppingBasket.cfc: line 122
called from/home/falken/workspace/scratch.localdomain/src/com/falkensweb/demo/remote/ShoppingBasket.cfc: line 138
called from/home/falken/workspace/scratch.localdomain/src/3-security/index.cfm: line 61
Java Stacktrace
Token invalid
	at railo.runtime.tag.Throw.doStartTag(Unknown Source):-1
	at com.falkensweb.service.sessiontoken$cfc.udfCall(/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc:60):60
	at railo.runtime.type.UDF.implementation(Unknown Source):-1
	at railo.runtime.type.UDF.a(Unknown Source):-1
	at railo.runtime.type.UDF.call(Unknown Source):-1
	at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(Unknown Source):-1
	at railo.runtime.PageContextImpl.getFunction(Unknown Source):-1
	at com.falkensweb.service.sessiontoken$cfc.udfCall(/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc:22):22
	at railo.runtime.type.UDF.implementation(Unknown Source):-1
	at railo.runtime.type.UDF.a(Unknown Source):-1
	at railo.runtime.type.UDF.call(Unknown Source):-1
	at railo.runtime.ComponentImpl.a(Unknown Source):-1
	at railo.runtime.ComponentImpl._call(Unknown Source):-1
	at railo.runtime.ComponentImpl.call(Unknown Source):-1
	at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(Unknown Source):-1
	at railo.runtime.PageContextImpl.getFunction(Unknown Source):-1
	at com.falkensweb.aop.securitybeforeadvice$cfc.udfCall(/home/falken/workspace/scratch.localdomain/src/com/falkensweb/aop/SecurityBeforeAdvice.cfc:13):13
	at railo.runtime.type.UDF.implementation(Unknown Source):-1
	at railo.runtime.type.UDF.a(Unknown Source):-1
	at railo.runtime.type.UDF.callWithNamedValues(Unknown Source):-1
	at railo.runtime.ComponentImpl.a(Unknown Source):-1
	at railo.runtime.ComponentImpl._call(Unknown Source):-1
	at railo.runtime.ComponentImpl.callWithNamedValues(Unknown Source):-1
	at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(Unknown Source):-1
	at railo.runtime.PageContextImpl.getFunctionWithNamedValues(Unknown Source):-1
	at coldspring.aop.beforeadviceinterceptor$cfc.udfCall(/home/falken/workspace/scratch.localdomain/src/coldspring/aop/BeforeAdviceInterceptor.cfc:56):56
	at railo.runtime.type.UDF.implementation(Unknown Source):-1
	at railo.runtime.type.UDF.a(Unknown Source):-1
	at railo.runtime.type.UDF.call(Unknown Source):-1
	at railo.runtime.ComponentImpl.a(Unknown Source):-1
	at railo.runtime.ComponentImpl._call(Unknown Source):-1
	at railo.runtime.ComponentImpl.call(Unknown Source):-1
	at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(Unknown Source):-1
	at railo.runtime.PageContextImpl.getFunction(Unknown Source):-1
	at coldspring.aop.methodinvocation$cfc.udfCall(/home/falken/workspace/scratch.localdomain/src/coldspring/aop/MethodInvocation.cfc:64):64
	at railo.runtime.type.UDF.implementation(Unknown Source):-1
	at railo.runtime.type.UDF.a(Unknown Source):-1
	at railo.runtime.type.UDF.call(Unknown Source):-1
	at railo.runtime.ComponentImpl.a(Unknown Source):-1
	at railo.runtime.ComponentImpl._call(Unknown Source):-1
	at railo.runtime.ComponentImpl.call(Unknown Source):-1
	at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(Unknown Source):-1
	at railo.runtime.PageContextImpl.getFunction(Unknown Source):-1
	at com.falkensweb.demo.remote.shoppingbasket$cfc.udfCall(/home/falken/workspace/scratch.localdomain/src/com/falkensweb/demo/remote/ShoppingBasket.cfc:122):122
	at railo.runtime.type.UDF.implementation(Unknown Source):-1
	at railo.runtime.type.UDF.a(Unknown Source):-1
	at railo.runtime.type.UDF.call(Unknown Source):-1
	at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(Unknown Source):-1
	at railo.runtime.PageContextImpl.getFunction(Unknown Source):-1
	at com.falkensweb.demo.remote.shoppingbasket$cfc.udfCall(/home/falken/workspace/scratch.localdomain/src/com/falkensweb/demo/remote/ShoppingBasket.cfc:138):138
	at railo.runtime.type.UDF.implementation(Unknown Source):-1
	at railo.runtime.type.UDF.a(Unknown Source):-1
	at railo.runtime.type.UDF.call(Unknown Source):-1
	at railo.runtime.ComponentImpl.a(Unknown Source):-1
	at railo.runtime.ComponentImpl._call(Unknown Source):-1
	at railo.runtime.ComponentImpl.call(Unknown Source):-1
	at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(Unknown Source):-1
	at railo.runtime.PageContextImpl.getFunction(Unknown Source):-1
	at _3_security90.index$cfm.call(/home/falken/workspace/scratch.localdomain/src/3-security/index.cfm:61):61
	at railo.runtime.PageContextImpl.include(Unknown Source):-1
	at railo.runtime.listener.ModernAppListener._onRequest(Unknown Source):-1
	at railo.runtime.listener.MixedAppListener.onRequest(Unknown Source):-1
	at railo.runtime.PageContextImpl.execute(Unknown Source):-1
	at railo.runtime.engine.CFMLEngineImpl.serviceCFML(Unknown Source):-1
	at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32):32
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:803):803
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290):290
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233):233
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175):175
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128):128
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102):102
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109):109
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286):286
	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190):190
	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283):283
	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767):767
	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697):697
	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889):889
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690):690
	at java.lang.Thread.run(Thread.java:619):619

Debugging Output
Pages
filecountloadqueryapptotal
Total1077300718748
/home/falken/workspace/scratch.localdomain/src/3-security/index.cfm1300134164
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/aop/FacadeStarter.cfc$init100117117
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/DefaultXmlBeanFactory.cfc$loadBeansFromXmlFile1008181
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc$check8005050
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$getDependencies17004444
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/DefaultXmlBeanFactory.cfc$getBean13004242
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc$get5003333
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/ProxyFactoryBean.cfc2003030
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/RemoteFactoryBean.cfc$getObject4002020
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/DefaultXmlBeanFactory.cfc1001515
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/RemoteFactoryBean.cfc2001414
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/DefaultXmlBeanFactory.cfc$flattenMetaData90099
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/demo/remote/LoginService.cfc10088
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanProperty.cfc$init160088
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/AbstractBeanFactory.cfc10066
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/support/DefaultPointcutAdvisor.cfc30066
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/demo/remote/ShoppingBasket.cfc10066
/home/falken/workspace/scratch.localdomain/src/WEB-INF/railo/context/templates/error/error.cfm10066
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/aop/FacadeStarter.cfc20066
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc90055
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/MethodInterceptor.cfc30055
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/AopProxyUtils.cfc$createRemoteProxyBean20055
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/AdviceChain.cfc$getMethodInvocation40055
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/demo/remote/LoginService.cfc$login10044
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/aop/SecurityBeforeAdvice.cfc10044
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/AdviceChain.cfc$addAdvice50044
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/MethodInvocation.cfc$proceed90044
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/support/NamedMethodPointcut.cfc$matches80033
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/DefaultXmlBeanFactory.cfc$getMergedBeanDefinition150033
/home/falken/workspace/scratch.localdomain/src/Application.cfc10033
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/support/NamedMethodPointcut.cfc40033
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/aop/RemoteExceptionAroundAdvice.cfc10033
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanProperty.cfc160033
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/support/AbstractPointcutAdvisor.cfc30033
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/DefaultXmlBeanFactory.cfc$getBeanFromSingletonCache220033
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$setBeanPostProcessor90022
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/support/NamedMethodPointcutAdvisor.cfc$init20022
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/util/BeanFactoryUtils.cfc60022
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/Method.cfc40022
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$getInstance220022
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/MethodInvocation.cfc40011
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$setFactoryBean90011
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/BeforeAdviceInterceptor.cfc$invokeMethod30011
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$isLazyInit90011
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/BeforeAdvice.cfc10011
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$getFactoryBean300011
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/service/SessionToken.cfc20011
/home/falken/workspace/scratch.localdomain/src/WEB-INF/railo/context/Component.cfc670011
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$getBeanInstance170011
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$isChildDefinition560011
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/RemoteFactoryBean.cfc$buildAdvisorChain20011
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanProperty.cfc$getValue180011
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/DefaultXmlBeanFactory.cfc$init10011
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanProperty.cfc$getName320000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/RemoteFactoryBean.cfc$setId20000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$isSingleton830000
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/demo/service/ShoppingBasket.cfc$getWithError10000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/RemoteFactoryBean.cfc$setTarget20000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$setAutowire90000
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/demo/service/ShoppingBasket.cfc$get10000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/DefaultXmlBeanFactory.cfc$addBeanToSingletonCache90000
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/demo/remote/ShoppingBasket.cfc$get20000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/RemoteFactoryBean.cfc$setRelativePath20000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$hasInitMethod170000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$isAbstract300000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/util/BeanFactoryUtils.cfc$defaultFactoryExists20000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$setIsConstructed90000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$init90000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/support/DefaultPointcutAdvisor.cfc$matches10000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/AopProxyUtils.cfc20000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/Advisor.cfc30000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/MethodInvocation.cfc$getTarget40000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/util/BeanFactoryUtils.cfc$getDefaultFactory20000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/BeforeAdviceInterceptor.cfc$getType20000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/support/NamedMethodPointcutAdvisor.cfc$matches40000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/support/NamedMethodPointcutAdvisor.cfc20000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$isConstructed300000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/Method.cfc$getMethodName10000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$addProperty150000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/AdviceChain.cfc30000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/RemoteFactoryBean.cfc$setRemoteMethodNames20000
/home/falken/workspace/scratch.localdomain/src/WEB-INF/railo/context/templates/debugging/debugging.cfm10000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$setFactoryPostProcessor90000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/support/NamedMethodPointcutAdvisor.cfc$setAdvice20000
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/aop/RemoteExceptionAroundAdvice.cfc$getType60000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/BeforeAdviceInterceptor.cfc$init20000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/support/NamedMethodPointcutAdvisor.cfc$setMappedNames20000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/AopProxyUtils.cfc$createRemoteMethod30000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/support/DefaultPointcutAdvisor.cfc$setAdvice10000
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/demo/service/SecurityManager.cfc$login10000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/AdviceChain.cfc$init30000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanProperty.cfc$getArgumentName160000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/RemoteFactoryBean.cfc$getProxyAdviceChains20000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$setIsFactory20000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$setSingleton90000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$setFactoryMethod90000
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/demo/service/SecurityManager.cfc$setTokenManager10000
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/aop/SecurityBeforeAdvice.cfc$before30000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/RemoteFactoryBean.cfc$setInterceptorNames20000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/Method.cfc$proceed30000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$setInnerBean90000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/RemoteFactoryBean.cfc$setBeanFactory20000
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/demo/remote/ShoppingBasket.cfc$getWithError10000
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/aop/FacadeStarter.cfc$destroy10000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$setBeanID90000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanFactory.cfc10000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/AopProxyUtils.cfc$init20000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanProperty.cfc$setArgumentName160000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/Advice.cfc40000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/BeforeAdviceInterceptor.cfc20000
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/aop/RemoteExceptionAroundAdvice.cfc$invokeMethod30000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$addDependency60000
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/aop/SecurityBeforeAdvice.cfc$setTokenManager10000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/Method.cfc$setRunnable30000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/DefaultXmlBeanFactory.cfc$containsBean10000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/DefaultXmlBeanFactory.cfc$getBeanDefinitionList10000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/MethodInvocation.cfc$init40000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/support/NamedMethodPointcutAdvisor.cfc$getAdvice40000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/support/DefaultPointcutAdvisor.cfc$getAdvice10000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$setLazyInit90000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$getConstructorArgs90000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$isFactoryPostProcessor90000
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/aop/SecurityBeforeAdvice.cfc$getType20000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/Pointcut.cfc40000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$setAbstract90000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/MethodInvocation.cfc$getMethod40000
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/demo/service/SecurityManager.cfc10000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/support/NamedMethodPointcut.cfc$init40000
/home/falken/workspace/scratch.localdomain/src/com/falkensweb/demo/service/ShoppingBasket.cfc10000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$setIsProxyFactory20000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/RemoteFactoryBean.cfc$init20000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/support/NamedMethodPointcut.cfc$setMappedNames40000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/Method.cfc$init40000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/MethodInvocation.cfc$getArguments30000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanProperty.cfc$getType180000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$setBeanClass90000
/home/falken/workspace/scratch.localdomain/src/coldspring/aop/framework/RemoteFactoryBean.cfc$setServiceName20000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/util/BeanFactoryUtils.cfc$init60000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$getProperties90000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$getBeanID600000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$isProxyFactory90000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/factory/FactoryBean.cfc20000
/home/falken/workspace/scratch.localdomain/src/coldspring/beans/BeanDefinition.cfc$getBeanFactory110000
Total1077300718748
filecountloadqueryapptotal