[
https://issues.apache.org/jira/browse/XBEAN-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892161#action_12892161
]
Ryan Moquin commented on XBEAN-151:
-----------------------------------
The issue will go away if you put the correct entries in the schemaLocation
element. I some cases, I had some difficulties with getting some of my xbean
configurations to validate against the generated XSD. I don't think the
generated XSDs are wrong, though I'm not really sure what else I'm doing wrong.
In previous versions of Spring, the method I override on those two classes
were empty and therefore validation wasn't set on by default. I think it's
definitely a choice for you guys on which way you'd rather resolve this issue.
If you go the route of adding the correct schemaLocation attributes, then I
guess we'll have to figure out why some of the configs don't validate. It is
weird that the config won't validate, but the configuration still works as you
would expect when using it at runtime.
> Xbean-Spring is "incompatible" with Spring Framework 3.0.x
> ----------------------------------------------------------
>
> Key: XBEAN-151
> URL: https://issues.apache.org/jira/browse/XBEAN-151
> Project: XBean
> Issue Type: Bug
> Components: spring
> Environment: Any
> Reporter: Ryan Moquin
> Attachments: ClassPathXmlApplicationContext.java,
> org.apache.xbean.spring.context.RestaurantUsingXBeanTest.txt,
> ResourceXmlApplicationContext.java
>
>
> A lot of people have complained about this but haven't opened an issue for
> it. I've investigate it a bit and really it's not that xbean-spring is truly
> incompatible, it's that everyone (including the spring-xbean unit tests)
> creates xbean-spring configurations that assume Spring validation is turned
> off. This means that an xbean-spring configuration will fail to load without
> the schemaLocation defined with all custom namespaces. This can get a little
> tricky with xbean-spring syntax since when you add the appropriate schemas
> for validation, the xbean-configuration will fail to validate even though the
> configuration loads and operates correctly at runtime. I've found a few
> constructs I've used to be tough to figure out how to get to validate in
> order to run with Spring 3.0.x. The easiest solution to deal with this is to
> something turn off the default validation in Spring 3.0.x (which wasn't
> turned on by default in versions of Spring previous to 3.0.x). To reproduce
> this, simply get the project's code from trunk, and change the spring
> dependency versions to, 3.0.3.RELEASE and build. xbean-spring will fail.
> I'm attaching the results of one of the failed tests and you'll see the xbean
> configuration for that test failed validation for the "beans" tag.
> Here is what the results of the build look like, in case it helps in anyway:
> Results :
> Tests in error:
> testPizza(org.apache.xbean.spring.context.RestaurantUsingXBeanTest)
> testPizza(org.apache.xbean.spring.context.RestaurantUsingXBeanAsRootTest)
> testBeer(org.apache.xbean.spring.context.BeerNullTest)
> testFavs(org.apache.xbean.spring.context.FavoriteUsingXBeanMixedTest)
> testBeer(org.apache.xbean.spring.context.KegXBeanTest)
> testBeer(org.apache.xbean.spring.context.KegXBeanAndPropertiesTest)
>
> testPizza(org.apache.xbean.spring.context.PizzaUsingXBeanWithJavaNamespaceTest)
> testConfigureJndiInsideSpringXml(org.apache.xbean.spring.jndi.JndiTest)
> testBeer(org.apache.xbean.spring.context.BeerUsingXBeanSystemPropTest)
> testPizza(org.apache.xbean.spring.context.PizzaUsingXBeanTest)
>
> testPizza(org.apache.xbean.spring.context.RestaurantUsingXBeanWithSimplerConfigTest)
> testRecipes(org.apache.xbean.spring.context.RecipeUsingXBeanMixedTest)
>
> testPizza(org.apache.xbean.spring.context.RestaurantUsingResourceXmlApplicationContextTest)
> test(org.apache.xbean.spring.context.SpringExtensionTest)
> testSocketService(org.apache.xbean.spring.context.SocketAddressXBeanTest)
> testSocketAddress(org.apache.xbean.spring.context.SocketAddressXBeanTest)
> testRecipes(org.apache.xbean.spring.context.RecipeUsingXBeanTest)
> testFavs(org.apache.xbean.spring.context.FavoriteUsingXBeanTest)
> testBeer(org.apache.xbean.spring.context.BeerUsingXBeanTest)
> testWine(org.apache.xbean.spring.context.WineUsingXBeanTest)
>
> testPizza(org.apache.xbean.spring.context.PizzaUsingXBeanWithPropertiesTextNodeTest)
> testSoup(org.apache.xbean.spring.context.SoupUsingXBeanTest)
> testFlatMap(org.apache.xbean.spring.context.FlatMapTest)
> test1(org.apache.xbean.spring.context.ComponentTest)
> test2(org.apache.xbean.spring.context.ComponentTest)
> testQName(org.apache.xbean.spring.context.QNameUsingXBeanTest)
> testWine(org.apache.xbean.spring.context.GinUsingSpringTest)
> testPizza(org.apache.xbean.spring.context.PizzaUsingXBeanWinBeanRefTest)
> testWine(org.apache.xbean.spring.context.VodkaUsingXBeanTest)
> testSalad(org.apache.xbean.spring.context.SaladUsingXBeanTest)
> testPizza(org.apache.xbean.spring.context.RestaurantUsingXBeanMixedTest)
> testPizza(org.apache.xbean.spring.context.RestaurantUsingSpringExtendedTest)
> Tests run: 58, Failures: 0, Errors: 32, Skipped: 0
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.