Return-Path: Delivered-To: apmail-incubator-abdera-user-archive@locus.apache.org Received: (qmail 51757 invoked from network); 2 Apr 2007 15:01:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2007 15:01:34 -0000 Received: (qmail 93740 invoked by uid 500); 2 Apr 2007 15:01:41 -0000 Delivered-To: apmail-incubator-abdera-user-archive@incubator.apache.org Received: (qmail 93716 invoked by uid 500); 2 Apr 2007 15:01:41 -0000 Mailing-List: contact abdera-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-user@incubator.apache.org Delivered-To: mailing list abdera-user@incubator.apache.org Received: (qmail 93703 invoked by uid 99); 2 Apr 2007 15:01:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 08:01:41 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ixjonez@gmail.com designates 66.249.90.179 as permitted sender) Received: from [66.249.90.179] (HELO ik-out-1112.google.com) (66.249.90.179) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 08:01:32 -0700 Received: by ik-out-1112.google.com with SMTP id b32so995817ika for ; Mon, 02 Apr 2007 08:01:11 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=WcWgOM/eZzeTHJ5K6YncPuwiQJ4a2MqDtEYT7SvYoNQR5VYisdco0BU2WEZUEsh8TBR8oR2sWSQJ+GGUHNRD3eHPRpRBT2FUQMm/7wKBHKO7Iy6g6ObLnH6CfHyTlZBG86w8XkKQZQgiOWge1kBfqm4vyJ9lFhKLMx8RTmUU1Mk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=SIw4dntm1wlr7NKH1Vf+3oAHdPDEqKTiiMjGLRcvtRAj4+UxqKkiPzA2hOnJuTGuYhqSl/tEYAynQIDwWQFK2GcDvWoJ3TL6MG9A0GtmY5MPcM0T+tz/H0hWYU+42/d9Ub61NvqBHICQnBZuf40W94+813WmqdtGkvPqHVefTD8= Received: by 10.114.137.2 with SMTP id k2mr1860796wad.1175526069853; Mon, 02 Apr 2007 08:01:09 -0700 (PDT) Received: by 10.114.192.6 with HTTP; Mon, 2 Apr 2007 08:01:09 -0700 (PDT) Message-ID: <29a761a00704020801t21ac74f2rfd530f5a1f8a9233@mail.gmail.com> Date: Mon, 2 Apr 2007 08:01:09 -0700 From: "Brian Moseley" Sender: ixjonez@gmail.com To: abdera-user@incubator.apache.org Subject: Re: problems setting entry content In-Reply-To: <7edfeeef0704020637q66bebae7hd7c6edd552708204@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <29a761a00703301845o4fb591b1ide611082881a2bc9@mail.gmail.com> <460E6B5B.8040509@clownsinmycoffee.net> <29a761a00703311442h1f37e946x1dd077f4c81671ec@mail.gmail.com> <7edfeeef0704020637q66bebae7hd7c6edd552708204@mail.gmail.com> X-Google-Sender-Auth: 3f9fadb2308a6dd7 X-Virus-Checked: Checked by ClamAV on apache.org On 4/2/07, Garrett Rooney wrote: > Hmm. So I guess that means you were calling: > > Content setContent(Element element, String mediaType) throws > MimeTypeParseException; > > Right? Perhaps the docs on that could be improved to better describe > its intended use case, so people don't stumble down that path again? > Or, if it should have worked (I'm not really sure, James?) there may > just be a bug there. that's correct. i agree, the documentation could be more explicit about the intended use for the various method options. thanks!