[jboss-user] [EJB/JBoss] - How EJB timer works

2008-03-13 Thread cristi_cioriia
Hi, I have used a timer that repeatedly fires with a given frequency and detected a behavior that seems strange to me. So I would like to ask your opinion about this. I have a timer that expires every 3 minutes. The timer fires as I expected for the first times: anonymous wrote : |

[jboss-user] [EJB 3.0] - Re: How to use configurable information

2008-03-05 Thread cristi_cioriia
That was what I was looking for, thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134205#4134205 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134205 ___ jboss-user mailing

[jboss-user] [Beginners Corner] - Velocity issue

2008-03-05 Thread cristi_cioriia
Hi all, I am pretty new to JBOSS and I have some hard times integrating Velocity into JBOSS. I hope that this is the right place to ask for help. Basically, what I would like to do is is the following: I have an EJB which uses a helper class for creating some content. The helper class creates

[jboss-user] [EJB 3.0] - How to use configurable information

2008-03-04 Thread cristi_cioriia
Hi, I am pretty new to the EJB technology and got into an issue that I couldn't solve on my own. I use a MDB to send emails, and I place some configurable information in that email. Basically what I would like to do is to specify some information in a configuration file when my MDB is deployed

[jboss-user] [Messaging, JMS JBossMQ] - Re: Problem deploying MDB

2008-02-25 Thread cristi_cioriia
Thanks, that solved the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131783#4131783 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131783 ___ jboss-user mailing list

[jboss-user] [Messaging, JMS JBossMQ] - Problem deploying MDB

2008-02-21 Thread cristi_cioriia
Hi, I have tried to create a MDB to consume some messages posted to a message queue. The MDB looks like that: | @MessageDriven(activationConfig = [EMAIL PROTECTED](propertyName= destinationType, propertyValue=javax.jms.Queue)}) | public class AlertEmailSender implements MessageListener {