[JBoss-user] [Beginners Corner] - Re: Using threads with EJB

2004-07-15 Thread mkotsbak
hawkmoon wrote : I know using threads is not allowed. can a bean use a simple java class wich uses threads ? You can instead create a JMX mbean that is using threads. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842177#3842177 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Using threads with EJB

2004-07-15 Thread hawkmoon
JMX mbean is a Message Driven Bean ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842282#3842282 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842282 --- This SF.Net

[JBoss-user] [Beginners Corner] - Re: Using threads with EJB

2004-07-14 Thread dannyyates
How is a bean using a class that uses threads different from the bean using threads directly? You could bypass any of the spec requirements by simply saying, I didn't violate the spec in the bean - only in one of the helper classes. So, no. View the original post :