I'd meant to update you on my progress here.
There's no caching in the BeanContainer; what's going on is that we're
explicitly adding this metadata:
22:54:44,298 INFO [Ejb3DescriptorHandler] Adding @RolesAllowed for method
echo([java.lang.String]) of EJB FirstBean: [InternalRole]
| 22:54:44,298 INFO [Ejb3DescriptorHandler] Adding @RolesAllowed for method
echo([java.lang.String]) of EJB FirstBean: [Echo]
| 22:54:44,403 INFO [Ejb3DescriptorHandler] Adding @RolesAllowed for method *(null) of
EJB SecondBean: [InternalRole]
| 22:54:44,403 INFO [Ejb3DescriptorHandler] Adding @RolesAllowed for method
echo([java.lang.String]) of EJB SecondBean: [InternalRole]
| 22:54:44,403 INFO [Ejb3DescriptorHandler] Adding @RolesAllowed for method
echo([java.lang.String]) of EJB SecondBean: [Echo]
| 22:54:44,516 INFO [Ejb3DescriptorHandler] Adding @RolesAllowed for method
echo([java.lang.String]) of EJB SimpleStatelessBean: [Echo]
| 22:54:44,663 INFO [Ejb3DescriptorHandler] Adding @RolesAllowed for method
echo([java.lang.String]) of EJB SimpleStatefulBean: [Echo]
I'm finding why.
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193637#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...