Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    731

    How to validate Base64 data?

    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...
  2. Replies
    0
    Views
    499

    Poll: How to validate Base64 data

    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...
  3. to convert binary format to byte or string or base64

    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...
  4. I was pointing it to ...

    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
    ...
  5. error prevails

    Thanks for quick reply oleg.zhurakousky...
    classpath is set correctly.that particular jar is present in classpathentry in .classpath.


    <classpathentry kind="lib"...
  6. No declaration found for

    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])"...
  7. No declaration found for

    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])"
    ...
  8. Replies
    2
    Views
    578

    Thanks Enrico Pizzi :) will go for jdbc.but how...

    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...
  9. Replies
    2
    Views
    578

    connecting to database

    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?
  10. Replies
    2
    Views
    796

    same problem

    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
  11. Replies
    4
    Views
    981

    version conflict

    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...
Results 1 to 11 of 11