Thanks again,
You are right, I tried to find something like noProxy but could not find it. The right JVM parameters to send are:
-Dhttp.proxyHost=proxyHost
-Dhttp.proxyPort=8proxyPort
-Dhttp.nonProxyHosts=”*.myCompany.ca|localhost”
I did not find anything in JBoss documentation but more in the JDK docs.
Everything works with those settings !
Thanks for you time and your help, you guided me to the right solution.