Thanks for the feedback!  Now, lets see if we can put this into a FAQ or
WIKI page or something....

Geiger, Marco (FF) wrote:

-----Ursprungliche Nachricht----- Von: Berin Loritsch [mailto:[EMAIL PROTECTED] Gesendet: Montag, 2. Juni 2003 14:56 An: Avalon framework users Betreff: Re: AW: AW: EJB-Spec and Fortress


Geiger, Marco (FF) wrote:


Hi Berin,

an Info : the using of the Reflection-API in Fortress
isn?t generally denied. The EJB-Spec does only not allow to access
information
about security, but normal Reflection for Classes is therefore allowed.
(the classloading-mechanism is the bigger problem, and knock-down-criteria
for me)


Ok, so the klass.newInstance() and method.invoke(...) _are_ allowed?
How about Proxy or Byte Code generation?

Proxy is part of the package REFLECTION.
So using is not prohibited...
( EJB-Spec says :
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.
The enterprise bean must not attempt to use the Reflection API to access
information that the security rules of the Java programming language make
unavailable.
)

<snip type="many useful tidbits of information"/>



Furthermore, Berin and others, many thanks for supporting in this problem !!! ( hope I can give my experiences sometimes back to you... :-) )

Thank you for all your input, I feel better armed about the topic.



And if you decide to develep a "Meta"-Classloader (quite difficult), please let me know.

I believe someone else is already working on it--it would be something where we used that library (hopefully). Otherwise we would have to build it on top of BCEL--doable, but not easy.


Thanks a lot !

Thank you!


--
"You know the world is going crazy when the best
rapper is a white guy, the best golfer is a black guy,
The Swiss hold the America's Cup, France is
accusing the US of arrogance, and Germany doesn't want
to go to war. And the 3 most powerful men in America
are named 'Bush', 'Dick', and 'Colon' (sic)".

-----Chris Rock


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to