Return-Path: X-Original-To: apmail-aries-dev-archive@www.apache.org Delivered-To: apmail-aries-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A6CE197E8 for ; Tue, 12 Apr 2016 18:05:26 +0000 (UTC) Received: (qmail 65587 invoked by uid 500); 12 Apr 2016 18:05:25 -0000 Delivered-To: apmail-aries-dev-archive@aries.apache.org Received: (qmail 65512 invoked by uid 500); 12 Apr 2016 18:05:25 -0000 Mailing-List: contact dev-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list dev@aries.apache.org Received: (qmail 65478 invoked by uid 99); 12 Apr 2016 18:05:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2016 18:05:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 96DBB2C14F7 for ; Tue, 12 Apr 2016 18:05:25 +0000 (UTC) Date: Tue, 12 Apr 2016 18:05:25 +0000 (UTC) From: "Timothy Ward (JIRA)" To: dev@aries.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ARIES-1530) It is difficult to register plugins with EclipseLink MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Timothy Ward created ARIES-1530: ----------------------------------- Summary: It is difficult to register plugins with EclipseLink Key: ARIES-1530 URL: https://issues.apache.org/jira/browse/ARIES-1530 Project: Aries Issue Type: Bug Components: JPA Affects Versions: jpa-2.3.0 Reporter: Timothy Ward Assignee: Timothy Ward EclipseLink requires that plugins are passed as String class names which it then reflectively loads. This makes it almost impossible to add plugins as a client. The EclipseLink adapter can be updated to help with this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)