
Originally Posted by
Dave Syer
If you are connected to the internet Eclipse will follow the http link to the schema definition, as long as you type it correctly.
It has to be correctly spelled because I'm able to follow this link in Eclipse by clicking ctrl+link. But obviously my Eclipse doesn't follow this link.
Anyway, here is my beans-definition:
Code:
<beans:beans xmlns="http://www.springframework.org/schema/batch"
xmlns:beans="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/batch
http://www.springframework.org/schema/batch/spring-batch-2.0.xsd
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd ">

Originally Posted by
Dave Syer
Thanks for this hint. Since I do have the spring extension installed already, I uninstalled it and installed the newest version again. Still the same problem: It seems to point to an old schema and marks all new elements red.

Originally Posted by
Dave Syer
STS also knows the schema location so it can install it in your XML file with one mouse click.
How do I do this?
And how do I create extra catalog entries?
Thanks for your effort!