I'm going to move to the next step and start the Vote. As I said this
is the 4th build of the same code base, so I hope all the major issues
flowed already ;-)

Any objections? (will start tomorrow morning UTC+1 ;-)


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

2013/3/6 Lukasz Lenart <[email protected]>:
> Feel free to register an issue, but basically I want to solve each
> such a case properly - it should be treated as a transitive situation.
> Also some kind of community involvement ;-)
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> 2013/3/6  <[email protected]>:
>> Maybe a log.trace could be used in those cases, instead of log.debug?
>> Sent via BlackBerry from T-Mobile
>>
>> -----Original Message-----
>> From: Lukasz Lenart <[email protected]>
>> Date: Wed, 6 Mar 2013 20:29:30
>> To: Struts Developers List<[email protected]>
>> Reply-To: "Struts Developers List" <[email protected]>
>> Subject: Re: Struts 2.3.12 ready to test
>>
>> Hi Rees,
>>
>> I have added such a debug logging in every possible place where
>> exception was silently swallowed ;-) Just to catch such a minor
>> problem like your. Please register an issue, I would like to resolve
>> all that problems in proper way, not by //ignore ;-)
>>
>>
>> Regards
>> --
>> Łukasz
>> + 48 606 323 122 http://www.lenart.org.pl/
>>
>> 2013/3/6 Rees Byars <[email protected]>:
>>> This doesn't appear to be a showstopper, but I am getting an exception in
>>> my logs with version 2.3.12 that I was not getting with version 2.3.8 (the
>>> next most recent version that I have tested).  It appears that Struts2 is
>>> attempting to set my static redirect parameter on
>>> the ServletActionRedirectResult instance.
>>>
>>> My config:
>>>
>>> <result name="struts.conversation.invalid.id" type="redirectAction">
>>>
>>>             <param name="actionName">begin</param>
>>>
>>>             <param name="conversationError">${conversationError}</param>
>>>
>>> </result>
>>>
>>> The stack trace:
>>>
>>> 2013-03-06 07:42:13,851 DEBUG
>>> org.apache.struts2.dispatcher.ServletRedirectResult.debug:73 - Caught
>>> OgnlException while setting property 'conversationError' on type
>>> 'org.apache.struts2.dispatcher.ServletActionRedirectResult'.
>>> Caught OgnlException while setting property 'conversationError' on type
>>> 'org.apache.struts2.dispatcher.ServletActionRedirectResult'. - Class:
>>> ognl.ObjectPropertyAccessor
>>> File: ObjectPropertyAccessor.java
>>> Method: setProperty
>>> Line: 166 - ognl/ObjectPropertyAccessor.java:166:-1
>>> at
>>> com.opensymphony.xwork2.ognl.OgnlUtil.internalSetProperty(OgnlUtil.java:440)
>>> at com.opensymphony.xwork2.ognl.OgnlUtil.setProperty(OgnlUtil.java:167)
>>> at
>>> com.opensymphony.xwork2.ognl.OgnlReflectionProvider.setProperty(OgnlReflectionProvider.java:91)
>>> at com.opensymphony.xwork2.ObjectFactory.buildResult(ObjectFactory.java:233)
>>> at
>>> com.opensymphony.xwork2.DefaultActionInvocation.createResult(DefaultActionInvocation.java:216)
>>> at
>>> com.opensymphony.xwork2.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:365)
>>> at
>>> com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:275)
>>> at
>>> com.google.code.rees.scope.struts2.SessionInterceptor.intercept(SessionInterceptor.java:98)
>>> at
>>> com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246)
>>> at
>>> org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:54)
>>> at
>>> org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:546)
>>> at
>>> org.apache.struts2.dispatcher.ng.ExecuteOperations.executeAction(ExecuteOperations.java:77)
>>> at
>>> org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.doFilter(StrutsPrepareAndExecuteFilter.java:91)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
>>> at
>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
>>> at
>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
>>> at
>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
>>> at
>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
>>> at
>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
>>> at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:936)
>>> at
>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
>>> at
>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
>>> at
>>> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1004)
>>> at
>>> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
>>> at
>>> org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
>>> at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>>> at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>>> at java.lang.Thread.run(Thread.java:680)
>>> Caused by: ognl.NoSuchPropertyException:
>>> org.apache.struts2.dispatcher.ServletActionRedirectResult.conversationError
>>> at ognl.ObjectPropertyAccessor.setProperty(ObjectPropertyAccessor.java:166)
>>> at
>>> com.opensymphony.xwork2.ognl.accessor.ObjectAccessor.setProperty(ObjectAccessor.java:27)
>>> at ognl.OgnlRuntime.setProperty(OgnlRuntime.java:2318)
>>> at ognl.ASTProperty.setValueBody(ASTProperty.java:127)
>>> at ognl.SimpleNode.evaluateSetValueBody(SimpleNode.java:220)
>>> at ognl.SimpleNode.setValue(SimpleNode.java:301)
>>> at ognl.Ognl.setValue(Ognl.java:737)
>>> at com.opensymphony.xwork2.ognl.OgnlUtil.setValue(OgnlUtil.java:224)
>>> at com.opensymphony.xwork2.ognl.OgnlUtil.setValue(OgnlUtil.java:216)
>>> at
>>> com.opensymphony.xwork2.ognl.OgnlUtil.internalSetProperty(OgnlUtil.java:433)
>>>
>>> On Wed, Mar 6, 2013 at 7:27 AM, Lukasz Lenart 
>>> <[email protected]>wrote:
>>>
>>>> Please remember that this is 4th test build of the same code base,
>>>> introduced changes were related to the reported showstoppers.
>>>>
>>>>
>>>> Regards
>>>> --
>>>> Łukasz
>>>> + 48 606 323 122 http://www.lenart.org.pl/
>>>>
>>>> 2013/3/6 Lukasz Lenart <[email protected]>:
>>>> > Hi,
>>>> >
>>>> > Please take a time and test the bits - any help is appreciated.
>>>> >
>>>> > Staging Maven repo
>>>> > https://repository.apache.org/content/groups/staging/
>>>> >
>>>> > Standalone artifacts
>>>> > http://people.apache.org/builds/struts/2.3.12/
>>>> >
>>>> > Release notes
>>>> > http://struts.apache.org/development/2.x/docs/version-notes-2312.html
>>>> >
>>>> >
>>>> > Thanks in advance & regards
>>>> > --
>>>> > Łukasz
>>>> > + 48 606 323 122 http://www.lenart.org.pl/
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: [email protected]
>>>> For additional commands, e-mail: [email protected]
>>>>
>>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to