Thanks for this, this software at  https://wso2.com/integration/tooling/ can be 
installed quiet simple.

I just have a problem with its new ESB editor version where handlers are 
attached to <api>:

[cid:297BDB75-22B5-48A1-86BC-266ECAF1535C]


I don't have this error with previous version of eclipse and dev studio.
My XML looks as simple as :

<api context="/myContext" name="learning-context-API" statistics="enable" 
xmlns="http://ws.apache.org/ns/synapse"; >
<resource methods="HEAD GET" uri-template="/{year}/{code}">
  - - - - - - - -
    </resource>
<resource methods="HEAD GET" uri-template="/{year}/{code}/title">
  - - - - - - - -
    </resource>
    <handlers>
        <handler 
class="org.wso2.api.authorization.RoleBasedAuthorizationHandler">
            <property name="roles" value="Application/myContext" />
        </handler>
    </handlers>
</api>




Le 16 avr. 2019 à 12:56, Thishani Lucas 
<thish...@wso2.com<mailto:thish...@wso2.com>> a écrit :

Please use [1]. This is the latest version of Dev Studio that includes a great 
amount of improvements.

[1] https://wso2.com/integration/tooling/



_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to