Re: [S2] 2.3.20 upgrade issue: No log warning entry for excluded package?

2015-03-03 Thread Burton Rhodes
Sorry for the delay.  Here is an excerpt from the log from when this
particular page loads.

SearchManagerService : custom interface class to perform searches
SearchManagerServiceImpl : the implementation class
Page: custom class to separate search results into pages
getLastPageNumber(): is a method used to figure the last page number of the
page object.  There is no variable named lastPageNumber; this is simply a
method that returns a value

Log File:
https://www.dropbox.com/s/xzmc5kmux9dx0x4/log.txt?dl=0

Thanks.

On Mon, Mar 2, 2015 at 2:12 AM, Lukasz Lenart lukaszlen...@apache.org
wrote:

 2015-02-27 19:29 GMT+01:00 Burton Rhodes burtonrho...@gmail.com:
  I am having a similar issue as it relates to the new
  excludedPackageNamePatterns in 2.3.20 (upgrading from 2.3.16.3).  The
  following line [1] will not resolve with the excludedPackageNamePatterns
  default value, but it will resolve when I clear the constant in
 struts.xml.
 
  I am wondering why I am not getting a log entry that warns me that it is
  excluded like the docs [2] say I should.  Any reason why this might be?
  Mostly I am looking for the log entry so I can modify the
  excludedPackageNamePatterns to allow this specific class to resolve.
 
  If it matters: My SearchManagerService class is an interface loaded via
  Spring Context.
 
  [1] s:property value=%{searchManagerService.page.lastPageNumber}/
 
  [2]
 
 http://struts.apache.org/docs/security.html#Security-Internalsecuritymechanism

 This is strange, you should get some log entries. Can you list type of
 each element?


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

 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org




Re: How do configure struts convention plugin with struts-spring plugin with Action class mapped with annotations

2015-03-03 Thread bavon mike
The actual problem was that struts 2.3.20 has some logging issues with
wildfly(doesnt log anything at runtime)..i just downgraded it to 2.3.16.3
and i was able to trace the error

On Mon, Mar 2, 2015 at 12:53 PM, Lukasz Lenart lukaszlen...@apache.org
wrote:

 2015-03-02 10:44 GMT+01:00 bavon mike bavom...@gmail.com:
  Even on disabling CDI and using Spring, Ajax cant locate the action
 class.
 
  Mapping the action class in struts.xml and bean in applicationContext.xml
  works fine, problems comes when i want to use annotation( convention
  plugin) for my action  class rather than using xml.

 Do you define actions in Spring context? Maybe you have excluded them
 via config-scan


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

 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org