2 Replies Latest reply on Aug 21, 2002 1:33 PM by javafreek

    Object "static" for serveral EJBs

    akirchhofer

      Sorry for this beginner question!

      I've the problem, that some EJBs (session beans) should share a common "static" object... something like a shared namespace. I want to give 'em a pool of names, and each EJB takes a free one (without using a database - it would be overkill for just resolving this problem, I guess). Does anybody out there have a clue how to manage such a tricky thing?

      Thanks a lot, cheers, Andreas