Return-Path: X-Original-To: apmail-openjpa-dev-archive@www.apache.org Delivered-To: apmail-openjpa-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 B3C0CD485 for ; Thu, 9 Aug 2012 21:21:19 +0000 (UTC) Received: (qmail 94759 invoked by uid 500); 9 Aug 2012 21:21:19 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 94723 invoked by uid 500); 9 Aug 2012 21:21:19 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 94706 invoked by uid 99); 9 Aug 2012 21:21:19 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2012 21:21:19 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 3BD5C14182B for ; Thu, 9 Aug 2012 21:21:19 +0000 (UTC) Date: Thu, 9 Aug 2012 21:21:18 +0000 (UTC) From: "Romain Manni-Bucau (JIRA)" To: dev@openjpa.apache.org Message-ID: <2145975667.3733.1344547279247.JavaMail.jiratomcat@issues-vm> In-Reply-To: <682099515.21180.1334305573319.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (OPENJPA-2171) asm should be optional MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OPENJPA-2171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau updated OPENJPA-2171: ---------------------------------------- Attachment: ASM.patch a patch using reflection to be able to use asm, xbean-asm or spring-asm > asm should be optional > ---------------------- > > Key: OPENJPA-2171 > URL: https://issues.apache.org/jira/browse/OPENJPA-2171 > Project: OpenJPA > Issue Type: Improvement > Reporter: Romain Manni-Bucau > Assignee: Mark Struberg > Attachments: ASM.patch > > > openjpa uses since some versions asm but in tomee for instance we use a shade (through the xbean one org.apache.xbean:xbean-asm-shaded to avoid classloading/version issues with webapps/applications. > it can be nice if openjpa can provide us an issue to this because we really don't want to provide asm in our binaries. > solutions can be to use the xbean shade, give us an interface to implement or to try several implementation (xbean shade, asm,...) by reflection -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira