Re: Thread on the EJBServer

2001-01-05 Thread Sacha Labourey
development > [mailto:[EMAIL PROTECTED]]De la part de Thibault Cuvillier > Envoyé : vendredi, 5 janvier 2001 19:31 > À : [EMAIL PROTECTED] > Objet : Re: Thread on the EJBServer > > > May be Jboss store some context information in the thread context: if you > start a thread, the

Re: Thread on the EJBServer

2001-01-05 Thread Christopher Cobb
Bono, Chris [SMTP:[EMAIL PROTECTED]] > Sent: Friday, January 05, 2001 10:38 PM > To: [EMAIL PROTECTED] > Subject: Re: Thread on the EJBServer > > Ashish, > I am not familiar w/ JBoss but one thing I do know is you should not &g

Re: Thread on the EJBServer

2001-01-05 Thread Thibault Cuvillier
tart a separate server process. Tibo. >-Original Message- >From: Ashish Kalra [mailto:[EMAIL PROTECTED]] >Sent: Friday, January 05, 2001 11:56 AM >To: [EMAIL PROTECTED] >Subject: Re: Thread on the EJBServer > > >Can you also please suggest some options for ho

Re: Thread on the EJBServer

2001-01-05 Thread sven
> Thanks again, > -ashish > > -Original Message- > From: Bono, Chris [SMTP:[EMAIL PROTECTED]] > Sent: Friday, January 05, 2001 10:38 PM > To: [EMAIL PROTECTED] > Subject:Re: Thread on the EJBServer > > Ashis

Re: Thread on the EJBServer

2001-01-05 Thread Robert Baker
Kalra [EMAIL PROTECTED] Sent:Fri, 5 Jan 2001 23:21:22 +0530 To: [EMAIL PROTECTED] Subject: Re: Thread on the EJBServer Thanks Chris. Can you please elaborate a little on why it should not be done, or tell me of some source from where I could gain this knowledge. Thanks again, -a

Re: Thread on the EJBServer

2001-01-05 Thread Matt Bauer
Sent: Friday, January 05, 2001 10:38 PM > To: [EMAIL PROTECTED] > Subject:Re: Thread on the EJBServer > > Ashish, > I am not familiar w/ JBoss but one thing I do know is you should not > be > starting a thread from an

Re: Thread on the EJBServer

2001-01-05 Thread Bono, Chris
low you to do this using JMX, which is a standard. I don't think JMX is incorporated currently into ebj spec but at least it is a standard. Chris -Original Message- From: Ashish Kalra [mailto:[EMAIL PROTECTED]] Sent: Friday, January 05, 2001 11:56 AM To: [EMAIL PROTECTED] Subject: Re:

Re: Thread on the EJBServer

2001-01-05 Thread Bono, Chris
riday, January 05, 2001 11:51 AM To: [EMAIL PROTECTED] Subject: Re: Thread on the EJBServer Thanks Chris. Can you please elaborate a little on why it should not be done, or tell me of some source from where I could gain this knowledge. Thanks again, -ashish -Original Me

Re: Thread on the EJBServer

2001-01-05 Thread Ashish Kalra
] Subject:Re: Thread on the EJBServer Ashish, I am not familiar w/ JBoss but one thing I do know is you should not be starting a thread from an ejb Chris >>>The thread is started through static code in one >>>of the beans.

Re: Thread on the EJBServer

2001-01-05 Thread Ashish Kalra
10:38 PM To: [EMAIL PROTECTED] Subject:Re: Thread on the EJBServer Ashish, I am not familiar w/ JBoss but one thing I do know is you should not be starting a thread from an ejb Chris >>>The thread is started through st

Re: Thread on the EJBServer

2001-01-05 Thread Bono, Chris
uary 05, 2001 6:37 AM To: [EMAIL PROTECTED] Subject: Thread on the EJBServer I need a thread on the EJB Server which needs to keep doing some background processing all the while. This thread is another class which from time to time should be able to access a bean and invoke its method. I am tryin

Thread on the EJBServer

2001-01-05 Thread Ashish Kalra
I need a thread on the EJB Server which needs to keep doing some background processing all the while. This thread is another class which from time to time should be able to access a bean and invoke its method. I am trying to get reference to the Home Interface by using look up with the Initial Con