Upload 1.4.1 and 1.4.2 to Maven Repo

2008-09-09 Thread Robert Novotny
Hello, I notice that the last version in the Maven repository is 1.4.0? Version 1.4.1 fixes major bug with UTF-8 (which makes 1.4.0 unusable with messages containing international characters). XML Security is used in the Spring-WS project. However, Spring-WS cannot update its dependency until a n

application including xml security c 1.4.0 does not compile with gcc and -pedantic

2008-09-09 Thread Ralph van Etten
Hi, I have an application which uses xml security c 1.4.0 If the application is compiled using gcc (version 4.1.2) and the -pedantic option, the compiler gives the following errors: DSIGTransform.hpp:34: error: extra ‘;’ DSIGTransform.hpp:35: error: extra ‘;’ ... etc. if I look at the source th

DO NOT REPLY [Bug 42986] The node inserted at the end of SOAPEnvelop

2008-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42986 --- Comment #2 from rafa <[EMAIL PROTECTED]> 2008-09-09 04:01:14 PST --- Created an attachment (id=22545) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22545) Test case -- Configure bugmail: https://issues.apache.org/bug

DO NOT REPLY [Bug 42986] The node inserted at the end of SOAPEnvelop

2008-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42986 rafa <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3 f

Re: Upload 1.4.1 and 1.4.2 to Maven Repo

2008-09-09 Thread Sean Mullan
If you tell me how to upload it, I'll look into it. --Sean Robert Novotny wrote: Hello, I notice that the last version in the Maven repository is 1.4.0? Version 1.4.1 fixes major bug with UTF-8 (which makes 1.4.0 unusable with messages containing international characters). XML Security is used

RE: application including xml security c 1.4.0 does not compile with gcc and -pedantic

2008-09-09 Thread Scott Cantor
> Is this intentional ? Should xml-security-c not be compiled with -pedantic > or is it something which needs fixing in the xml security sources ? It's a bug. -- Scott

RE: application including xml security c 1.4.0 does not compile with gcc and -pedantic

2008-09-09 Thread Scott Cantor
> > Is this intentional ? Should xml-security-c not be compiled with -pedantic > > or is it something which needs fixing in the xml security sources ? > > It's a bug. Though...I should note, I see a lot of code lying around that closes a namespace block with a semicolon. -- Scott