• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Question: Ejb communnication with another EJB

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have a question , what i did is?
I have one ejb which runs in one server(s1) and another ejb which runs in another server(s2) , when i tried to access ejb in s2 from ejb in s1 iam getting security error while getting the initial context in server s2, iam used Wl server and sp 10,
But when i tried the same thing in WL server SP6 it worked fine,
So iam wondering do i need to do anything special while accessing INITIALContext for Server s2 while using the SP10,
Thanks in advance
San
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This sounds like a WebLogic question so I am moving this to the WebLogic forum.
 
reply
    Bookmark Topic Watch Topic
  • New Topic