[JBoss-user] [Security & JAAS/JBoss] - Problem with using other library for SSL.

2005-10-10 Thread mmigal
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

[JBoss-user] [JCA/JBoss] - Changing password for DataSource

2005-07-21 Thread mmigal
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

[JBoss-user] [Installation, Configuration & Deployment] - Changing password for DataSource

2005-07-19 Thread mmigal
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

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Changing password for DataSource

2005-07-18 Thread mmigal
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

[JBoss-user] [Management, JMX/JBoss] - Re: Sending notifications from MBean to client

2004-12-02 Thread mmigal
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?

[JBoss-user] [Management, JMX/JBoss] - Re: Sending notifications from MBean to client

2004-12-02 Thread mmigal
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Sending notification from Mbean to client

2004-12-01 Thread mmigal
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

[JBoss-user] [Management, JMX/JBoss] - Sending notifications from MBean to client

2004-12-01 Thread mmigal
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