Hi,
I am using @Bean annotation within class annotated with @Component
@Component
public class ClassWithComponentAnnotation {
@Bean
...
Type: Posts; User: ram.gaurav; Keyword(s):
Hi,
I am using @Bean annotation within class annotated with @Component
@Component
public class ClassWithComponentAnnotation {
@Bean
...
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...
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...
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???
Hi,
Refer to Spring 3.0 ,,,
Whats the basic difference between Annotation based configuration and java based configuration
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
Hello Sir,
I have resolved my problem, actually in my hyperlink i have to mention the flowExecutionKey and the eventId like below:
<a...
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"...
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...
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...
Is it going under a loop,,,,,like is your login page is under acegi security or not.
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...
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.
...
If you have more confusion then please fell free to discuss.........
Good Luck Dude,
Gaurav
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...
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
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...
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
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...
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...