Faulty config in files

Issue #1 resolved
Former user created an issue

Files pom.xml and generate-src-rivtabp20.bat haven't been updated with the new versions. in Pom.xml: <wsdl>${schema.path}/interactions/LasLFPrivatpersonInteraction/LasLFPrivatpersonInteraction_1.0_rivtabp20.wsdl Should be <wsdl>${schema.path}/interactions/LasLFPrivatpersonInteraction/LasLFPrivatpersonInteraction_4.0_rivtabp21.wsdl

And in generate-src-rivtabp20.bat: ET W6=%SCHEMADIR%%SCHEMADIR%\interactions\LasLFPrivatpersonInteraction\LasLFPrivatpersonInteraction_1.0_rivtabp20.wsdl Should be ET W6=%SCHEMADIR%%SCHEMADIR%\interactions\LasLFPrivatpersonInteraction\LasLFPrivatpersonInteraction_4.0_rivtabp21.wsdl

Comments (4)

  1. khaled daham

    More errors in the build-files.

    Both jaxws and wcf build files point to names with 1.0 instead of 4.0 for the following files.

    • LasLFForskrivareInteraction/LasLFForskrivareInteraction_4.0_rivtabp21.wsdl
    • LasLFPrivatpersonInteraction/LasLFPrivatpersonInteraction_4.0_rivtabp21.wsdl
    • LasLFVardsystemInteraction/LasLFVardsystemInteraction_4.0_rivtabp21.wsdl

    Both jaxws and wcf build files include the following wsdl-files which do not exist in this repository.

    • RapporteraBorttagLFInteraction_1.0_rivtabp20.wsdl
    • RapporteraExpeditionLFInteraction_1.0_rivtabp20.wsdl
    • SkrivUtLakemedelsforteckningInteraction_1.0_rivtabp20.wsdl

    And for good measure target and source version for java should be bumped to 1.8, 1.6 is not supported anymore. cxf-version should be bumped as well.

  2. Log in to comment