I have a class that uses a method from another EJBHelper
class which calls the method getInitialContext
to initialize an InitialContext
.
Now, the problem is that I need to close the InitialContext
after the EJB process ends.
Please help; how can I do this?