PDA

View Full Version : Bug in Spring Integration Sample "quote" for 2.0.0M1



TimWhite
Oct 29th, 2009, 03:23 PM
The context xml file (quoteDemo.xml) is not down inside the package folder, so the app can't find it. In other samples, like oddeven, it's down inside the package, and works OOTB...

Mark Fisher
Oct 29th, 2009, 03:28 PM
Are you seeing something different than this?


$ pwd
...quote/src/main/java/org/springframework/integration/samples/quote

$ ls
Quote.java QuoteService.java quoteDemo.xml
QuoteDemo.java TickerStream.java

TimWhite
Oct 29th, 2009, 03:36 PM
I was. Based on your response I went back and pulled a fresh copy from the site and exploded it, and it looks correct. Hooray!

Not sure how it ended up out of place when I imported it into STS...becuase I just did it again and it was fine.

I'm hoping it was just a slip of the mouse on my part, thanks!!!

Tim

Mark Fisher
Oct 29th, 2009, 04:47 PM
Glad to hear it.

-Mark