Issue Details (XML | Word | Printable)

Key: SONAR-888
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Simon Brandhof
Reporter: Simon Brandhof
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sonar

Manual measures/events do not work with embedded database

Created: 04/Jun/09 02:48 AM   Updated: 24/Jun/09 02:02 PM   Resolved: 05/Jun/09 05:03 AM
Component/s: Web
Affects Version/s: 1.9
Fix Version/s: 1.9.1

Time Tracking:
Not Specified


Simon Brandhof added a comment - 04/Jun/09 04:20 AM

It needs to upgrade from activerecord-jdbc-adapter 0.9 to 0.9.1. It fixes many derby issues, but two blocking issues still must be resolved :

  • JRUBY-3548 : add "require 'active_record/version'" to conf/environment.rb
  • JRUBY-3555 : remove derby_schema parameter from methods tables() and columns() in jdbc_adapter/jdbc_derby.rb

Simon Brandhof added a comment - 04/Jun/09 09:17 AM

Reverting the upgrade. Version 0.9.1 has too many regression issues, particularly JRUBY-3616 that avoids Rails starting.