Hi All,

I compiled the org.sipfoundry.sipxrest.testa.RestletA (no changes)
plugin and dropped it in the plugin directory on a server.  Sipxrest
finds it but does not load it nor does it throw any exceptions:


"2012-02-02T22:33:22.951000Z":13:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"Location
to search /usr/share/java/sipXecs/sipXrest/plugins"
"2012-02-02T22:33:22.952000Z":14:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"Searching
directory for plugins"
"2012-02-02T22:33:22.953000Z":15:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"Checking
sipxcdrLog.jar"
"2012-02-02T22:33:22.965000Z":16:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"Checking
speeddial.jar"
"2012-02-02T22:33:22.966000Z":17:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"Checking
sipXcallController.jar"
"2012-02-02T22:33:22.974000Z":18:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"Checking
testplugin.jar"
"2012-02-02T22:33:22.975000Z":19:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"Plugin
support found in  =
org.sipfoundry.callcontroller.CallControllerPlugin"
"2012-02-02T22:33:22.979000Z":20:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"SipListener
support found in  = org.sipfoundry.callcontroller.SipListenerImpl"
"2012-02-02T22:33:22.983000Z":21:JAVA:DEBUG:sipx1.example.com:main:00000000:RestServiceFinder:"Plugin
support found in  = org.sipfoundry.sipxrest.cdrlog.CdrLogPlugin"



So it appears that it is failing this conditon in RestServiceFinder

Class< ? > clazz = Class.forName(className);
if (Plugin.class.isAssignableFrom(clazz)) {
...
}

Any ideas on what I am doing wrong?

Thanks!


-- 
Kyle Haefner, M.S.
Communication Systems Programmer
Colorado State University
Fort Collins, CO
Phone: 970-491-1012
Email:  [email protected]
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to