Hey chenjie19891104:
I have since changed this to have the following code:
private void initSpringContext() {
context = new GenericXmlApplicationContext();
context.setClassLoader(ServiceAdapter.class.getClassLoader());
context.load("classpath:/META-INF/spring/service-context.xml");
context ...
Search found 8 matches
- 07 Feb 2012, 23:49
- Forum: OpenSpace v2 discussions and help
- Topic: Detecting avatar movement stopped near friend avatar?
- Replies: 1
- Views: 5810
Detecting avatar movement stopped near friend avatar?
Hi,
I have been searching the boards for a while looking for how to detect when an avatar has stopped. It seems that I can do it with onMovementStop on my sub-class, or AvatarEvent.STOP_MOVEMENT if I have a trigger location. Perhaps there is another method I've overlooked? Neither of these seem to ...
I have been searching the boards for a while looking for how to detect when an avatar has stopped. It seems that I can do it with onMovementStop on my sub-class, or AvatarEvent.STOP_MOVEMENT if I have a trigger location. Perhaps there is another method I've overlooked? Neither of these seem to ...
- 06 Feb 2012, 20:59
- Forum: SFS2X Questions
- Topic: Base Classes and Serialization
- Replies: 13
- Views: 17264
- 04 Feb 2012, 22:06
- Forum: SFS2X Questions
- Topic: Base Classes and Serialization
- Replies: 13
- Views: 17264
- 08 Dec 2011, 22:01
- Forum: RedBox 2X
- Topic: Double license the connections used with RedBox?
- Replies: 1
- Views: 23016
Double license the connections used with RedBox?
Hi, I see that RedBox uses a second connection for A/V:
» Does the RedBox use a second connection for audio/video streaming?
Yes. The RTMP protocol used to communicate with the Red5 server works on port 1935 and its data traffic is separated from the SmartFoxServer 2X protocol.
There are many ...
» Does the RedBox use a second connection for audio/video streaming?
Yes. The RTMP protocol used to communicate with the Red5 server works on port 1935 and its data traffic is separated from the SmartFoxServer 2X protocol.
There are many ...
- 13 Oct 2011, 02:27
- Forum: SFS2X Questions
- Topic: ClassLoader issues with room extensions
- Replies: 2
- Views: 5986
- 08 Oct 2011, 17:14
- Forum: SFS2X Questions
- Topic: ClassLoader issues with room extensions
- Replies: 2
- Views: 5986
ClassLoader issues with room extensions
Hello,
I am developing my first extension, which I have designed to include a Zone extension and various extensions for the Room level that implement different logic for different types of Rooms.
Essentially I want my Spring context with DB connections/ws clients/remote credentials and the like ...
I am developing my first extension, which I have designed to include a Zone extension and various extensions for the Room level that implement different logic for different types of Rooms.
Essentially I want my Spring context with DB connections/ws clients/remote credentials and the like ...
- 15 Sep 2011, 02:02
- Forum: SFS2X Questions
- Topic: Spring + 2X
- Replies: 12
- Views: 20199