Results 1 to 5 of 5

Thread: RmiInvocationWrapper_Stub "missing" from org.springframework.context-3.0.0.M3.jar

  1. #1
    Join Date
    May 2009
    Posts
    2

    Default RmiInvocationWrapper_Stub "missing" from org.springframework.context-3.0.0.M3.jar

    Hi All

    Without this class I cannot invoke RMI services from 3.0M3 client to 2.5.5 server. Is there a reason why RmiInvocationWrapper_Stub is no longer available in 3.0?

    Thanks, Robin.

  2. #2
    Join Date
    May 2008
    Posts
    9

    Default

    Did someone found where this has been moved or how to solve the ClassNotFoundException? I am having the same issue.

  3. #3
    Join Date
    Oct 2006
    Location
    Belgium
    Posts
    7

    Default

    I'm having the same issue with the 3.0.0.RELEASE version of Spring: when I connect to an RMI service implemented with Spring 2.5.x from a client using Spring 3, I get a ClassNotFoundException on RmiInvocationWrapper_Stub.
    There's an issue in JIRA issue for this, https://jira.springsource.org/browse/SPR-6208.

  4. #4
    Join Date
    May 2008
    Posts
    9

    Default

    Yes, same problem. I ended up creating a jar which I called spring-compatibility with the missing class. I am surprised that the issue https://jira.springsource.org/browse/SPR-6208 has been marked as resolved. They should have included these missing class in spring 3.0 for backward compatibility as the last comment says.

  5. #5
    Join Date
    Aug 2006
    Posts
    18

    Default

    Here what the official documentation says : http://static.springsource.org/sprin...l/ch04s02.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •