Hi All,

In the stream processor editor, we are using absolute paths when referring
the Siddhi App files and other simulation files in the editor worker
directory. But in the editor app, it should call the backend API with the
relative path based on the "{product-home}/wso2/editor/deployment".

Ex:

   1. "deployment/worker" should be changed to "/worker" (all subdirectory
   paths should be relative to deployment)
   2. "{product-home}/wso2/editor/deployment/csv-files" should be changed
   to "/csv-files" (avoid  using the absolute paths in the API invocation)

We can change the backend API along with the above changes, but editor UI
components invoke the API with the absolute paths and subpaths.
Any suggestions for fixing the mentioned issues in the Editor UI Components.

Regards,
SajithD

-- 
<http://wso2.com/signature>
Sajith Dimal
Software Engineer
Email : [email protected]
Mobile : +94783101496
WSO2 Inc. | http://wso2.com
lean.enterprise.middleware
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to