Вопрос

I'm using torquebox 2.0 beta (i.e. jruby on rails). Everything was working fine until I installed the Citier gem. Once I installed the gem, I began to get the following error:

superclass mismatch for class SQLiteAdapter

the full error is included in this gist: Full Trace of Error Message

Does anyone have any suggestions for a workaround or a fix for this error.

Thanks in advance for your help.

Это было полезно?

Решение

'citier' is assuming a certain class hierarchy for SQLiteAdapter and PostgreSQLadapter, and that is clashing with JDBC adapters'. I don't know how to fix it; it might be as simple as removing the inheritance specification from the offending line 17, but maybe not. Either way, you should contact citier's author.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top