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

2002-09-19 Thread David McKnight
I have an application that polls a db table (legacy application) for data every few seconds. The data in this table will never get updated by beans, only by other tables, triggers, VB clients, etc. The app I have now runs as a daemon, when it starts up it initializes a few things then does it's

[JBoss-user] ConnectionFactory lookup across different vendors

2002-07-11 Thread David McKnight
Hey all, I have a piece of code that does a lookup in JBOSS 3 like this: QueueConnectionFactory qcf = (QueueConnectionFactory) iniCtx.lookup("ConnectionFactory"); But in version 2.4.x the call was this: QueueConnectionFactory qcf = (QueueConnectionFactory) iniCtx.lookup("QueueConnectionFactor