Hi Eran,

I'm in the US currently, so with the time differences I just saw this now. I'd verified the build before my checkins with all tests passed, so I don't know why you were seeing failures. I wonder if there's a Java version dependency in the way some of the XSLT stuff works (I'm using 1.5)? I saw the changes you and dims made, and will verify that my new code still works with these.

 - Dennis

Eran Chinthaka wrote:
Hi,

I experience another build failure in Axis2. I doubt these are after Dennis' series of commits. The first failure was from org.*.jibx.Test. When I commented out that test, again there was a failure in > /modules/security/target/interop/work/src/org/apache/axis2/security/InteropScenarioClient.java.

Dennis can you please look in to this.

One more thing. You have introduced following new test to MessageReceiverTemplate.

<xsl:when test="$usedbmethod=''">

This is not working as expected. I think what you wanted to do was to skip if usedbmethod is not set. But the correct way to do that is

<xsl:when test="string-length(normalize-space($usedbmethod))=0">

This change had broken ADB unwrapping code.

I have this change locally, but can not commit as I get the above test failure.

-- Chinthaka

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to