Re: OpenCMIS Hudson updates

2010-03-23 Thread Jukka Zitting
Hi,

On Thu, Mar 18, 2010 at 6:23 PM, Klevenz, Stephan
stephan.klev...@sap.com wrote:
 I'm also analyzing these build problems (timeout, etc.) but until now with no
 success. Sometimes the build hangs and repeating the build without code
 change between works or vice versa. I run a Hudson build locally and in 
 parallel
 that does not show these kind of problems (except real build errors).

There seems to again be a build stuck. I wonder if this has something
to do with the current capacity problems we've been seeing on the
Hudson master. For now I've tied the OpenCMIS build to the two Ubuntu
build slaves, which should avoid problems caused by load on the Hudson
master. Let's see whether that helps.

 I suggest to change back to mailing list notifications after the reason is 
 found
 and build is more stable.

Agreed.

BR,

Jukka Zitting


Question: Plans to support Office connector in Apache Wiki?

2010-03-23 Thread Jens Hübel
HI all,

 

Atlassian supports an Office connector that simplifies creation of wiki 
articles. As far as I understand it just needs to be enabled by an 
administrator. This tool supports MS Office and OpenOffice: 
https://plugins.atlassian.com/plugin/details/221 
https://plugins.atlassian.com/plugin/details/221 

 

Having a more powerful editor and offline capabilities for creating longer 
documentations in our wiki would be very handy.  Does someone know if Apache 
plans to support this at some point in time? Do some other would see benefit in 
having this tool as well?

 

Jens

 



RE: OpenCMIS Hudson updates

2010-03-23 Thread Klevenz, Stephan
Hi Jukka,

 I wonder if this has something to do with the current 
 capacity problems we've been seeing on the
 Hudson master.

A resource problem is very likely. The test runs of OpenCMIS are very expensive 
and I had to adapt MAVEN_OPTS several times because of OutOfMemory error 
occurs. Current settings are:

-Xms256m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=256m

In detail OpenCMIS testing is starting a Jetty server which runs the InMemory 
repository. Then OpenCMIS runtime junit tests executing through the whole 
OpenCMIS stack: client runtime, provider layer, network binding until each test 
case hits finally the jetty server. All of this is quite effortful but ensures 
a high code quality.

Hopefully this is not too expensive to run on Apache Hudson landscape.

Regards,
Stephan

-Original Message-
From: Jukka Zitting [mailto:jukka.zitt...@gmail.com] 
Sent: Dienstag, 23. März 2010 12:16
To: chemistry-dev@incubator.apache.org
Subject: Re: OpenCMIS Hudson updates

Hi,

On Thu, Mar 18, 2010 at 6:23 PM, Klevenz, Stephan
stephan.klev...@sap.com wrote:
 I'm also analyzing these build problems (timeout, etc.) but until now with no
 success. Sometimes the build hangs and repeating the build without code
 change between works or vice versa. I run a Hudson build locally and in 
 parallel
 that does not show these kind of problems (except real build errors).

There seems to again be a build stuck. I wonder if this has something
to do with the current capacity problems we've been seeing on the
Hudson master. For now I've tied the OpenCMIS build to the two Ubuntu
build slaves, which should avoid problems caused by load on the Hudson
master. Let's see whether that helps.

 I suggest to change back to mailing list notifications after the reason is 
 found
 and build is more stable.

Agreed.

BR,

Jukka Zitting


[jira] Created: (CMIS-173) Move Client Runtime Test Cases to FIT

2010-03-23 Thread Stephan Klevenz (JIRA)
Move Client Runtime Test Cases to FIT
-

 Key: CMIS-173
 URL: https://issues.apache.org/jira/browse/CMIS-173
 Project: Chemistry
  Issue Type: Task
  Components: opencmis-test
Reporter: Stephan Klevenz
Assignee: Stephan Klevenz




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



RE: Question: Plans to support Office connector in Apache Wiki?

2010-03-23 Thread Jens Hübel
Thanks Nick, I will forward this to infrastruct...@apache.org. Let's try to 
find out if / how much interest is there in such a tool. 

Thanks for the info!

Jens


-Original Message-
From: Nick Burch [mailto:nick.bu...@alfresco.com] 
Sent: Dienstag, 23. März 2010 17:26
To: chemistry-dev@incubator.apache.org
Subject: Re: Question: Plans to support Office connector in Apache Wiki?

On Tue, 23 Mar 2010, Jens Hübel wrote:
 Having a more powerful editor and offline capabilities for creating 
 longer documentations in our wiki would be very handy.  Does someone 
 know if Apache plans to support this at some point in time? Do some 
 other would see benefit in having this tool as well?

infrastruct...@apache.org is probably the place to ask this.
See http://www.apache.org/dev/infra-mail.html for details

In general though, it'll probably depend on how much work it takes to 
setup, and how much work it takes to keep it running. (Much of the ASF 
infrastructure is run by volunteers!)

Nick


Am writing client code against the existing chemistry api... should I switch to the OpenCMIS?

2010-03-23 Thread Lennard Fuller
I'm currently writing a cmis client, and opted to take advantage of the 
chemistry api as it has greatly eased development.  Since then I've noticed the 
addition of OpenCMIS and seen a good deal of activity around it.  It may be far 
too early to tell, but is there any idea which client side api the eventual 
Chemistry will most resemble?  The application I am working on is small, and 
refactoring to accommodate changes in the higher level api seem preferable to 
working directly with CMIS.
'Too early to tell' is a perfectly acceptable answer.

Any suggestions/recommendations are appreciated,
Lennard Fuller