Just wanted to give a short status update with regards to RMI. RMI in the trunk is currently not working after I switched to spring 2.5.6 in the target platform. I had forgotten that I had to make my own bundle from the spring.jar so that the manifest had an DynamicImport-Package:* statement in it. For more about this problem, see this post
http://forum.springsource.org/showthread.php?t=66231 As a result it looks like I need to modify two bundles from the spring project: org.springframework.aop and org.springframework.context. I did this today and it worked, however, eclipse would not let me export the bundles. Jochen: how do you normally modify bundles then rexport them? I did the following: From the plugins view I right-clicked org.springframework.aop and imported it as a binary plugin project. I then could modify the manifest like I needed to do. Then when I clicked the export link, the bundle was not there for me to choose in the list of plugins to export. Any ideas here? Does it have something to do with that pesky problem of eclipse not knowing what to do with a jar inside of a plugin? Thanks, Kyle ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Rifidi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rifidi-developers
