Top "Remoteobject" questions

java.rmi.ConnectException: Connection refused to host: 127.0.1.1;

java.rmi.ConnectException: Connection refused to host: 127.0.1.1; nested exception is: java.net.ConnectException: Connection refused at sun.rmi.transport.tcp.…

java exception connection rmi remoteobject
EJBCLIENT000025: No EJB receiver available for handling?

I am trying to connect to a remote EJB on my local JBoss 7.2 from an executable Java application (local not …

jakarta-ee ejb jboss7.x rmi remoteobject
Flex RemoteObject - handling multiple requests

I have a couple of remote object methods that I want to respond to in different ways depending on the …

apache-flex blazeds remoteobject
C# Configure LoadFromRemoteSources through code not app.config?

I currently have an app.config with the following config value: <configuration> <runtime> <loadFromRemoteSources enabled="…

visual-studio-2010 c#-4.0 app-config remoteobject
SkImageDecoder::Factory returned null

I'm programming on Android and read images from a remote URL with this call BitmapFactory.decodeStream( .... Random, I get the …

android image remoteobject