Hi Everybody
I have here a slight problem.
We have written a big spring based application that runs on pure J2SE. No security manager, everything fine.
Now I got a request to get this app inside some container inside an application server. Obviously the application wont run after i am done with the porting because they have a security manger inside the server. Every call to reflection goes through it.
Have you any idea what can i do actually to make these two things work together.
Thanks