[JBoss-user] [Messaging, JMS JBossMQ] - Re: setExceptionListener() warnings in clustered environment

2006-04-19 Thread jukvaa
No, I mean that we had to drop MDB load balancing altogether and deploy the MDB as ha-singleton (the EJB jar). The actual message queue is always ha-singleton, I think. We had very limited time to solve this so didn't have time to research what's causing this... IIRC, in JBoss 4.0.3 sp1

[JBoss-user] [Messaging, JMS JBossMQ] - Re: setExceptionListener() warnings in clustered environment

2006-04-13 Thread jukvaa
Hi, are you using JBoss 4.0.2? We had the same problem some time ago. Actually, at least in our case, eventually MDB recovered, but it took about 20 mins for some reason. Eventually we solved this by deploying MDB as ha-singleton. But if someone knows what the problem is I'd (still) be

[JBoss-user] [Management, JMX/JBoss] - Re: HASingleton Schedulable

2006-01-09 Thread jukvaa
Why can't you just deploy it in the deploy-hasingleton directory? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3916452#3916452 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3916452

[JBoss-user] [Clustering/JBoss] - Re: Failover of MDB connection takes a long time

2005-12-14 Thread jukvaa
The MDB problem we eventually solved by deploying MDB as ha-singleton. In JBoss 4.0.3 it seemed to work ok, but upgrading was not an option for us. With remote EJB clients, we were able to reduce the failover time by editing TCP settings. In Linux we reduced /proc/sys/net/ipv4/tcp_retries2

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Jboss can't connect after DB has restarted

2005-11-25 Thread jukvaa
Yes, you'll need to put some inexpensive select to check valid connection. Somehting like this will do it for PostgreSQL: check-valid-connection-sqlselect 1/check-valid-connection-sql View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3909032#3909032 Reply to the

[JBoss-user] [Clustering/JBoss] - Re: Failover of MDB connection takes a long time

2005-11-21 Thread jukvaa
Hi, Did you find any solution to this? I'm having the same problem with JBoss 4.0.2. 13:36:25,997 WARN [Connection] Connection failure, use javax.jms.Connection.setExceptionListener() to handle this error and reconnect | org.jboss.mq.SpyJMSException: No pong received; - nested throwable:

[JBoss-user] [Persistence CMP/JBoss] - Re: Hibernate In Action/HibernateUtil/JBoss4+Hibernate3 Prob

2005-05-23 Thread jukvaa
Hello, In Hibernate3 I think that you should use SessionFactory.getCurrentSession() instead of HibernateContext. I think that will do the same thing in application server independent way. But the problem that I see here is that neither of these will work if you are not inside a transaction.

[JBoss-user] [Persistence CMP/JBoss] - Re: Hibernate 3 unable to update or delete

2005-05-20 Thread jukvaa
Hi, I'm having similar problems, but I'm not using EJB3, just EJB2 session beans + Hibernate persistence. Something that Steve Ebersole said in the JIRA (http://jira.jboss.com/jira/browse/JBAS-1828) caught my attention. I have been using following pattern when using hibernate from session

[JBoss-user] [Persistence CMP/JBoss] - Re: Hibernate 3 unable to update or delete

2005-05-18 Thread jukvaa
garbett wrote : I submitted and example case and bug report at http://opensource.atlassian.com/projects/hibernate/browse/HHH-490 Hi, Can you submit the report and test case to JBoss JIRA also? Your Hibernate bug is closed, and I think that nothing is happening yet... View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Re: Hibernate 3 unable to update or delete

2005-05-16 Thread jukvaa
Hi, Just in case it would help, here's another debug log of what I think is the same problem (JBoss 4.0.2, Hibernate3). It's getting the identifier from sequence, but for some reason, no insert statement is made. (In this case I'm trying to save a new instance of Paper class from stateless

[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss 4.0.1 - 4.0.2. Hibernate app. has stopped working

2005-05-13 Thread jukvaa
commons-collections jar can be found in: http://jakarta.apache.org/commons/collections/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877619#3877619 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3877619

[JBoss-user] [JBossWS] - Re: Problem with URL Rewriting during WS - deployment

2005-05-10 Thread jukvaa
Set WebServiceHost and WebServicePort parameters in JBOSS_HOME/server/?/deploy/jboss-ws4ee.sar/META-INF/jboss-service.xml (I had the same problem some time ago) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877136#3877136 Reply to the post :

[JBoss-user] [JBossWS] - Web services in clustered environment

2005-04-06 Thread jukvaa
Hello. We have a cluster of 2 jboss servers (4.0.1sp1) with apache + mod_jk load balancer as described in the Jboss clustering documentation. When we deploy a web service to these servers, WSDL gets address of the jboss server. I would like it to have address of the load balancer, so that we

[JBoss-user] [Installation Configuration] - CreateTableDDL in ejb-deployer.xml

2005-01-03 Thread jukvaa
Hi, Can I somehow tell in ejb-deployer.xml that I don't want to use CreateTableDDL for timer persistence? Leaving it away creates NullPointerException. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860412#3860412 Reply to the post :