<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - flashremoting - mx - Using_Flash_Remoting_MX - UseActionScript7.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-26T03:39:48</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseActionScript7.htm#17998" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseActionScript7.htm#17129" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseActionScript7.htm#13026" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseActionScript7.htm#4887" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseActionScript7.htm#17998">
		<title>flashremoting/mx/Using_Flash_Remoting_MX/UseActionScript7.htm</title>
		<link>http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseActionScript7.htm#17998</link>
		<description>In regards to results being sent back from a service call to a cfc function.. ...&lt;br /&gt;is it possible to have a variable/value sent along with a a query so that i can target a specific object within my flash environment. i have an array of objects in which each object makes a call to a service to receive a recordset. i made a loop to cycle through the objects and fetch the recordsets but have not considered that the function for handling _Results won't have a direct path to the object requiring the fetched recordset. . .. .  i've searched for this info and have been unsuccessful so far in finding an answer. .. .&lt;br /&gt;&lt;br /&gt;thanks!&lt;br /&gt;mark</description>
		<dc:creator>Mark Kerecz</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-07-05T13:46:08</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseActionScript7.htm#17129">
		<title>flashremoting/mx/Using_Flash_Remoting_MX/UseActionScript7.htm</title>
		<link>http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseActionScript7.htm#17129</link>
		<description>I'll second that.  I'm having the same issue -- and it's related to my installation because same code works on another machine.  Call CF cfc file (which works correctly when called from cfm file) and get error&lt;br /&gt;&lt;br /&gt;Service threw an exception during method invocation: null&quot;&lt;br /&gt;.....details: &quot;java.lang.NullPointerException&lt;br /&gt;&lt;br /&gt;&quot;Service threw an exception during method invocation: null&quot;&lt;br /&gt;.....details: &quot;java.lang.NullPointerException&lt;br /&gt;	at coldfusion.runtime.TemplateClassLoader.findApplicationCfm(Unknown Source)&lt;br /&gt;	at coldfusion.filter.ApplicationFilter.invoke(Unknown Source)&lt;br /&gt;	at coldfusion.filter.FlashTemplateFilter.invoke(Unknown Source)&lt;br /&gt;	at coldfusion.filter.FlashFilter.invoke(Unknown Source)&lt;br /&gt;	at coldfusion.filter.LicenseFilter.invoke(Unknown Source)&lt;br /&gt;	at coldfusion.filter.ClientScopePersistenceFilter.invoke(Unknown Source)&lt;br /&gt;	at coldfusion.filter.GlobalsFilter.invoke(Unknown Source)&lt;br /&gt;	at coldfusion.filter.DatasourceFilter.invoke(Unknown Source)&lt;br /&gt;	at coldfusion.flash.FlashProxy.invokeTemplate(Unknown Source)&lt;br /&gt;	at flashgateway.adapter.coldfusion.ColdFusionAdapter.invokeFunction(ColdFusionAdapter.java:107)&lt;br /&gt;	at flashgateway.filter.AdapterFilter.invoke(AdapterFilter.java:266)&lt;br /&gt;	at flashgateway.filter.SecurityFilter.invoke(SecurityFilter.java:84)&lt;br /&gt;	at flashgateway.filter.LicenseFilter.invoke(LicenseFilter.java:58)&lt;br /&gt;	at flashgateway.filter.ErrorFilter.invoke(ErrorFilter.java:44)&lt;br /&gt;	at flashgateway.filter.LogFilter.invoke(LogFilter.java:43)&lt;br /&gt;	at flashgateway.filter.BatchProcessFilter.invoke(BatchProcessFilter.java:63)&lt;br /&gt;	at flashgateway.filter.DebugFilter.invoke(DebugFilter.java:38)&lt;br /&gt;	at flashgateway.filter.SerializationFilter.invoke(SerializationFilter.java:59)&lt;br /&gt;	at flashgateway.Gateway.invoke(Gateway.java:194)&lt;br /&gt;	at flashgateway.controller.GatewayServlet.service(GatewayServlet.java:56)&lt;br /&gt;	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)&lt;br /&gt;	at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)&lt;br /&gt;	at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)&lt;br /&gt;	at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:226)&lt;br /&gt;	at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)&lt;br /&gt;	at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)&lt;br /&gt;	at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)&lt;br /&gt;	at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)&lt;br /&gt;	at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)&lt;br /&gt;	at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)&lt;br /&gt;&quot;&lt;br /&gt;.....level: &quot;error&quot;&lt;br /&gt;.....type: &quot;java.lang.NullPointerException&quot;</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-06-17T18:42:27</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseActionScript7.htm#13026">
		<title>flashremoting/mx/Using_Flash_Remoting_MX/UseActionScript7.htm</title>
		<link>http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseActionScript7.htm#13026</link>
		<description>Dear Macromedia Sirs,&lt;br /&gt;&lt;br /&gt;Can you publish a real document where i can find how to manage this king of exception?&lt;br /&gt;&lt;br /&gt;&quot;SERVER.PROCESSING&quot;&lt;br /&gt;.....description: &quot;Service threw an exception during method invocation: null&quot;&lt;br /&gt;.....details: &quot;java.lang.reflect.InvocationTargetException&lt;br /&gt;	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br /&gt;	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;br /&gt;	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;br /&gt;	at java.lang.reflect.Method.invoke(Method.java:324)&lt;br /&gt;	at flashgateway.adapter.java.JavaAdapter.invokeFunction(JavaAdapter.java:49)&lt;br /&gt;	at flashgateway.filter.AdapterFilter.invoke(AdapterFilter.java:200)&lt;br /&gt;	at flashgateway.filter.SecurityFilter.invoke(SecurityFilter.java:84)&lt;br /&gt;	at flashgateway.filter.LicenseFilter.invoke(LicenseFilter.java:58)&lt;br /&gt;	at flashgateway.filter.ErrorFilter.invoke(ErrorFilter.java:44)&lt;br /&gt;	at flashgateway.filter.LogFilter.invoke(LogFilter.java:43)&lt;br /&gt;	at flashgateway.filter.BatchProcessFilter.invoke(BatchProcessFilter.java:63)&lt;br /&gt;	at flashgateway.filter.DebugFilter.invoke(DebugFilter.java:38)&lt;br /&gt;	at flashgateway.filter.SerializationFilter.invoke(SerializationFilter.java:59)&lt;br /&gt;	at flashgateway.Gateway.invoke(Gateway.java:184)&lt;br /&gt;	at flashgateway.controller.GatewayServlet.service(GatewayServlet.java:56)&lt;br /&gt;	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)&lt;br /&gt;	at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)&lt;br /&gt;	at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)&lt;br /&gt;	at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:226)&lt;br /&gt;	at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)&lt;br /&gt;	at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)&lt;br /&gt;	at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)&lt;br /&gt;	at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)&lt;br /&gt;Caused by: java.lang.NullPointerException&lt;br /&gt;	at ec.com.ils.file.delegate.solicitud.SeguridadImplBD.verificarUsuario(SeguridadImplBD.java:119)&lt;br /&gt;	at ec.com.ils.file.flash.solicitud.Seguridad.verificarUsuario(Seguridad.java:88)&lt;br /&gt;	... 23 more&lt;br /&gt;&quot;&lt;br /&gt;.....level: &quot;error&quot;&lt;br /&gt;.....type: &quot;java.lang.reflect.InvocationTargetException&quot;</description>
		<dc:creator>Adrian Cadena</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-04-16T12:39:03</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseActionScript7.htm#4887">
		<title>flashremoting/mx/Using_Flash_Remoting_MX/UseActionScript7.htm</title>
		<link>http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/UseActionScript7.htm#4887</link>
		<description>Hesta koza del dhemonhio no ezta lo zufisientemente ekzplikada !</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-01-05T11:42:53</dc:date>
	</item>
	</rdf:RDF>

