Re: [Asterisk-java-devel] [Asterisk-java-users] I cannot start to using asterisk-java.
Brought to you by:
srt
From: Stefan R. <ste...@re...> - 2008-07-31 19:36:18
|
Hi devs, Another thing i've fixed today are classpath issues that arise when the asterisk-java jar is put in $JAVA_HOME/lib/ext. The implementation up to 0.3.1 uses the classloader that loaded the Asterisk-Java classes (in that case the extension classloader) to search for the mapping file and AGI script classes. For 1.0.0 Asterisk-Java will use the context classpath of the current Thread (which should be the system classpath), so Asterisk-Java's AGIServer will also work when the jar file is put into $JAVA_HOME/lib/ext. I've not yet tested the change, so it would be great if somebody would like to verify this. =Stefan |