1.

Is It Possible For An Ejb Client To Marshal An Object Of Class Java.lang.class To An Ejb?

Answer»

Technically yes, spec. compliant NO! - The enterprise bean must not attempt to query a CLASS to obtain INFORMATION about the declared MEMBERS that are not otherwise accessible to the enterprise bean because of the SECURITY rules of the JAVA language.

Technically yes, spec. compliant NO! - The enterprise bean must not attempt to query a class to obtain information about the declared members that are not otherwise accessible to the enterprise bean because of the security rules of the Java language.



Discussion

No Comment Found