Results 1 to 3 of 3

Thread: Bundle-Classpath string gets '/' replaced by '\' on windows

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Location
    Mont-Saint-Hilaire, QC
    Posts
    16

    Default Bundle-Classpath string gets '/' replaced by '\' on windows

    Is this a known issue? In my template.mf, I have the following directive:

    Code:
    Bundle-Classpath: .,lib/xhive.jar
    Then, after the maven build (including the use of the bundlor plugin), this directive became:

    Code:
    Bundle-Classpath: .,lib\xhive.jar
    When deployed in ServiceMix4/Felix, it fails miserably. The directive isn't recognized, so the classes in the included jar aren't found by the bundle classloader.

  2. #2
    Join Date
    Sep 2008
    Location
    Mont-Saint-Hilaire, QC
    Posts
    16

    Default

    ... or maybe this is related to the runtime container?

  3. #3
    Join Date
    Jan 2006
    Location
    Southampton, UK
    Posts
    117

    Default

    Yup. I'm not being spec compliant there.

    I've done the fix. This is in 1.1.0.CI-8 and can be found in either the snapshot area or via Maven as 1.1.0.BUILD-SNAPSHOT.
    Ben Hale
    tc Server Team Core Developer
    http://www.springsource.com/products/tcserver

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
  •