----- Original Message -----
From: francis pouatcha <[EMAIL PROTECTED]>
> > Do you prevent
> > people from writing a deadlock using 3rd party products?
> Yes! That is what is being intendet by prohibiting threads creation and
> synchronization routine. Note that third party packages used by the bean
must
> respect bean's restrictions and run under the same security policy.

By this logic any time I use java.util.Vector in my bean code I am violating
the EJB 1.1 specification (beans can't use threads or synchronization
primitives; third-party classes used by beans can't use them either;
java.util.Vector uses synchronized all over the place; therefore
java.util.Vector is in violation of the specification; therefore my bean is
in violation of the specification).

I find this thoroughly unacceptable.

Cheers,
Laird

===========================================================================
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".

Reply via email to