Re: [hibernate-dev] Integration test failure

2011-10-12 Thread Hardy Ferentschik
On Wed, 12 Oct 2011 16:13:30 +0200, Davide D'Alto wrote: > Maybe this one: https://issues.jboss.org/browse/SHRINKWRAP-293? Another candidate. I am at the moment more struggling with figuring out how to upgrade arquillian-junit-container and jboss-as-arquillian-container-managed in a compat

Re: [hibernate-dev] Integration test failure

2011-10-12 Thread Davide D'Alto
Maybe this one: https://issues.jboss.org/browse/SHRINKWRAP-293 ? On Wed, Oct 12, 2011 at 3:04 PM, Hardy Ferentschik wrote: > On Wed, 12 Oct 2011 15:55:13 +0200, Sanne Grinovero > wrote: > >> why is it even attempting to download anything? > > Well, so far it is only a guess, but it might be that

Re: [hibernate-dev] Integration test failure

2011-10-12 Thread Hardy Ferentschik
On Wed, 12 Oct 2011 15:55:13 +0200, Sanne Grinovero wrote: > why is it even attempting to download anything? Well, so far it is only a guess, but it might be that due to SHRINKWRAP-294 my in settings.xml gets ignored, hence it cannot find the SNAPSHOT in the local repo and tries to download.

Re: [hibernate-dev] Integration test failure

2011-10-12 Thread Sanne Grinovero
Hardy, why is it even attempting to download anything? You're supposed to run "mvn clean install" at least once before trying the new integration tests, it should pick your local builds and deploy those. You're using Maven 3.0.3 I guess? There was a bug in version 3.0.1 which would have it downloa

Re: [hibernate-dev] Integration test failure

2011-10-12 Thread Hardy Ferentschik
Hi, I don't think my settings.xml is wrong, but I am wondering whether we run into a Shrinkwrap bug - https://issues.jboss.org/browse/SHRINKWRAP-294 In MeberRegistrationIT we are using MavenDependencyResolver which might not honor my settings in settings.xml. According to the Jira this is fixe

Re: [hibernate-dev] Integration test failure

2011-10-12 Thread Scott Marlow
Hmm, I see "Caused by: java.net.UnknownHostException: central" in the stacktrace. I wonder if it could be something wrong in your maven settings.xml. Maybe compare against http://community.jboss.org/wiki/MavenSettingsExample-Users Or I can send a copy of my settings.xml if needed. If its even

[hibernate-dev] Integration test failure

2011-10-12 Thread Hardy Ferentschik
Hi, anyone else having problems with the latest integration test failure? It's a massive stacktrace, so I posted it here - http://pastebin.com/HMWRiAuW Looks like Arqullian tries to download hibernate-search-orm as dependency and fails. --Hardy ___