Build failed in Jenkins: Struts-JDK8-master #155

2016-07-26 Thread Apache Jenkins Server
See Changes: [github] Change to the documentation [Lukasz Lenart] WW-4669 Reverts back to default RegEx [Lukasz Lenart] WW-4670 Upgrades JFreeChart to the latest version -- Started by an SCM

Build failed in Jenkins: Struts-JDK7-master #498

2016-07-26 Thread Apache Jenkins Server
See Changes: [Lukasz Lenart] WW-4669 Reverts back to default RegEx [Lukasz Lenart] WW-4670 Upgrades JFreeChart to the latest version -- [...truncated 917 lines...] [INFO] Downloading: https:/

Re: Exception Mapping Annotation seems not inhierted

2016-07-26 Thread Lukasz Lenart
2016-07-26 10:14 GMT+02:00 Adrian CHIA : > Hi > > It seems that the struts 2.3.4.1 Exception Mapping annotation cannot be > inherited by the sub-classes. I attempted to put the annotation in the base > class but the child class is unable to inherit the exception mapping. However > results view c

Build failed in Jenkins: Struts-JDK7-master #497

2016-07-26 Thread Apache Jenkins Server
See Changes: [github] Change to the documentation -- [...truncated 7980 lines...] 2016-07-27 06:17:51,290 WARN [main] components.UpDownSelect (UpDownSelect.java:152) - no ances

[GitHub] struts pull request #107: Change to the documentation

2016-07-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/struts/pull/107 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] struts issue #105: [WW-4620] Improve XWorkListPropertyAccessor to against DO...

2016-07-26 Thread lukaszlenart
Github user lukaszlenart commented on the issue: https://github.com/apache/struts/pull/105 ping :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if th

[GitHub] struts issue #107: Change to the documentation

2016-07-26 Thread lukaszlenart
Github user lukaszlenart commented on the issue: https://github.com/apache/struts/pull/107 👍 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

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

[GitHub] struts pull request #107: Change to the documentation

2016-07-26 Thread andrea-ligios
GitHub user andrea-ligios opened a pull request: https://github.com/apache/struts/pull/107 Change to the documentation To make it clear that the behavior is not limited to validation errors, but also extendend to conversion errors and (most important) to action errors, that will be

Exception Mapping Annotation seems not inhierted

2016-07-26 Thread Adrian CHIA
Hi It seems that the struts 2.3.4.1 Exception Mapping annotation cannot be inherited by the sub-classes. I attempted to put the annotation in the base class but the child class is unable to inherit the exception mapping. However results view can be inherited. Please advise ? With regards Adria