[jira] Created: (XERCESC-1414) DOMException instead of call to ErrorHandler

2005-04-28 Thread Boris Kolpackov (JIRA)
DOMException instead of call to ErrorHandler Key: XERCESC-1414 URL: http://issues.apache.org/jira/browse/XERCESC-1414 Project: Xerces-C++ Type: Bug Components: Validating Parser (Schema) (Xerces 1.5 or up only) Ver

[jira] Created: (XERCESC-1456) special handling of 'xml' namespace-prefix

2005-07-12 Thread Boris Kolpackov (JIRA)
special handling of 'xml' namespace-prefix -- Key: XERCESC-1456 URL: http://issues.apache.org/jira/browse/XERCESC-1456 Project: Xerces-C++ Type: Bug Components: DOM Versions: 2.6.0 Environment: all Reporter: Bo

[jira] Updated: (XERCESC-1456) special handling of 'xml' namespace-prefix

2005-07-12 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1456?page=all ] Boris Kolpackov updated XERCESC-1456: - Attachment: DOMNodeImpl.cpp.patch > special handling of 'xml' namespace-prefix > -- > > Key: XERCES

[jira] Created: (XERCESC-1459) error reporting for schema validation disregards public ids

2005-07-14 Thread Boris Kolpackov (JIRA)
error reporting for schema validation disregards public ids --- Key: XERCESC-1459 URL: http://issues.apache.org/jira/browse/XERCESC-1459 Project: Xerces-C++ Type: Bug Components: Validating Parser (Schema) (Xe

[jira] Created: (XERCESC-1517) DOMDocument::importNode does not copy DOMTypeInfo

2005-10-15 Thread Boris Kolpackov (JIRA)
DOMDocument::importNode does not copy DOMTypeInfo - Key: XERCESC-1517 URL: http://issues.apache.org/jira/browse/XERCESC-1517 Project: Xerces-C++ Type: Bug Components: DOM Versions: 2.7.0 Environment: any

[jira] Created: (XERCESC-1546) length, maxLength, and minLength facets are applied to item instead of list when value specific via default/fixed

2006-01-06 Thread Boris Kolpackov (JIRA)
length, maxLength, and minLength facets are applied to item instead of list when value specific via default/fixed - Key: XERCESC-1546 URL: http://issues.apache.org/jir

[jira] Commented: (XERCESC-1548) Base64 is not thread safe

2006-01-16 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1548?page=comments#action_12362919 ] Boris Kolpackov commented on XERCESC-1548: -- There is the same problem in HexBinary. > Base64 is not thread safe > - > > Key: XERCE

[jira] Created: (XERCESC-1579) sax2/XMLReaderFactory.hpp includes too much stuff

2006-03-11 Thread Boris Kolpackov (JIRA)
sax2/XMLReaderFactory.hpp includes too much stuff - Key: XERCESC-1579 URL: http://issues.apache.org/jira/browse/XERCESC-1579 Project: Xerces-C++ Type: Bug Components: SAX/SAX2 Versions: 2.7.0 Environment: a

[jira] Commented: (XERCESC-1579) sax2/XMLReaderFactory.hpp includes too much stuff

2006-03-20 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1579?page=comments#action_12371046 ] Boris Kolpackov commented on XERCESC-1579: -- It's somewhat un-intuitive that XMLReaderFactory::createXMLReader is defined in SAX2XMLReaderImpl.cpp but otherwise loo

[jira] Created: (XERCESC-1588) pattern does not match valid instance

2006-04-18 Thread Boris Kolpackov (JIRA)
pattern does not match valid instance - Key: XERCESC-1588 URL: http://issues.apache.org/jira/browse/XERCESC-1588 Project: Xerces-C++ Type: Bug Components: Validating Parser (Schema) (Xerces 1.5 or up only) Versions: 2.7.0

[jira] Commented: (XERCESC-1281) Validation by restriction doesn't take into account substitution groups

2006-04-18 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1281?page=comments#action_12374940 ] Boris Kolpackov commented on XERCESC-1281: -- Any plans to fix this for 3.0.0? > Validation by restriction doesn't take into account substitution groups > --

[jira] Commented: (XERCESC-1281) Validation by restriction doesn't take into account substitution groups

2006-07-20 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1281?page=comments#action_12422400 ] Boris Kolpackov commented on XERCESC-1281: -- FYI, there are two widely-used schemas (that I am aware of) that are affected by this bug (i.e., Xerces-C++

[jira] Created: (XERCESC-1621) ##targetNamespace results in a bogus UPA violation error

2006-07-20 Thread Boris Kolpackov (JIRA)
##targetNamespace results in a bogus UPA violation error Key: XERCESC-1621 URL: http://issues.apache.org/jira/browse/XERCESC-1621 Project: Xerces-C++ Issue Type: Bug Componen

[jira] Updated: (XERCESC-1621) ##targetNamespace results in a bogus UPA violation error

2006-07-20 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1621?page=all ] Boris Kolpackov updated XERCESC-1621: - Attachment: bug.xsd Complete XML Schema that reproduces the bug. > ##targetNamespace results in a bogus UPA violation error > -

[jira] Commented: (XERCESC-1621) ##targetNamespace results in a bogus UPA violation error

2006-07-20 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1621?page=comments#action_12422425 ] Boris Kolpackov commented on XERCESC-1621: -- It appears that maxOccurs="unbounded" is causing this somehow. > ##targetNamespace results in a bogus UPA v

[jira] Commented: (XERCESC-1621) ##targetNamespace results in a bogus UPA violation error

2006-07-20 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1621?page=comments#action_12422427 ] Boris Kolpackov commented on XERCESC-1621: -- ##targetNamespace can be replaced with ##any, ##local or ##other with the same result. > ##targetNamespac

[jira] Updated: (XERCESC-1281) Validation by restriction doesn't take into account substitution groups

2006-09-08 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1281?page=all ] Boris Kolpackov updated XERCESC-1281: - Attachment: subst-group-in-restriction.patch I've come up with a fix for the first part of this bug, i.e., having derived elements that are valid s

[jira] Commented: (XERCESC-1281) Validation by restriction doesn't take into account substitution groups

2006-09-22 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1281?page=comments#action_12437051 ] Boris Kolpackov commented on XERCESC-1281: -- Hi Alberto, Here are the answers to your questions: a) Boris Kolpackov / Code Synthesis Tools CC (http://w

[jira] Created: (XERCESC-1654) Bug in surrogate handling in internal UCS4 transcoder

2006-12-01 Thread Boris Kolpackov (JIRA)
Bug in surrogate handling in internal UCS4 transcoder - Key: XERCESC-1654 URL: http://issues.apache.org/jira/browse/XERCESC-1654 Project: Xerces-C++ Issue Type: Bug Components: Ut

[jira] Commented: (XERCESC-1655) Incorrect UPA violation error with xs:any and ##other

2006-12-05 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1655?page=comments#action_12455702 ] Boris Kolpackov commented on XERCESC-1655: -- This is a bit tricky. Your 'data' element inside dataType is not in the schema's targetNamespace, it is not

[jira] Commented: (XERCESP-47) Problem compiling xerces-p 2.6.0 on solaris 8

2006-12-06 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESP-47?page=comments#action_12456306 ] Boris Kolpackov commented on XERCESP-47: Seems like you are using Sun make instead of GNU make (usually called gmake on non-GNU systems). The makefile appe

[jira] Created: (XERCESC-1659) Order sensitivity in schemaLocation and noNamespaceSchemaLocation

2006-12-27 Thread Boris Kolpackov (JIRA)
Order sensitivity in schemaLocation and noNamespaceSchemaLocation - Key: XERCESC-1659 URL: http://issues.apache.org/jira/browse/XERCESC-1659 Project: Xerces-C++ Issue Type: Bug

[jira] Updated: (XERCESC-1659) Order sensitivity in schemaLocation and noNamespaceSchemaLocation

2006-12-27 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1659?page=all ] Boris Kolpackov updated XERCESC-1659: - Attachment: test-case-1.tar.gz test case 1 > Order sensitivity in schemaLocation and noNamespaceSchemaLocation > --

[jira] Updated: (XERCESC-1659) Order sensitivity in schemaLocation and noNamespaceSchemaLocation

2006-12-27 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1659?page=all ] Boris Kolpackov updated XERCESC-1659: - Attachment: test-case-2.tar.gz test case 2 > Order sensitivity in schemaLocation and noNamespaceSchemaLocation > --

[jira] Created: (XERCESC-1660) IconvGNU and IconvFBSD transcoders override application-set locale

2006-12-27 Thread Boris Kolpackov (JIRA)
IconvGNU and IconvFBSD transcoders override application-set locale -- Key: XERCESC-1660 URL: http://issues.apache.org/jira/browse/XERCESC-1660 Project: Xerces-C++ Issue Type: Bu

[jira] Updated: (XERCESC-1660) IconvGNU and IconvFBSD transcoders override application-set locale

2006-12-27 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1660?page=all ] Boris Kolpackov updated XERCESC-1660: - Attachment: setlocale.patch Attaching the patch. > IconvGNU and IconvFBSD transcoders override application-set locale > ---

[jira] Commented: (XERCESC-1660) IconvGNU and IconvFBSD transcoders override application-set locale

2006-12-31 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1660?page=comments#action_12461570 ] Boris Kolpackov commented on XERCESC-1660: -- Hi Alberto, I've just faxed the agreement to the number specified. Let me know if I need to do anything el

[jira] Created: (XERCESC-1663) IconvGNU and IconvFBSD based transcoders assume UCS-2 as XMLCh encoding

2006-12-31 Thread Boris Kolpackov (JIRA)
IconvGNU and IconvFBSD based transcoders assume UCS-2 as XMLCh encoding --- Key: XERCESC-1663 URL: http://issues.apache.org/jira/browse/XERCESC-1663 Project: Xerces-C++ Issu

[jira] Commented: (XERCESC-1659) Order sensitivity in schemaLocation and noNamespaceSchemaLocation

2007-01-01 Thread Boris Kolpackov (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461616 ] Boris Kolpackov commented on XERCESC-1659: -- I've figured out the first part of this issue. Xerces-C++ uses

[jira] Created: (XERCESC-1664) xsi:type and a schema without a target namespace causes error on valid instance

2007-01-03 Thread Boris Kolpackov (JIRA)
xsi:type and a schema without a target namespace causes error on valid instance --- Key: XERCESC-1664 URL: https://issues.apache.org/jira/browse/XERCESC-1664 Project: Xerces-C

[jira] Updated: (XERCESC-1664) xsi:type and a schema without a target namespace causes error on valid instance

2007-01-03 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1664: - Attachment: test-case.tar.gz > xsi:type and a schema without a target namespace causes

[jira] Commented: (XERCESC-1655) Incorrect UPA violation error with xs:any and ##other

2007-02-08 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471469 ] Boris Kolpackov commented on XERCESC-1655: -- No, element 'data' is not in the target namespace. It is unqua

[jira] Commented: (XERCESC-1531) building for Windows-XP AMD64 has compile errors and warnings

2007-05-02 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493093 ] Boris Kolpackov commented on XERCESC-1531: -- In order to build a 64 bit version with this compiler one need

[jira] Updated: (XERCESC-1531) building for Windows-XP AMD64 has compile errors and warnings

2007-05-02 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1531: - Attachment: win64.patch > building for Windows-XP AMD64 has compile errors and warnings

[jira] Commented: (XERCESC-1531) building for Windows-XP AMD64 has compile errors and warnings

2007-05-03 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493428 ] Boris Kolpackov commented on XERCESC-1531: -- Alberto, I haven't looked at the patch but I have a few quest

[jira] Commented: (XERCESC-1531) building for Windows-XP AMD64 has compile errors and warnings

2007-05-03 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493492 ] Boris Kolpackov commented on XERCESC-1531: -- Alberto, I think your patch is a step forward but won't make

[jira] Created: (XERCESC-1708) Regex pattern on long content results in stack overflow

2007-05-21 Thread Boris Kolpackov (JIRA)
Regex pattern on long content results in stack overflow --- Key: XERCESC-1708 URL: https://issues.apache.org/jira/browse/XERCESC-1708 Project: Xerces-C++ Issue Type: Bug Component

[jira] Created: (XERCESC-1713) external-schemaLocation property does not override the schema location attribute in the instance

2007-06-21 Thread Boris Kolpackov (JIRA)
external-schemaLocation property does not override the schema location attribute in the instance Key: XERCESC-1713 URL: https://issues.apache.org/jira/browse/XERCESC-

[jira] Created: (XERCESC-1718) Invalid anonymous type definition with the name attribute is not cought in some situations

2007-07-01 Thread Boris Kolpackov (JIRA)
Invalid anonymous type definition with the name attribute is not cought in some situations -- Key: XERCESC-1718 URL: https://issues.apache.org/jira/browse/XERCESC-1718

[jira] Updated: (XERCESC-1718) Invalid anonymous type definition with the name attribute is not caught in some situations

2007-07-01 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1718: - Summary: Invalid anonymous type definition with the name attribute is not caught in som

[jira] Updated: (XERCESC-1718) Invalid anonymous type definition with the name attribute is not caught in some situations

2007-07-01 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1718: - Attachment: test.xml > Invalid anonymous type definition with the name attribute is not

[jira] Updated: (XERCESC-1718) Invalid anonymous type definition with the name attribute is not caught in some situations

2007-07-01 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1718: - Attachment: test.xsd > Invalid anonymous type definition with the name attribute is not

[jira] Created: (XERCESC-1722) DOMUserDataHandler events are not triggered when cloning documents

2007-07-11 Thread Boris Kolpackov (JIRA)
DOMUserDataHandler events are not triggered when cloning documents -- Key: XERCESC-1722 URL: https://issues.apache.org/jira/browse/XERCESC-1722 Project: Xerces-C++ Issue Type: B

[jira] Updated: (XERCESC-1722) DOMUserDataHandler events are not triggered when cloning documents

2007-07-11 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1722: - Attachment: clone.cxx > DOMUserDataHandler events are not triggered when cloning docume

[jira] Commented: (XERCESC-1722) DOMUserDataHandler events are not triggered when cloning documents

2007-07-17 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513277 ] Boris Kolpackov commented on XERCESC-1722: -- Hi Alberto, Don't you think that because when the document is

[jira] Commented: (XERCESC-1722) DOMUserDataHandler events are not triggered when cloning documents

2007-07-18 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513542 ] Boris Kolpackov commented on XERCESC-1722: -- I don't see any relevant changes in the 2.7 branch. Have you c

[jira] Commented: (XERCESC-1729) Simple unique constraint fails across choice element

2007-08-02 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517209 ] Boris Kolpackov commented on XERCESC-1729: -- I think Xerces is right here. Your uniqu constraint has two fi

[jira] Commented: (XERCESC-1728) Element defined in the imported schema file can not be correctly referred to

2007-08-02 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517206 ] Boris Kolpackov commented on XERCESC-1728: -- XMLSpy is well-known for its non-conforming schema processor.

[jira] Commented: (XERCESC-1732) reducing allocation sizes in DOMDocumentImpl.cpp

2007-08-07 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518108 ] Boris Kolpackov commented on XERCESC-1732: -- I observe a slightly worse performance with this patch on our

[jira] Commented: (XERCESC-1531) building for Windows-XP AMD64 has compile errors and warnings

2007-08-07 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518259 ] Boris Kolpackov commented on XERCESC-1531: -- I did a quick grep in the util directory for 'unsigned int' an

[jira] Commented: (XERCESC-1735) Fast append optimization for the DOM parser

2007-08-10 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518957 ] Boris Kolpackov commented on XERCESC-1735: -- Forgot to mention that the patch is for the 2.7 branch but wil

[jira] Updated: (XERCESC-1735) Fast append optimization for the DOM parser

2007-08-10 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1735: - Attachment: fast-append.patch > Fast append optimization for the DOM parser > -

[jira] Created: (XERCESC-1735) Fast append optimization for the DOM parser

2007-08-10 Thread Boris Kolpackov (JIRA)
Fast append optimization for the DOM parser --- Key: XERCESC-1735 URL: https://issues.apache.org/jira/browse/XERCESC-1735 Project: Xerces-C++ Issue Type: Improvement Components: DOM Affec

[jira] Commented: (XERCESC-1735) Fast append optimization for the DOM parser

2007-08-13 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519436 ] Boris Kolpackov commented on XERCESC-1735: -- Uploaded a new version of the patch which fixes a bug in the o

[jira] Updated: (XERCESC-1735) Fast append optimization for the DOM parser

2007-08-13 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1735: - Attachment: (was: fast-append.patch) > Fast append optimization for the DOM parser

[jira] Updated: (XERCESC-1735) Fast append optimization for the DOM parser

2007-08-13 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1735: - Attachment: fast-append.patch > Fast append optimization for the DOM parser > -

[jira] Commented: (XERCESC-1736) xml document validation againsta schema

2007-08-15 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519974 ] Boris Kolpackov commented on XERCESC-1736: -- I personally think the Val_Auto does not make any sense. The a

[jira] Created: (XERCESC-1737) Patches for the 2.8.0 release

2007-08-15 Thread Boris Kolpackov (JIRA)
Patches for the 2.8.0 release - Key: XERCESC-1737 URL: https://issues.apache.org/jira/browse/XERCESC-1737 Project: Xerces-C++ Issue Type: Improvement Reporter: Boris Kolpackov I have prepared a patch

[jira] Updated: (XERCESC-1737) Patches for the 2.8.0 release

2007-08-15 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1737: - Attachment: patches-2.7.tar.gz > Patches for the 2.8.0 release > --

[jira] Commented: (XERCESC-1698) XMLURL class prevents SSL-capable NetAccessors

2007-08-16 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520288 ] Boris Kolpackov commented on XERCESC-1698: -- I think this fix should also change gMaxProtoLen in XMLURL.cpp

[jira] Commented: (XERCESC-1737) Patches for the 2.8.0 release

2007-08-16 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520319 ] Boris Kolpackov commented on XERCESC-1737: -- Scott, I tested your patch on various workloads and there was

[jira] Commented: (XERCESC-1737) Patches for the 2.8.0 release

2007-08-17 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520507 ] Boris Kolpackov commented on XERCESC-1737: -- Scott, It wouldn't be difficult to provide the set/get functi

[jira] Updated: (XERCESC-1737) Patches for the 2.8.0 release

2007-08-17 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1737: - Attachment: heap-v2.patch A new revision of the heap patch, based on Scott Cantor's ori

[jira] Updated: (XERCESC-1737) Patches for the 2.8.0 release

2007-08-17 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1737: - Attachment: https.patch Patch that adds suport for the https protocol to XMLURL. Backpo

[jira] Updated: (XERCESC-1737) Patches for the 2.8.0 release

2007-08-20 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1737: - Attachment: version-change.patch This patch changes the version from 2.7.0 to 2.8.0 in

[jira] Updated: (XERCESC-1737) Patches for the 2.8.0 release

2007-08-20 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1737: - Attachment: static.patch Patch that implements static library (.a) building on UNIX. To

[jira] Commented: (XERCESC-1737) Patches for the 2.8.0 release

2007-08-20 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521171 ] Boris Kolpackov commented on XERCESC-1737: -- I think I have all the changes for the 2.8.0 release ready and

[jira] Updated: (XERCESC-1737) Patches for the 2.8.0 release

2007-08-20 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1737: - Attachment: (was: static.patch) > Patches for the 2.8.0 release > -

[jira] Updated: (XERCESC-1737) Patches for the 2.8.0 release

2007-08-20 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1737: - Attachment: static.patch New revision of static.patch that applies cleanly. > Patches

[jira] Commented: (XERCESC-1740) RPM spec file missing 64-bit support

2007-08-21 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521587 ] Boris Kolpackov commented on XERCESC-1740: -- I assume the answer is yes, but just to make sure, does it als

[jira] Commented: (XERCESC-1740) RPM spec file missing 64-bit support

2007-08-21 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521608 ] Boris Kolpackov commented on XERCESC-1740: -- Ok, sounds good. I will make sure this patch gets in. > RPM s

[jira] Commented: (XERCESC-1740) RPM spec file missing 64-bit support

2007-08-22 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521745 ] Boris Kolpackov commented on XERCESC-1740: -- A few notes on the patch: 1. I think we need -r%{threads} opt

[jira] Commented: (XERCESC-1740) RPM spec file missing 64-bit support

2007-08-27 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523008 ] Boris Kolpackov commented on XERCESC-1740: -- Scott, The spec file is in the xerces-2.7 branch. I removed w

[jira] Created: (XERCESC-1745) Inheritance by restriction does not detect a missing type from an imported schema

2007-09-06 Thread Boris Kolpackov (JIRA)
Inheritance by restriction does not detect a missing type from an imported schema - Key: XERCESC-1745 URL: https://issues.apache.org/jira/browse/XERCESC-1745 Project: Xer

[jira] Updated: (XERCESC-1745) Inheritance by restriction does not detect a missing type from an imported schema

2007-09-06 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1745: - Attachment: b.xml b.xsd a.xsd The test case. > Inherit

[jira] Commented: (XERCESC-1752) pattern match failure in restriction of decimal

2007-10-14 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534595 ] Boris Kolpackov commented on XERCESC-1752: -- I just checked, and yes, this bug is fixed in 2.8.0. > patter

[jira] Resolved: (XERCESC-1752) pattern match failure in restriction of decimal

2007-10-18 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov resolved XERCESC-1752. -- Resolution: Fixed Fix Version/s: 2.8.0 Fixed in 2.8.0. > pattern match failur

[jira] Closed: (XERCESC-1752) pattern match failure in restriction of decimal

2007-10-18 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov closed XERCESC-1752. > pattern match failure in restriction of decimal > -

[jira] Created: (XERCESC-1754) Invalid restriction error on valid schema

2007-10-22 Thread Boris Kolpackov (JIRA)
Invalid restriction error on valid schema - Key: XERCESC-1754 URL: https://issues.apache.org/jira/browse/XERCESC-1754 Project: Xerces-C++ Issue Type: Bug Components: Validating Parser (Schema

[jira] Updated: (XERCESC-1754) Invalid restriction error on valid schema

2007-10-22 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1754: - Attachment: test.xsd test case > Invalid restriction error on valid schema > -

[jira] Commented: (XERCESC-1339) Uninitialized memory read by XMLReader::getName(xercesc_2_5::XMLBuffer &, bool)

2007-10-27 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538258 ] Boris Kolpackov commented on XERCESC-1339: -- I tried the attached test case with 2.8.0 under valgrind. Both

[jira] Resolved: (XERCESC-1757) Documentation regarding building on mingw

2007-11-18 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov resolved XERCESC-1757. -- Resolution: Fixed Fix Version/s: (was: 2.8.0) 3.0.0

[jira] Closed: (XERCESC-1757) Documentation regarding building on mingw

2007-11-18 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov closed XERCESC-1757. > Documentation regarding building on mingw > - > >

[jira] Resolved: (XERCESC-1764) Improved handling of make flags

2007-12-09 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov resolved XERCESC-1764. -- Resolution: Fixed Fix Version/s: 2.8.0 Both 2.8.0 and the upcoming 3.0.0 suppo

[jira] Closed: (XERCESC-1764) Improved handling of make flags

2007-12-09 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov closed XERCESC-1764. > Improved handling of make flags > --- > > Key:

[jira] Commented: (XERCESC-1769) xerces-c++ 2.8.0 ICU message loader broken due to deprecated API usage and various other problems

2007-12-19 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553595 ] Boris Kolpackov commented on XERCESC-1769: -- Hi Tiziano, Thanks for the patch. I was wondering if you woul

[jira] Updated: (XERCESC-1777) Restriction checking code resolves an element from a wrong schema grammar

2008-02-12 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1777: - Attachment: test.xml derived.xsd base.xsd > Restriction

[jira] Created: (XERCESC-1777) Restriction checking code resolves an element from a wrong schema grammar

2008-02-12 Thread Boris Kolpackov (JIRA)
Restriction checking code resolves an element from a wrong schema grammar - Key: XERCESC-1777 URL: https://issues.apache.org/jira/browse/XERCESC-1777 Project: Xerces-C++

[jira] Closed: (XERCESC-1777) Restriction checking code resolves an element from a wrong schema grammar

2008-02-13 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov closed XERCESC-1777. > Restriction checking code resolves an element from a wrong schema grammar > ---

[jira] Resolved: (XERCESC-1777) Restriction checking code resolves an element from a wrong schema grammar

2008-02-13 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov resolved XERCESC-1777. -- Resolution: Fixed Fix Version/s: 3.0.0 Fixed in the trunk and xerces-2. > Res

[jira] Commented: (XERCESC-1780) OSX 10.5 (Leopard): Xerces uses CoreFoundation library calls and crashes...

2008-02-14 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569190#action_12569190 ] Boris Kolpackov commented on XERCESC-1780: -- I don't understand why we are using

[jira] Closed: (XERCESC-1492) RPM spec file is wrong for 2.7.0 tar file

2008-02-19 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov closed XERCESC-1492. > RPM spec file is wrong for 2.7.0 tar file > - > >

[jira] Resolved: (XERCESC-1492) RPM spec file is wrong for 2.7.0 tar file

2008-02-19 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov resolved XERCESC-1492. -- Resolution: Fixed Fix Version/s: 2.8.0 RPM spec for Xerces-C++ has been fixed

[jira] Closed: (XERCESC-1065) Problems with partial build

2008-02-19 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov closed XERCESC-1065. > Problems with partial build > --- > > Key: XERCESC-

[jira] Closed: (XERCESC-1024) CVS contains LF-only project files

2008-02-19 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov closed XERCESC-1024. > CVS contains LF-only project files > -- > >

[jira] Closed: (XERCESC-1095) App on IRIX fails to compile with 2.4.0 include file

2008-02-19 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov closed XERCESC-1095. > App on IRIX fails to compile with 2.4.0 include file >

[jira] Resolved: (XERCESC-1024) CVS contains LF-only project files

2008-02-19 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov resolved XERCESC-1024. -- Resolution: Fixed Fix Version/s: 2.8.0 Assignee: (was: Xerces-C De

[jira] Closed: (XERCESC-992) Internal compiler error

2008-02-19 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov closed XERCESC-992. --- > Internal compiler error > --- > > Key: XERCESC-992 >

[jira] Resolved: (XERCESC-468) Xerces-C precompiled headers do not exist upon install

2008-02-19 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov resolved XERCESC-468. - Resolution: Fixed Fix Version/s: 2.8.0 Assignee: (was: Xerces-C Devel

[jira] Resolved: (XERCESC-348) Xerces 1.3 support for SunPro 5.3, HP aCC 3.33, IBM VA 5.0.2, GCC 2.96, static builds

2008-02-19 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov resolved XERCESC-348. - Resolution: Fixed Assignee: (was: Xerces-C Developers Mailing List) Building o

  1   2   3   4   5   6   >