I have done some research and tests of my own. It seems this is a real show stopper. First of all I have tried to integrate Ant's <setproxy> task into the pom, right before the call to web-tests.xml. It did not work. I got the usual 'Could not create task or type of type: setproxy' so I begun upgrading to 1.7.0, setting the classpaths and playing around with ant for a while. Then I removed the task directly into the web-tests.xml, and made a 'depends' entry in the 'Login' test... This did not work either. Finally, I encountered this issue: http://jira.codehaus.org/browse/MANTRUN-69 describing exactly my experience.
I am desperate. I have been working real hard on AppFuse2 evaluation as a candidate infrastructure framework for a critical J2EE project in the last 8 working days. I have solved almost everything but Unit testing (canoo / JUnit / JMock) is a major consideration for my organization and is crucial for me to market this to my bosses. Well, we are working from behind a firewall - can't help it. There is got to be a way to solve this. Is there any 'voodoo' thing you can think of? BTW: What happend to those nice JUnit html reports with emma coverage from AppFUse1? Can it still be done for Appfuse2? Thanks in advance mraible wrote: > > I've heard of similar things caused by Canoo WebTest. Unfortunately, I > don't have any way to reproduce/fix this so the best advice I can give > is to contact the WebTest mailing list: > > http://webtest.canoo.com > > http://lists.canoo.com/mailman/listinfo/webtest/ > > Matt > > On 9/23/07, tnsilver <[EMAIL PROTECTED]> wrote: >> >> I have almost got appfuse2-m5 (struts) working and all tutorials finished >> and >> tested. Most of my problems originate from the fact that my Appfuse >> evaluation is done at work behind a proxy. I have managed to configured a >> central repository for my team mates and me, configured proxy settings >> for >> MyEclipse, Subversion and Maven and most of my tests passed. I am using >> Hibenrate and Oracle 10g and my models use Oracle sequences - it all >> works - >> leave asside some minor issue I encountered (APF-902). >> >> I am currently stuck with the last tutorial integration test (person >> tests). >> I am getting an obscured error regarding proxy authentication (e.g. the >> webtest data files say '407 Proxy Authentication Required' and 'Unable to >> complete request:<P> Access denied due to authentication failure') >> >> I guess this has something to do with the login.xml and login page >> (perhaps >> I need proxy settings for https and not just http... how? where?...) has >> anyone enocuntered this? Any suggestions? >> >> Thanks in advance. >> -- >> View this message in context: >> http://www.nabble.com/Integration-Test-fails-due-to-%27proxy%27-authentication-problem-tf4504888s2369.html#a12847623 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Integration-Test-fails-due-to-%27proxy%27-authentication-problem-tf4504888s2369.html#a12849820 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
