InternalJavaProxy needs setInvocationHandler
--------------------------------------------

                 Key: JRUBY-5799
                 URL: http://jira.codehaus.org/browse/JRUBY-5799
             Project: JRuby
          Issue Type: Improvement
          Components: Embedding
            Reporter: Kohsuke Kawaguchi


In working with Jenkins <http://jenkins-ci.org/> & JRuby integration, I've 
identified the following problem.

As a part of this effort, I'm serializing object graph (that includes both Java 
objects and Ruby objects) into an XML format via XStream. When I de-serialize 
Java proxy objects that implements InternalJavaProxy, there's currently no 
portable way to set the JavaProxyInvocationHandler. This is forcing me to use 
reflection to directly set the field, but it should be possible to do this via 
InternalJavaProxy.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to