[Pljava-dev] Deployment Descriptor Problem

From: thomas at tada(dot)se (Thomas Hallgren)
To:
Subject: [Pljava-dev] Deployment Descriptor Problem
Date: 2006-10-10 08:15:29
Message-ID: 452B56A1.7020102@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Joshua Ross wrote:
> What isn't very good here is that the order in which the Name and
> SQLJDeploymentDescriptor are listed. So I updated the manifest in the
> file to be like this(including blank line at the end of the file):
> ------------------------------------------------------------------------
> Manifest-Version: 1.0
> Created-By: 1.5.0_07 (Sun Microsystems Inc.)
> Main-Class: VinDecoderTest
> SQLJDeploymentDescriptor: TRUE
> Name: deployment/VinDecoder.ddr
>
The order of your entries is wrong. The 'Name' entry must come before the entries that
applies to that named entry (in this case the SQLJDeploymentDescriptor). The MANIFEST.MF
suggested by Markus is correct:

> > ----
> > Manifest-Version: 1.0
> >
> > Name: deployment/examples.ddr
> > SQLJDeploymentDescriptor: TRUE
> > ----
>
>
Kind Regards,
Thomas Hallgren

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Jeffrey Lyon 2006-10-11 02:46:23 [Pljava-dev] Missing JDBC Features?
Previous Message Joshua Ross 2006-10-09 15:18:01 [Pljava-dev] Deployment Descriptor Problem