I have an PDF that is base64 encoded. How can i know whether a PDF is encoded.i.e, If other than a PDF (like .gif of .jpg files etc) is encoded instead of PDF how can we check in the code whether the...
Type: Posts; User: manoj_reddy; Keyword(s):
I have an PDF that is base64 encoded. How can i know whether a PDF is encoded.i.e, If other than a PDF (like .gif of .jpg files etc) is encoded instead of PDF how can we check in the code whether the...
I have an PDF that is base64 encoded. How can i know whether a PDF is encoded.i.e, If other than a PDF (like .gif of .jpg files etc) is encoded instead of PDF how can we check in the code whether the...
Hi,
I'm trying to get a response as xml and extract one of the tag in it.I need that data in that tag to be in bytes when i get the result in java code,but i am getting the response xml with...
I was pointing it to
http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd
i changed it to
http://www.springframework.org/schema/integration/jdbc/spring-integration-jdbc-2.0.xsd
...
Thanks for quick reply oleg.zhurakousky...
classpath is set correctly.that particular jar is present in classpathentry in .classpath.
<classpathentry kind="lib"...
HI , I am trying to connect to DB thru springs using jdbc:outbound-gateway.
<jdbc:outbound-gateway update="insert into foos (id, status, name) values (:headers[id], 0, ayload[foo])"...
HI , I am trying to connect to DB thru springs using jdbc:outbound-gateway.
<jdbc:outbound-gateway update="insert into foos (id, status, name) values (:headers[id], 0, :payload[foo])"
...
Thanks Enrico Pizzi :)
will go for jdbc.but how exactly can i connect to DB.and then how to get the values returned in the response thru out bound gateway?
gave configuration as below
<bean...
can anyone please tell me how to connect to database using spring.i'm using hsql.And then how to get the values returned in the response thru out bound gateway?
i'm also facing same compilation error.it is pointing the error to /src/main/webapp/WEB-INF/spring-servlet.xml......but it is not pointin to any particular line in spring-servlet.xml
hi I'm new to spring.I am also facing same problem.these are the list of jars I have in my project.can someone tel whr exactly the version conflict is and which versions should we use bcoz same...