Search:

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

Search: Search took 0.02 seconds.

  1. Using parameters with GET method in RestTemplate

    Hello,

    I am trying to use SAML token and signatures with my GET request using RestTemplate. I have two paramters that needs to go with every request - Token and Signature. For example, my...
  2. Marten, I have tried to use special...

    Marten,

    I have tried to use special character escaper like ESCAPE clause. But I didn't seem to get any results at all. Moreover, it is giving me PersistenceException. My query string is...
  3. Wow.....hello Marten ;) Thanks for being the...

    Wow.....hello Marten ;) Thanks for being the saviour again

    Yes you are absolutely right....i have to use them as escape characters if they are included in the actual results...

    Although I...
  4. Query using LIKE clause over special characters

    Hello,

    I have a database column that contains special characters such as %, _ , - , and |.

    When I make a query I use the following query string:


    createQuery(select...
  5. Marten, Thanks a lot...it helps to...

    Marten,

    Thanks a lot...it helps to unwind my confusion noodles :) Just one last question if you don't mind....I know that I will have to find this out by myself, but do you think that...
  6. Marten...do you have any example or suggestion...

    Marten...do you have any example or suggestion whee I can find more about what you said? I have looked into Spring's documentation and also here -...
  7. DataAccessException and implementation of EntityManager

    Hello,

    I am not as expert as a lot of other people in here, so please treat me gently:p

    I have a Spring MVC project where the DAOs and their implementations were done by...
  8. SamSam007, Apparently you...

    SamSam007,

    Apparently you are returning an image as a result of your GET request through the handler, right?

    Have you checked your dependencies and...
  9. Got it fixed now :):) Idea is to use a wrapper...

    Got it fixed now :):)

    Idea is to use a wrapper class. Simple make it and return it from your desired handler method specified in the web controller.


    import java.util.ArrayList;
    import...
  10. How to convert a Java List to XML

    Hello,

    I am having some trouble passing a Java List of type "Item" (i.e. my own class) to XML for my web services. Basically, I have specific handler methods that deal with...
Results 1 to 10 of 12