• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Spring Tool Suite STS 3.1.0.RELEASE: can't create simple spring integration project

 
Ranch Hand
Posts: 491
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure if this is the right place (IDE) or Spring related

1. downloaded STS 3.1.0.RELEASE
2. learn by example. Follow this article
http://blog.springsource.org/2012/04/09/create-spring-integration-projects-using-sts/
3. nothing generated except the project name.

Is there anything I missed?
 
Sheriff
Posts: 3837
66
Netbeans IDE Oracle Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've added your post to the Spring forum too, perhaps someone there will be able to help.
 
Bartender
Posts: 1682
7
Android Mac OS X IntelliJ IDE Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you behind a proxy? Sometimes you will see this if when STS tries to download the template it fails. Check your maven console for errors.
 
H Paul
Ranch Hand
Posts: 491
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. create simple utility and batch project is OK. Code+Test+pom.xml

2. create simple mvc project: missing artifact: maven repositories related? 3.1.1.RELEASE

local repositories
global repositories
project repositories

which one should I change the URL to point to the latest maven repositories?

3. create simple integration project, only
a. project name generated and nothing else. Is this also maven related issue?

b. also integration-graph not enabled. How to see or enabled it without create specific simple integration project?
 
H Paul
Ranch Hand
Posts: 491
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. without using simple integration template as it's a (temporary) issue to create it now,

To enabled/see integration graph, the project needs to be integration-based, so just create a simple project and
just add to spring context.xml the integration namespace, say for example:

2. as for other issue, I think it is maven url repositories and/or dependency jar version issue. Need to sort them out.

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you should check your pom.XML file may be something wrong there , or may be you don't have space required to build your project
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic