RE: [JBoss-user] EJB Integration with existing Java Framework - Urgent!

2001-06-08 Thread Allen Fogleson
> From: "Allen Fogleson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, June 08, 2001 12:08 AM > Subject: RE: [JBoss-user] EJB Integration with existing Java > Framework - > Urgent! > > > Threads and IO are prohibited in an EJB, there i

Thanks ! Re: [JBoss-user] EJB Integration with existing Java Framework - Urgent!

2001-06-08 Thread ZHU Jia
lt;[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Friday, June 08, 2001 12:08 AM > > Subject: RE: [JBoss-user] EJB Integration with existing Java > > Framework - > > Urgent! > > > > > > Threads and IO are prohibited in an EJB, t

Re: [JBoss-user] EJB Integration with existing Java Framework - Urgent!

2001-06-08 Thread Grim Shieldsson
"Allen Fogleson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, June 08, 2001 12:08 AM > Subject: RE: [JBoss-user] EJB Integration with existing Java > Framework - > Urgent! > > > Threads and IO are prohibited in an EJB, there is no

Re: [JBoss-user] EJB Integration with existing Java Framework - Urgent!

2001-06-07 Thread Kar YEOW
al Message - From: "Allen Fogleson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 12:08 AM Subject: RE: [JBoss-user] EJB Integration with existing Java Framework - Urgent! Threads and IO are prohibited in an EJB, there is nothing to stop a

RE: [JBoss-user] EJB Integration with existing Java Framework - Urgent!

2001-06-07 Thread Matthew Baird
RE: [JBoss-user] EJB Integration with existing Java Framework - Urgent! As long as those classed don't have a problem with being stopped when the EJB container swaps them out. --- Allen Fogleson <[EMAIL PROTECTED]> wrote: > Threads and IO are prohibited in an EJB, there is nothing to st

RE: [JBoss-user] EJB Integration with existing Java Framework - Urgent!

2001-06-07 Thread Grim Shieldsson
As long as those classed don't have a problem with being stopped when the EJB container swaps them out. --- Allen Fogleson <[EMAIL PROTECTED]> wrote: > Threads and IO are prohibited in an EJB, there is nothing to stop a > separate > class from using IO and threads, and having those classes be

Re: [JBoss-user] EJB Integration with existing Java Framework - Urgent!

2001-06-07 Thread Mike Hoolehan
On (07/06/01 13:04), ZHU Jia wrote: > 1. How to model our existing inheritence tree in EJB? Someone told me > that both the RemoteInterface and the bean class should be in the tree, > but I'm not sure about that. Can I let an Interface inherit from a > normal class? What does it mean exactly? int

RE: [JBoss-user] EJB Integration with existing Java Framework - Urgent!

2001-06-07 Thread Allen Fogleson
Threads and IO are prohibited in an EJB, there is nothing to stop a separate class from using IO and threads, and having those classes be used within the EJB. Al -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of ZHU Jia Sent: Thursday, June 07, 2001 7:05