Hi,
I am using Spring to lookup remote EJBs from a WebSphere 7 server with caching enabled.
Everything is going great until the remote server is restarted. After which the remote calls are...
Type: Posts; User: a3ris; Keyword(s):
Hi,
I am using Spring to lookup remote EJBs from a WebSphere 7 server with caching enabled.
Everything is going great until the remote server is restarted. After which the remote calls are...
yeah, already did that and i'm not getting any exceptions, but the interceptor does not get called at all (my beans don't get autowired)
this might be a websphere 7 specific issue?
ps:...
same issue here...please fix
while on websphere 7 subject, anyone using @EJB annotation to inject a session bean into a Spring managed POJO? For some reason the jndi name is not found when Spring...
i am having the same problem but with spring 2.5.x...can anyone help us out?:(
Hi,
I have the requirement of having multiple flex projects in the same EAR file. All the shared jars are packaged under EAR/EarContent/lib and shared across all the Web modules.
The issue I am...
i am having the same issue..anyone has any ideas?
i am interested in this as well...nobody has any ideas?
Thanks Luke!! It worked!
You saved me so many headaches...
UPDATE
I think i had the custom-after-invocation-provider in the wrong spot...
I added it in here :
<bean id="afterInvocationManager"...
Hi,
I am using Spring Security 2.0.3 and I'm trying to use afterInvocationProvider with @Secured("AFTER_ACL_READ")...The after invocation bean doesn't seem to get wired into the...
anyone has a solution for this? please
Hello,
I am a bit confused on how the child to parent inheritance works.
Say for example I have a table called Player. Now I also have 10 more tables like PlayerDetail, PlayerGames,...
I need a solution for this as well. I know some statements can be overridden when creating the Spring aclService bean, but I believe there's other statements in other places as well.
104 replies and no answer? Please guys, help me out :(
Would a custom AccessDecisionVoter do the job for this?
Thanks tkelley353. I already have implemented hierarchal roles.
Though this is not my problem. My question is is there any way for the ACLS for object with id 1 to be overridden by an...
Hi,
I have a business requirement where a user (i.e accountant) with a role (i.e ROLE_ACCOUNT) creates an account. At creation (ROLE_ACCOUNTs can create) I create a permission...