From issues-return-12510-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Mon Mar 09 13:14:30 2009 Return-Path: Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: (qmail 56777 invoked from network); 9 Mar 2009 13:14:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2009 13:14:30 -0000 Received: (qmail 95347 invoked by uid 500); 9 Mar 2009 13:14:30 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 94944 invoked by uid 500); 9 Mar 2009 13:14:29 -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 94935 invoked by uid 99); 9 Mar 2009 13:14:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2009 06:14:29 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2009 13:14:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6BC30234C00E for ; Mon, 9 Mar 2009 06:14:02 -0700 (PDT) Message-ID: <274030869.1236604442439.JavaMail.jira@brutus> Date: Mon, 9 Mar 2009 06:14:02 -0700 (PDT) From: "Musachy Barroso (JIRA)" To: issues@struts.apache.org Subject: [jira] Commented: (WW-2999) Convention plugin and jar scanning failing on Websphere In-Reply-To: <1759266733.1234905946280.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 2265bf7ad70cb93affdfde3e15287371 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/struts/browse/WW-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45682#action_45682 ] Musachy Barroso commented on WW-2999: ------------------------------------- Kobe, can you try using a recent xwork snapshot, or building xwork by yourself? > Convention plugin and jar scanning failing on Websphere > ------------------------------------------------------- > > Key: WW-2999 > URL: https://issues.apache.org/struts/browse/WW-2999 > Project: Struts 2 > Issue Type: Bug > Components: Plugin - Convention > Affects Versions: 2.1.6 > Environment: Websphere 6.1 > Reporter: Denis Cabasson > Priority: Critical > > Hi, > I am upgrading an existing project from struts 2.0.14 to 2.1.6. We are using the zero configuration approach, and the classpath scanning ability. > The application is running on Websphere 6.1, and I had a lot of trouble having it work. My 2 major issues were : > * Classes of the current project not being scanned : This url file:/C:/Program Files/IBM/WebSphere/AppServer/profiles/AppSrv02/installedApps/F6FMSWASTSTNode02Cell/fms-ear.ear/fms-web.war/WEB-INF/classes/ was originally excluded by the filters in the convention plugin. I'll let you know exactly which one did that > * We had some action classes in a dependency jar, and it didn't get included because of the wsjar protocol. See http://jira.opensymphony.com/browse/XW-669 for more documentation on this protocol and its inclusion in Xwork. The url look like : > wsjar:file:/C:/Program Files/IBM/WebSphere/AppServer/profiles/AppSrv02/installedApps/F6FMSWASTSTNode02Cell/fms-ear.ear/fms-web.war/WEB-INF/lib/axis-1.4.jar!/ > And are not processed by com.opensymphony.xwork2.util.finder.ClassFinder. > I'll add more detail as I dig into this and let you know how I worked around it (except by moving to a real application server.... ) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.