Hi 

samples/js_provider demo fails on the server side with the fololwing message :

     [java] server ready...
     [java] org.mozilla.javascript.EcmaError: TypeError: Cannot call method "get
Implementation" of null (impl.js#31)
     [java]     at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRun
time.java:3557)
     [java]     at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRun
...
java:3003)
     [java]     at org.mozilla.javascript.gen.c2.call(impl.js)
     [java]     at org.apache.cxf.js.rhino.AbstractDOMProvider.invoke(AbstractDO
MProvider.java:172)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

I'm not even sure where to start. I think it is something to do with 
"invocation through Dispatch interface using DOMSource in PAYLOAD Mode",

jaxws_dispatch_provider had some other problems in the same mode, so I guess 
this demo is a bit outdated with respect to the recent Dispatch/Provider 
updates. Perhaps impl.js needs to be updated ? Or 
org.apache.cxf.js.rhino.AbstractDOMProvider in the mainline ?

thanks, Sergey

Reply via email to