On Sat, Jan 1, 2011 at 10:30 PM, Jean-Sebastien Delfino <[email protected]> wrote: > On 01/01/2011 03:28 PM, Luciano Resende wrote: >> >> On Thu, Dec 30, 2010 at 12:54 AM, Jean-Sebastien Delfino >> <[email protected]> wrote: >>> >>> On 12/29/2010 08:20 AM, Luciano Resende wrote: >>> ... >>>> >>>> I'll take a look at this today, but unfortunately I'll be driving >>>> blind to certain extent as I don't have a IE environment to test. >>>> Could you help validating the fix once I apply the fix on the Java >>>> runtime ? >>>> >>> >>> Sure, just point me to updated JARs and I'll give them a try. >>> >>> -- >>> Jean-Sebastien >>> >> >> I've fixed the refresh issue with TUSCANY-3812 and tested in IE8. I >> didn't change anything related to the content-type header containing >> type=xxx, so I'm assuming you are still going to have the IE6 issue. >> Could you please check and report back if things are working better >> for you. >> >> [1] https://issues.apache.org/jira/browse/TUSCANY-3812 >> >> > > Could you point me to updated JARs that I could just use on top of a the 2.0 > Beta1 release to test this patch? > > I had not rebuilt Tuscany Java from source for some time. I've tried today > for 2 hours and failed with test errors, Maven download timeouts, 100% CPU > consumption making my laptop overheat, and now this: > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache Tuscany SCA iTest WS JAXWS External Service > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------ > [INFO] > ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] > ------------------------------------------------------------------------ > Exception in thread "main" java.lang.OutOfMemoryError: PermGen space > > I'm giving up for now as after 2 hours my time window for this has expired, > but are others able to build the source tree? How long and how much space > does it take for you? > > -- > Jean-Sebastien >
I guess you are getting a little spoiled with the Native runtime :) I had a successful top-down build in a MAC -OS environment (and just tried modules in ubuntu ok as well and took around 15 mins) I have the following set in my maven_opts : MAVEN_OPTS='-Xmx1024m -XX:MaxPermSize=384m' You should be able to build only the modules folder with : mvn -fae -Dmaven.test.skip=true clean install and then run the store sample. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
