Hi
i didn't find out what the problem is or if it is the same problem, but org.apache.geronimo.remoting.RemotingInterceptorsTest "hangs" and Running org.apache.geronimo.naming.java.BasicContextTest fails.
Bodo
Kristian Koehler schrieb:
Hi
we have a problem when running the tests for the core module.
The org.apache.geronimo.deployment.repository.DownloadTest fails when being executed offline or from behind a firewall. Since the VM can't establish a connection to the remote URL (http://www.ibiblio.org/maven/) the test fails causing the complete build to fail as well. Which means that currently only compilation and testing is run. Building a distribution requires local hacking (which is a bit annoying).
Or are we missing some local configuration, especially for working offline?
If not, we could image the following solutions and would provide them if wanted.
1. Check if a Connection to the remote host can be establihed. If not skip the testRemoteCopy() Test.
2. Start a tiny web server (like JWebUnit IIRC) on the local machine and download the file from there.
3. Is the remote HTTP test actually necessary?
FFPX
Steffen and Kristian
