I've installed ActiveMQ Blueprint on Karaf 4.2.0 with the commands:
feature:repo-add activemq 5.15.5
feature:repo-add spring-legacy
feature:install shell-compat
feature:install aries-blueprint
feature:install activemq-blueprint
feature:install jetty
When I drop an ActiveMQ blueprint file in the deploy folder, the broker
start up as expected.
However, when adding the ActiveMQ transport connector for websocket support
<transportConnector name="websocket" uri="ws://0.0.0.0:8181" />
the broker fails to start with an
ClassNotFoundException:
org.eclipse.jetty.websocket.server.WebSocketServerFactory
This despite that this class is present in one of the started Jetty bundles.
Can anyone tell me how to get the ActiveMQ websocket transport connector
working in Karaf 4.2.0?
--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html
|