dejanb / scomp

Scala Stomp client
http://stomp.fusesource.org
5 stars 1 forks source link

java.lang.NoClassDefFoundError: scala/ScalaObject on StompClient.connect invocation #3

Open futu opened 9 years ago

futu commented 9 years ago

Trying to send message to stomp:

val client = new StompClient client.connect("10.130.30.45", 61613) client.send("jms.queue.TEST", "Some message")

but getting NoClassDefFoundError on send method. some other methods of StompClient works (e.g. generateId())

scala 2.11.6, jdk 1.8.0_25. Ubuntu 14.04 64 bit

themerius commented 9 years ago

Same here. Is the project still active developed / used?

ghost commented 9 years ago

Hi It has been quite a while since I looked at this project - if you are in no big hurry I’ll give it a refresh soon. Regards Ian

zenAptix (Pty) Ltd 176 Dorp Street. Stellenbosch, South Africa

Work: +27 21 887 3110 Mobile: +27 82 887 0926 web: http://www.zenaptix.com http://www.zenaptix.com/

On 20 Aug 2015, at 10:48 AM, Sven Hodapp notifications@github.com wrote:

Same here. Is the project still active developed / used?

— Reply to this email directly or view it on GitHub https://github.com/dejanb/scomp/issues/3#issuecomment-132941962.

themerius commented 9 years ago

That would be nice!