[JBoss-user] where to put DTD file in jboss for validation

2002-07-18 Thread McKnight, David
Hey everybody, sorry for not searching for this - seems like a simple question but I can't get it working. I'm getting an xml file as jms msg that has this dtd designation in the header tag - SYSTEM "importer.dtd" but when I try to load the xml to parse, it blows up with an error like it cannot

[JBoss-user] RE: JMS and Tibco

2002-07-30 Thread McKnight, David
You need some kind of adapter, whether you buy it from tibco or build it yourself in java using the rv api. It will basically listen for a jms message and republish a tibco message, and vice versa. Not sure if it would be a bean, or if it would be a stand-alone daemon. My guess is it would be a da

[JBoss-user] Re: Can an ejb function as a daemon?

2002-09-19 Thread McKnight, David
Sounds like a good place for an MBean.. That sounds great, and I will look into it asap. We've been using Jboss to develop on and use in house, but our app may be used with another app server. Aren't Mbeans Jboss specific? (Pardon my ignorance, and thanks again...) DM -

[JBoss-user] MBean service - overtakes jboss startup?

2002-10-01 Thread McKnight, David
I know I'm doing something wrong, just not sure what it is. I have an MBean that starts up when jboss starts - but no other jboss activity happens after this mbean starts. The code starts a loop that checks a db, processes data, waits a few seconds, and repeats. When the mbean deploys, Start() is

[JBoss-user] RE: MBean service - overtakes jboss startup?

2002-10-01 Thread McKnight, David
"Badly implemented" was the key! Thanks all - not spawning a thread was indeed the culprit... --- This sf.net email is sponsored by: DEDICATED SERVERS only $89! Linux or FreeBSD, FREE setup, FAST network. Get your own server today at http://

[JBoss-user] Clustering and MBean Failover Question

2002-10-02 Thread McKnight, David
Hopefully, this is the last question from me for awhile...maybe soon I'll be able to answer some! I have an app configured as an Mbean, working well. It can be started and stopped from the admin interface, etc. Also, I have set up clustering between two servers, and they do recognize each other

RE: [JBoss-user] Clustering and MBean Failover Question

2002-10-03 Thread McKnight, David
Sacha, First off, thanks to you, Marc, Scott, and everyone else there for such a cool product. We've been putting a very limited subset of features through its paces and it is working very well for us. Now, about the MBean services failover...can you think of *any* way to engineer this without ha

[JBoss-user] RE: Clustering and MBean Failover Question

2002-10-03 Thread McKnight, David
Sacha, I must admit I'm at a loss with the cluster registration. Can you point to a sample mbean where this is done, and what is extended or implemented? I got the basic mbean service OK but am having trouble connecting the dots when it comes to the DRM interface, the Impl file, etc. I have searc