[Pljava-dev] Deployment Descriptor Problem
Thomas Hallgren
thomas at tada.se
Tue Oct 10 08:15:29 UTC 2006
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
More information about the Pljava-dev
mailing list