[jboss-user] [JBoss Cache: Core Edition] - Serialize/deserialize Stateful bean

2008-11-19 Thread Pop Octavian
Our application uses stateful beans which are configured to be added in a EJB3SFSBClusteredCache cache. The EJB3SFSBClusteredCache cache loader is configured to use a DB table. We want to use the DB as a persistence layer to store all stateful beans and be able to load serialized beans after

[jboss-user] [EJB 3.0] - Serialize/deserialize Stateful bean

2008-11-19 Thread Pop Octavian
Our application uses stateful beans which are configured to be added in a EJB3SFSBClusteredCache cache. The EJB3SFSBClusteredCache cache loader is configured to use a DB table. We want to use the DB as a persistence layer to store all stateful beans and be able to load serialized beans after

[jboss-user] [Clustering/JBoss] - Serialize/deserialize Stateful bean

2008-11-19 Thread Pop Octavian
Our application uses stateful beans which are configured to be added in a EJB3SFSBClusteredCache cache. The EJB3SFSBClusteredCache cache loader is configured to use a DB table. We want to use the DB as a persistence layer to store all stateful beans and be able to load serialized beans after

[jboss-user] [EJB 3.0] - JBoss tmp filder increased size

2008-10-29 Thread Pop Octavian
Hi, we have a server running in JBoss. We found that the tmp folder size is over 2GB, I'm not sure if this is a normal behavior. For example, there was a folder under tmp: tmp/sessions/MySFB-{code} that contains more than 80 thousand files with .ser extension. Do you have an explanation why is

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMS messaging between Websphere and JBoss

2008-04-23 Thread Pop Octavian
I was facing a similar problem, from jboss I have to add and process messaged from websphere mq queues. To solve this problem I configured a resource adaptor, in JBoss, to be able to connect to websphere queues. Some details can be found here

[jboss-user] [Management, JMX/JBoss] - Re: jboss sheduler issue

2007-10-12 Thread Pop Octavian
A simple way to create a sceduler is to implement Schedulable interface, you have to implement public void perform(Date data, long l) method. This interface is found in sceduler-plugin.jar, for jboss 4.0.5. A sample cod is: public class MyScheduler implements Schedulable | { |public

[jboss-user] [Management, JMX/JBoss] - SNMP adapter issue

2007-04-27 Thread Pop Octavian
Hi, I have one problem regarding the SNMP Adapter from JBoss (v4.0.5). I changed in JBOSS_HOME\server\default\deploy\snmp-adaptor.sar\META-INF\jboss-service.xml the readCommunity and writeCommunity attribute values for SnmpAgentService mbean and the heartbeat traps still have the default

[jboss-user] [Management, JMX/JBoss] - SNMP adapter issue

2007-04-27 Thread Pop Octavian
Hi, I have one problem regarding the SNMP Adapter from JBoss (v4.0.5). I changed in JBOSS_HOME\server\default\deploy\snmp-adaptor.sar\META-INF\jboss-service.xml the readCommunity and writeCommunity attribute values for SnmpAgentService mbean and the heartbeat traps still have the default

[jboss-user] [Management, JMX/JBoss] - Re: SNMP adapter issue

2007-04-27 Thread Pop Octavian
Hi, I want to set the community string for SNMP traps. The commnuity value for the traps I receive, using KIWI, is public, this is a default value as far as I know. I want to change the community string to another value changing the readCommunity or writeCommunity from jboss-service.xml. The