2012-10-21 172 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 

回答

相關問題