[JBoss-user] [Security & JAAS/JBoss] - Re: Secuirty Exception after password update using DataBaseL

2006-06-27 Thread uji
no solution found: we invalidate the session and force the user to login again View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953673#3953673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953673 Using Tomcat but need t

[JBoss-user] [Messaging, JMS & JBossMQ] - Singleton MDB stops receiving messages after a randomic time

2006-06-14 Thread uji
Hi, I am experiencing a very critical problem: a mdb stop processing the messages published on its queue after having received (working accordingly) a randomic numer a messages. I have to restart the AS to have it working again. Also creating a new instance of the MDB from the jmx-console work

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Singleton MDB stops receiving messages after a randomic

2006-06-14 Thread uji
I am using JBoss 4.0.3SP1 MDB use the configuration "Singleton Message Driven Bean" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950822#3950822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950822

[JBoss-user] [Security & JAAS/JBoss] - Secuirty Exception after password update using DataBaseLogin

2006-06-09 Thread uji
After updating the password on the db (through an ejb business method) I get a Security Exception (complaining about the wrong password). Note that I disabled caching of security credentials (DefaultCacheTimeout=0) I am wondering how to go around this problem. Do I have to invalidate the sessi

[JBoss-user] [Installation, Configuration & Deployment] - Re: how to send an email with jboss mail service with TLS?

2006-02-21 Thread uji
I solved the problem myself ;-) JBoss 4.0.x is coming with JavaMail 1.3.1 which does not support TLS (introduced in JM 1.3.2!) just update mail.jar in the lib directory with the 4 jar of the new JavaMail and all the new features will work seamlessly including TLS View the original post : http

[JBoss-user] [Installation, Configuration & Deployment] - how to send an email with jboss mail service with TLS?

2006-02-21 Thread uji
Hi, I have looked on the internet for a long time without finding any information on the configuration of the mail service of jboss I need to send an email from an EJB through a smpt server which requires TLS authentication. I tried different configurations. It seems that jboss mail service si