[JBoss-user] [Beginners Corner] - Re: JNDI access to java:/Mail from MDB

2004-04-12 Thread bruth
"raja05" wrote : "bruth" wrote : I'm trying to access the JavaMail provider I've configured in mail-service.xml, under java:/Mail. If I lookup "java:/Mail" in my MDB, all works fine. | | | | However, if I try to access "java:/comp/env/mail/MailProvider" - as I believe I've | | Sho

[JBoss-user] [Beginners Corner] - Re: JNDI access to java:/Mail from MDB

2004-04-08 Thread raja05
"bruth" wrote : I'm trying to access the JavaMail provider I've configured in mail-service.xml, under java:/Mail. If I lookup "java:/Mail" in my MDB, all works fine. | | However, if I try to access "java:/comp/env/mail/MailProvider" - as I believe I've Shouldnt this be java:comp/env/mail/Ma

[JBoss-user] [Beginners Corner] - Re: JNDI access to java:/Mail from MDB

2004-04-08 Thread bruth
Any additional assistance on this topic would be much appreciated! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829836#3829836 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829836 --

[JBoss-user] [Beginners Corner] - Re: JNDI access to java:/Mail from MDB

2004-04-06 Thread bruth
OK, I'm still not seeing anything. In jboss.xml, in the ... for my MDB, what is the resource-name supposed to refer to? If the JNDIName I've defined for mail-service.xml is java:/Mail, is resource-name supposed to be 'Mail' or java:/Mail, or something else? Also, in JNDIView, am I supposed to

[JBoss-user] [Beginners Corner] - Re: JNDI access to java:/Mail from MDB

2004-04-05 Thread [EMAIL PROTECTED]
There there is something wrong with your deployment or descriptors if there is nothing under the JNDIView. The descriptors should look like: [url] http://java.sun.com/dtd/ejb-jar_2_0.dtd";> ENC Tests ENCBean ... Default Mail ma

[JBoss-user] [Beginners Corner] - Re: JNDI access to java:/Mail from MDB

2004-04-02 Thread bruth
"darranl" wrote : Have you had a look at the JNDI view in the JMX console? I have now ... :) Under my Ejb Module (JMS Dev.jar), all I see is this: java:comp namespace of the MessageWriterEJB bean: | | +- env (class: org.jnp.interfaces.NamingContext) | The only reference to "mail" anyt

[JBoss-user] [Beginners Corner] - Re: JNDI access to java:/Mail from MDB

2004-03-31 Thread darranl
Have you had a look at the JNDI view in the JMX console? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828429#3828429 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828429