Can anyone else who has followed this tutorial confirm whether the project should be created with a 'Dynamic Web' project facet?
Type: Posts; User: geordieracer; Keyword(s):
Can anyone else who has followed this tutorial confirm whether the project should be created with a 'Dynamic Web' project facet?
amercado, the wuick solution for me was to add the folopwing repository to the roo project pom.xml to pick up the snapshot builds
<repository>
<id>spring-maven-snapshot</id>
<name>Spring...
Hi
I have been following the 'Introducing the Flex Addon for Spring Roo" tutorial at http://blog.springsource.com/2010/07/14/introducing-the-flex-addon-for-spring-roo/
I have managed to get to...
Hi, I'm having exact;y the same issue. Did you ever find a resolution?
Thanks Jeremy, I think I'm mostly there now, I just seem to have some issues now with work proxy servers.
Despite having read through the vast number of posts surrounding installation issues, I find myself just as confused!!! I am attempting to install SpringSource Tool Suite with the Spring Blaze DS...
As an interim solution we'll simply scrape the Device ID from the request header and use this to authenticate the user against an ADAM resource having looked up their username.
Going back to the...
Hi (I'm new to Spring so please forgive any stupid questions!)
I'm using Spring 3.0.0 to authenticate a web app using Spnego. This is all configured and working fine. However the app is also to be...