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...
Type: Posts; User: grizzleybear123; Keyword(s):
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...
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...
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...
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...
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...
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 -...
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...
SamSam007,
Apparently you are returning an image as a result of your GET request through the handler, right?
Have you checked your dependencies and...
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...
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...