Re: tld generator

2022-04-14 Thread Martin Gainty
l and com.sun.source APIs are used instead. The following table gives a guide to the mapping from old types to their replacements. In some cases, there is no direct equivalent. On 13/04/2022 18:01, Martin Gainty wrote: > Hi Greg > > Have you tried tldgen? > Google Code Archive - Long-term storag

Re: tld generator

2022-04-13 Thread Martin Gainty
Hi Greg Have you tried tldgen? Google Code Archive - Long-term storage for Google Code Project Hosting. From: Greg Huber Sent: Wednesday, April 13, 2022 5:57 AM To: Struts Developers List Subject: tld generator

Re: Struts benchmarking

2020-04-23 Thread Martin Gainty
all: the bean you want to profile will need to implement ThreadMX https://www.javamex.com/tutorials/profiling/profiling_java5_threads_howto.shtml import java.lang.management.*; ... ThreadMXBean threadBean = ManagementFactory.getThreadMXBean(); once we have ThreadMXBean we can interrogate thread

Re: OSGi Support

2020-04-08 Thread Martin Gainty
.Hi Lukasz /2.3.24.1/bundles>grep -S -l "bundle<" *.* ./admin/pom.xml ./demo/pom.xml vi ./admin/pom.xml org.apache.felix maven-bundle-plugin true META-INF t

Re: Google Best Practices for Java Libraries

2019-11-26 Thread Martin Gainty
i can see using import bom pom being used to import entire dependency tree for current Javascript library http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies Maven – Introduction to the Dependency Mechanism

Re: Struts 2.3.x EOL

2019-09-03 Thread Martin Gainty
could Struts 2.3x be relocated to attic https://attic.apache.org/ ? From: christoph.nenn...@bmw.de Sent: Tuesday, September 3, 2019 3:41 AM To: dev@struts.apache.org Subject: AW: Struts 2.3.x EOL > Should we post this announcement once more to users@ and announc

Re: [WW-5011] Tiles is retired and there is a bug in PostfixedApplicationResource breaking Struts....

2019-01-31 Thread Martin Gainty
From: Jason Pyeron Sent: Thursday, January 31, 2019 1:28 AM To: 'Struts Developers List' Subject: [WW-5011] Tiles is retired and there is a bug in PostfixedApplicationResource breaking Struts http://tiles.apache.org/ - Project Tiles has retired. For details

Re: jdk8 in 2.6

2019-01-12 Thread Martin Gainty
enable stream processing in JDK 1.8 https://www.oracle.com/technetwork/articles/java/ma14-java-se-8-streams-2177646.html [https://www.oracle.com/ocom/groups/public/@otn/documents/digitalasset/2179048.jpg] Process

Re: Would we need to achieve better place in trends ranking?

2018-12-11 Thread Martin Gainty
> > > MG> remembering days of barosso-wannamacher regime the JS library du-jour > >was 'sitemesh' has struts2 deprecated support for sitemesh? > SiteMesh had nothing to do with JS. MG>more of an alert to JS programmers that for title/body/page.properties decorations can be handled by sitemesh M

Re: Would we need to achieve better place in trends ranking?

2018-12-06 Thread Martin Gainty
MG>agreed ..pls see ? below From: Dave Newton Sent: Thursday, December 6, 2018 2:54 PM To: Struts Developers List Subject: Re: Would we need to achieve better place in trends ranking? On Thu, Dec 6, 2018 at 2:44 PM Yasser Zamani wrote: > Instead we may focus to

Re: Where's the wiki

2018-06-10 Thread Martin Gainty
you aint old...but u are experienced what happened to your book? Martin __ From: Dave Newton Sent: Sunday, June 10, 2018 9:32 AM To: Struts Developers List Subject: Where's the wiki Need to make some doc changes a

Re: struts2 freemarker.template.TemplateNotFoundException

2018-04-15 Thread Martin Gainty
MG>below From: john lee Sent: Sunday, April 15, 2018 7:22 PM To: dev@struts.apache.org Subject: struts2 freemarker.template.TemplateNotFoundException Please help I use struts2 to handle file upload, i already configured the following a. /WEB-INF/libcontai

Re: S2 makes Hacker News :/

2017-03-16 Thread Martin Gainty
From: Greg Huber Sent: Thursday, March 16, 2017 5:19 AM To: Struts Developers List Subject: Re: S2 makes Hacker News :/ Just because you are using s2, does not necessarily mean you are affected, all I get is a response : HTTP/1.1 404 Content-Length: 0 Date: T

Re: Valid characters in http requets: Tomcat 8.38 -> 8.39

2016-12-05 Thread Martin Gainty
scribed as follows: "The purpose of this parser is to let the parser worry about the edge cases. It provides tolerant (where safe to do so) parsing of HTTP header values assuming that wrapped header lines have already been unwrapped. (The Tomcat header processing code does the unwra

Re: Valid characters in http requets: Tomcat 8.38 -> 8.39

2016-12-05 Thread Martin Gainty
TES; RUNNING.txt; TOMCAT-NEXT.txt; bin/ build ... > > Take a look at > > java/org/apache/tomcat/util/http/parser/HttpParser.java > > cd {tomcat}/trunk/ > ant > > and you'll find the result in {tomcat}/trunk/output/build/ > > Markus &g

Re: Valid characters in http requets: Tomcat 8.38 -> 8.39

2016-12-03 Thread Martin Gainty
Markus I have same problem and had to revert TC 8.38 ..please pingback when tomcat fixed this problem *gruss* Martin From: i...@flyingfischer.ch Sent: Saturday, December 3, 2016 8:18 AM To: Struts Developers List Subject: Re: Valid characters i

RE: Exception Mapping Annotation seems not inhierted

2016-07-26 Thread Martin Gainty
possible solution: declare @Inherited for interface will allow implementor(s) to Inherit the @Inherited interface typehttp://docs.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Inherited.html How to use @Inherited illustrated athttp://stackoverflow.com/questions/23973107/how-to-use-inheri

RE: Struts2 Arianna plugin

2016-07-11 Thread Martin Gainty
I noticed struts2-arianna has a hardcoded dependency of struts2-core:2.2.1.1 any issues with struts2-arianna porting to struts version 2.3.4 ?Martin > From: lukaszlen...@apache.org > Date: Mon, 11 Jul 2016 14:27:17 +0200 > Subject: Re: Struts2 Arianna plugin > To: dev@struts.apache.org > > 201

RE: Secure parameters

2016-06-02 Thread Martin Gainty
Thanks Lukasz Martin > From: lukaszlen...@apache.org > Date: Wed, 1 Jun 2016 15:47:04 +0200 > Subject: Re: Secure parameters > To: dev@struts.apache.org > > I'm going to merge this and then improve

RE: MultiPartRequestWrapper

2016-02-24 Thread Martin Gainty
> To: dev@struts.apache.org > Subject: Re: MultiPartRequestWrapper > From: christoph.nenn...@lex-com.net > Date: Wed, 24 Feb 2016 16:27:11 +0100 > > > Hi, > > we are trying to migrate a big webapp (a thousand pages) from struts1 to > > struts2. > > One of the first step was to introduce the Struts

RE: SMI on steroids Feature Request

2016-02-12 Thread Martin Gainty
Hi Greg since barosso got a FT job at Amazon the Struts managers that call the shots on new Struts features are Lukasz and Dave If they say this is a good idea that should be voted on and then implemented then perhaps our feature might be implemented My suggestions is to lay out the groundwork

RE: SMI on steroids

2016-02-05 Thread Martin Gainty
> Date: Fri, 5 Feb 2016 15:14:03 + > Subject: Re: SMI on steroids > From: gregh3...@gmail.com > To: dev@struts.apache.org > > To pass globally: > > regex:prefix(.*)suffix Greg: I thought RegEx is enabled only when SMI is disabled? SMI works in the following way: / @AllowedMethods is defin

RE: Upgrade to tiles 3 jcl-over-slf4j

2016-01-29 Thread Martin Gainty
Hi Greg- can you confirm these dependencies for log4j? org.apache.logging.log4j log4j-api 2.5 org.apache.logging.log4j log4j-core 2.5 junit junit 4.9 test Thanks! Martin ___

RE: Adding bower/grunt to angularjs archetype

2015-10-25 Thread Martin Gainty
> Date: Sun, 25 Oct 2015 21:41:06 +0200 > Subject: Adding bower/grunt to angularjs archetype > From: aleksandr...@gmail.com > To: dev@struts.apache.org > > Hi, > > What do you think about adding bower and grunt to > struts2-archetype-angularjs archetype to manage angular dependencies? > > Upgr

RE: Secure parameters

2015-10-20 Thread Martin Gainty
> Date: Tue, 20 Oct 2015 15:56:20 -0600 > Subject: Re: Secure parameters > From: ken.mcwilli...@gmail.com > To: dev@struts.apache.org > > Might want to take a look at tiles-request (mico) framework. MG>https://tiles.apache.org/tiles-request MG>little or no mention of patterns, examples, source

RE: DWR plugin

2015-06-19 Thread Martin Gainty
+1 for upgrading plugin to DWR2.0 using Comet (implementing Ajax Long-polling) Dzięki Martin > Date: Fri, 19 Jun 2015 10:08:54 +0200 > Subject: Re: DWR plugin > From: jo...@apache.org > To: dev@struts.apache.org > > Good to know. :-) > > The plugin documentation is really basic. Maybe some exa

RE: Few ideas related to Struts 3

2014-12-15 Thread Martin Gainty
> Date: Mon, 15 Dec 2014 16:49:32 -0600 > Subject: Re: Few ideas related to Struts 3 > From: pbened...@apache.org > To: dev@struts.apache.org > > Why do you guys find it bad to access the raw request/response? I haven't > found a problem doing that as a fallback. I'd like to know what you think

RE: Struts 2.3.18 ready for test

2014-09-27 Thread Martin Gainty
> From: lukaszlen...@apache.org > Date: Sat, 27 Sep 2014 11:01:44 +0200 > Subject: Re: Struts 2.3.18 ready for test > To: dev@struts.apache.org > > Hi, > > I have deployed new artefacts to staging repo, please test the bits! > > Staging Maven repo > https://repository.apache.org/content/groups

RE: Struts 2.5

2014-09-17 Thread Martin Gainty
> Date: Wed, 17 Sep 2014 10:20:31 -0400 > Subject: Re: Struts 2.5 > From: davelnew...@gmail.com > To: dev@struts.apache.org > > I'm not excited about keeping the deprecated plugins around; IMO it implies > support. > > People still ask questions about the Dojo plugin on Stack Overflow, running

RE: dynamic interceptor insertion

2014-07-08 Thread Martin Gainty
> From: gildas.de.cadou...@gmail.com > Date: Tue, 8 Jul 2014 12:36:14 +0200 > Subject: Re: dynamic interceptor insertion > To: dev@struts.apache.org > > I look towards the ActionInvocation or ActionProxyFactory but the > problem with this solution is that we do not know what Stack is > executed

RE: dynamic interceptor insertion

2014-07-02 Thread Martin Gainty
> Date: Wed, 2 Jul 2014 18:16:11 -0600 > Subject: Re: dynamic interceptor insertion > From: ken.mcwilli...@gmail.com > To: dev@struts.apache.org > > Thank you Lukasz I'll put it on my todo list ;) > > Martin, interceptor stacks are efficient I think the scope struts2 has is > very good, still i

RE: dynamic interceptor insertion

2014-07-02 Thread Martin Gainty
> Date: Wed, 2 Jul 2014 11:38:13 -0600 > Subject: Re: dynamic interceptor insertion > From: ken.mcwilli...@gmail.com > To: dev@struts.apache.org > > This is somethings I've wanted to do (dynamically change the interceptor > stack), I'm not at a development machine so have not checked the > plausi

StrutsMap plugin (wrapper for GoogleMaps) operational

2014-06-27 Thread Martin Gainty
Hi Devs I was able to get StrutsMap working http://www.laconiadatasystems.com/StrutsMap.zip thanks, Martin Gainty __

Kraków (14 - 16 maja)

2014-05-03 Thread Martin Gainty
http://2014.geecon.org/?promo_id=coderanch *Dzięki* Martin

RE: Let's introduce a Maven BOM POM

2014-04-15 Thread Martin Gainty
of the POM, I haven't written that yet. > > > On Tue, Apr 15, 2014 at 10:24 AM, Martin Gainty wrote: > > > understood...any idea on where the source might be? > > > > > > M- > > > > > > > > > > > Date: Tue, 15 Apr 2014

RE: Let's introduce a Maven BOM POM

2014-04-15 Thread Martin Gainty
show Spring uses > this Maven pattern -- and so does log4j2, btw. > > > On Tue, Apr 15, 2014 at 6:12 AM, Martin Gainty wrote: > > > the BOM Version would auto-assign which spring-framework artifacts ? > > spring-core? > > spring-beans? > > spring-context? >

RE: Let's introduce a Maven BOM POM

2014-04-15 Thread Martin Gainty
the BOM Version would auto-assign which spring-framework artifacts ? spring-core? spring-beans? spring-context? spring-web? spring-test? what about AOP? How would additional spring artifacts be included/excluded in the BOM umbrella? ideas on where the source might be ? Thanks Martin- >

RE: javax.portlet.ResourceResponse reference in Action

2014-03-21 Thread Martin Gainty
> Date: Fri, 21 Mar 2014 14:58:21 -0700 > Subject: javax.portlet.ResourceResponse reference in Action > From: togauravd...@gmail.com > To: dev@struts.apache.org > > Hello All > > What is the recommended way of getting ResourceResponse instance in the > action method of JSR 286 based Struts2

RE: Struts2 Portlet with Servlets

2014-02-19 Thread Martin Gainty
did you follow: Budiling a portlet WAR, step by step. Run ant from the webapp project directory cd to webapps directory To build a portlet webapp, run: ant build-portlet Use the container system property to target a specific container, e.g. '-Dcontainer=exo'. Several containers are s

RE: [trademark] The term "Strutsathon"

2013-10-12 Thread Martin Gainty
Polski: rozpórka-maratoński no nie? > Date: Sat, 12 Oct 2013 15:31:04 -0400 > Subject: Re: [trademark] The term "Strutsathon" > From: davelnew...@gmail.com > To: dev@struts.apache.org > > Adding "-athon" is common, I'm not sure I understand why we're discussing > it. > On Oct 12, 2013 1

RE: Convention plugin and archetypes

2013-09-19 Thread Martin Gainty
> Date: Wed, 18 Sep 2013 22:28:57 -0600 > Subject: Re: Convention plugin and archetypes > From: ken.mcwilli...@gmail.com > To: dev@struts.apache.org > > Conventions out of the box is very important to improve struts2 user > experience. I don't know if there have been changes to the config browser

RE: Proposal: "required" attribute changes (related to WW-4188)

2013-09-12 Thread Martin Gainty
MG>radiobuttons are tricky MG>if any of the radio buttons with type="radio" contain the required attribute MG>then all of elements with type="radio" (the radiogroup collection) are considered to be 'required' MG>http://www.w3.org/TR/html5/forms.html#the-required-attribute MG>enabling "HTML5 compl

RE: Doubting OGNL

2013-09-04 Thread Martin Gainty
Granted OGNL is not intuitive but neither is JSTL because you don't understand something does not state the case for removal from the framework Please State your case for an alternative mechanism for accessing entities from the Object Graph Specific examples such as "OGNL access" vs "Alterna

RE: FYI

2013-08-05 Thread Martin Gainty
so..to mitigate struts-2.0.9 + ? Martin > Date: Mon, 5 Aug 2013 14:37:24 -0400 > Subject: FYI > From: davelnew...@gmail.com > To: dev@struts.apache.org > > I expect most of you already saw (or assumed) this, but just in case: > > https://confluence.atlassian.com/display/DOC/Confluence+

RE: FYI

2013-08-05 Thread Martin Gainty
so..to mitigate struts-2.0.9 + ? Martin > Date: Mon, 5 Aug 2013 14:37:24 -0400 > Subject: FYI > From: davelnew...@gmail.com > To: dev@struts.apache.org > > I expect most of you already saw (or assumed) this, but just in case: > > https://confluence.atlassian.com/display/DOC/Confluence+

RE: FYI

2013-08-05 Thread Martin Gainty
so..to mitigate struts-2.0.9 + ? Martin > Date: Mon, 5 Aug 2013 14:37:24 -0400 > Subject: FYI > From: davelnew...@gmail.com > To: dev@struts.apache.org > > I expect most of you already saw (or assumed) this, but just in case: > > https://confluence.atlassian.com/display/DOC/Confluence+

RE: username\password prompt

2013-07-28 Thread Martin Gainty
this means the struts2-assembly artifact you are referencing is located on a secure server if you can ssh to the location of the server hosting struts2-assembly ssh_command_window>execute your mvn scripts if you require assistance on the authentication credentials for struts2-assembly conta

RE: Creating Your Own Struts 2 Theme No Longer Works?

2013-07-16 Thread Martin Gainty
The webapp (Struts) CL is *supposed to reference the resources from the jar loaded by the webapp first* ..can you confirm templateDir=template theme=KUThemeI noticed com.opensymphony.xwork2.util.URLUtil TestCase references all resources relatively located off a jar with a trailing bang so as to b

RE: Two quickies; #session, and old "completeStack"

2013-07-02 Thread Martin Gainty
> From: lukaszlen...@apache.org > Date: Tue, 2 Jul 2013 09:04:20 +0200 > Subject: Re: Two quickies; #session, and old "completeStack" > To: dev@struts.apache.org > > 2013/6/22 Dave Newton : > > 1) Where does #session get set now? It used to happen in the old > > dispatcher, IIRC. Now the onl

RE: [ANN] New Struts Committer -Bruce Phillips

2013-06-24 Thread Martin Gainty
Bon Chance Monsieur Phillips Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung

RE: Emotions on GIT @ Struts

2013-06-14 Thread Martin Gainty
Christian I spent the better part of yesterday pulling source project whose plugin was abending in eclipse.. I vote for a 3 part approval 1)Functionality Reason(s) e.g. Supports Tagging Branch-Labels..snapshots...pullling deltas instead of the whole nine yards 2)IDE Support: e.g. *workable* pl

RE: Cookie Interceptor

2013-04-03 Thread Martin Gainty
if you are convinced this Intercetpr and Interface doesnt exist in the codebase.. i am certain the struts devs would like to have these 2 classes incorporated into the codebase why not file JIRA ? https://issues.apache.org/jira/browse/WW Saludos Cordiales desde EEUU Martin

RE: Support for Convention-Plugin through the Junit-Plugin

2013-03-17 Thread Martin Gainty
Christian check out MockStrutsTestCase http://strutstestcase.sourceforge.net/api/servletunit/struts/MockStrutsTestCase.html#setConfigFile(java.lang.String) Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachric

RE: please change reset.ftl so html id is not overwritten

2013-03-12 Thread Martin Gainty
Lukasz how about switching theme to simple? http://struts.apache.org/release/2.2.x/docs/struts-2-themes.html Martin Gainty __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vous n'êtes p

RE: please change reset.ftl so html id is not overwritten

2013-03-09 Thread Martin Gainty
difficult to 'walk the dom' when you dont have a specific ID you're targetting file the request with your proposed patch to https://issues.apache.org/jira/browse/WW (and get Lukasz to review) Martin __ Verzicht und Vertraulichkeitanmerkung/Note de d

RE: Struts 2.3.11 ready for test

2013-03-04 Thread Martin Gainty
Matt/Lukasz what happens when you change JAR_FILE_NAME_SEPARATOR to the actual_jar_file_name_separator in JarEntryRevision? doesnt seem like a showstopper but I would test it out to make sure this is the only bug *Dzięki*__ Verzicht und V

RE: Using fluido once available

2012-12-23 Thread Martin Gainty
e responsabilité pour le contenu fourni. > From: grobme...@gmail.com > Date: Sun, 23 Dec 2012 20:37:03 +0100 > Subject: Re: Using fluido once available > To: dev@struts.apache.org > > Martin, > > On Sun, Dec 23, 2012 at 4:42 PM, Martin Gainty wrote: > > >

RE: Using fluido once available

2012-12-23 Thread Martin Gainty
euvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: grobme...@gmail.com > Date: Sun, 23 Dec 2012 12:11:19 +0100 > Subject: Re: Using fluido once available > To: dev@struts.apache.org > > On Su

RE: Using fluido once available

2012-12-22 Thread Martin Gainty
Matt/Christian which mobile configuration are you testing on? Frohe Weihnachten Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so

RE: Extending themes

2012-11-30 Thread Martin Gainty
$STRUTS2_HOME/src/core src/main/resources/template>grep -r -l "parameters.theme" * .\css_xhtml\checkboxlist.ftl .\css_xhtml\combobox.ftl .\css_xhtml\doubleselect.ftl .\css_xhtml\file.ftl .\css_xhtml\inputtransferselect.ftl .\css_xhtml\label.ftl .\css_xhtml\optiontransferselect.ftl .\css_xhtml\pa

RE: Plan for Struts 3

2012-11-27 Thread Martin Gainty
Matt makes a good pointone of the primary reasons to select Struts MVC Framework over Spring is the ability of Struts2 to work with previous Struts versions (Struts1) +1 for Matt Martin __ Please do not alter or disrupt this transmission...Thank You

*shameless plug*

2012-11-19 Thread Martin Gainty
Shameless plug for Juergens Petclinic webapp i ported to Spring Framework 3.2.x http://www.laconiadatasystems.com/Downloads.html Comments, suggestions or advice are welcome Thanks, Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und

RE: processing of multipart request

2012-11-17 Thread Martin Gainty
530 > Subject: Re: processing of multipart request > From: umeshawas...@gmail.com > To: dev@struts.apache.org > > Martin, > > I guess you mentioned me while it should be Link ;-) > > Thanks > Umesh > > On Sun, Nov 18, 2012 at 12:12 AM, Martin Gainty wrote: > &g

RE: processing of multipart request

2012-11-17 Thread Martin Gainty
for everyone's edification: what would be the interfaces that Umesh must implement to write a proper Struts2 plugin?Any changes to the interceptor stack? Which test criteria should Umesh consider to validate the new FileUpload plugin plays well with the (new and improved) interceptor stack? than

RE: Serializing the ValueStack on a redirect

2012-08-06 Thread Martin Gainty
Good Morning Phil on a redirect the existing session is discarded and a new session is established by client browser so how would reading the previously serialised (VS parameters) help with the new Session Thanks, Martin __ Verzicht und Vertraulic

RE: Examples app

2012-07-22 Thread Martin Gainty
ND the helpful hints detecting USER-AGENT! Saludos Cordiales desde SudAmerica Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem ön az akinek szánv

RE: Examples app

2012-07-20 Thread Martin Gainty
Hi Todd I would like to hear about accomodating screen size...in other words how does one write a JSP to *shrink* to the specific width and height of either a iPhone or Blackberry Are there vendor specific (iPhone or Blackberry) APIs (or can you send a regular jsp to these devices and hope the

RE: Redesign for Struts Showcase

2012-06-07 Thread Martin Gainty
Take a look at configuration..menu items for tags such as If , Iterator and Date seem to parrot the action menu item action-index.html Personally I like the current 'all on one page' style so you dont have to bounce to different pages to see backing-bean, jsp, explanation, OGNL example and rend

RE: Editing a plugin announcement doesn't work

2012-06-06 Thread Martin Gainty
possibly version mismatch on one of your dependent jars..i would try contacting1)atlassian 2)maven users group Martin- ___ ...extensive disclaimer goes here... > Date: Wed, 6 Jun 2012 10:20:58 -0400 > Subject: Re: Editing a plugin announcement doesn't work > From: davelnew...@gmail

RE: Abstract layer to access file system

2012-06-02 Thread Martin Gainty
agreed...JNDI lookup makes sense once the application context is created and populated If you want access to file, http, jar file-systems have you evaluated commons-vfs for your new Abstract class to build upon? http://commons.apache.org/vfs/download_vfs.cgi Martin... __

RE: [struts-dev] Re: Struts2 under Jboss-6 ?

2011-09-12 Thread Martin Gainty
Jason and Team JB 6 is still in beta and has too many bugs to be released for production applications..i would backport to JB5.1 for now Martin __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confide

RE: Struts2 under Jboss-6 ?

2011-08-28 Thread Martin Gainty
JBOSS-eap-5.1 only vi $JBOSS_HOME\testsuite\build.xml change to OGNL supplied javassist jar Better alternative is to specify a specific version for javaassist jar such as here and then scope as system jboss javassist 2.7.ga system ${OGNL_HOME}/target/lib/

RE: [RT] Struts 3?

2011-08-28 Thread Martin Gainty
we use Jalopy formatting referenced in the build http://jalopy.sourceforge.net/ I would prefer the user not be married to a interceptor library OR any DI library the pom should be the ultimate arbiter of which interceptor or DI methodology a user wants to use what has been characterised as XML

RE: [struts-dev] Re: Move deprecated plugins to archive

2011-07-18 Thread Martin Gainty
ist > > Subject: [struts-dev] Re: Move deprecated plugins to archive > > > > On Wed, Jun 29, 2011 at 8:16 PM, Dale Newfield > > wrote: > > > On 6/27/11 10:09 AM, Martin Gainty wrote: > > >> I vote leave dojo as un-deprecated > > > Too late. It

RE: Struts2 Archetype

2011-06-29 Thread Martin Gainty
Matt- Did you file a JIRA for the bugs you discovered with maven-archetype? if not I can file one (if you can provide the group:artifact:version:goal and any values for configuration or the pom.xml itself) BTW: thanks for the link! Martin- > Subject: Re: Struts2 Archetype > From: m...@raiblede

RE: Struts2/XWork Java 5 or 6?

2011-06-04 Thread Martin Gainty
i was worried about that myself..do you have a suggestion for a backward port from 6 to previous versions? (good call steve) Martin __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le des

RE: Struts2 Code Generification

2011-06-04 Thread Martin Gainty
_ > Date: Sat, 4 Jun 2011 11:06:00 +0200 > From: gie...@it-neering.net > To: dev@struts.apache.org > Subject: Re: Struts2 Code Generification > > Steven, > > just ignore the cited troll comment. > > Your suggestion to open a JIRA ticket looks good to

RE: Struts2 Code Generification

2011-06-03 Thread Martin Gainty
do you mean adding generics? so if you took one class added the generic then create a test case to illustrate results from before generify and results illustrating after generify iwould be best if you posted the results here Martin -- __ Verzicht

RE: Unit test error for xwork-core in trunk

2011-05-31 Thread Martin Gainty
\src\xwork-core\src\main\resources\xwork-validator-config-1.0.dtd is valid dtd when tested at http://www.validome.org/grammar/validate/ do you have the same DTD? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: Is it preferable to file tickets or report doc issues here?

2011-04-09 Thread Martin Gainty
the russians that maintain the site there arent going to upgrade any of their Struts1 webapps to Struts2..their reason is that struts2 wont deploy to resin i vote to pull the link...good catch jason Martin __ Verzicht und Vertraulichkeitanmerkung/Not

RE: Tomcat 7 supported?

2011-03-16 Thread Martin Gainty
-- so i dont want to include this logic for JBoss, GF or Weblogic (or websphere) whats the best way to detect TC7 container? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist v

RE: Tomcat 7 supported?

2011-03-11 Thread Martin Gainty
detect TC7 container? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte

RE: Tomcat 7 supported?

2011-03-07 Thread Martin Gainty
as dave and lukas mentioned you have 2 paths of resolution: 1)refactor AnnotationProcessor to InstanceManager yourself ( i would suggest implementing this asap ) remember to effect this for all JSP, Java as well as refactoring core and dojo-plugin poms 2)request a refactor of AnnotationProcess

RE: Tomcat 7 supported?

2011-03-06 Thread Martin Gainty
jo and src\core should be directed to us...@maven.apache.org the lead is jason van zyl who will answer questions on installing and deploying dojo-plugin as well as installing and deploying core hth Martin Gainty __ Verzicht und Vertraulichkeitanmerku

RE: Liferay

2011-02-25 Thread Martin Gainty
global/portlet.jar2.0JSR 286 Portlet 2.0 SpecificationIBM Java Portlet Specification 2.0 License this is the dependency list from LifeRay 6.0.5 i did not see support for any JSR-168 compliant library in Liferay 6.0.5 that Nils requested medallion: you have'nt posted your code..and your tarba

+1 for Release of Struts-2.2.1.1

2011-02-24 Thread Martin Gainty
[INFO] [INFO] Reactor Summary: [INFO] [INFO] XWork: Core ... SUCCESS [8.172s] [INFO] Struts 2 Core . SUCCESS [9.859s] [INFO] Struts Plugins .

RE: getting the container (or Configuration/ConfigurationManager) in a non-container-instantiated object

2011-02-10 Thread Martin Gainty
register ConfigurableListableBeanFactory, ServletContext and ServletConfig objects with org.springframework.web.context.support.WebApplicationContextUtils.registerEnvironmentBeans(bf,sc,config) once inside registerEnvironmentBeans method bith the servletContext and servletConfig parameters

RE: Chinese developer want to translate the user guide of Struts

2010-12-12 Thread Martin Gainty
..unless you (or anyone else) knows what the documentation is saying you're better off getting someone to translate to Mandarin here.. Caveat Emptor Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht

RE: Framework : Liferay-Struts 2 on WebLogic : java.io.NotSerializableException: org.apache.struts2.portlet.PortletRequestMap

2010-11-17 Thread Martin Gainty
true 60 true true false true / Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem ön az akinek szánva volt, akkor kérjük, hogy

Requesting bug on struts-tiles-plugin

2010-10-07 Thread Martin Gainty
Good Evening Stephen a few weeks ago you mentioned a bug for struts-tiles-plugin? could you kindly repost the bug and which version of struts that caused the bug thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: Struts 2 docs

2010-05-31 Thread Martin Gainty
ou today its because its memorial day here in the states and most of us have something going on outside with friends and or family Thanks Lukas and Wes! Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

RE: Struts 2 and Spring 3??

2010-05-21 Thread Martin Gainty
Hi Burt- the short answer is yes there is a change from extending (Spring2) SpringObjectFactory (which is nowhere to be found in Spring 3.x distro) public class StrutsSpringObjectFactory extends SpringObjectFactory { to public class StrutsSpringObjectFactory implements org.springframew

RE: [s2] broken documentation in web site

2010-05-05 Thread Martin Gainty
any reasons why you would not want to fix this? reposting to dev group Saludos Cordiales desde EEUU Martin __ porfavor no modifique ni interrumpa esta comunicación. Gracias > From: hgonza...@gmail.com > Date: Wed, 5 May 2010 11:40:16 -0300 > Subj

RE: Login Action

2010-04-17 Thread Martin Gainty
there is a LoginAction example at org.apache.struts2.showcase.chat.ChatLoginAction.java in struts-showcase what kind of database will you persist your data to? Are you using ORM such as iBatis or Hibernate or straight JDBC? Martin Gainty

RE: StrutsSpringTestCase - Memory Leak

2010-03-09 Thread Martin Gainty
can you update the StrutsSpringTestCase in the repository? Many Thanks for this important discovery and the solution! Saludos Cordiales desde EEUU Martin __ Porfavor no modifica o interrupta esa communicacion/Please do not modify or interrupt this co

RE: Struts 2 release inquiry

2010-03-02 Thread Martin Gainty
reposting to struts dev list so Wes will be able to answer your inquiry.. Obrigado Martin Gainty __ please do not alter/disrupt this transmission. Thank You > Date: Tue, 2 Mar 2010 14:06:10 +0800 > From: jevica.aria...@gmail.com &

RE: XWork has landed!

2010-01-08 Thread Martin Gainty
who will create the mojo? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede

RE: Happy New Year

2010-01-01 Thread Martin Gainty
Gratia Agere Benedictus Prospero Novo Annus ut unus quod totus Martin __ Commodo operor non muto modify vel perturbo ea defero. Gratias ago Vos > Date: Thu, 31 Dec 2009 20:10:37 -0600 > Subject: Happy New Year > From: pbened...@apache.org > To:

RE: Request Rights To New Struts 2 Documentation Wiki

2009-11-30 Thread Martin Gainty
supposedly this is located on an apache server .. did you check all the mirrors? if you can tell me where you pushed the docs i could contact the admin do you have a backup bruce? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et

RE: UEL plugin

2009-11-17 Thread Martin Gainty
Antonio you'll need to d/l the original juel-api and jeul-impl beforehand and install to local repository i have a working poms for all the environments if you need it Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni

  1   2   >