Results 1 to 3 of 3

Thread: Spring-Data limitations on OSGi

  1. #1
    Join Date
    Apr 2011
    Location
    Aachen, Germany
    Posts
    16

    Default Spring-Data limitations on OSGi

    Hello friends,

    I'm very enthusiastic about spring-data and I'm eager to use it into my OSGi applications, but I'm concerned about the not yet release code. It would be nice to hear another experience and comments about:
    1. OSGified libs - i.e. if I want to import the libs from the OSGi environment, there's a already a bundle for exporting then? For which (sub)projects?
    2. If not, what's required for that, just a manifest? Someone can share it?


    thanks

    Paulo Machado

  2. #2
    Join Date
    Apr 2006
    Location
    Dresden, Germany
    Posts
    493

    Default

    Hi,

    there had been an issue with our manifest files as we had misconfigured the Maven JAR plugin which in turn caused the Bundlor-generated manifests not ending up inside our release JARs. This should be fixed as of [1] (the ticket was filed against JPA but we have fixed that for Commons and Mongo as well). Beyond that it should be a matter of finding OSGi-ready JARs of the underlying datastore.

    Cheers,
    Ollie

    [1] https://jira.springsource.org/browse/DATAJPA-42

  3. #3
    Join Date
    Apr 2011
    Location
    Aachen, Germany
    Posts
    16

    Default

    I will keep an eye on this issue. Also, next time I'll take a look in the jira before asking in the forum.

    Thanks for the reply,
    cheers
    Paulo

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
  •