I am using JBoss portal 2.6.4.
I have implemented portlet level security in my portal developed using JBoss Portal. Now suppose for userA, all portlets(all four) are visible and for userB only 2 portlets are visible.
Now problem is if I am logging in as userA, then logout and now login as userB in same browser, I am seeing all portlets instead of only. But if i am closing the browser window and opening in new the the functionality is working fine.
Can somebody make me understand this behaviour and provide me with solution?
Regards,
Ruchika
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171730#4171730
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171730
I have one question on JBOSS drools. If I want to compare , same class with two different objects, how can I compare those two objects in drl file.
Let say if I added those two objects in Java file like :
Trade t1=new Trade();
t1.setName("test");
Trade t2=new Trade();
t2.setName("varma");
memory.add(t1);
memory.add(t2);
session.execute(memory);
How can I compare those two objects in drl file to check whether name is different or not ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171727#4171727
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171727