AsynchronousDispatcher error
问题 i am getting the error when i try to upload a file based exactly off the example shown here Sample The error is Allocate exception for servlet com.testapp.rest.JaxRsActivator: java.lang.RuntimeException: Unable to find a public constructor for class org.jboss.resteasy.core.AsynchronousDispatcher What can this mean? 回答1: If deploying to JBoss 7.x you need to change the scope of your resteasy dependencies to provided . This is because those particular libraries are already included in JBoss as