[JBoss-user] [Beginners Corner] - Getting started sending mail from within EJB 3.0

2005-12-29 Thread razel
I'm developing an application with EJB 3.0. I need to send an email from within one of the MDB's. I have no idea on how to do this. I tried using javamail api, but i don't know how to configure jboss or what annotations to add so it can work. Any help is appreciated,. Thanks Rodrigo lopes Vie

[JBoss-user] [EJB 3.0] - sending a mail from a bean

2005-12-28 Thread razel
I'm developing an application using EJB 3.0 on JBoss 4.0.3. I would like some hints on how to send e-mails from inside a bean, configure and use the jboss mail API implementation. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914596#3914596 Reply t

[JBoss-user] [EJB 3.0] - Entity beans deployment - database data erased on following

2005-12-21 Thread razel
when I deploy an application containing entity beans and then deploy it again, all database data inserted is erased. What am I doing wrong? Thanks rodrigo lopes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913829#3913829 Reply to the post : http://www.jb

[JBoss-user] [Beginners Corner] - Can a single MDB listen to 2 different message sources?

2005-12-15 Thread razel
I've recently started developing on JBOSS and EJBs, I would like to have a message driven bean listening to a topic selecting messages under certain conditions, and would like to be able to change the conditions sending a message trough a queue to same MDB, is this possible? if it is, how and if