• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

RMI Context propagation in OracleAS

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

I am searching for a mechanism to pass arbitrary context in RMI calls. My application needs to support multiple vendors.

The best solution for me is CORBA Portable Interceptors. That is supported by Sun JES, JBOSS and IBM WebSphere.

WebLogic has a proprietary feature called WorkContext, which is a hash map that can be looked up from the JNDI server.

Oracle 9.x and up has a proprietary RMI implementation, namely ORMI. So I cannot assume any compatibility with RMI from Java JDK. There is no reference in the Oracle documentation regarding support for CORBA Portable Interceptors or any other mechanism for context propagation.

Please help...
 
reply
    Bookmark Topic Watch Topic
  • New Topic