Return-Path: X-Original-To: apmail-bloodhound-user-archive@www.apache.org Delivered-To: apmail-bloodhound-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5CA86107F4 for ; Mon, 9 Feb 2015 19:48:33 +0000 (UTC) Received: (qmail 96477 invoked by uid 500); 9 Feb 2015 19:48:33 -0000 Delivered-To: apmail-bloodhound-user-archive@bloodhound.apache.org Received: (qmail 96450 invoked by uid 500); 9 Feb 2015 19:48:33 -0000 Mailing-List: contact user-help@bloodhound.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@bloodhound.apache.org Delivered-To: mailing list user@bloodhound.apache.org Received: (qmail 96440 invoked by uid 99); 9 Feb 2015 19:48:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2015 19:48:33 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of r6squeegee@gmail.com designates 209.85.212.177 as permitted sender) Received: from [209.85.212.177] (HELO mail-wi0-f177.google.com) (209.85.212.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2015 19:48:08 +0000 Received: by mail-wi0-f177.google.com with SMTP id bs8so6670611wib.4 for ; Mon, 09 Feb 2015 11:48:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=IEwsD9wNfGOL181SdPLSruW6w3imTdGwRMxwKmCiEbY=; b=cIFzvVx+LWWRTekmQN0lClY2z3bg6Itqp30XeN7ZEKEQChpwVWKfRLVRIADuoIFEUx cbdu1qqjLvraaXl7iSn4bYmVCI+QYz1pDdp80/xOck4spoUxSc2oczzZfiEr3cDKwKeB L7pNiyCElmpFVYwADwk5nxmgH/Jb+s+Q+5L5eHefFO0rUPnKuazCpjEEB1b2UV6jC5gI /Pj3qGURam1GtAFNb9tCzxuxqCIlAKw+AxNB4nhHzaqRCk0qWK0RQ9DJDz9sNVSyhFt6 MRhw57HvNcwtgjCpiasj67JKDaVD9hqnUhh2CAIWjgiXiKW5oBKNXYvDLUT1fVh5rUu7 YDoA== MIME-Version: 1.0 X-Received: by 10.194.157.68 with SMTP id wk4mr16841895wjb.123.1423511286920; Mon, 09 Feb 2015 11:48:06 -0800 (PST) Received: by 10.194.79.169 with HTTP; Mon, 9 Feb 2015 11:48:06 -0800 (PST) In-Reply-To: References: Date: Mon, 9 Feb 2015 11:48:06 -0800 Message-ID: Subject: Re: bloodhound ticket.create is producing funny tickets From: Ted To: user@bloodhound.apache.org Content-Type: multipart/alternative; boundary=089e0112cbfc973b5d050ead0c29 X-Virus-Checked: Checked by ClamAV on apache.org --089e0112cbfc973b5d050ead0c29 Content-Type: text/plain; charset=ISO-8859-1 thanks it worked. For reference to others searching, the url ended up being : http://127.0.0.1:8080/main/products/DEF/login/xmlrpc thanks. On Sun, Feb 8, 2015 at 5:17 AM, Olemis Lang wrote: > Hi ! > > On 2/6/15, Ted wrote: > > I've setup bloodhound (with sqllite) and the olemis-bloodhound-rpc > plugin. > > > [...] > > > > I noticed that the xmlrpc created tickets are missing a product, I > suspect > > that's causing a problem, but I can't find any documentation on how to > add > > a product to a ticket. > > > > I've seen this happening before . > > > The code I'm using to create a ticket is as follows : > > > > long time=System.currentTimeMillis(); > > ArrayList params=new ArrayList<>(); > > params.add("summary "+time); > > params.add("description "+time); > > > > HashMap attributes=new HashMap(); > > attributes.put("product", "DEF"); > > params.add(attributes); > > > > Integer result = (Integer) client.execute("ticket.create", > params); > > > > I do not think this is an issue related to your code . > > > Does anyone know how to set the product on ticket.create? has anyone else > > gotten ticket creation working over xmlrpc? > > Please consult the archive [1]_ for further clarification . > > .. [1] > http://mail-archives.apache.org/mod_mbox/bloodhound-user/201401.mbox/%3C52CEF7D0.5090703@qwas.li%3E > > [...] > > -- > Regards, > > Olemis - @olemislc > > Apache(tm) Bloodhound contributor > http://issues.apache.org/bloodhound > http://blood-hound.net > > Blog ES: http://simelo-es.blogspot.com/ > Blog EN: http://simelo-en.blogspot.com/ > > Featured article: > -- Ted. --089e0112cbfc973b5d050ead0c29 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
thanks it worked.

For reference to = others searching, the url ended up being :

http://127.0.0.1:8080/main/products= /DEF/login/xmlrpc

thanks.

On Sun, Feb 8, 2015 at 5:17 AM, Olemis L= ang <olemis@gmail.com> wrote:
Hi !

On 2/6/15, Ted <r6squeegee@gmail= .com> wrote:
> I've setup bloodhound (with sqllite) and the olemis-bloodhound-rpc= plugin.
>
[...]
>
> I noticed that the xmlrpc created tickets are missing a product, I sus= pect
> that's causing a problem, but I can't find any documentation o= n how to add
> a product to a ticket.
>

I've seen this happening=A0 before .

> The code I'm using to create a ticket is as follows :
>
>=A0 =A0 =A0 =A0 =A0long time=3DSystem.currentTimeMillis();
>=A0 =A0 =A0 =A0 =A0ArrayList<Object> params=3Dnew ArrayList<&g= t;();
>=A0 =A0 =A0 =A0 =A0params.add("summary "+time);
>=A0 =A0 =A0 =A0 =A0params.add("description "+time);
>
>=A0 =A0 =A0 =A0 =A0HashMap attributes=3Dnew HashMap();
>=A0 =A0 =A0 =A0 =A0attributes.put("product", "DEF")= ;
>=A0 =A0 =A0 =A0 =A0params.add(attributes);
>
>=A0 =A0 =A0 =A0 =A0Integer result =3D (Integer) client.execute("ti= cket.create", params);
>

I do not think this is an issue related to your code .

> Does anyone know how to set the product on ticket.create? has anyone e= lse
> gotten ticket creation working over xmlrpc?

Please consult the archive [1]_ for further clarification .

.. [1] http://mail-a= rchives.apache.org/mod_mbox/bloodhound-user/201401.mbox/%3C52CEF7D0.5090703= @qwas.li%3E

[...]

--
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://is= sues.apache.org/bloodhound
http://blood-hound.net=

Blog ES: http:= //simelo-es.blogspot.com/
Blog EN: http:= //simelo-en.blogspot.com/

Featured article:



--
Ted.
--089e0112cbfc973b5d050ead0c29--