| Forums: |
Spring
vc
|
| Author |
Spring Tool Suite STS 3.1.0.RELEASE: can't create simple spring integration project
|
H Paul
Ranch Hand
Joined: Jul 26, 2011
Posts: 299
|
|
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?
|
 |
Martin Vajsar
Bartender
Joined: Aug 22, 2010
Posts: 2332
|
|
|
I've added your post to the Spring forum too, perhaps someone there will be able to help.
|
 |
Bill Gorder
Bartender
Joined: Mar 07, 2010
Posts: 1282
|
|
|
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.
|
[How To Ask Questions][Read before you PM me]
|
 |
H Paul
Ranch Hand
Joined: Jul 26, 2011
Posts: 299
|
|
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
Joined: Jul 26, 2011
Posts: 299
|
|
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.
|
 |
Himanshu bisht bebo
Greenhorn
Joined: Jun 12, 2012
Posts: 9
|
|
|
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
|
 |
 |
|
|
subject: Spring Tool Suite STS 3.1.0.RELEASE: can't create simple spring integration project
|
|
|