|
|
I need to include the spring schemas (spring-beans-2.5 and spring-context-2.5) in my project because the system I will be running on is behind a firewall and cannot obtain the schemas over the web. However, I'm having a problem specifying a relative path for the schemaLocation attribute. I've tried things similar to the following, but they don't seem to work:Code:
xsi:schemaLocation=quot;schema/beans file--/./src/main/resources/spring-beans-2.5.xsdquot;
Does anyone have any suggestions?
ThanksP.S. this is my first post in the spring community forums. Looks like a very good place to get information, so I will be visiting quite often.
It looks like I may have solved my issue. I removed the quot;file--/quot; and the path from the file, and it seems to find the xsd file without an issue now. |
|