I would first try to deploy on Tomcat to ensure there's nothing wrong with your web service. After that, you appear to have a standard classloading problem for which the JBoss forums (or googling messages in your error stack) are probably your best bet. Classloading problems and solutions differ from app server to app server.
Glen SetteDueOffSuited wrote: > > Hi threre, im trying to deploy a simple WebService under jboss 4.2.2 but i > got always this error: > > 16:33:09,159 ERROR [[/openspcoop]] Exception sending context initialized > event to listener instance of class > org.springframework.web.context.ContextLoaderListener > org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected > exception parsing XML -- View this message in context: http://www.nabble.com/WebService-Deploy-under-JBoss-throws-Exception-tp19726602p19731635.html Sent from the cxf-user mailing list archive at Nabble.com.
