Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ABDF898BC for ; Wed, 11 Apr 2012 21:03:53 +0000 (UTC) Received: (qmail 22898 invoked by uid 500); 11 Apr 2012 21:03:53 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 22869 invoked by uid 500); 11 Apr 2012 21:03:53 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 22860 invoked by uid 99); 11 Apr 2012 21:03:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2012 21:03:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jukka.zitting@gmail.com designates 74.125.82.50 as permitted sender) Received: from [74.125.82.50] (HELO mail-wg0-f50.google.com) (74.125.82.50) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2012 21:03:47 +0000 Received: by wgbds12 with SMTP id ds12so1246842wgb.19 for ; Wed, 11 Apr 2012 14:03:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=LMKiTva4F8WI5eqMKcpXrf46AMhyqCq4Zg4QPO2S7x4=; b=mE2liayR3NSM8FX5tGGIUxlDpZ6hN5qys9NEEs3OANTTPRyZI7FWacRjjHUzAgykf4 vGb8eIKifzVL8/3ss/UgFJbUKoaz1wSf4QdspbGw+hOXV042YexS6tyB2kA/hlj3nq/M nCcllYeR+UQ/4cb5OyRD0YQ2xxCZca6JhdzfZfM7BpDRc6ZjOO323uEipqzfe8gKvydP 31HIwHLEXqzLlNPwPhDPwNQJUc7XMDO93PCZ1bloYvsGiOIPKP5H01ST71QipPEvh9k3 m7TYUKZtWpcplVz1JuPIsxuOJoLfLgkHRGhq/4Z8G7bgjKlJXu6ZdqCQpN1SrON4krgG G8MQ== Received: by 10.180.101.230 with SMTP id fj6mr9865866wib.13.1334178207500; Wed, 11 Apr 2012 14:03:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.87.196 with HTTP; Wed, 11 Apr 2012 14:03:07 -0700 (PDT) In-Reply-To: <7F4BB395-DBB5-4A0F-93DF-6147E8C85D21@pooteeweet.org> References: <7F4BB395-DBB5-4A0F-93DF-6147E8C85D21@pooteeweet.org> From: Jukka Zitting Date: Wed, 11 Apr 2012 23:03:07 +0200 Message-ID: Subject: Re: JDBC client configuration (max packet size) To: users@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi, On Wed, Apr 11, 2012 at 3:34 PM, Lukas Kahwe Smith wrote: > I am wondering where I can configure this setting for the client? MySQL documentation [1] suggests using the "maxAllowedPacket" parameter in the JDBC URL or setting it as a system property. [1] http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-configuration-properties.html BR, Jukka Zitting