Results 1 to 4 of 4

Thread: dmServer and web bundles

  1. #1
    Join Date
    Dec 2005
    Location
    Philadelphia, PA, USA
    Posts
    228

    Default dmServer and web bundles

    Hi,

    I noticed that dm-server will only look at artifact extension when deciding if it is an webapp or not.

    From WebBundleTransformer.
    Code:
        private boolean isWebBundle(InstallArtifact installArtifact) {
            return (installArtifact instanceof BundleInstallArtifact && installArtifact.getArtifactFS().getFile().getName().toLowerCase(Locale.ENGLISH).endsWith(
                WAR_EXTENSION));        
        }
    Is there a specific reason why you guys not looking at Web-ContextPath manifest entry also?
    Thanks
    Dmitry

  2. #2

    Default

    On the other hand, the current Bundle Export Wizard only allows the jar extension. I have to manually change .jar to .war in order deploy the bundle as a web bundle.

  3. #3
    Join Date
    Dec 2005
    Location
    Philadelphia, PA, USA
    Posts
    228

    Default

    Thanks
    Dmitry

  4. #4
    Join Date
    Jun 2009
    Posts
    12

    Default

    Hi,

    Today I've downloaded spring DM server 2.0.0.RELEASE but this bug isn't resolved!
    How can i deploy a WAR web bundle directly from Eclipse Spring Tool Suite?

    Bye

    Federico

Posting Permissions

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