正常に動作する既存の mvc アプリケーションがありますが、追加すると
<bean class="org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration"></bean>
spring-data-rest を有効にしてから、経由で提供される静的リソースを有効にします
<mvc:resources mapping="/resources/**" location="/resources/" />
アクセスできません。実際、静的リソースをリクエストすると、ログにこれが表示されます
2013-06-06 15:33:21,035 DEBUG DispatcherServlet.doService(823) - DispatcherServlet with name 'eips-databus' processing GET request for [/eips-databus/scripts/easyUI/themes/gray/easyui_custom.css]
2013-06-06 15:33:21,035 DEBUG RequestMappingHandlerMapping.getHandlerInternal(226) - Looking up handler method for path /scripts/easyUI/themes/gray/easyui_custom.css
2013-06-06 15:33:21,035 DEBUG ExceptionHandlerExceptionResolver.resolveException(132) - Resolving exception from handler [null]: org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation
何かアドバイス?前もって感謝します