0 Replies Latest reply on Oct 15, 2001 3:04 PM by ashu

    Resource manager not found

    ashu

      I am getting an error (resource manager not found for myPool) once my beans are getting deployed when starting my jboss2.4.1_tomcat server.i have made connection pools for access in all my stateless & bean managed beans. the jboss.xml file has got a <res-reference> tag & a <res-name > tag in which i have written my connection pool name.

      But when ever the server is reading the jboss.xml file while dploying its bean , it gives this error of "resource manager not found for myPoolname" on the jboss DOS console.BUT my benas are working fine for the time being...
      what can be the reason.