ReHi, mhh.. that sounds not good :-( Any idea to come out of this situation ? ...back to ECM ?
Regards, Marco -----Ursprungliche Nachricht----- Von: Berin Loritsch [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 30. Mai 2003 15:41 An: Avalon framework users Betreff: Re: EJB-Spec and Fortress Geiger, Marco (FF) wrote: > Hi, > > I am using fortress as a container to host my components in > an AppServer (WebSphere). > The EJB-Spec does not allow to create new threads in an EJB and does > not allow to read/write files (and more...) > R/W files is not a problem, because I can use a static initializer inside > classes. > So far, so good... > But does fortress create threads while runtime or only while container > is being initialized ? > Latter would be OK, first not... Unless your components create threads, Fortress only creates the threads at init time. However, one thing that EJB does not allow is for you to use reflection or custom classloaders. Fortress uses reflection to build the component handlers, and to initialize your components. That will be a bigger problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
