NoSuchMethodError org.restlet.routing.Virtualhost.attach

纵饮孤独 提交于 2019-12-12 05:24:13

问题


I am getting this error with the new restlet repository. It used to work: java.lang.NoSuchMethodError: org.restlet.routing.VirtualHost.attach(Ljava/lang/String;Lorg/restlet/Restlet;)Lorg/restlet/routing/Route; at org.apache.camel.component.restlet.RestletComponent.attachUriPatternToRestlet(RestletComponent.java:286)

I have an ivy dependency for restlet-2.1.1

I am using a restlet in a camel route

来源:https://stackoverflow.com/questions/14323830/nosuchmethoderror-org-restlet-routing-virtualhost-attach

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!