Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 43399 invoked from network); 11 Dec 2006 14:22:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2006 14:22:43 -0000 Received: (qmail 71948 invoked by uid 500); 11 Dec 2006 14:22:51 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 71929 invoked by uid 500); 11 Dec 2006 14:22:51 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 71900 invoked by uid 99); 11 Dec 2006 14:22:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 06:22:51 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 06:22:42 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 67FE0714314 for ; Mon, 11 Dec 2006 06:22:22 -0800 (PST) Message-ID: <3698860.1165846942422.JavaMail.jira@brutus> Date: Mon, 11 Dec 2006 06:22:22 -0800 (PST) From: "Nell Gawor (JIRA)" To: abdera-dev@incubator.apache.org Subject: [jira] Created: (ABDERA-27) used setContentAsXhtml but content body is empty MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org used setContentAsXhtml but content body is empty ------------------------------------------------ Key: ABDERA-27 URL: http://issues.apache.org/jira/browse/ABDERA-27 Project: Abdera Issue Type: Bug Environment: Abdera .2 Reporter: Nell Gawor I saw that Abdera .2 was out, so I downloaded it. I made a few tweaks, but the code that was working before is no longer working. Specifically the code: Entry entry = new FOMFactory().newEntry(); entry.setId("http://localhost:8080/shoes/3"); entry.setTitle("wrestling"); entry.addAuthor("shoeShop.com"); entry.setUpdated(new Date()); String context = "

10

" + "

black

"; entry.setContentAsXhtml(context); results in an entry of: http://localhost:8080/shoes/3wrestlingshoeShop.com2006-12-06T18:17:09.984Z That is, the content body is empty... is this a bug, or has there been some less obvious change to the API? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira