[JBoss-user] [EJB/JBoss] - Re: Serialized Files removed while refernces to bean exist

2004-06-28 Thread togath
Oops I meant stateful. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840185#3840185 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840185 --- This SF.Net email spon

[JBoss-user] [EJB/JBoss] - Serialized Files removed while refernces to bean exist

2004-06-28 Thread togath
I am getting several instance of activation problems on stateless session beans. It looks like the serialized file is being remove by JBoss while there are still objects that reference the bean. (JBoss 3.2.1) I am assuming that the container is hitting some timeout on the bean and is thinking

[JBoss-user] [Datasource Configuration] - Datasource passwords showing in server.log

2004-03-01 Thread togath
I have configured my datasource and am able to connect, but very time that I do I get the user name and password for the database being shown in the server.log. These two items are only shown when the log level is DEBUG, but is there any way to mask the output of the user name and password? I

[JBoss-user] [Management, JMX/JBoss] - ClassnotfoundException loading log4JService

2004-02-12 Thread togath
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821314#3821314 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821314 I am having an issue with the loading of the log4jservice (actually most JMX services) on 3.2.3. Jbos

[JBoss-user] [Datasource Configuration] - Re: deploy datasource on the fly

2004-02-10 Thread togath
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820960#3820960 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820960 The new datasource is contained in a SAR file that uses an MBean to copy the ds.xml to deploy. When i

[JBoss-user] [Datasource Configuration] - deploy datasource on the fly

2004-02-09 Thread togath
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820817#3820817 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820817 Is there a way to deploy a datasource (ds.xml) on the fly? I am trying to do this thru an MBean usin