Re: Stack Overflow in Continuum XMLRPC server

2008-01-07 Thread Laurent Forêt
I mean work around ;) ! On Jan 7, 2008 11:13 AM, Laurent Forêt <[EMAIL PROTECTED]> wrote: > Thanks it is working fine in the trunk. Should I have to wait the 1.2 to > have to make works the Netbeans integration ? > (http://mevenide.codehaus.org/m2-site/mevenide2-netbeans/tutorials/continuumTutor

Re: Stack Overflow in Continuum XMLRPC server

2008-01-07 Thread Laurent Forêt
Thanks it is working fine in the trunk. Should I have to wait the 1.2 to have to make works the Netbeans integration ? ( http://mevenide.codehaus.org/m2-site/mevenide2-netbeans/tutorials/continuumTutorial.html). Do you (eventually) know a turn around ? Laurent. On Jan 3, 2008 9:55 PM, Olivier L

Re: Stack Overflow in Continuum XMLRPC server

2008-01-03 Thread Olivier Lamy
Hi, Fixed in trunk. If you have trouble, you can reopen the jira issue. Merci/Thanks, -- Olivier 2007/12/31, Laurent Forêt <[EMAIL PROTECTED]>: > Hi Olivier, > > I put a comment on the JIRA issue ( > http://jira.codehaus.org/browse/CONTINUUM-1590). > The loop is very easy to understand. But avoi

Re: Stack Overflow in Continuum XMLRPC server

2007-12-31 Thread Laurent Forêt
Hi Olivier, I put a comment on the JIRA issue ( http://jira.codehaus.org/browse/CONTINUUM-1590). The loop is very easy to understand. But avoid the call at checkViewProjectGroupAuthorization(), may introduce authorization lacks. I will try to test and provide a patch later. Bonnes fêtes ;) ! L

Re: Stack Overflow in Continuum XMLRPC server

2007-12-22 Thread Olivier Lamy
Hi, Can you load an issue in jira ? And if you have a patch it will be helpfull. Thanks, -- Olivier 2007/12/22, Laurent Forêt <[EMAIL PROTECTED]>: > Maybe, it is not usefull at line 231 in the private method to call > checkViewProjectGroupAuthorization() > > Laurent. > > On Dec 22, 2007 7:20 PM,

Re: Stack Overflow in Continuum XMLRPC server

2007-12-22 Thread Laurent Forêt
Maybe, it is not usefull at line 231 in the private method to call checkViewProjectGroupAuthorization() Laurent. On Dec 22, 2007 7:20 PM, Laurent Forêt <[EMAIL PROTECTED]> wrote: > Today I had exactly the same trouble with a freshly installed continuum > 1.1 server. > > The simple client code i

Re: Stack Overflow in Continuum XMLRPC server

2007-12-22 Thread Laurent Forêt
Today I had exactly the same trouble with a freshly installed continuum 1.1server. The simple client code is : public static void main( String[] args ) { try { ContinuumXmlRpcClient client = new ContinuumXmlRpcClient(new URL("http://localhost:8080/continuum/xmlrpc";), "ad

Stack Overflow in Continuum XMLRPC server

2007-11-29 Thread olivier . lambert
Hi, I receive a StackOverflowError when using XMLRPC with Continuum. It happens at line 224 & 231 of ContinuumServiceImpl : protected String getProjectGroupName( int projectGroupId ) throws ContinuumException { ProjectGroupSummary pgs = getPGSummary( projectGroupId );