Search:

Type: Posts; User: ram.gaurav; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    347

    @Bean is not working

    Hi,

    I am using @Bean annotation within class annotated with @Component

    @Component
    public class ClassWithComponentAnnotation {

    @Bean
    ...
  2. Thread: Autowiring

    by ram.gaurav
    Replies
    1
    Views
    202

    Autowiring

    Hi,

    While using auto-wiring if i define bean to use autowire by type and if there are more then 1 instance of referred bean exist it fails...

    But, if i use @Autowire annotation on setter method...
  3. Replies
    1
    Views
    312

    Bean definition inheritance

    Hi,

    If in container i use Bean definition inheritance feature and make one bean use other as parent, then can i also access the methods from parent class or only the properties...
  4. Replies
    2
    Views
    994

    Books Related to Spring 3.0

    Hi,

    Can you please suggest some good book for Spring 3.0... I was searching for Pro Spring 3.0 but coudn't find the same.

    Any other good books???
  5. Annotation based VS java based configuration

    Hi,

    Refer to Spring 3.0 ,,,

    Whats the basic difference between Annotation based configuration and java based configuration
  6. Replies
    3
    Views
    693

    Thanks for the reply but still confused that what...

    Thanks for the reply but still confused that what the below line exactly do:

    <action bean="formAction" method="setupForm" />

    Can i write my own custom Form Action class?

    Thanks,
    Gaurav
  7. Replies
    4
    Views
    1,658

    Hello Sir, I have resolved my problem,...

    Hello Sir,

    I have resolved my problem, actually in my hyperlink i have to mention the flowExecutionKey and the eventId like below:

    <a...
  8. Replies
    4
    Views
    1,658

    Thanks for your reply. Please see my code...

    Thanks for your reply.

    Please see my code below:
    <body>
    <form:form commandName="searchCriteria" method="post" name="myForm">
    JAI SHRI RAM - Spring Web Flow
    <input type="hidden"...
  9. Replies
    4
    Views
    1,658

    How to navigate through Hyperlink

    Hi,

    I am newbie to Spring Web Flow and developing my first application related to it.

    I have gone little bit far in that and have problem in one thing.

    Like i am in view with having below...
  10. Replies
    3
    Views
    693

    Confusion in Phonebook Application

    Hi,

    I am new to Spring Web Flow and going through the Sample Application provided with the Distribution named Phonebook.

    In PhoneBook application there is one file named "search-flow.xml". I...
  11. Is it going under a loop,,,,,like is your login...

    Is it going under a loop,,,,,like is your login page is under acegi security or not.
  12. Can you please provide more information, like the...

    Can you please provide more information, like the log generated on your server console when you run the server, it seems that the application is not deployed successfully and thats because you have...
  13. Replies
    1
    Views
    1,393

    Hi, I am not sure but please try to put...

    Hi,

    I am not sure but please try to put httpSessionIntegrationFilter in the starting of filterChainProxy in acegi-security.xml .

    Please try with that and let us know, that it works or not.
    ...
  14. If you have more confusion then please fell free...

    If you have more confusion then please fell free to discuss.........

    Good Luck Dude,
    Gaurav
  15. Yes, "Some one" is absolutely right, to be more...

    Yes, "Some one" is absolutely right, to be more specific you can please check out the class "org.acegisecurity.ui.AbstractProcessingFilter", alwaysUseDefaultTargetUrl actually belongs to above class...
  16. Replies
    2
    Views
    913

    Can you please show the code where you are...

    Can you please show the code where you are assigning the Authorities to the user means where you are creating the Granted Authorities.

    Thanks
    Gaurav
  17. There is also one possibility that when you...

    There is also one possibility that when you create your own custom Authentication Processing Filter then in that just override one method named "onPreAuthentication" which actually belongs to...
  18. Replies
    10
    Views
    5,195

    Are you receiving any error or what.... Can...

    Are you receiving any error or what....

    Can you please post your code and exception you are getting so that we can figure out the problem.

    Thanks
  19. ExceptionTranslationFilter not working with MethodSecurityInterceptor

    Hi,

    When i am using ExceptionTranslationFilter with MethodSecurityInterceptor, its not working and giving me error on console, its giving the error because i think that MethodSecurityInterceptor...
  20. Set Parent Child relationship in Spring configuration XML file

    Hello All,

    I have just started learning Spring and i really find it very very intresting.
    While studying i came across one confusion that how to make Bean Dependency, i have written the below...
Results 1 to 20 of 20