Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Missing jar isomorphic_js_parser.jar

    I have downloaded SC version v82p_2013-06-15 and there missing Jar isomorphic_js_parser.jar

    Could you please provide the missing jar

    Thanks!!!

    #2
    This .jar is not necessary (has not been for a while).

    Comment


      #3
      I'm trying to send a JSON request to the RestHandler and I get this error:
      Code:
      java.lang.ClassNotFoundException: com.isomorphic.js.parser.JSParser
      	at com.isomorphic.js.JSTranslater.fromJS(JSTranslater.java:1662)
      	at com.isomorphic.js.JSTranslater.fromJS(JSTranslater.java:1646)
      	at com.isomorphic.rpc.RestRequestParser.parseRequest(RestRequestParser.java:206)
      	at com.isomorphic.rpc.RPCManager.<init>(RPCManager.java:286)
      	at com.isomorphic.servlet.RESTHandler.processRequest(RESTHandler.java:307)
      	at com.isomorphic.servlet.RESTHandler.doPost(RESTHandler.java:259)
      So it seems to me that it is still needed that jar.
      I use smartgwtpower-3.1-p20140110 and the isc_interfaces.properties contains:
      # IJSParser
      interfaces.IJSParser.implementer: com.isomorphic.js.parser.JSParser
      interfaces.IJSParser.module: isomorphic_js_parser
      Last edited by mpretorian; 21 Mar 2014, 08:17.

      Comment

      Working...
      X