Skip to content

Instantly share code, notes, and snippets.

@godsmustbcrazy
godsmustbcrazy / apptacularlogfile
Created July 26, 2011 21:11
Apptacular Log File
struct
Detail: [empty string]
ErrNumber: 0
Message: Element eGIS_Management is undefined in a CFML structure referenced as part of an expression.
Resolvedname: [empty string]
StackTrace: coldfusion.runtime.UndefinedElementException: Element eGIS_Management is undefined in a CFML structure referenced as part of an expression.
at coldfusion.runtime.CfJspPage.ArrayGetAt(CfJspPage.java:961)
at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:972)
at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:967)
<?xml version="1.0" encoding="UTF-8"?>
<services-config>
<services>
<service id="coldfusion-flashremoting-service"
class="flex.messaging.services.RemotingService"
messageTypes="flex.messaging.messages.RemotingMessage">
<adapters>
<adapter-definition id="cf-object" class="coldfusion.flash.messaging.ColdFusionAdapter" default="true"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<actionScriptProperties mainApplicationPath="main.mxml" version="3">
<compiler additionalCompilerArguments="-locale en_US -services &quot;C:\ColdFusion8\wwwroot\WEB-INF\flex\services-config.xml&quot; -context-root=&quot;&quot; -keep-as3-metadata+=Autowire,Mediate -managers flash.fonts.AFEFontManager" copyDependentFiles="true" enableModuleDebug="true" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="true" htmlHistoryManagement="true" htmlPlayerVersion="10.0.0" htmlPlayerVersionCheck="true" outputFolderPath="bin-debug" sourceFolderPath="src" strict="true" useApolloConfig="false" verifyDigests="true" warn="true">
<compilerSourcePath/>
<libraryPath defaultLinkType="3">
<libraryPathEntry kind="4" path=""/>
<libraryPathEntry kind="1" linkType="1" path="libs"/>
</libraryPath>
<sourceAttachmentPath/>
</compiler>
package com.tndn.suites
{
import com.esri.ags.SpatialReference;
import com.tndn.views.MainUI;
public interface IBaseSuite
{
/* set the mainUI*/
function setMainUI(value:MainUI):void;