[
https://jira.jboss.org/browse/JBWS-3059?page=com.atlassian.jira.plugin.sy...
]
Alessio Soldano commented on JBWS-3059:
---------------------------------------
Fisheye is scanning the repo, so:
Modified:
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/descriptor/WEB-INF/web.xml
===================================================================
---
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/descriptor/WEB-INF/web.xml 2010-06-15
11:42:30 UTC (rev 12479)
+++
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/descriptor/WEB-INF/web.xml 2010-06-15
13:00:25 UTC (rev 12480)
@@ -6,12 +6,12 @@
version="2.4">
<servlet>
- <servlet-name>TestService</servlet-name>
+ <servlet-name>Test Service Servlet</servlet-name>
<servlet-class>org.jboss.test.ws.jaxws.cxf.descriptor.DescriptorEndpointImpl</servlet-class>
</servlet>
<servlet-mapping>
- <servlet-name>TestService</servlet-name>
+ <servlet-name>Test Service Servlet</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
annotated POJO deployment fails
-------------------------------
Key: JBWS-3059
URL:
https://jira.jboss.org/browse/JBWS-3059
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jbossws-cxf
Reporter: Jonathan Halliday
Assignee: Alessio Soldano
Fix For: jbossws-cxf-4.0
http://community.jboss.org/wiki/JBossWS-UserGuide#Plain_old_Java_Object_POJO
<servlet-name> may contain spaces per web-app schema, but won't deploy in that
case. Deploys fine on Native, so this is a regression for users moving between stacks /
app server versions.
Caused by: org.xml.sax.SAXParseException: cvc-datatype-valid.1.2.1: 'Test Name'
is not a valid value for 'NCName'.
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
[xercesImpl.jar:]
at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source) [xercesImpl.jar:]
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
[xercesImpl.jar:]
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
[xercesImpl.jar:]
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
[xercesImpl.jar:]
at org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(Unknown
Source) [xercesImpl.jar:]
at org.apache.xerces.impl.xs.XMLSchemaValidator.reportSchemaError(Unknown Source)
[xercesImpl.jar:]
at org.apache.xerces.impl.xs.XMLSchemaValidator.processOneAttribute(Unknown Source)
[xercesImpl.jar:]
at org.apache.xerces.impl.xs.XMLSchemaValidator.processAttributes(Unknown Source)
[xercesImpl.jar:]
at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)
[xercesImpl.jar:]
at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
[xercesImpl.jar:]
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
[xercesImpl.jar:]
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source) [xercesImpl.jar:]
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
[xercesImpl.jar:]
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) [xercesImpl.jar:]
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) [xercesImpl.jar:]
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) [xercesImpl.jar:]
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) [xercesImpl.jar:]
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) [xercesImpl.jar:]
at
org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:75)
[:3.0.1.RELEASE]
at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:388)
[:3.0.1.RELEASE]
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira