Re: Next 2.x release (UNCLASSIFIED)

2011-05-09 Thread Simon Laws
Hi Gang I agree that we need to look at this. Haven't go to them yet but I'll go through them again and add them to the 2.0 list. Regards Simon On Fri, May 6, 2011 at 7:42 PM, Yang, Gang USA CTR (CH) wrote: > Classification: UNCLASSIFIED > Caveats: NONE > > I created the following JIRAs 3852,

OOM fails running the Java CAA compliance tests

2011-05-09 Thread ant elder
Another issue i have getting the build running on a new machine is that the Java CAA compliance test suite always fails with an OutOfMemoryError. It doesn't matter how I run that, in a full build the suite on its own, or what memory setting i use it always ends up getting the following exception in

Re: OOM fails running the Java CAA compliance tests

2011-05-09 Thread Simon Laws
On Mon, May 9, 2011 at 11:47 AM, ant elder wrote: > Another issue i have getting the build running on a new machine is > that the Java CAA compliance test suite always fails with an > OutOfMemoryError. It doesn't matter how I run that, in a full build > the suite on its own, or what memory setting

Re: OOM fails running the Java CAA compliance tests

2011-05-09 Thread ant elder
On Mon, May 9, 2011 at 11:51 AM, Simon Laws wrote: > On Mon, May 9, 2011 at 11:47 AM, ant elder wrote: >> Another issue i have getting the build running on a new machine is >> that the Java CAA compliance test suite always fails with an >> OutOfMemoryError. It doesn't matter how I run that, in a

RE: Next 2.x release (UNCLASSIFIED)

2011-05-09 Thread Yang, Gang USA CTR (CH)
Classification: UNCLASSIFIED Caveats: NONE Hi, Simon, Thanks for looking into this. The significance of JIRA 3852 and 3853 is that it at least allow us get hold of the SOAP message for security processing. >From the view point of having a general solution, fixing 3852 is preferred >since it al

Re: OOM fails running the Java CAA compliance tests

2011-05-09 Thread Raymond Feng
The maven option won't help as surefire plugin forks the jvm. Try to configure the surefire plugin. Raymond Feng Sent from my iPhone On May 9, 2011, at 4:41 AM, ant elder wrote: > On Mon, May 9, 2011 at 11:51 AM, Simon Laws wrote: >> On Mon, May 9, 2011 at 11:47 AM, ant elder wrote: >>> Anot

Re: OOM fails running the Java CAA compliance tests

2011-05-09 Thread ant elder
Thats a good point, i shall go play around with surefire config in the tuscany-compliance-test-java-caa to see if that helps. ...ant On Mon, May 9, 2011 at 4:45 PM, Raymond Feng wrote: > The maven option won't help as surefire plugin forks the jvm. Try to > configure the surefire plugin. > >

Re: OOM fails running the Java CAA compliance tests

2011-05-09 Thread ant elder
It turns out that there was already a surefire plugin config on the test module which was setting some memory settings, but if i removed them it all started working fine. I've committed that change and kicked off a Hudson build to see if that still works, but if these settings break it for anyone e

[jira] [Commented] (TUSCANY-3857) unwrapping OMElementWrapperHandler can't easily tolerate both non-valid data and minOccurs="0" data

2011-05-09 Thread Scott Kurz (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13030923#comment-13030923 ] Scott Kurz commented on TUSCANY-3857: - In r1101239, I committed a fix for this. It

[jira] [Commented] (TUSCANY-3857) unwrapping OMElementWrapperHandler can't easily tolerate both non-valid data and minOccurs="0" data

2011-05-09 Thread Scott Kurz (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13030925#comment-13030925 ] Scott Kurz commented on TUSCANY-3857: - One more note... I did take a quick look at t