RHINO USAGE WARNING: Missed Context.javaToJS() conversion:
Rhino runtime detected object [EMAIL PROTECTED] of class com.mobilebox.
cocoon.components.SpringApplicationContextFetcher where it expected String, Number, Boolean or Scriptable instance. Please ch
eck your code for missig Context.javaToJS() call.


can it be disabled somehow? or even better - is there a possibility of implementing some kind of interceptor so I do not mess my code with statements like:

public ApplicationContext fetchContext() { return context };
public Scriptable fetchScriptableContext() {
    return Context.javaToJS( fetchContext() );
}

?
--
Leszek Gawron                                      [EMAIL PROTECTED]
Project Manager                                    MobileBox sp. z o.o.
+48 (61) 855 06 67                              http://www.mobilebox.pl
mobile: +48 (501) 720 812                       fax: +48 (61) 853 29 65

Reply via email to