1 Reply Latest reply on Jan 19, 2005 3:15 AM by pergesu

    Using JNDI mail session in client app

    pergesu

      I've got a mail session set up, bound at mail:/Mail. I'd like to be able to use this in client applications. It works fine from inside of JBoss, but my external clients always get ClassCastsExceptions. I know that the java:/ namespace isn't accessible outside the VM, but this mail session isn't under java:, so I thought it should work. Perhaps my understanding of JNDI isn't up to par. Any help accessing a mail session from a client app? Thanks