Mine don't have different namespaces in included XSD's; but, yes, I only specify the top-most XSD file in my schema collection bean definition.
FWIW, HTH. Thanks.
Type: Posts; User: Quasimodo; Keyword(s):
Mine don't have different namespaces in included XSD's; but, yes, I only specify the top-most XSD file in my schema collection bean definition.
FWIW, HTH. Thanks.
Out of curiosity, what was the mistake in the Spring config. and what was the fix?
Thanks.
Never mind. Upgrading to castor-1.2 solved the issue. I swear there was another incompatibility with 1.2 though which was why I went with 1.1.2 in the first place---something about not finding...
<bump>
Any updates?
I'm running into the same issue deploying a spring WS 1.5.4 to WebSphere 5.1 (JDK 1.4.2) with castor 1.1.2.1. No issue with deploying the same app to Tomcat 5.5/JDK 1.5,...
Never mind. I found the (silly) problem. Looks like Tomcat 5.x doesn't like ContextLoaderServlet. I've to use that and Log4jConfigServlet on WAS because WAS doesn't implement listeners. But,...
I've just quite recently started playing around with Spring 2.0-RC3 and Acegi 1.0.1. I added Acegi to Thomas Risberg's step-by-step example and it works fine on WebSphere AS 5.1.0. However, when I...