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: 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: 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: 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

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

2014-12-13 Thread Sreekanth S. Nair
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 custom struts.xml file -- Thanks & Regards Sreekanth S Nair Java Developer --

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

2014-12-13 Thread nick
Hi Gerald, I missed your reply due to mail subscription. In my case i have all these upgraded library in my classpath asm and commons-lang and all from struts2 latest distribution only. -- View this message in context: http://struts.1045723.n5.nabble.com/Struts2-Not-Working-Af

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

2014-12-13 Thread Sreekanth S. Nair
Hi Lukasz, I have tried with the struts2 version 2.3.16.3, its working perfectly. -- 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-12 Thread Gerald Scheetz
Lukasz Lenart apache.org> writes: > > Can you try with 2.3.16.3 first? > > 2014-12-12 15:30 GMT+01:00 Sreekanth S. Nair egovernments.org>: > > Hi, > > Am facing a weird issue after upgrading strust2 from 2.3.15.1 to > > 2.3.20 in Wildfly server. Its not giving any debug or any k

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

2014-12-12 Thread Sreekanth S. Nair
Sure Lukasz, let me try and let you know. -- 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-12 Thread Lukasz Lenart
Can you try with 2.3.16.3 first? 2014-12-12 15:30 GMT+01:00 Sreekanth S. Nair : > Hi, > Am facing a weird issue after upgrading strust2 from 2.3.15.1 to > 2.3.20 in Wildfly server. Its not giving any debug or any kind of trace > about what is happening, its just going to 404 page. I switched