3 Replies Latest reply on Apr 5, 2006 3:01 PM by bdecoste

    Why aren't EJB3 Naming Contexts removed after undeployment?

    asack

      Question says it all. Currently I have a bunch of STSBs all with a @Stateless ( name = "blah" ) which generates a blah/local in my JNDI namespace. When I undeploy the jar file, the NamingContext is still bound. Why is this?