Re: [VOTE] Struts 2.5 BETA2

2015-09-29 Thread Lukasz Lenart
2015-09-29 8:57 GMT+02:00 Greg Huber : > Just upgrading the jars, I now get > > ERROR Dispatcher Could not find action or result: /events/license.action > This method: execute for action license is not allowed! - [unknown location] How do you configure this action? > I have not added any DMI secu

[VOTE] Struts Annotations 1.0.6

2015-09-29 Thread Lukasz Lenart
The Struts Annotations 1.0.6 test build is now available as a Maven artifact. It is a dependency of Struts 2.5. This version drops support for APT and uses an Annotation Processor instead to generate taglib info, more details can be found here: - https://issues.apache.org/jira/browse/WW-4402 If

Re: [VOTE] Struts Annotations 1.0.6

2015-09-29 Thread Lukasz Lenart
2015-09-29 9:25 GMT+02:00 Lukasz Lenart : > [ ] Leave at test build > [ ] Alpha > [ ] Beta > [X] General Availability (GA) +1 (binding) Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: dev

Re: [VOTE] Struts Annotations 1.0.6

2015-09-29 Thread Johannes Geppert
Can I use this version also with Struts 2.3.24.x ? At example in the Struts2 jQuery Plugin or Bootstrap Plugin which is build against 2.3.24.1? Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2015-09-29 9:28 GMT+02:00 Luk

Re: [VOTE] Struts 2.5 BETA2

2015-09-29 Thread Greg Huber
sorry, following https://github.com/apache/struts/pull/47 if I add to my extended package : execute,input,back,cancel,browse . I get: Messages: This method: execute for action favourites is not allowed! Stacktraces This method: execute for action favourites is not allowed! - [unknow

Re: [VOTE] Struts Annotations 1.0.6

2015-09-29 Thread Lukasz Lenart
2015-09-29 9:46 GMT+02:00 Johannes Geppert : > Can I use this version also with Struts 2.3.24.x ? > At example in the Struts2 jQuery Plugin or Bootstrap Plugin which is build > against 2.3.24.1? It requires Java 1.7 and except that it should work. Regards -- Łukasz + 48 606 323 122 http://www.l

Re: [VOTE] Struts 2.5 BETA2

2015-09-29 Thread Lukasz Lenart
2015-09-29 9:47 GMT+02:00 Greg Huber : > sorry, following https://github.com/apache/struts/pull/47 > > if I add to my extended package : > > > > > execute,input,back,cancel,browse > > . > > > > I get: > > Messages: > This method: execute for action favourites is not allowed! > Stacktraces >

Re: [VOTE] Struts 2.5 BETA2

2015-09-29 Thread Greg Huber
Yes, http://struts.apache.org/dtds/struts-2.5.dtd";> On 29 September 2015 at 09:12, Lukasz Lenart wrote: > 2015-09-29 9:47 GMT+02:00 Greg Huber : > > sorry, following https://github.com/apache/struts/pull/47 > > > > if I add to my extended package : > > > > > > > > > > > execute,input,back,can

Re: [VOTE] Struts Annotations 1.0.6

2015-09-29 Thread Johannes Geppert
Great! Thanks for the info. +1 (binding) [ ] Leave at test build [ ] Alpha [ ] Beta [X] General Availability (GA) Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2015-09-29 9:48 GMT+02:00 Lukasz Lenart : > 2015-09-29 9

Re: [VOTE] Struts 2.5 BETA2

2015-09-29 Thread Lukasz Lenart
2015-09-29 9:47 GMT+02:00 Greg Huber : > sorry, following https://github.com/apache/struts/pull/47 > > if I add to my extended package : > > > > > execute,input,back,cancel,browse > > . > > > > I get: > > Messages: > This method: execute for action favourites is not allowed! > Stacktraces >

Re: [VOTE] Struts 2.5 BETA2

2015-09-29 Thread Christoph Nenning
+1 (binding) [ ] Leave at test build [ ] Alpha [x] Beta [ ] General Availability (GA) (disabling SMI on package level still needs discussion ;) ) Regards, Christoph > From: Lukasz Lenart > To: Struts Developers List , > Date: 28.09.2015 22:53 > Subject: [VOTE] Struts 2.5 BETA2

Re: [VOTE] Struts Annotations 1.0.6

2015-09-29 Thread Christoph Nenning
> The Struts Annotations 1.0.6 test build is now available as a Maven > artifact. It is a dependency of Struts 2.5. > > This version drops support for APT and uses an Annotation Processor > instead to generate taglib info, more details can be found here: > - https://issues.apache.org/jira/browse/

Re: [VOTE] Struts Annotations 1.0.6

2015-09-29 Thread Lukasz Lenart
2015-09-29 14:53 GMT+02:00 Christoph Nenning : >> The Struts Annotations 1.0.6 test build is now available as a Maven >> artifact. It is a dependency of Struts 2.5. >> >> This version drops support for APT and uses an Annotation Processor >> instead to generate taglib info, more details can be fou

Re: [VOTE] Struts Annotations 1.0.6

2015-09-29 Thread Christoph Nenning
+1 (binding) [ ] Leave at test build [ ] Alpha [ ] Beta [X] General Availability (GA) Yay! Finally I can build it with jdk 7 and 8! Regards, Christoph > From: Lukasz Lenart > To: Struts Developers List , > Date: 29.09.2015 09:25 > Subject: [VOTE] Struts Annotations 1.0.6 > > The Struts

[GitHub] struts pull request: Correcting typos...

2015-09-29 Thread andrea-ligios
GitHub user andrea-ligios opened a pull request: https://github.com/apache/struts/pull/51 Correcting typos... https://issues.apache.org/jira/browse/WW-4550?focusedCommentId=14934912&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14934912 You can merge

Re: [VOTE] Struts 2.5 BETA2

2015-09-29 Thread Greg Huber
I reverted back to beta1 struts.xml changed the dtd to 2.5, are there any other changes needed as I am still getting *Messages*: This method: execute for action favourites is not allowed. I thought the DMI changes were to stop calling adhock methods not execute? Cheers Greg. On 29 September 20