I'm getting this from multiple machines hosted at various data centers when trying to do a clean build of a project with a large set of dependencies:
Could not transfer artifact org.hibernate:hibernate-entitymanager:jar:3.6.4.Final from/to jboss-public-repository-group (
https://repository.jboss.org/nexus/cont ... /releases/): Error transferring file: Connection refused
It isn't just the entitymanager, it seems like the jboss repository just randomly fails. If I wait and try again a half dozen times eventually maven can get all the hibernate artifacts from the Jboss repository but this problem makes our nightly build tool report failures quite often.
Is this a know issue with the jboss.org repository?