[JBoss-user] [Installation & Configuration] - Turn off dtd validation

2004-09-27 Thread thad
I'm deploying an internal application on a machine that cannot make outside connections. How do I force Xerces to not attempt to download dtd files from remote machines and not attempt to validate the xml deployment descriptor against a dtd? Regards, Thad Smith View the original post :

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Anyone seen this?

2004-08-04 Thread thad
The problem was that my hsqldb localDB had become corrupt (I use it for message persistance). I fixed it by deleting the localDB* files in the server//data/hypersonic directory. JBoss recreated the database after restarting and it's now fixed. View the original post : http://www.jboss.org/index

[JBoss-user] [Messaging, JMS & JBossMQ] - Anyone seen this?

2004-08-03 Thread thad
I have a MDB that receives a message and then creates two messages that it delivers onto two different queues. This system will eventually (if I ever get it there) receive hundreds of thousands of messages an hour, so it's important I figure this out. When I put a few hundred messages onto the M

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS fails under load

2004-07-22 Thread thad
I'm developing an application that uses JBoss 3.2.4 as a EAI/workflow server. Here's my situation: I have a stateless session bean (call it Bean1) which is called every 30 seconds to look for new requests from a db table (I know...it's polling...no way around it). It reads a max of 5000 new row

[JBoss-user] [Clustering/JBoss] - Turn on/off components in cluster

2004-06-01 Thread thad
Is it possible to manually disable a component from running on a particular server running in a clustered environment? For instance, if I have a MDB deployed on two machines, I want to be able to turn one of them off/disable it from receiving messages and let the other handle all of the work. V