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 382C2107B3 for ; Wed, 11 Dec 2013 13:14:08 +0000 (UTC) Received: (qmail 77654 invoked by uid 500); 11 Dec 2013 13:14:07 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 77630 invoked by uid 500); 11 Dec 2013 13:14:07 -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 77622 invoked by uid 99); 11 Dec 2013 13:14:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 13:14:07 +0000 Date: Wed, 11 Dec 2013 13:14:07 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (WW-4255) Missing interface org/apache/struts2/views/TagLibrary 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-4255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13845379#comment-13845379 ] Lukasz Lenart edited comment on WW-4255 at 12/11/13 1:13 PM: ------------------------------------------------------------- The interface was split into two separated interfaces, see [this|https://svn.apache.org/viewvc?view=revision&revision=r1542808] - thus is related to WW-4243 You must use one of these or both: https://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/TagLibraryModelProvider.java?view=markup&pathrev=1542808 https://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/TagLibraryDirectiveProvider.java?view=markup&pathrev=1542808 Sorry for that!, Forget to mention that in version notes :-( was (Author: lukaszlenart): The interfaces was split into two separated interfaces, see [this|https://svn.apache.org/viewvc?view=revision&revision=r1542808] - thus is related to WW-4243 You must use one of these or both: https://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/TagLibraryModelProvider.java?view=markup&pathrev=1542808 https://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/TagLibraryDirectiveProvider.java?view=markup&pathrev=1542808 Sorry for that!, Forget to mention that in version notes :-( > Missing interface org/apache/struts2/views/TagLibrary > ----------------------------------------------------- > > Key: WW-4255 > URL: https://issues.apache.org/jira/browse/WW-4255 > Project: Struts 2 > Issue Type: Bug > Affects Versions: 2.3.16 > Environment: All > Reporter: Tom Briers > Priority: Blocker > > I just upgraded from version 2.3.15 to version 2.3.16 and my application no longer starts. We use a plugin that needs following interface: org/apache/struts2/views/TagLibrary > We now get a NoClassDefFoundError > Was this removed for a certain reason or not? > Maybe following stacktrace makes it more clear: > {code} > 13:59:11,253 ERROR [Dispatcher] Dispatcher initialization failed > Unable to load configuration. - bean - vfszip:/C:/server/jboss-5.1.0.GA/server/***/deploy/***.war/WEB-INF/lib/struts2-jquery-plugin-3.6.1.jar/struts-plugin.xml:27:125 > at com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:70) > at org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:445) > at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:489) > at org.apache.struts2.dispatcher.ng.InitOperations.initDispatcher(InitOperations.java:74) > at org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.init(StrutsPrepareAndExecuteFilter.java:57) > -- snip -- > Caused by: Unable to load bean: type:org.apache.struts2.views.TagLibrary class:com.jgeppert.struts2.jquery.views.JqueryTagLibrary - bean - vfszip:/C:/server/jboss-5.1.0.GA/server/***/deploy/***.war/WEB-INF/lib/struts2-jquery-plugin-3.6.1.jar/struts-plugin.xml:27:125 > at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.register(XmlConfigurationProvider.java:245) > at org.apache.struts2.config.StrutsXmlConfigurationProvider.register(StrutsXmlConfigurationProvider.java:102) > at com.opensymphony.xwork2.config.impl.DefaultConfiguration.reloadContainer(DefaultConfiguration.java:234) > at com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:67) > ... 71 more > Caused by: java.lang.NoClassDefFoundError: org/apache/struts2/views/TagLibrary > at java.lang.ClassLoader.defineClass1(Native Method) > at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) > {code} -- This message was sent by Atlassian JIRA (v6.1.4#6159)