RE: Re: Re: Change issues from other application
"Freeman, David C" <[email protected]>
| Newsgroups | gmane.comp.java.scarab.user |
|---|---|
| Message-ID | <[email protected]> |
Thanks, Jorge, for that start! Would you mind sending/supplying an example/code snippet of what you've done? We're preparing to integrated Scarab with Pulse to automate our build requests. Thanks, again! David ________________________________ From: Jorge Uriarte Aretxaga [mailto:[email protected]] Sent: Wednesday, November 28, 2007 10:06 AM To: [email protected] Subject: Re: Re: Change issues from other application XmlRpc calls are not implemented in a particular way in Scarab. Any XmlRpc capable library will work, just make sure: - you take a good look at the XmlRpcComponent section in componentConfiguration.xml - you allow the calling IP in that configuration (paranoid mode will force you, see below a link) - you understand how to make an XmlRpc call from your calling system (SimpleClient will make it as a test) Some additional information here: http://turbine.apache.org/fulcrum/fulcrum-xmlrpc/ because that's the component on which Scarab depends to serve XmlRpc remoting. _ Jorge On 11/28/07, Freeman, David C < [email protected] <mailto:[email protected]> > wrote: Jorge, I have looked (possibly not in the correct locations) but can't find documentation on how to make the XMLRPC calls. Could you point us in the right direction? Thanks! David ________________________________ From: Jorge Uriarte Aretxaga [mailto:[email protected]] Sent: Wednesday, November 28, 2007 2:39 AM To: [email protected] Subject: Re: Change issues from other application XmlRpc integration is your best bet, because it will make Scarab to refresh caches properly (which will not be the case if you change database directly). It can be invoked from several technologies (we're using it here from VisualBasic, Ruby and Java :-) ) _ Jorge On 11/28/07, Anatoly Shipitsin <[email protected]> wrote: Hello. How change issues in scarab by right ways? :)