I have a CFC generated by the wizard in Flex at this location....
C:\CFusionMX7\wwwroot\GaBar1\components\cfgenerated\AttorneyAdmin.cfc

In the flex code, this is the line that calls the CFC......
<mx:RemoteObject id="dataManager"
showBusyCursor="true" destination="ColdFusion"
source="GaBar1.components.cfgenerated.AttorneyAdmin"  >

<mx:method name="getMasterQuery" result="getMasterQuery_result(event)"
fault="server_fault(event)" />

<mx:method name="deleteItem" result="deleteItem_result(event)"
fault="server_fault(event)" />

</mx:RemoteObject>



When I run the app, it's at the flowing address
http://localhost:8500/GaBar1/bin/main.html  (too much detail so far?)

When I click on the navigation bar button, I get the following error alert....

(mx.rpc::Fault)#0
errorID = 0
faultCode = "Server.Processing"
faultDetail = (null)
faultString = "java.lang.NullPointerException"
message = "faultCode:Server.Pocessing faultString:
'java.lang.NullPointerException'
faultDetail:'null'"
name = "Error"
rootCause = (null)

I have no way to understand this...I'm nulled out.  Does anyone know
if it has to do with the location of the CFC?  I didn't move it.

I was able to call the CFC like a webservice with the following hierarchy.

WEB-INF.cftags.component
      GaBar1.components.cfgenerated.AttorneyAdmin


I called my checked the following address to see if things are work
and got a blank page so that's working (at least I didn't get a 404) -
http://localhost:8500/flashservices/gateway


Help,
Appy




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to