Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,418

    Spring Integration: Transfer-encoding=[Chunked] -- how to process this response

    I am stuck with the same scenario....I am using Spring Integration and I have an outbound gateway that returns:

    Transfer-encoding=[Chunked]

    How do I handle this?
    I would like to examine it and...
  2. Can Spring Integration be deployed as a standalone server?

    Hi folks,

    I am evaluating on whether or not to go with SI.
    Currently we are also playing with ServiceMix. The business case is that we are polling a RESTFUL URL for information. Once we get...
  3. save image as blob BUT how to display it in jsp with text?

    Hi Everybody,

    I have done a lot of googling but I have not been able to find a concrete answer.

    I am using Spring MVC 3 to save a user image to the database. I am now successfully able to do...
  4. that's good to know BUT what is the best practice...

    that's good to know BUT what is the best practice with storing session attributes with respect to Spring Security.
    I heard from some colleauges that the "security context" is where you should...
  5. HttpSession not to be used with Spring Security for storing values??

    Hi everybody,

    I got a very simple question. I have scoured the internet but have not come up with anything concrete.

    I have applied Spring Security 3.0.5 to an existing Spring MVC web app. I...
  6. Replies
    3
    Views
    1,262

    Solved!! but need more input

    Hi ,

    first of all I'm kinda disapointed of the lack of support for this thread...I think since Spring MVC 3 has some new constructs, that its good to disucss this as much as possible seeing that...
  7. Replies
    3
    Views
    1,262

    still stuck!!

    guys any clues would help...just wanna add
    <mvc:annotation-driven />

    to my pre-existing spring mvc 3.0 web app using Tuckey URL filter......


    any help would be greatly appreciated!
  8. Replies
    3
    Views
    1,262

    mvc:annotation-driven and Tuckey

    hi All,

    I was using Tuckey url for url re-writing. This is how it looks:


    <rule>
    <from>/</from>
    <to>/pf/welcome</to>
    </rule>
  9. Replies
    7
    Views
    2,047

    there must be a more elegant way to do what you...

    there must be a more elegant way to do what you are suggesting for solution 2. This is basically what I want without the IF statements. I could have many "fixed" pages, I wouldnt want to list them...
  10. Replies
    7
    Views
    2,047

    re: Spring mvc wildcard URL handing PLUS tuckey

    I think the complexity comes in when everything starts with the base URL.

    here is what I mean, lets say you got abcc.com/register abcc.com/help abcc.com/facebook whatever...
    so these are official...
  11. Replies
    7
    Views
    2,047

    Spring mvc wildcard URL handing PLUS tuckey

    Hi, I am using Tuckey and Spring MVC 3.
    Basically I would like to handle a request from the base url "/"
    so that if a request comes in like abcc.com/john OR abcc.com/IamNewHere

    I would like to...
  12. Replies
    2
    Views
    1,655

    Spring mvc wildcard URL handing PLUS tuckey

    hi, that is similar but not exactly what I am looking for. I am looking to resolve the url from the base. "/"

    so something like this:


    @RequestMapping(value="/{userrId}",...
  13. Replies
    7
    Views
    2,047

    wildcard URL

    Hi Spring mvc 3 q: what if you just wanted a URL like: abcc.com/hello abcc.com/mikey

    how could I have a generic controller OR would I need one (apart from all the other ones that actually map to...
  14. Replies
    7
    Views
    3,982

    paypal java

    Hi ppl,

    I have a serious dilemma here. I am using Website Payment standard and I would like to integrate this with my java application. Basically the user submits a form, it is intercepted by my...
  15. Replies
    7
    Views
    3,982

    paypal, spring mvc, internal post/get

    can anyone help me on this please?
    My issue is that I have dynamic input which means that the amount is determined after it is posted. It is not a fixed amount.
    I was on a similar site and I saw...
  16. Replies
    7
    Views
    3,982

    re-work of params but now blank response

    When I try to connect to the official paypal url, change my "BusinessName" which is basically the email I use to login officially (not my test account) and change the cmd to "_xclick",

    I get a...
  17. Replies
    7
    Views
    3,982

    paypal and spring mvc

    hey Folks,

    I got an issue and it driving me nuts. I am posting from a form to my Spring MVC 3 controller. Internally I am posting to paypal.
    GOAL: To display the page that shows the item and...
  18. Merging - solved

    Yes I did this to get it to work:


    user = entityManager.merge(user);


    I was able to access my collections now. The think I do not understand is what is meant by Cascading?

    I did find this...
  19. hoping one of you guys can help with entityManager in other session

    Hey guys, I was hoping one of you guys can give me a hand cuz I am really stuck.

    This is my open thread:
    http://forum.springsource.org/showthread.php?t=86123

    I need to access a collection of...
  20. Anyone out there??

    Hey People, can someone give me a hand please?

    I would like to re-access a domain object collection property (like an attributes list of a User object) that was initially read from the database...
  21. LazyInitializationException + JPA + Hibernate

    Hi People,

    I am using OpenEntityManagerInViewFilter for single web requests where when I query the database, I can pull data from a domain object plus any collections in that domain object per...
  22. I solved this one...

    http://forum.springsource.org/showthread.php?t=85442
  23. try to Use OpenEntityManagerInViewFilter

    I think what might be easier instead of doing all that "plumbing" is to use OpenEntityManagerInViewFilter set up in your web.xml:



    <filter>
    ...
  24. Solved...

    Hi people, I finally solved this one. This error was very peculiar and I believe it was as stated above, some kind of library issue.

    I created a new pom.xml and added libraries one by one and...
  25. anyone out there?

    Guys I really need help on this one....can anyone give me the answer or point in the right direction please? and thank you :)
    hoping to hear back....
Results 1 to 25 of 108
Page 1 of 5 1 2 3 4