2012-10-21 169 views
0

我实现使用JBoss应用服务器的Spring MVC应用程序。 我得到以下例外,当我运行JBoss服务器在应用程序启动。 它在Tomcat中正常工作。如何部署在JBoss服务器的Spring MVC应用程序?

任何人都可以请给我一些建议。 我正在使用Eclipse IDE。

 
Unexpected error during load of:com.ibm.icu.impl.data.LocaleElements_zh__PINYIN: java.lang.ClassFormatError: Unknown constant tag 60 in class file com/ibm/icu/impl/data/LocaleElements_zh__PINYIN 

Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/dispatcher-servlet.xml]; nested exception is java.lang.NoClassDefFoundError: org/jboss/virtual/VirtualFileVisitor 

回答

相关问题