Hello, I am writing several jndi factories for catalina's JNDI implementation and I am trying to figure out how to specify factory class for a resource. The only sample I found was <Resource name="jdbc/usorg" auth="CONTAINER" type="javax.sql.DataSource"/> and factory class for type="javax.sql.DataSource" is hard coded. What is the attribute name for factory class? Thank you very much Alex Roytman
