At 20:10 5.6.2001 +0200, you wrote:
>1. now I am using a client app just to invoke the session bean's only
>function, is there a way in jboss to make a session bean instantiate and
>invoke a method without a client (just for easier administration).
>
>2. is there a problem if the session bean's function never returns?? It is
>reading from the socket forever.
>
>3. Should it be statefull, statelesss... any other proposition?

Yes, don't use either. Instead create an MBean for the task. Then you can
get rid of the client app as well.

-- Juha


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to