Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: RMI fails with Spring DM when passing a domain object as a method argument

  1. #11
    Join Date
    Jun 2010
    Posts
    2

    Default

    Hello Costin,

    ist it somehow possible to get us a little more help about how to build a "bridge" classloader for theRMI usage ....
    I do not want to modify the springframework/spring dm Bundles ... I have invested several hours now I do not get any further ...

    Regards

  2. #12
    Join Date
    Jun 2010
    Posts
    2

    Default

    Hello all,

    a collegue gave me the most effective hint for this problem.

    I did not want to manipulate the 3rd party spring bundles, but to build the bridge-classloader I was not smart enough :-).
    So the poor man's, solution is to create a fragment for each spring bundle (core, beans, context) and add the DynamicImport-Package: * statement to the manifest ...

    And by miracle and wonder everything works fine :-)

    Cheers

Tags for this Thread

Posting Permissions

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