This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 159280

Summary: Local part of the Qname cannot contaiin spaces
Product: contrib Reporter: kk_sriram <kk_sriram>
Component: PortalpackAssignee: _ chetansanth <chetansanth>
Status: NEW ---    
Severity: blocker CC: issues
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description kk_sriram 2009-02-27 06:34:47 UTC
Local part of the Qname cannot contaiin spaces .eg "zip code" is not allowed.

On deploying OSPC throws "
Deployment Failed.Cannot validate Portlet Deployment Descriptor:
com.sun.portal.portletcontainer.common.descriptor.DeploymentDescriptorException: error parsing portlet
streamorg.xml.sax.SAXParseException: cvc-datatype-valid.1.2.1: 'zip code' is not a valid value for 'QName'.
"

We need to check in portal pack if the entered local part of the qname has spaces in it
Comment 1 Satyaranjan D 2009-03-06 09:48:01 UTC
Validation is required for the local part of a Qname.