Hi, how does the JNDI 1.2 event notification feature fit together with EJB1.1? On one hand, the JNDI service provider is encouraged to use threads to run the listeners. This means that e.g. the objectChanged() method runs in the different thread than the addNamingListener() method potentially from a Bean method. On the other hand, threads are not allowed in EJBs. Cheers, Winfried See http://java.sun.com/products/jndi/1.2/javadoc/javax/naming/event/package-sum mary.html =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
