File reads from locations not linked to Gridkit environment variable; hence, won't work in certain installations
Modified RoomsServer
Logged In: YES user_id=1199038 Originator: YES
Looks to only be in the chat application demo i.e. the roomsserver main class, which uses a hard coded file location - this can easily be changed to:
String FileLocation = GridkitConstants.getGridkitBase(); policy.setPolicy(new File(FileLocation+File.separator +"DiscoveryFramework"+File.separator +"Policy"+File.separator +"SLPBpolicy.xml"));
I attach the changed file as well. As this is a minor change the bug will be fixed in the next release (1.6 - May 2007) File Added: RoomsServer.java
Log in to post a comment.
Modified RoomsServer
Logged In: YES
user_id=1199038
Originator: YES
Looks to only be in the chat application demo i.e. the roomsserver main class, which uses a hard coded file location - this can easily be changed to:
String FileLocation = GridkitConstants.getGridkitBase();
policy.setPolicy(new File(FileLocation+File.separator +"DiscoveryFramework"+File.separator +"Policy"+File.separator +"SLPBpolicy.xml"));
I attach the changed file as well. As this is a minor change the bug will be fixed in the next release (1.6 - May 2007)
File Added: RoomsServer.java