Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: BeanNameAutoProxyCreator not eligable for autoproxying

  1. #11
    Join Date
    Jan 2005
    Location
    Sofia, Bulgaria
    Posts
    38

    Default

    So I suppose u r using org.springframework.web.jsf.DelegatingVariableReso lver ?
    If yes, then the stacktrace should be longer .
    If no, then start to use it by defining it in faces-config.xml :
    Code:
    <application>
    	    <variable-resolver>
    		org.springframework.web.jsf.DelegatingVariableResolver
    	    </variable-resolver>
    	</application>
    Cheers
    Rostislav Georgiev

  2. #12
    Join Date
    Jul 2007
    Location
    France
    Posts
    8

    Exclamation

    Thanks, i already use this variableresolver, but this is not my problem now. the problem is, that BeanNameAutoProxyCreator can not reach any other bean to create a auto proxy.
    I have 2 projects, the first it work but the second it doesn't.

  3. #13
    Join Date
    Jan 2005
    Location
    Sofia, Bulgaria
    Posts
    38

    Default

    Can you post the full stacktrace? Or try to set the log level for Spring to INFO or DEBUG.
    Rostislav Georgiev

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •