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
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
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
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
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
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