OK, so I answered my own question, and a little bit of patience with the mvn build allowed the http timeout to take place. I should have seen from the title that it's a missing schema test with an http://xxx namespace, so the system is trying to get the schema from the internet and failing after a long timeout. I guess the fact that it is not enable in the test suite means that it perhaps ought to be named something other than *TestCase in order that it is disable in the maven execution too, yes?
Kelvin. On 29/05/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
I'm just trying to commit a fix for TUSCANY-1305, and so went to build with maven. All the tests run fine in eclipse, but in maven the impl project's tests hang indefinitely in DeserializationNoSchemaTestCase. Has anyone else seen this? My impl and lib projects are up to date at revision 542580, and my only update in the impl project is the addition of a method that does not override any behaviour. Kelvin.
