RE: Cannot override security annotations

2009-01-08 Thread Marcin Kwapisz
Hi David, I think this property should be set in System, not in InitialContext. System.setProperty(log4j.category.OpenEJB.startup.attributes,DEBUG); Scenario 1. --EJB-- @RolesAllowed({StudentAdmin}) public void createStudent --EJB-- --ejb-jar.xml-- assembly-descriptor security-role

Re: Cannot override security annotations

2009-01-08 Thread David Blevins
On Jan 8, 2009, at 12:30 AM, Marcin Kwapisz wrote: I think this property should be set in System, not in InitialContext. System .setProperty(log4j.category.OpenEJB.startup.attributes,DEBUG); I'm not sure if you're stating a preference or reporting that setting via InitialContext didn't