Trouble with spring-jee-2.0.xsd
I hope this is the right forum to post this in. None of the others seemed appropriate.
I'm having an issue running an application. This same app works fine everywhere else we've run it, except on this one machine. For some reason, running the app in the Maven Jetty plugin, it is unable to find schem...ng-jee-2.0.xsd. From this same machine, I can get to that xsd using both a browser and wget. I can run it just fine on another machine that has essentially the same environment. I cannot find any reason why this shouldn't work.
If anyone has any tips at all, I'll be most thankful! I'm out of ideas.
TIA,
Dave
Strangely, I thought that some additional information had been posted here. Maybe I dreamed it over the long weekend.
I ended up kind of going around the problem instead of really solving it. I still have no idea why that xsd was unavailable for me. Instead, I changed my xml to use the JndiObjectFactoryBean to get my JNDI value. The quot;old fashionedquot; way, so to speak. It took me just as many lines of xml code, and it works. So, I wasn't unhappy with it.
Someone else had suggested using a JNDI callback, but I haven't taken the time to look into it.
Dave
You might try putting spring-remoting on your runtime classpath as the XSD appears to be in that JAR file in Spring 2.0.x. |