Re: [Spacewalk-devel] I seem to have hit a known fixed satellite bug in spacewalk 1.7

2012-08-17 Thread Jan Pazdziora
On Thu, Aug 16, 2012 at 05:29:20PM -0400, Paul Robert Marino wrote: Hey guys I seem to have hit a known fixed satellite bug in spacewalk 1.7 https://bugzilla.redhat.com/show_bug.cgi?id=496318 Is there any plan to back port this to spacewalk 1.7 or should I hack my copy my self? Given the

[Spacewalk-devel] [PATCH] CVEs missing in the security patches listing (on Oracle 11)

2012-08-17 Thread Johannes Renner
Hey, apparently the method getColumnLabel() of class ResultSetMetaData returns the column label in uppercase with Oracle 11 (using ojdbc5.jar). Therefore an equals(cve) in SecurityErrataOverview.java is not sufficient anymore and leads to an empty CVEs column in the listing of relevant

Re: [Spacewalk-devel] [PATCH] CVEs missing in the security patches listing (on Oracle 11)

2012-08-17 Thread Jan Pazdziora
On Fri, Aug 17, 2012 at 01:02:38PM +0200, Johannes Renner wrote: Hey, apparently the method getColumnLabel() of class ResultSetMetaData returns the column label in uppercase with Oracle 11 (using ojdbc5.jar). Therefore an equals(cve) in SecurityErrataOverview.java is not sufficient

Re: [Spacewalk-devel] I seem to have hit a known fixed satellite bug in spacewalk 1.7

2012-08-17 Thread Paul Robert Marino
Hmm I hadn't noticed the date on the ticket just that the symptoms were identical. There may be also some other factors here I am running postgresql 9.1 and while I didn't see a trace back I didn't check the postgresql logs. Ill take a look and see if there are any bad queries. I've already had

Re: [Spacewalk-devel] [PATCH] CVEs missing in the security patches listing (on Oracle 11)

2012-08-17 Thread Johannes Renner
On 08/17/2012 01:20 PM, Jan Pazdziora wrote: On Fri, Aug 17, 2012 at 01:02:38PM +0200, Johannes Renner wrote: Hey, apparently the method getColumnLabel() of class ResultSetMetaData returns the column label in uppercase with Oracle 11 (using ojdbc5.jar). Therefore an equals(cve) in

Re: [Spacewalk-devel] [PATCH] CVEs missing in the security patches listing (on Oracle 11)

2012-08-17 Thread Tomas Lestach
On Friday 17 of August 2012 15:58:47 Johannes Renner wrote: On 08/17/2012 01:20 PM, Jan Pazdziora wrote: On Fri, Aug 17, 2012 at 01:02:38PM +0200, Johannes Renner wrote: Hey, apparently the method getColumnLabel() of class ResultSetMetaData returns the column label in uppercase with

Re: [Spacewalk-devel] I seem to have hit a known fixed satellite bug in spacewalk 1.7

2012-08-17 Thread Paul Robert Marino
Ive done a little more digging I haven't found the problem yet but I can eliminate a few things 1) its not a regression in the code 2) There is nothing in the PostgreSQL logs that indicate a failed query so i dont think the fact that I'm using PostgreSQL 9.1 is causing the issue. I have added the