Go Back   ZeroC Forums > Bug Reports

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 09-20-2006
lauria lauria is offline
Registered User
 
 
Join Date: Sep 2006
Posts: 1
IceGridGUI SessionKeeper.java code need change...

java package: IceGridGUI.SessionKeeper.Session

function IceGridGUI.SessionKeeper.Session.registerObservers ()
{
...
if()
{
...
//_adapter.activate(); // need move...
}
else
{
category = router.getClientForCategory();
_adapter = _coordinator.getCommunicator().createObjectWithAda pter( "RoutedAdapter", router );
//_adapter.activate(); // need move...
}
...
_adapter.add( registryObserverServent, _registryObserverServentIdentity );
_adapter.add( new NodeObserverServent(_coordinate), _nodeObserverServentIdentity );
...
_adapter.activate(); // this points....
...
}

---------------------------
Name:Tai young Jang
English name:Lauria
Company: Mgame Co., Ltd. ( south korea )
website:mgame.com
Our project:an game package
Project discriptions: studing

Last edited by lauria : 09-21-2006 at 12:49 AM.
Reply With Quote
  #2 (permalink)  
Old 09-21-2006
bernard's Avatar
bernard bernard is offline
ZeroC Staff
 
Name: Bernard Normier
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Palm Beach Gardens, FL
Posts: 813
I don't see why activating the adapter after the servants are added to the ASM is better. Could you explain?

In case you suspect a bug in this code, please start by applying the latest IceGridGUI patch.

Best regards,
Bernard
__________________
Bernard Normier
ZeroC, Inc.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Patch #7 for Ice 3.1.0: IceGridGUI fixes bernard Patches 0 09-11-2006 03:28 PM
IceGridGUI has been translated into Chinese ! Yunqiao Yin Patches 0 04-20-2006 03:22 AM
Java code for dynamic ice program in Connections Issue #11 bartley Help Center 0 02-13-2006 06:06 PM
IceGridGui start - ClassNotFoundException kovacm Bug Reports 7 11-21-2005 08:00 AM
Java 5.0 code generation for slice2java vsonnathi Comments 2 11-17-2005 02:58 PM


All times are GMT -4. The time now is 07:35 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.