Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 39907117B5 for ; Thu, 7 Aug 2014 07:29:16 +0000 (UTC) Received: (qmail 61801 invoked by uid 500); 7 Aug 2014 07:29:13 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 61750 invoked by uid 500); 7 Aug 2014 07:29:13 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 61652 invoked by uid 99); 7 Aug 2014 07:29:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2014 07:29:13 +0000 Date: Thu, 7 Aug 2014 07:29:13 +0000 (UTC) From: "Hudson (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4055) Convention plugin doesn't find any Action classes in EAR deployment on Weblogic 10 and 12 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/WW-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14088952#comment-14088952 ] Hudson commented on WW-4055: ---------------------------- SUCCESS: Integrated in Struts-JDK6-develop #74 (See [https://builds.apache.org/job/Struts-JDK6-develop/74/]) WW-4055 Includes all jars by default (lukaszlenart: rev dfb2bd3dbe8750ea9d98934cc5df1b61cac3516a) * plugins/convention/src/main/java/org/apache/struts2/convention/PackageBasedActionConfigBuilder.java > Convention plugin doesn't find any Action classes in EAR deployment on Weblogic 10 and 12 > ----------------------------------------------------------------------------------------- > > Key: WW-4055 > URL: https://issues.apache.org/jira/browse/WW-4055 > Project: Struts 2 > Issue Type: Bug > Components: Plugin - Convention > Affects Versions: 2.3.14 > Reporter: Stefan Reich > Assignee: Lukasz Lenart > Fix For: 2.3.18 > > Attachments: PackageBasedActionConfigBuilder.patch > > > The weblogic container versions 10, 11 and 12 has a peculiar way of deploying ear and war files. > It unpacks the ear and war file, and jars up the contents of WEB-INF classes into a new file: WEB-INF/lib/_wl_cls_gen.jar. After that, all content from WEB-INF/classes is deleted. > The consequence is that the classloader will return a URL to the WEB-INF/classes directory when the plugin is searching for annotated classes, but it will be empty, so this plugin would never find any Action classes. > I have a patch that has been verified to work on Weblogic 10 and 12. -- This message was sent by Atlassian JIRA (v6.2#6252)