Page 1 of 1

Extension can not be sen in the admin tool

Posted: 26 Jan 2010, 14:27
by eyal
Hi,
In my application, I'm creating a dynamic room and loading an extension by using:

Code: Select all

		map.put("xtName", "gameExt");
		map.put("xtClass", "com.smartfoxserver.games.MineField");
after the creation, I can see the new room in the admin tool, but can not see the extension.
How can i be sure that the extension has been loaded and ready for use.
I have inserted, in the extension's init, a message to be displayed, using the trace(), but it can ben seen.
Thanks,
Eyal.

Posted: 26 Jan 2010, 18:37
by Lapo
If the extension is not correctly instantiated a "warning" is logged on the server side, check your log files.