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

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

Re: Stack Overflow in Continuum XMLRPC server

2007-12-31 Thread Laurent Forêt
;) ! Laurent On Dec 22, 2007 9:05 PM, Olivier Lamy <[EMAIL PROTECTED]> wrote: > 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,