Hi gang,

I¹m trying to get Flex 2 with ColdFusion remoting going. My set up, I have a
dev server with Apache & CF 7.02 installed on it, Mac OS X (G5
specifically). I¹m using the beta Flex Builder 2 on an intel mac. I first
tried to hook into my current CFCs which work with Flash 8, but was running
into problems. So I¹m stepping back to the Hello World example found on
DevNet and still no go.

The error I¹m getting is:
faultCode:Server.Processing
faultString:'java.lang.NullPointerException'
faultDetail:'null'

Here¹s the RemoteObject tag I¹m using, as you can see I¹ve added an endpoint
to the internal server:

<mx:RemoteObject        id="myService"
endpoint="http://ansel.local/flex2gateway/";        destination="ColdFusion"
source="HelloWorld">          <mx:method name="sayHelloString"
result="handleStringResult(event)"  fault="Alert.show(event.fault.message)"
/>    </mx:RemoteObject>

It¹s like it¹s not finding the CFC, I get the same exact error if I change
source=²BogusNonExistantFile² I get the same error. Is there something on
the server I need to change?

Not sure if this helps in tracking down my problem, but when I created the
project I did Basic, since I¹m not running CF locally I don¹t have a mapped
drive to the proper XML file.

Thanks,

Mike Weiland


Reply via email to