This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: IPC - unable to get example to workjohnnythehun Nov 21, 2007 7:32 PM (in response to johnnythehun)Ok, I found the solution: 
 If you use
 thisNode/thisNode2 instead of linkToNode/linkToNode2 itt will work
 OR just set :
 PortalNode linkToNode = thisNode;
 and later:
 PortalNode linkToNode2 = thisNode2;
- 
        2. Re: IPC - unable to get example to worktheute Nov 22, 2007 2:23 AM (in response to johnnythehun)The example you took was for JBoss Portal 2.4 
 See the reference documentation for 2.6 API
- 
        3. Re: IPC - unable to get example to workjohnnythehun Nov 22, 2007 11:40 AM (in response to johnnythehun)Thank you, now it works perfectly 
 
    