Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A59E106A7 for ; Thu, 25 Jul 2013 20:22:20 +0000 (UTC) Received: (qmail 33963 invoked by uid 500); 25 Jul 2013 20:22:20 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 33934 invoked by uid 500); 25 Jul 2013 20:22:20 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 33927 invoked by uid 99); 25 Jul 2013 20:22:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jul 2013 20:22:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jul 2013 20:22:19 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1E14823889EC for ; Thu, 25 Jul 2013 20:21:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r871193 - in /websites/staging/sis/trunk/content: ./ css/sis.css faq.html Date: Thu, 25 Jul 2013 20:21:58 -0000 To: commits@sis.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130725202159.1E14823889EC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Thu Jul 25 20:21:58 2013 New Revision: 871193 Log: Staging update by buildbot for sis Modified: websites/staging/sis/trunk/content/ (props changed) websites/staging/sis/trunk/content/css/sis.css websites/staging/sis/trunk/content/faq.html Propchange: websites/staging/sis/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Thu Jul 25 20:21:58 2013 @@ -1 +1 @@ -1506990 +1507110 Modified: websites/staging/sis/trunk/content/css/sis.css ============================================================================== --- websites/staging/sis/trunk/content/css/sis.css (original) +++ websites/staging/sis/trunk/content/css/sis.css Thu Jul 25 20:21:58 2013 @@ -39,6 +39,7 @@ code { color: inherit; background-color: inherit; border: none; + padding: 2px 2px; } table { background-color: #F4F8FF; Modified: websites/staging/sis/trunk/content/faq.html ============================================================================== --- websites/staging/sis/trunk/content/faq.html (original) +++ websites/staging/sis/trunk/content/faq.html Thu Jul 25 20:21:58 2013 @@ -121,8 +121,7 @@ of all GeoAPI metadata interfaces readin

I can't marshall my custom implementation.

The classes given to the JAXB marshaller shall contain JAXB annotations, otherwise the following exception is thrown:

-
javax.xml.bind.JAXBException: class MyCustomClass
-nor any of its super class is known to this context.
+
javax.xml.bind.JAXBException: class MyCustomClass nor any of its super class is known to this context.