Hello all. I've been working with JBoss for 13 years, but now I've started playing with Tomee. From my point of view, it's a greate product, but I've found a problem I don't know how to deal with.
I've launched Tomee with ClassLoader security enabled ( catalina.sh run -security ), and I need to grant special FileSystem permissions to a single EJB, but catalina.policy file is ignored as BasicJaacProvider applies its default security policy, overriding catalina.policy settings. I've tried to create a new JaacProvider, but the system property org.apache.openejb.core.security.JaccProvider is overwritten by SecurityServiceImpl. Maybe I am missing something. Is there any way to grant special java permissions to a EJB bean, or EJB package ? Thanks a lot.
