[jira] Updated: (XERCESC-1419) Regular expressions in schema should allow unescaped '-'

2005-05-18 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1419?page=all ] Alberto Massari updated XERCESC-1419: - Attachment: regex_patch.txt Here is a patch; Khaled, can you double check it? Thanks, Alberto > Regular expressions in schema should al

[jira] Created: (XERCESC-1421) Inner element with schema generates EmptyStackException

2005-05-19 Thread Jay Berkenbilt (JIRA)
Inner element with schema generates EmptyStackException --- Key: XERCESC-1421 URL: http://issues.apache.org/jira/browse/XERCESC-1421 Project: Xerces-C++ Type: Bug Components: SAX/SAX2 Versions: 2.6.0

[jira] Created: (XERCESC-1422) uniq constraint validation broken?

2005-05-20 Thread Alex Nelson (JIRA)
uniq constraint validation broken? -- Key: XERCESC-1422 URL: http://issues.apache.org/jira/browse/XERCESC-1422 Project: Xerces-C++ Type: Bug Components: Validating Parser (Schema) (Xerces 1.5 or up only) Versions: 2.6.0

[jira] Resolved: (XERCESC-1422) uniq constraint validation broken?

2005-05-21 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1422?page=all ] Alberto Massari resolved XERCESC-1422: -- Resolution: Invalid Hi Alex, the XPath expressions you can put in the identity constraint are limited (see § 3.11.6 of the specs): only

[jira] Created: (XERCESC-1423) Bugfix & Performance Update : IGXMLScanner::basicAttrValueScan(...)

2005-05-21 Thread Christian Will (JIRA)
Bugfix & Performance Update : IGXMLScanner::basicAttrValueScan(...) --- Key: XERCESC-1423 URL: http://issues.apache.org/jira/browse/XERCESC-1423 Project: Xerces-C++ Type: Bug Components:

[jira] Updated: (XERCESC-1423) Bugfix & Performance Update : IGXMLScanner::basicAttrValueScan(...)

2005-05-21 Thread Christian Will (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1423?page=all ] Christian Will updated XERCESC-1423: Attachment: test_fail1.xml first case should be fail... > Bugfix & Performance Update : IGXMLScanner::basicAttrVa

[jira] Updated: (XERCESC-1423) Bugfix & Performance Update : IGXMLScanner::basicAttrValueScan(...)

2005-05-21 Thread Christian Will (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1423?page=all ] Christian Will updated XERCESC-1423: Attachment: test_ok.xml this file should be parsed without errors... > Bugfix & Performance Update : IGXMLScanner::basicAttrVa

[jira] Updated: (XERCESC-1423) Bugfix & Performance Update : IGXMLScanner::basicAttrValueScan(...)

2005-05-21 Thread Christian Will (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1423?page=all ] Christian Will updated XERCESC-1423: Attachment: test_fail2.xml second case should be fail... > Bugfix & Performance Update : IGXMLScanner::basicAttrVa

[jira] Updated: (XERCESC-1423) Bugfix & Performance Update : IGXMLScanner::basicAttrValueScan(...)

2005-05-21 Thread Christian Will (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1423?page=all ] Christian Will updated XERCESC-1423: Attachment: IGXMLScanner2.cpp.patch patch... > Bugfix & Performance Update : IGXMLScanner::basicAttrVa

[jira] Commented: (XERCESC-1421) Inner element with schema generates EmptyStackException

2005-05-22 Thread Christian Will (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1421?page=comments#action_65947 ] Christian Will commented on XERCESC-1421: - Hi Jay, I just tested your examples on WinXP with the latest cvs-version of xerces. I used SAX2Print and my own

[jira] Created: (XERCESC-1424) MacOSUnicodeConverter "static" definition problem

2005-05-22 Thread Hannes Hochreiner (JIRA)
MacOSUnicodeConverter "static" definition problem - Key: XERCESC-1424 URL: http://issues.apache.org/jira/browse/XERCESC-1424 Project: Xerces-C++ Type: Bug Components: Utilities Versions: 2.6.0 E

[jira] Resolved: (XERCESC-1424) MacOSUnicodeConverter "static" definition problem

2005-05-22 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1424?page=all ] James Berry resolved XERCESC-1424: -- Assign To: James Berry Resolution: Duplicate This is a duplicate of issue #1415. Thanks for your report. This issue has been fixed in cvs for

[jira] Created: (XERCESC-1425) linking fails on OS X 10.4

2005-05-23 Thread Jeremy McCormick (JIRA)
linking fails on OS X 10.4 -- Key: XERCESC-1425 URL: http://issues.apache.org/jira/browse/XERCESC-1425 Project: Xerces-C++ Type: Bug Components: Build Versions: 2.6.0 Environment: XERCES: 2.6.0 source distribution UNAME: Darwin

[jira] Commented: (XERCESC-1252) Compilation problem on IRIX 6.5 with MIPSpro Compilers: Version 7.41

2005-05-24 Thread Jason Ostermann (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1252?page=comments#action_66190 ] Jason Ostermann commented on XERCESC-1252: -- Same issue also exists with Xerces 2.6.0, IRIX 6.5.25m, MIPSPro 7.4.2m. Same fix works. > Compilation problem

[jira] Commented: (XERCESC-1420) XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance

2005-05-26 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1420?page=comments#action_66387 ] James Berry commented on XERCESC-1420: -- Hey Dave, I fixed up something similar (I believe) in my work on Xerces 3.0 at https://svn.apache.org/repos/asf/xerces/c

[jira] Commented: (XERCESC-1420) XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance

2005-05-26 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1420?page=comments#action_66390 ] David Bertoni commented on XERCESC-1420: Sure, I'll take a look. By the way, I should be attaching a patch containing my fixes to this bug report later

[jira] Assigned: (XERCESC-1348) IGXMLScanner allocates from wrong memory manager

2005-05-26 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1348?page=all ] David Bertoni reassigned XERCESC-1348: -- Assign To: David Bertoni > IGXMLScanner allocates from wrong memory manager > > >

[jira] Updated: (XERCESC-1348) IGXMLScanner allocates from wrong memory manager

2005-05-26 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1348?page=all ] David Bertoni updated XERCESC-1348: --- Attachment: patch.txt Mark, if you're still there, can you review this patch? Thanks! > IGXMLScanner allocates from wrong memory

[jira] Updated: (XERCESC-1420) XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance

2005-05-26 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1420?page=all ] David Bertoni updated XERCESC-1420: --- Attachment: patch.txt > XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime > heap instead of using a MemoryManager in

[jira] Updated: (XERCESC-1420) XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance

2005-05-26 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1420?page=all ] David Bertoni updated XERCESC-1420: --- Attachment: XMLMutexHolder.c > XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime > heap instead of using a MemoryM

[jira] Updated: (XERCESC-1420) XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance

2005-05-26 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1420?page=all ] David Bertoni updated XERCESC-1420: --- Attachment: XMLMutexHolder.hpp This is a tricky patch. It would be great if other committers could review it. > XMLPlatformUtils::makeMutex() crea

[jira] Commented: (XERCESC-1420) XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance

2005-05-27 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1420?page=comments#action_66428 ] James Berry commented on XERCESC-1420: -- David, Wow. You have been working hard! I think this looks reasonable. You've basically done three things: -

[jira] Commented: (XERCESC-1348) IGXMLScanner allocates from wrong memory manager

2005-05-27 Thread Christian Will (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1348?page=comments#action_66435 ] Christian Will commented on XERCESC-1348: - Hi Dave, your patch is for xalan and not for xerces. > IGXMLScanner allocates from wrong memory mana

[jira] Commented: (XERCESC-1420) XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance

2005-05-27 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1420?page=comments#action_66470 ] David Bertoni commented on XERCESC-1420: I can certainly generalize it, since we could probably use it for other things -- good idea! As far as castTo

[jira] Updated: (XERCESC-1348) IGXMLScanner allocates from wrong memory manager

2005-05-27 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1348?page=all ] David Bertoni updated XERCESC-1348: --- Attachment: patch.txt OK, I hope I got the patch right this time! > IGXMLScanner allocates from wrong memory mana

[jira] Updated: (XERCESC-1420) XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance

2005-05-28 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1420?page=all ] David Bertoni updated XERCESC-1420: --- Attachment: XMLHolder.c > XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime > heap instead of using a MemoryManager in

[jira] Updated: (XERCESC-1420) XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance

2005-05-28 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1420?page=all ] David Bertoni updated XERCESC-1420: --- Attachment: patch.txt This is a new patch, replacing the class XMLMutexHolder with a class that is more generic. > XMLPlatformUtils::makeMu

[jira] Updated: (XERCESC-1420) XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance

2005-05-28 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1420?page=all ] David Bertoni updated XERCESC-1420: --- Attachment: XMLHolder.hpp > XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime > heap instead of using a MemoryManager in

[jira] Created: (XERCESC-1426) downloadin xerces on hp

2005-05-29 Thread lior halp (JIRA)
downloadin xerces on hp --- Key: XERCESC-1426 URL: http://issues.apache.org/jira/browse/XERCESC-1426 Project: Xerces-C++ Type: Bug Components: Build Versions: 2.6.0 Environment: HP Reporter: lior halp Priority: Critical

[jira] Created: (XERCESC-1427) download of xerces with no pthred is still downloaded with pthread

2005-05-29 Thread lior halperi (JIRA)
download of xerces with no pthred is still downloaded with pthread -- Key: XERCESC-1427 URL: http://issues.apache.org/jira/browse/XERCESC-1427 Project: Xerces-C++ Type: Bug Environment: HP Reporter

[jira] Commented: (XERCESC-1420) XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance

2005-05-29 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1420?page=comments#action_66519 ] James Berry commented on XERCESC-1420: -- Dave, Nice, I like it. -jdb > XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime > heap inst

[jira] Commented: (XERCESC-1426) downloadin xerces on hp

2005-05-29 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1426?page=comments#action_66524 ] David Bertoni commented on XERCESC-1426: Can you please provide more information? I don't think there's an HP binary download built without pthread

[jira] Commented: (XERCESC-1427) download of xerces with no pthred is still downloaded with pthread

2005-05-29 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1427?page=comments#action_66525 ] David Bertoni commented on XERCESC-1427: Is this a duplicate bug of XERCESC-1426, or is it another one. If so, can you please provide more information about what

[jira] Updated: (XERCESC-1428) new iconv-transcoder algorithm

2005-05-30 Thread Axel Weiss (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1428?page=all ] Axel Weiss updated XERCESC-1428: Attachment: transcoder-179120.diff > new iconv-transcoder algorithm > -- > > Key: XERCESC-1428 >

[jira] Created: (XERCESC-1428) new iconv-transcoder algorithm

2005-05-30 Thread Axel Weiss (JIRA)
new iconv-transcoder algorithm -- Key: XERCESC-1428 URL: http://issues.apache.org/jira/browse/XERCESC-1428 Project: Xerces-C++ Type: Improvement Components: Utilities Environment: linux Reporter: Axel Weiss Priority: Minor

[jira] Commented: (XERCESC-1428) new iconv-transcoder algorithm

2005-05-30 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1428?page=comments#action_66584 ] James Berry commented on XERCESC-1428: -- Hey Axel, I can't get that patch to apply. Any thoughts? % curl "http://issues.apache.org/jira/secure/attach

[jira] Created: (XERCESC-1429) Error building Xerces with VC 7.1

2005-05-31 Thread Daniel Gröndal (JIRA)
Error building Xerces with VC 7.1 - Key: XERCESC-1429 URL: http://issues.apache.org/jira/browse/XERCESC-1429 Project: Xerces-C++ Type: Bug Components: Build Versions: 2.6.0 Environment: Windows XP, Visual Studio C++ .NET

[jira] Created: (XERCESC-1430) Broken projects in archive download site?

2005-05-31 Thread Daniel Gröndal (JIRA)
Broken projects in archive download site? - Key: XERCESC-1430 URL: http://issues.apache.org/jira/browse/XERCESC-1430 Project: Xerces-C++ Type: Bug Components: Build Versions: 2.3.0, 2.5.0 Environment: Windows XP

[jira] Updated: (XERCESC-1368) Catch-all handler are problematic on Windows

2005-05-31 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1368?page=all ] David Bertoni updated XERCESC-1368: --- Attachment: patch.txt I have attached a new patch file that covers the internal subdirectory. > Catch-all handler are problematic on Wind

[jira] Commented: (XERCESC-1428) new iconv-transcoder algorithm

2005-05-31 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1428?page=comments#action_66685 ] James Berry commented on XERCESC-1428: -- Axel, Thanks! I checked your code in on branch jberry/3.0-unstable. As a formality, would you mind answering the following

[jira] Assigned: (XERCESC-1428) new iconv-transcoder algorithm

2005-05-31 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1428?page=all ] James Berry reassigned XERCESC-1428: Assign To: James Berry > new iconv-transcoder algorithm > -- > > Key: XERCESC-1428 >

[jira] Commented: (XERCESC-1428) new iconv-transcoder algorithm

2005-05-31 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1428?page=comments#action_66689 ] James Berry commented on XERCESC-1428: -- Checked in on revision 179293. > new iconv-transcoder algorithm > -- > >

[jira] Updated: (XERCESC-1428) new iconv-transcoder algorithm

2005-06-01 Thread Axel Weiss (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1428?page=all ] Axel Weiss updated XERCESC-1428: Attachment: transcoder-179371.diff This patch simplifies the LCP transcoder interface and subsequently all inheriting transcoders: there is now only one

[jira] Commented: (XERCESC-1428) new iconv-transcoder algorithm

2005-06-01 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1428?page=comments#action_66822 ] James Berry commented on XERCESC-1428: -- Any comments on the third patch from other committers? -jdb > new iconv-transcoder algori

[jira] Commented: (XERCESC-1428) new iconv-transcoder algorithm

2005-06-01 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1428?page=comments#action_66831 ] David Bertoni commented on XERCESC-1428: I took a look at it, but it's hard to get a good idea of the end result because the changes are spread out. I will

[jira] Commented: (XERCESC-1115) Base64Binary validation failed when length is zero

2005-06-02 Thread Kuba Nowakowski (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1115?page=comments#action_66870 ] Kuba Nowakowski commented on XERCESC-1115: -- problem still remains in xerces c++ 2.6 : if (getLength(content, manager) <= 0) { ThrowXMLwithMemM

[jira] Commented: (XERCESC-1115) Base64Binary validation failed when length is zero

2005-06-02 Thread Kuba Nowakowski (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1115?page=comments#action_66870 ] Kuba Nowakowski commented on XERCESC-1115: -- problem still remains in xerces c++ 2.6 : if (getLength(content, manager) <= 0) { ThrowXMLwithMemM

[jira] Closed: (XERCESC-1428) new iconv-transcoder algorithm

2005-06-02 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1428?page=all ] James Berry closed XERCESC-1428: Resolution: Fixed The third patch has been applied on branch jberry/3.0-unstable as revision 179673. David: you could look it over now... ;) Axel

[jira] Updated: (XERCESC-1348) IGXMLScanner allocates from wrong memory manager

2005-06-03 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1348?page=all ] David Bertoni updated XERCESC-1348: --- Attachment: patch.txt OK, here's another patch that removes some dead code and fixes similar issues in DGXMLScanner.cpp > IGXMLScanner alloca

[jira] Resolved: (XERCESC-1417) RegularExpression has a bug with a static data member

2005-06-03 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1417?page=all ] David Bertoni resolved XERCESC-1417: Fix Version: Nightly build (please specify the date) Resolution: Fixed Patch applied. > RegularExpression has a bug with a static d

[jira] Closed: (XERCESC-1348) IGXMLScanner allocates from wrong memory manager

2005-06-03 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1348?page=all ] David Bertoni closed XERCESC-1348: -- > IGXMLScanner allocates from wrong memory manager > > > Key: XERCESC-1348 &g

[jira] Reopened: (XERCESC-1348) IGXMLScanner allocates from wrong memory manager

2005-06-03 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1348?page=all ] David Bertoni reopened XERCESC-1348: > IGXMLScanner allocates from wrong memory manager > > > Key: XERCESC-1348 &g

[jira] Created: (XERCESC-1431) rpmbuild -ta xerces-c-src_2_6_0.tar.gz failes with - error: Installed (but unpackaged) file(s) found:

2005-06-03 Thread Randy Zeitvogel (JIRA)
rpmbuild -ta xerces-c-src_2_6_0.tar.gz failes with - error: Installed (but unpackaged) file(s) found: -- Key: XERCESC-1431 URL: http://issues.apache.org/jira/browse/XERCESC-1431

[jira] Updated: (XERCESC-1368) Catch-all handler are problematic on Windows

2005-06-03 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1368?page=all ] David Bertoni updated XERCESC-1368: --- Attachment: patch.txt I've attached a new patch which covers more of the source code. > Catch-all handler are problematic on

[jira] Created: (XERCESC-1432) Environment var XERCESCROOT

2005-06-05 Thread Richard Clarke (JIRA)
Environment var XERCESCROOT --- Key: XERCESC-1432 URL: http://issues.apache.org/jira/browse/XERCESC-1432 Project: Xerces-C++ Type: Bug Components: Documentation Versions: 2.6.0 Environment: Mac OS 10.4 / Darwin / GCC Reporter

[jira] Commented: (XERCESC-1429) Error building Xerces with VC 7.1

2005-06-06 Thread Jesse Pelton (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1429?page=comments#action_12312761 ] Jesse Pelton commented on XERCESC-1429: --- Works for me with Visual Studio .NET 2003 (7.1.3088) using the following steps. - Download the current source from the

[jira] Commented: (XERCESC-1366) Send CVS Migration request email to infrastructure@apache

2005-06-06 Thread Jesse Pelton (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1366?page=comments#action_12312771 ] Jesse Pelton commented on XERCESC-1366: --- Can this be closed? > Send CVS Migration request email to [EMAIL PROTEC

[jira] Commented: (XERCESC-1430) Broken projects in archive download site?

2005-06-06 Thread Jesse Pelton (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1430?page=comments#action_12312766 ] Jesse Pelton commented on XERCESC-1430: --- While I couldn't build 2.3.0 with Visual Studio .NET 2003, I didn't have any problem with 2.5.0. But that does

[jira] Closed: (XERCESC-1366) Send CVS Migration request email to infrastructure@apache

2005-06-06 Thread Gareth Reakes (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1366?page=all ] Gareth Reakes closed XERCESC-1366: -- Resolution: Fixed all done > Send CVS Migration request email to [EMAIL PROTEC

[jira] Updated: (XERCESC-1409) More efficient error detection for XSValue, XMLDouble, and XMLFloat

2005-06-06 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1409?page=all ] David Bertoni updated XERCESC-1409: --- Attachment: patch.txt This is a new patch, based on recent changes to the affected classes. > More efficient error detection for XSValue, XMLDou

[jira] Created: (XERCESC-1433) Memory leak with WriteToString

2005-06-07 Thread Biju George (JIRA)
Memory leak with WriteToString -- Key: XERCESC-1433 URL: http://issues.apache.org/jira/browse/XERCESC-1433 Project: Xerces-C++ Type: Bug Components: DOM Versions: 2.6.0 Environment: HP-UX 11i and compiler HP ANSI C++ B3910B A

[jira] Commented: (XERCESC-1433) Memory leak with WriteToString

2005-06-07 Thread Axel Weiss (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1433?page=comments#action_12312866 ] Axel Weiss commented on XERCESC-1433: - Hi Biju, I guess you forgot to release the transcoded string (which is your variable pChar). So your routine itself leaks. Then

[jira] Commented: (XERCESC-1433) Memory leak with WriteToString

2005-06-07 Thread Jesse Pelton (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1433?page=comments#action_12312869 ] Jesse Pelton commented on XERCESC-1433: --- DOMWriter::writeToString() allocates the string that it returns to the caller. If there's a bug here, it

[jira] Commented: (XERCESC-1430) Broken projects in archive download site?

2005-06-07 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1430?page=comments#action_12312920 ] Alberto Massari commented on XERCESC-1430: -- Hi Daniel, the VC7 project is not currently updated, mainly because all the VC7 users could upgrade to VC7.1 for a

[jira] Commented: (XERCESC-1433) Memory leak with WriteToString

2005-06-07 Thread Biju George (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1433?page=comments#action_12312974 ] Biju George commented on XERCESC-1433: -- Thanks a lot. When I added following release statements (both are required) it worked fine. XMLString::release(&

[jira] Closed: (XERCESC-1433) Memory leak with WriteToString

2005-06-07 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1433?page=all ] Alberto Massari closed XERCESC-1433: Resolution: Invalid > Memory leak with WriteToString > -- > > Key: XERCESC-1433 >

[jira] Created: (XERCESC-1434) Web site needs to be updated to point to SVN instead of CVS

2005-06-08 Thread Jesse Pelton (JIRA)
Web site needs to be updated to point to SVN instead of CVS --- Key: XERCESC-1434 URL: http://issues.apache.org/jira/browse/XERCESC-1434 Project: Xerces-C++ Type: Task Components: Documentation Reporter

[jira] Resolved: (XERCESC-1409) More efficient error detection for XSValue, XMLDouble, and XMLFloat

2005-06-08 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1409?page=all ] David Bertoni resolved XERCESC-1409: Fix Version: Nightly build (please specify the date) Resolution: Fixed > More efficient error detection for XSValue, XMLDouble,

[jira] Commented: (XERCESC-1429) Error building Xerces with VC 7.1

2005-06-09 Thread Daniel Gröndal (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1429?page=comments#action_12313150 ] Daniel Gröndal commented on XERCESC-1429: - There must be something wrong with my Visual Studio. Some default properties or something. If it works for everybody

[jira] Commented: (XERCESC-1429) Error building Xerces with VC 7.1

2005-06-09 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1429?page=comments#action_12313172 ] Alberto Massari commented on XERCESC-1429: -- Daniel, why do you open the Win32\VC7 project if you are using VC 7.1? Try opening Win32\VC7.1 > Error build

[jira] Commented: (XERCESC-1429) Error building Xerces with VC 7.1

2005-06-09 Thread Jesse Pelton (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1429?page=comments#action_12313181 ] Jesse Pelton commented on XERCESC-1429: --- I don't think there is a Win32\VC7.1 directory in the 2.6 source distribution. At least, I've never seen one,

[jira] Commented: (XERCESC-1429) Error building Xerces with VC 7.1

2005-06-09 Thread Daniel Gröndal (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1429?page=comments#action_12313182 ] Daniel Gröndal commented on XERCESC-1429: - Hi, I could not find such a project. Should there be one? Anyway, I have done some testing and now I strongly believe

[jira] Created: (XERCESC-1435) like XML Tags

2005-06-10 Thread Biju George (JIRA)
like XML Tags Key: XERCESC-1435 URL: http://issues.apache.org/jira/browse/XERCESC-1435 Project: Xerces-C++ Type: Wish Components: DOM Versions: 2.6.0 Environment: HP-UX 11i Reporter: Biju George Does the xerces parser allows

[jira] Commented: (XERCESC-1435) like XML Tags

2005-06-11 Thread Biju George (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1435?page=comments#action_12313362 ] Biju George commented on XERCESC-1435: -- Sorry for a typo.. I meant style tags instead of > like XML Tags > > > Key:

[jira] Updated: (XERCESC-1436) Header - Implementation inconsistency in OpFactory

2005-06-11 Thread Axel Weiss (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1436?page=all ] Axel Weiss updated XERCESC-1436: Attachment: cygwin-190145-1.diff > Header - Implementation inconsistency in OpFactory > -- > >

[jira] Created: (XERCESC-1436) Header - Implementation inconsistency in OpFactory

2005-06-11 Thread Axel Weiss (JIRA)
Header - Implementation inconsistency in OpFactory -- Key: XERCESC-1436 URL: http://issues.apache.org/jira/browse/XERCESC-1436 Project: Xerces-C++ Type: Improvement Components: Utilities Versions: Nightly build

[jira] Resolved: (XERCESC-1436) Header - Implementation inconsistency in OpFactory

2005-06-11 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1436?page=all ] James Berry resolved XERCESC-1436: -- Resolution: Fixed Assign To: James Berry Resolved for Xerces 3 unstable branch. Commit #190168. Resolved for main trunk. Commit #190169

[jira] Created: (XERCESC-1437) *.c Files are not installed/exported

2005-06-12 Thread Axel Weiss (JIRA)
*.c Files are not installed/exported Key: XERCESC-1437 URL: http://issues.apache.org/jira/browse/XERCESC-1437 Project: Xerces-C++ Type: Bug Components: Build Versions: Nightly build (please specify the date

[jira] Updated: (XERCESC-1437) *.c Files are not installed/exported

2005-06-12 Thread Axel Weiss (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1437?page=all ] Axel Weiss updated XERCESC-1437: Attachment: installing-190145.diff This patch affects src/Makefile.am only. The lists of exported headers are extended, so they contain the .c files, too

[jira] Commented: (XERCESC-1429) Error building Xerces with VC 7.1

2005-06-13 Thread Daniel Gröndal (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1429?page=comments#action_12313426 ] Daniel Gröndal commented on XERCESC-1429: - My problem is solved. Some sysadmin had changed some registry value for Visual Studio which made the compiler compile

[jira] Created: (XERCESC-1438) ICU LCP transcoder - new algorithm

2005-06-13 Thread Axel Weiss (JIRA)
ICU LCP transcoder - new algorithm -- Key: XERCESC-1438 URL: http://issues.apache.org/jira/browse/XERCESC-1438 Project: Xerces-C++ Type: Improvement Components: Utilities Versions: Nightly build (please specify the date

[jira] Updated: (XERCESC-1438) ICU LCP transcoder - new algorithm

2005-06-13 Thread Axel Weiss (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1438?page=all ] Axel Weiss updated XERCESC-1438: Attachment: icutranscoder-190384.diff > ICU LCP transcoder - new algorithm > -- > > Key: XERCESC-1438 &g

[jira] Created: (XERCESC-1439) 3.0-unstable: make output improved (pretty-print)

2005-06-13 Thread Axel Weiss (JIRA)
3.0-unstable: make output improved (pretty-print) - Key: XERCESC-1439 URL: http://issues.apache.org/jira/browse/XERCESC-1439 Project: Xerces-C++ Type: Improvement Components: Build Versions: Nightly build

[jira] Updated: (XERCESC-1440) 3.0-unstable: make output improved (pretty-print)

2005-06-13 Thread Axel Weiss (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1440?page=all ] Axel Weiss updated XERCESC-1440: Attachment: pretty-make-190384.diff > 3.0-unstable: make output improved (pretty-print) > - > >

[jira] Created: (XERCESC-1440) 3.0-unstable: make output improved (pretty-print)

2005-06-13 Thread Axel Weiss (JIRA)
3.0-unstable: make output improved (pretty-print) - Key: XERCESC-1440 URL: http://issues.apache.org/jira/browse/XERCESC-1440 Project: Xerces-C++ Type: Improvement Components: Build Versions: Nightly build

[jira] Closed: (XERCESC-1348) IGXMLScanner allocates from wrong memory manager

2005-06-13 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1348?page=all ] Alberto Massari closed XERCESC-1348: > IGXMLScanner allocates from wrong memory manager > > > Key: XERCESC-1348 &g

[jira] Reopened: (XERCESC-1115) Base64Binary validation failed when length is zero

2005-06-13 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1115?page=all ] Alberto Massari reopened XERCESC-1115: -- The bug is still listed as "unresolved"; trying to change its status to "resolved"... > Base64Binary validation fai

[jira] Resolved: (XERCESC-1348) IGXMLScanner allocates from wrong memory manager

2005-06-13 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1348?page=all ] Alberto Massari resolved XERCESC-1348: -- Resolution: Fixed > IGXMLScanner allocates from wrong memory manager > > >

[jira] Reopened: (XERCESC-1348) IGXMLScanner allocates from wrong memory manager

2005-06-13 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1348?page=all ] Alberto Massari reopened XERCESC-1348: -- The bug is still listed as "unresolved"; trying to change its status to "resolved"... > IGXMLScanner allocates fr

[jira] Resolved: (XERCESC-1427) download of xerces with no pthred is still downloaded with pthread

2005-06-13 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1427?page=all ] Alberto Massari resolved XERCESC-1427: -- Resolution: Duplicate Duplicate of XERCESC-1426 > download of xerces with no pthred is still downloaded with pthr

[jira] Assigned: (XERCESC-769) RFE: Xerces-C++ modularization - config for smaller builds/remove features

2005-06-13 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-769?page=all ] Alberto Massari reassigned XERCESC-769: --- Assign To: Alberto Massari (was: Xerces-C Developers Mailing List) > RFE: Xerces-C++ modularization - config for smaller builds/remove featu

[jira] Updated: (XERCESC-1441) QNameDatatypeValidator does not resolve namespaces when making comparisions

2005-06-13 Thread Alex Dickinson (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1441?page=all ] Alex Dickinson updated XERCESC-1441: Attachment: qname-good.xml qname-bad.xml qname.xsd Attaching three files: qname-good.xml - an XML file that will

[jira] Assigned: (XERCESC-769) RFE: Xerces-C++ modularization - config for smaller builds/remove features

2005-06-13 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-769?page=all ] Alberto Massari reassigned XERCESC-769: --- Assign To: Alberto Massari (was: Xerces-C Developers Mailing List) > RFE: Xerces-C++ modularization - config for smaller builds/remove featu

[jira] Resolved: (XERCESC-1437) *.c Files are not installed/exported

2005-06-13 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1437?page=all ] James Berry resolved XERCESC-1437: -- Resolution: Fixed Assign To: James Berry Committed svn #190540. Thanks! > *.c Files are not installed/expor

[jira] Commented: (XERCESC-1439) 3.0-unstable: make output improved (pretty-print)

2005-06-13 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1439?page=comments#action_12313534 ] James Berry commented on XERCESC-1439: -- Axel, Is this bug a spurious duplicate of 1440? -jdb > 3.0-unstable: make output improved (pretty-pr

[jira] Commented: (XERCESC-1440) 3.0-unstable: make output improved (pretty-print)

2005-06-13 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1440?page=comments#action_12313535 ] James Berry commented on XERCESC-1440: -- Axel, Since these are cosmetic niceties, I'm going to hold off making these changes til our platform picture stabi

[jira] Assigned: (XERCESC-1438) ICU LCP transcoder - new algorithm

2005-06-13 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1438?page=all ] James Berry reassigned XERCESC-1438: Assign To: James Berry > ICU LCP transcoder - new algorithm > -- > > Key: XERCESC-1438 >

[jira] Resolved: (XERCESC-1115) Base64Binary validation failed when length is zero

2005-06-13 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1115?page=all ] Alberto Massari resolved XERCESC-1115: -- Resolution: Fixed > Base64Binary validation failed when length is zero > -- > >

[jira] Closed: (XERCESC-1429) Error building Xerces with VC 7.1

2005-06-13 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1429?page=all ] Alberto Massari closed XERCESC-1429: Resolution: Invalid > Error building Xerces with VC 7.1 > - > > Key: XERCESC-1429 >

[jira] Commented: (XERCESC-1438) ICU LCP transcoder - new algorithm

2005-06-13 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1438?page=comments#action_12313536 ] James Berry commented on XERCESC-1438: -- Axel, I'd rather not call ICU per-output-word. Doesn't ICU gracefully handle the case where it runs out of room in

<    1   2   3   4   5   6   7   8   9   10   >