I upgraded to 0.8.1 yesterday and and now am having issues with this
error, wich I believe is to do with the primary key on tables.  I don't
really understand where this has come from; it isn't in the code I have
written, as I can run it with the 0.8.0.
 
 
Exception in thread "main" java.lang.NoSuchMethodError:
org.jruby.Ruby.newFixnum(I)Lorg/jruby/RubyFixnum;
        at
jdbc_adapter.JdbcAdapterInternalService$6.call(JdbcAdapterInternalServic
e.java:617)
        at
jdbc_adapter.JdbcAdapterInternalService.withConnectionAndRetry(JdbcAdapt
erInternalService.java:241)
        at
jdbc_adapter.JdbcAdapterInternalService.execute_update(JdbcAdapterIntern
alService.java:612)
        at
jdbc_adapter.JdbcAdapterInternalServiceInvoker$execute_update_s_method_1
_0.call(Unknown Source)
        at
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:299)
....
<many lines ommitted>
 
Does anyone know where this comes from ?  Have I missed a dependency ?
I have run "jruby -S gem update" in case I missed a requirement.
 
Any advice appreciated.
 
NB:  I have having this issue with the sybase driver I am developing,
but given I have taken this code from the MsSQL driver, I would be
interested to know if it has the same issue.
 
Leigh.
 

************** IMPORTANT MESSAGE ************** 
The information contained in or attached to this message is intended only for 
the people it is addressed to.
If you are not the intended recipient, any use, disclosure or copying of this 
information is unauthorised and prohibited. 
This information may be confidential or subject to legal privilege. 
It is not the expressed view of the Commonwealth Bank of Australia ABN 48 123 
123 124 or its subsidiaries, including the Colonial First State Global Asset 
Management group of companies, unless that is clearly stated.
 Commonwealth Bank of Australia and its subsidiaries cannot accept liability 
for any virus damage caused by this message.
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to