Hi all, Currently apache SOAP is using java reflection APIs to invoke a method of EJB. Is there any negative side of using reflection to invoke an EJB method. EJB spec says "the application server should deny java.lang.reflect.ReflectPermission to EJBs." But I think this is regarding using reflection API inside of EJB source code. Is this right?
Please suggest me on this or any URL which I can refer for this design consideration. thanks, Tans -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>