2 Replies Latest reply on Jan 31, 2005 11:11 PM by bluezero000

    How to make util classes use JNDI_NAME instead of COMP_NAME?

    bluezero000

      I'm using JBoss-IDE 1.3.0. Its generated util classes use .COMP_NAME in getHome() method by default. Somehow, it has NamingException at runtime when using COMP_NAME. .JNDI_NAME works fine. So is there a way to automatically generate util classes using JNDI_NAME? Thanks a lot.