Невозможно выполнить образец axis2Client WSO2 EI 6.6.0 - PullRequest
0 голосов
/ 23 марта 2020

Я пытаюсь использовать образец Axis2Client, но столкнулся с проблемой, описанной ниже. Я следую за страницей https://docs.wso2.com/display/EI6xx/Using+the+ESB+as+JMS+Consumer+and+Producer.

ant stockquote -Dmode=placeorder -Dtrpurl="jms:/StockQuoteProxy?transport.jms.ConnectionFactoryJNDIName=QueueConnectionFactory&java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory&java.naming.provider.url=tcp://localhost:61616&transport.jms.ContentTypeProperty=Content-Type&transport.jms.DestinationType=queue"
Buildfile: /Users/user/WUM/wso2ei-6.6.0/samples/axis2Client/build.xml

init:

BUILD FAILED
/Users/user/WUM/wso2ei-6.6.0/samples/axis2Client/build.xml:307: /Users/user/WUM/wso2ei-6.6.0/wso2/lib/endorsed does not exist.

Total time: 0 seconds

Как решить эту проблему?

1 Ответ

1 голос
/ 23 марта 2020

Не могли бы вы удалить следующее из сборки. xml, расположенной в wso2ei-6.6.0 / samples / axis2Client. Затем попробуйте выполнить ту же команду еще раз

        <fileset dir="../../wso2/lib/endorsed">
            <include name="*.jar"/>
        </fileset>
...