Charles Oliver Nutter (JIRA) wrote:
Ruby class extending Java class and including interface only generates interface impl proxy -------------------------------------------------------------------------------------------Key: JRUBY-4571 URL: http://jira.codehaus.org/browse/JRUBY-4571 Project: JRuby Issue Type: Bug Components: Java Integration Reporter: Charles Oliver Nutter Fix For: JRuby 1.5
Ah! This is the exact issue I ran into with some Monkeybars-based code. I started getting errors because the object passed into a Java-class constructor was no longer the proper type, and was instead now org.jruby.gen.InterfaceImplxxxxxxx.
James -- Neurogami - Smart application development http://www.neurogami.com [email protected] --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
