Results 1 to 3 of 3

Thread: Congratulations for the new Spring Integration project templates (couple of issues)

  1. #1
    Join Date
    May 2006
    Location
    Madrid
    Posts
    383

    Default Congratulations for the new Spring Integration project templates (couple of issues)

    Hello:

    I've tried the new Spring integration project templates and I've found them very useful.

    So, congratulations.

    Nonetheless, there are a couple of issues with them:
    - The standalone (File) doesn't use the artifactId that you provide in the wizard, nor creates the top level package as you wish.
    - The standalone (Simple) doesn't creates the top level package that you provide in the wizard either.
    - The web project doesn't creates the top level package with the name that you provided in the wizard and it has an error due to the integration-twitter.

    Thank you.

  2. #2
    Join Date
    Aug 2005
    Location
    Atlanta
    Posts
    124

    Default

    Hi,

    That you so much for trying this out and for providing feedback! Regarding your issues, how do you define your top-level package? Do you try to define a nesting-level > 3? In that regard, I have re-opened the following Jira:

    https://issuetracker.springsource.com/browse/STS-1790

    Thus, currently you have to specify a top-level package with a nesting level of 3, e.g.: org.springintegration.demo

    Regarding the file template not using the artifactId: I have create the following Jira, which I will try to get it resolved, later today:

    https://jira.springsource.org/browse/INTTEMPLATES-1

    Please follow both issues. Once I have updates, I will updates this forum-entry as well.

    Cheers,

    Gunnar
    Gunnar Hillert
    SpringSource/VMWare, Spring Integration team
    SpringSource Team - Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/ghillert
    http://blog.hillert.com/
    http://blog.springsource.com/author/ghillert/

  3. #3
    Join Date
    May 2006
    Location
    Madrid
    Posts
    383

    Default

    Thank you very much.

    I defined the top level package as a 5-level! package.

    I made in that way because I intended to share a common groupId for all the samples and separate artifactId for each sample. For instance:

    Code:
        <groupId>com.malsolo.integration.samples</groupId>
        <artifactId>simple</artifactId>
        <version>1.0-SNAPSHOT</version>
        <packaging>jar</packaging>
    And the top level package com.malsolo.integration.samples.simple

    Greetings

Posting Permissions

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