Sovled it by...
1. Removing @Intercept(NEVER)
2. Injecting the conversationList instead
@In
List conversationList;
3. Using the injected conversationList instead of map
orderedEntries.addAll(conversationList);
this.conversationEntryList = new ArrayList(conversationList.size());
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999778#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...