In your start method, you need to start a thread to do this processing,
then return.

Alternatively you could register with the Timer service or the jboss
scheduler and have it notify you periodically to do the work.

david jencks

On 2002.10.01 11:30:44 -0400 "McKnight, David" wrote:
> 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
> called,
> then the mbean processing commences. BUT...no other jboss services start
> after this. You never even get the "Jboss started in 25 seconds" message.
> Any ideas? 
> 
> thanks all,
> David
> 
> 
> -------------------------------------------------------
> 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://www.ServePath.com/indexfm.htm
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 


-------------------------------------------------------
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://www.ServePath.com/indexfm.htm
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to