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?
@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?
@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"
Oh, that's already solved for ring? Nice. In case of joplin I had to monkey patch it a bit.
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
just FYI
hmm, but trancehime's error already mentions resource-data
so is already using 1.4.0
@trancehime: what version of immutant are you using?