immutant

http://immutant.org Note: dev discussion happens in #immutant on FreeNode IRC.
trancehime 2016-01-26T06:46:37.000003Z

2016-01-26 14:45:44,412 ERROR [io.undertow.request] (default task-13) UT005023: Exception handling request to /admin-rrs-sm/js/foundation.dropdown.js: java.lang.IllegalArgumentException: No method in multimethod 'resource-data' for dispatch value: :vfs <-- ok what does this actually mean?

jaen 2016-01-26T09:18:12.000004Z

@trancehime: I might be able to help, had something similar in the past. Are you creating a Wildfly-compatible WAR and serving it out of Wildfly?

2016-01-26T14:03:47.000006Z

@trancehime: what version of ring are you using? You're likely hitting https://github.com/ring-clojure/ring/issues/184, and need to update to ring "1.4.0"

jaen 2016-01-26T14:05:00.000008Z

Oh, that's already solved for ring? Nice. In case of joplin I had to monkey patch it a bit.

2016-01-26T14:06:57.000009Z

it's only fixed in WildFly if you are using Immutant - the ring change is only half of it, you need https://github.com/immutant/immutant/tree/master/web/src/immutant/web/internal/ring.clj#L155 as well

2016-01-26T14:07:11.000011Z

just FYI

2016-01-26T14:08:03.000012Z

hmm, but trancehime's error already mentions resource-data so is already using 1.4.0

2016-01-26T14:09:32.000013Z

@trancehime: what version of immutant are you using?