Return-Path: Delivered-To: apmail-abdera-user-archive@www.apache.org Received: (qmail 78836 invoked from network); 18 Jan 2011 18:41:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jan 2011 18:41:05 -0000 Received: (qmail 59337 invoked by uid 500); 18 Jan 2011 18:41:05 -0000 Delivered-To: apmail-abdera-user-archive@abdera.apache.org Received: (qmail 59228 invoked by uid 500); 18 Jan 2011 18:41:04 -0000 Mailing-List: contact user-help@abdera.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@abdera.apache.org Delivered-To: mailing list user@abdera.apache.org Delivered-To: moderator for user@abdera.apache.org Received: (qmail 40926 invoked by uid 99); 18 Jan 2011 18:34:36 -0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) From: "Olson, Dan (LNG-CSP)" To: "user@abdera.apache.org" Subject: Help with extensions Thread-Topic: Help with extensions Thread-Index: Acu3PNSgZtWWT/7JQyS4UE+IPCd2Sg== Date: Tue, 18 Jan 2011 18:33:47 +0000 Message-ID: <0390202FF702904A89A2328971466152012986@RETDAYMBXP003.legal.regn.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: multipart/alternative; boundary="_000_0390202FF702904A89A2328971466152012986RETDAYMBXP003lega_" MIME-Version: 1.0 X-OriginalArrivalTime: 18 Jan 2011 18:34:06.0401 (UTC) FILETIME=[49C9D310:01CBB73E] X-Scanned-By: MIMEDefang 2.51 on 138.12.44.45 X-Virus-Checked: Checked by ClamAV on apache.org --_000_0390202FF702904A89A2328971466152012986RETDAYMBXP003lega_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I've been attempting to construct a feed document with custom entries with = no success. While I've seen some (very little) discussion on the web regard= ing my error. My code looks like: ProfileElement profileElement =3D entry.addExtension(Constants.QNAME_PROFIL= E); And my error is: "org.apache.abdera.parser.stax.FOMExtensibleElement cannot be cast to Profi= leElement" I can verify the configuration of my extension factory, and trace calls int= o it. this.addImpl(QNAME_PROFILE, ProfileElement.class); The Getting Started Guide leads me to believe that "Extension Factories are= covered in detail in the Developer's Guide." However, tha= t link is broken because the destination, developers.html, does not exist. = Can someone please help me resolve this exception and/or direct me to the = referenced Developer's Guide? Thanks --_000_0390202FF702904A89A2328971466152012986RETDAYMBXP003lega_--