With a brand-new STS 2.9.1 and suitable extensions, I checked out the spring-security 3.1.0 release from git://github.com/SpringSource/spring-security.git and tried to build some samples. I fixed the...
Type: Posts; User: sosiouxme; Keyword(s):
With a brand-new STS 2.9.1 and suitable extensions, I checked out the spring-security 3.1.0 release from git://github.com/SpringSource/spring-security.git and tried to build some samples. I fixed the...
I think this is probably an STS error. When I run an actual test case using this config it completes fine.
No, that doesn't work. The error is then:
cvc-complex-type.2.4.a: Invalid content was found starting with element 'property'. One of '{"http://www.springframework.org/schema/jdbc":script}' is...
In a Spring 3.0 configuration file, I have:
<jdbc:embedded-database id="dataSource">
<jdbc:script location="classpath:rewards/testdb/schema.sql"/>
<jdbc:script...
Did you notice the lower half of that page where you can download and build the samples from code?
Can't comment on your problem but SWF 2 has been out for years now, perhaps that would be better...
I don't think there's anything wrong with the JSP. STS just thinks there is, for some inscrutable reason. Package it up as WAR and deploy, the app seems to work fine. I'd like to understand what the...
http://www.springsource.org/webflow-samples
Give it a try, I'd be interested to know if these work better for you than they did for me. I at least could see swf-booking-mvc working.
However I can deploy the project and it runs just fine. Problem with STS? It's version 2.3.2.
Maybe resolving or ignoring this sort of thing is old hat to folks here... by all means, enlighten us...
Christian, I appreciate the workaround... got me past it. It would be nice to also have an explanation of what went wrong, and preferably how one might know how to fix this without needing someone...
Probably worth mentioning, I'm using the Sun JVM.
$ java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01,...
On a fresh Fedora 13 with a newly downloaded STS 2.3.2 (used springsource-tool-suite-2.3.2.RELEASE-e3.5.2-linux-gtk-x86_64-installer.sh) I added Groovy and Grails and then tried to create a Roo...
Suppose I'm a fairly inexperienced Java developer - took some classes in college, wrote a few simple applications, but haven't really worked in an enterprise setting. I've heard about the Spring...