openejb client ejb ref lookup don't use the right classloader.
--------------------------------------------------------------

                 Key: GERONIMO-2819
                 URL: https://issues.apache.org/jira/browse/GERONIMO-2819
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: application client, OpenEJB
    Affects Versions: 2.0-M2
            Reporter: David Jencks
             Fix For: 2.0-beta1


App clients can't look up ejbs because the Reference object doesn't use the 
right classloader to deserialize stuff from the server.  IMO they should use a 
ClassloaderAwareReference like they did with openejb2.  However, the attached 
code that uses the TCCL works.  It would probably fail if the app client 
started more threads, so I don't regard it as a final solution.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to