rmi « weblogic « Java Enterprise Q&A





1. Which Weblogic 10.3 JAR contains weblogic.rmi.RemoteException    stackoverflow.com

I am trying to track down the Weblogic 10.3 JAR that contains weblogic.rmi.RemoteException in order to solve a build path issue. Thanks in advance.

2. weblogic context lookup error : java.rmi.UnmarshalException: error unmarshalling arguments    stackoverflow.com

We are facing an issue in our production env. We have searched the net high and low and we were not able to come up with any answers. This error(stacktrace below) occurs ...

3. Weblogic EJB calls start to fail under moderate load with OptionalDataException    stackoverflow.com

Our system setup consists of two Weblogic 10.3 servers: one hosts the presentation layer and the other hosts the EJBs. The system runs fine under moderate load for some time (one ...

4. Separate RMI registries per Weblogic 10.3 domain    stackoverflow.com

We would like to develop and test different versions of our application (ear) on domains running on the same Weblogic 10.3 server, but on different domains inside. Our application consists of ...

5. Weblogic 8.1 client t3 call to Weblogic 10.3 server    stackoverflow.com

We have migrated one of the application servers with multiple EJBs from weblogic 8.1 to Weblogic 10.3. The dependent applications are still on Weblogic 8.1. The call from the client (version ...

6. Please some info on RMI, CORBA, EJB, WEBLOGIC,    coderanch.com

RMI allows you to create client - server applications by stepping between the client and server and managing the communications between them. RMI is a java library. CORBA is a universal language and platform independent object passing system. It servers the same basic function as RMI except that CORBA is platform and language independent. That is to say, CORBA is not ...

7. RMI dynamic proxies and Weblogic    coderanch.com

I'm trying to understand dynamic RMI proxies in JDK1.4 and Weblogic 8.1, but the question may not be specific to weblogic. If I have a remote interface and implementation on the server (say, MyRemInt.class and MyRemIntImpl.class), and I'm using dynamic proxy generation with RMI, does my client have to have *either one* of these classes, even the interface? (once it's compiled ...

8. Rmi compilation in weblogic    coderanch.com