I am using jboss 4.0.2. My application is managing and monitoring devices
through the use of the 3rd party library. That library supports SSL
communication with the devices. The problem is, that when I just use HTTP, the
data is getting transfered very fast, but when I use SSL (https) to comm
I was trying to change a password for a DataSource 'DefaultDS' in the
hsqldb-ds.xml file. After I change the password from default "" to something
meaningfull, I get a lot of errors during the start-up. Here is the top-level
error:
2005-07-18 17:14:33,664 WARN
[org.jboss.resource.connectionma
I was trying to change a password for a DataSource 'DefaultDS' in the
hsqldb-ds.xml file. After I change the password from default "" to something
meaningfull, I get a lot of errors during the start-up. Here is the top-level
error:
2005-07-18 17:14:33,664 WARN
[org.jboss.resource.connectionma
I was trying to change a password for a DataSource 'DefaultDS' in the
hsqldb-ds.xml file. After I change the password from default "" to something
meaningfull, I get a lot of errors during the start-up. Here is the top-level
error:
2005-07-18 17:14:33,664 WARN
[org.jboss.resource.connection
Thank you for quick responses.
I have another question though. If there are multiple clients that want to
listen for notifications, does the ServiceMBeanSupport class handles this case?
Should I pass a unique handback object when registering, so that the listener
can be uniquely identified?
In the 3.2.6 version, in order to receive JMX notifications,
docs/examples/jmx/jmx-rmi-adaptor.sar file needed to be copied to the deploy
directory, and jmx-invoker-adaptor-server.sar removed. Is it still necessary
in the 4.0.0 version? I don't see the jmx-rmi-adaptor.sar in the 4.0.0
docs/ex
I am using JBoss 4.x and have a number of MBeans registered. On the client
side, I am using RMIAdapter to do the communication with the MBeans. I am
looking for a way to do a notification from the MBeans on the server to the
client. Can somebody point me towards the best way to do it? Sample
I am using JBoss 4.x and have a number of MBeans registered. On the client
side, I am using RMIAdapter to do the communication with the MBeans. I am
looking for a way to do a notification from the MBeans on the server to the
client. Can somebody point me towards the best way to do it? Sample