Hi, I have a stateless session bean talking to a CMP Entity Bean. I have declared a security domain and I am trying to use the created-by,updated-by etc audit fields of JBoss 4.0.0.
My stateless bean cannot access the entity beans directly and uses a <run-as> configuration so an internal role is used. Internal role can access the entity beans only. Apparently the run-as configuration leads to all the audit entries (except the time ones) to be populated as anonymous!! If I remove the <run-as> configuration then the audit fields get populated correctly with the user that did the update. Is there a way to keep the <run-as> configuration and make the audit fields to be populated with the logged user? Thanks Petros View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860122#3860122 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860122 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
