Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-14 Thread Sreekanth S. Nair
Thanks a lot Lukasz... appreciate all your help on fixing this up. WARN :) -- Thanks & Regards Sreekanth S Nair Java Developer --- eGovernments Foundation Ph : 9980078913 ---

Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-14 Thread Lukasz Lenart
2014-12-15 7:57 GMT+01:00 Sreekanth S. Nair : > Hi Lukasz, > :) i haven't intentionally added rest-plugin, that was > by mistake i have included and went clueless. That would have been my second question if you still have had problems ;-) > I need one more help from you rega

Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-14 Thread Sreekanth S. Nair
Hi Lukasz, :) i haven't intentionally added rest-plugin, that was by mistake i have included and went clueless. I need one more help from you regarding custom struts.xml, can you kindly tell me the struts.xml i have attached is correct ? i have removed the excludeParam as you

Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-14 Thread Lukasz Lenart
2014-12-15 7:49 GMT+01:00 Sreekanth S. Nair : > :) , all i meant by WARN is to give some clue :), because i was really out > of clue why 404 without any ERROR or something. Hmm maybe some info like "REST plugin ..." Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-14 Thread Sreekanth S. Nair
Yeah i checked out the url and set up the rest as well. thanks for the link. -- Thanks & Regards Sreekanth S Nair Java Developer --- eGovernments Foundation Ph : 9980078913 ---

Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-14 Thread Sreekanth S. Nair
:) , all i meant by WARN is to give some clue :), because i was really out of clue why 404 without any ERROR or something. -- Thanks & Regards Sreekanth S Nair Java Developer --- eGovernments Foundation Ph : 9980078913 ---

Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-14 Thread Lukasz Lenart
2014-12-14 20:13 GMT+01:00 Sreekanth S. Nair : > I was able to setup, with rest plugin as well. after adding > > value="org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper" /> > > in struts.xml As I said, it's in the docs http://struts.apache.org/docs/rest-plugin.html#RESTPlugin-RESTan

Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-14 Thread Lukasz Lenart
2014-12-14 19:48 GMT+01:00 Sreekanth S. Nair : > Hi Lukasz, >Was drafting a mail eureka :) when i got your last > response (any way, that log is not showing anything while accessing the > url). > >Finally i found the culprit, the struts2-rest-plugin. > Witho

Re: Struts 2 support of Java 8

2014-12-14 Thread Lukasz Lenart
Yeah... I would like to eliminate ASM from dependencies but I must find some substitution ;-) Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2014-12-14 20:29 GMT+01:00 Paweł Wielgus : > Hi Łukasz, > looking through ASM releases > i see that one would need version >= 5.0 to have Ja

Re: Struts2 Migration issue

2014-12-14 Thread Sreekanth S. Nair
Hi Arpan I don't think its something do with struts, mostly some config problem with jetty server. Are you trying to start jetty server from eclipse ? if so can you try starting from terminal (command prompt). Or i would like to check this link http://javaresolutions.blogspot.in/2014/04/pwc6345-t

Re: Struts2 Migration issue

2014-12-14 Thread Arpan
Yes I cleaned and build multiple times. More over its not able to locate the .jsp files, which I had declared in web.xml file. Here is the complete stack trace: HTTP ERROR 404 Problem accessing /vipegconsole/common/error-exception.jsp. Reason: Not Found Caused by: org.apache.jasper.Jasper

Re: Struts 2 support of Java 8

2014-12-14 Thread Paweł Wielgus
Hi Łukasz, looking through ASM releases i see that one would need version >= 5.0 to have Java8 full support: http://forge.ow2.org/forum/forum.php?forum_id=2302 and in Struts 2.3.16 there is ASM in 3.3 version. So maybe it's realy that simple :-) I just hope it won't breake to much in current cod

Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-14 Thread Sreekanth S. Nair
I was able to setup, with rest plugin as well. after adding in struts.xml -- Thanks & Regards Sreekanth S Nair Java Developer --- eGovernments Foundation Ph : 9980078913 ---

Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-14 Thread Sreekanth S. Nair
Hi Lukasz, Was drafting a mail eureka :) when i got your last response (any way, that log is not showing anything while accessing the url). Finally i found the culprit, the struts2-rest-plugin. Without the rest plugin, its working perfectly. I went and checke

Re: Struts 2 support of Java 8

2014-12-14 Thread Lukasz Lenart
2014-12-14 19:14 GMT+01:00 Paweł Wielgus : > Hi Łukasz, > registered as: > https://issues.apache.org/jira/browse/WW-4431 > if anything more is needed just let me know and i will add all > necessary information. Thanks a lot! I think we just must switch to newer version of ASM :) Regards -- Łuka

Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-14 Thread Lukasz Lenart
Looks like you HomepageAction was processed and it should be available at /homepage and /common/homepage - see the log exercise below. What happens in log when you try access these actions? 22:34:35,262 DEBUG [org.apache.struts2.convention.PackageBasedActionConfigBuilder] (default task-8) Processi

Re: Struts 2 support of Java 8

2014-12-14 Thread Paweł Wielgus
Hi Łukasz, registered as: https://issues.apache.org/jira/browse/WW-4431 if anything more is needed just let me know and i will add all necessary information. -- Pozdrawiam, Paweł Wielgus. tel: +48 604 603 546 2014-12-13 9:14 GMT+01:00 Lukasz Lenart : > Please, can you register all these issues y

Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-14 Thread Lukasz Lenart
Please check your logs for messages like this: "The includeJars pattern ... did not match any jars in the classpath" 2014-12-14 17:29 GMT+01:00 Sreekanth S. Nair : > Hi Lukasz, > We are using this pattern for struts to check action > classes in those specific jars, for this we are

Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-14 Thread Sreekanth S. Nair
Hi Lukasz, We are using this pattern for struts to check action classes in those specific jars, for this we are naming all our jars containing action classes with "org-" prefix. Yeah i can try removing those, we are using some custom interceptors(removed from the one i have attach

Re: Struts2 Not Working After Migrating from 2.3.15.1 to 2.3.20 in Wildfly server

2014-12-14 Thread Lukasz Lenart
2014-12-13 15:24 GMT+01:00 Sreekanth S. Nair < sreekanth.n...@egovernments.org>: > > Hi Lukasz, > Anything you can give as a hint about it, if you can > tell me what are the components changed after 2.3.16.3 release, i can > narrow down to find the exact cause. I'm attaching my c