[JBoss-user] [Management, JMX/JBoss] - Changing the jdbc connection-url using JMX console

2004-09-24 Thread darwinl
We have this problem where we need to change the connecction-url to point to a different database while the app-server is still running. We are running oracle. I know that I can hot-deploy the change by changing the connection-url in the oracle-ds.xml. I am just wondering instead of doing th

[JBoss-user] [Persistence & CMP/JBoss] - Re: Load failed : ORA-04031 : JBoss 3.2.3 CMP findAll

2004-09-24 Thread darwinl
Just from a J2EE design perspective, using CMP to retrieve 1200 records are simply not a good idea. The container will cache all these CMPs, which will then takes up all the memory. Do you need these beans to be cached? If not, you will be better off to use a DAO pattern ( ie a jdbc sql statem

[JBoss-user] [Management, JMX/JBoss] - Hot-deploy changes for mbean across the cluster

2004-09-23 Thread darwinl
Is it possible to populate the attribute value change of a mbean to other nodes in the cluster? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849372#3849372 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=384937