Search:

Type: Posts; User: srikondoji; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. and BeanPropertyBindingResult realted question. Urgent

    Hi,
    I am working on a Spring mvc portlet project and i am not using annotation validation logic. I guess this question also is applicable for Spring MVC projects.

    I am performing a manual...
  2. just bumping up the thread to see, if anybody has...

    just bumping up the thread to see, if anybody has an answer.
    Thanks
    sri
  3. how to generate nested property path names from a java bean?

    Hi,
    Given a java bean def like below


    public class MyBean {
    private String name;
    private String age;
    private Address address
    }
  4. Still looking for an answer or suggestion.

    Still looking for an answer or suggestion.
  5. Spring 3.1 minor issue with converter/formatter functionality

    I have written and registered a formatter to format 'firstname lastname' string to Name object. This works fine, however my formatter is not called when i enter a empty string in the name field. So i...
  6. After applying one-way hash with SHA-256 alg, i...

    After applying one-way hash with SHA-256 alg, i did apply Base64 encoding. Base 64 encoding does use slash as one of the character.

    AS a temporary solution, i am using old url style with...
  7. Restful controller issue with SHA-256 encoded of activation Keys

    Hi,
    I am using Restful controllers. One of the controller is of the work

    /activate/${activationCode}

    I am using SHA-256 encoding of email id as my activationCode. Often this encoded code as...
  8. Thank you Gary. I was using lte rather than le...

    Thank you Gary. I was using lte rather than le
    --sri
  9. Hi pompeii, Thanks for the pointer. gt and lt...

    Hi pompeii,
    Thanks for the pointer. gt and lt are working fine now, but i tried 'lte' for Less Than or Equal to functionality and it looks like it doesn't recognize 'lte'. Is there anyway i can get...
  10. selector-expression with '

    <int:chain id="leadRetryChain" input-channel="leadExportRetryRequestChannel">
    <int:header-enricher>
    <int:header name="LeadSource" value="RetryQueue"/>
    ...
  11. task executor with DISCARD rejection policy hangs (Using ExecutorChannel)

    Following is the list of framework pieces and their versions.


    The code i am using is as follows


    I am bombarding the queue with many messages anywhere between 5 and 100 and it hangs.

    The...
  12. Thanks for the suggestion. This is what is...

    Thanks for the suggestion. This is what is working for me after making changes as per your suggestion.


    I am assuming that the underlying httpClient and its connection pool will appropriately...
  13. Usage of expressions in http namespace element 'url'

    I am using Springframework 3.0.5.RELEASE and Spring Integration 2.0.5.RELEASE.
    I am actually using http outbound gateway as following.



    <int-http:outbound-gateway ...
  14. It looks like a Flex client issue. I have...

    It looks like a Flex client issue.
    I have described the problem on adobe forums and hope to get an answer.
    More description at the following url
    http://forums.adobe.com/thread/880356?tstart=0
  15. Detected duplicate HTTP-based FlexSessions

    I have my Cookies disabled.

    My setup includes 2 Tomcat servers running on my windows box.
    On one instance i have simple web app that loads my swf file. This App uses RemoteObjects to communicate...
  16. Ah, got the answer. From what i understand from...

    Ah, got the answer. From what i understand from other blog post is that SitePreference will reflect Device by default. I was under the impression that SitePreference will be set to NORMAL by default....
  17. Best precices for Device and SitePreference controller arguements.

    Finally i was able to get this thing right. Now my controllers are getting these arguments correctly. However, what i would like to know from other members who are developing mobile applications...
  18. LTW exception trying to implement familiar PerformanceAdvice

    I am using following software and their versions. Can anyone suggest what is wrong with my configuration?
    Pom config for javaagent.


    <plugin>
    ...
  19. I extended this class...

    I extended this class ExceptionMappingAuthenticationFailureHandler to implemenet maxFailedLogin attempts feature and also to catch several exceptions and redirect them to appropriate controllers.
    ...
  20. Here is what i did to not use invalid-session-url...

    Here is what i did to not use invalid-session-url of Session-Management namespace.

    Implemented HandlerInterceptorAdapter and registered with DispatcherServlet.


    public boolean...
  21. Thanks for the tip and also the answer.

    Thanks for the tip and also the answer.
  22. In that case, i will have to tweak...

    In that case, i will have to tweak HandlerInterceptorAdapter to achieve this and ignore 'invalid-session-url' of SessionManagementFilter.
    In any case, i have another thing to clarify.
    When...
  23. Luke: Thanks for quick and timely response. It...

    Luke: Thanks for quick and timely response. It looks like i have to upgrade to Maintainenece release for delete cookies feature on logout. I think i can hold on to present release version until the...
  24. I am having issues with Session-Management and http filters

    Here is what am using

    <properties>
    <org.springframework.version>3.0.5.RELEASE</org.springframework.version>
    <org.slf4j.version>1.5.10</org.slf4j.version>
    ...
  25. Replies
    2
    Views
    1,267

    Best option would be to have your own version of...

    Best option would be to have your own version of SavedRequestAwareAuthenticationSuccessHandler filter.

    Pass whatever request parameters from login form and make decision to where to redirect in...
Results 1 to 25 of 124
Page 1 of 5 1 2 3 4