Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8463041
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T14:21:20+00:00 2026-06-10T14:21:20+00:00

I have a MySql db with ID,NAME,DATE I’d like to get these rows by

  • 0

I have a MySql db with ID,NAME,DATE I’d like to get these rows by using the dblookup mediator, seems not to be working, can anyone check my proxy definition please?

<proxy xmlns="http://ws.apache.org/ns/synapse" name="Database" transports="https,http" statistics="disable" trace="disable" startOnLoad="true">
   <target>
      <inSequence>
         <dblookup>
            <connection>
               <pool>
                  <password>1234</password>
                  <user>root</user>
                  <url>jdbc:mysql://localhost:3306/new_db</url>
                  <driver>com.mysql.jdbc.Driver</driver>
               </pool>
            </connection>
            <statement>
               <sql>select * from users where name=?</sql>
               <result name="client_expiration" column="expiration" />
               <result name="client_id" column="id" />
               <result name="client_name" column="name" />
            </statement>
         </dblookup>
         <log />
      </inSequence>
   </target>
</proxy>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T14:21:22+00:00Added an answer on June 10, 2026 at 2:21 pm

    There is an issue, when retrieve the multiple data. If we try to retrieve multiple data, it will return the first row of data. The returned value will be stored in the synapse Messagecontext. so, if you just use the log mediator you won’ be able to view the results.
    Use like this;

    Change your sql query like this(to retrieve one row of data)

    <sql>select * from users where name=ABC</sql>
    

    Then log like this;

     <log level="custom">
        <property name="returned value for client_expiration is : "     expression="get-property('client_expiration')"/>
      <property name="returned value for client_id is : "     expression="get-property('client_id')"/>
      <property name="returned value for client_name is : "     expression="get-property('client_name')"/>
     </log>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a mysql table with entries like this: id name value date 1
I have mysql table with collumns like 'operation.date', 'operation.name' and etc. After fetching that
Suppose i have a mysql table name table with fields rank date id The
In mysql database i have this column called: Name: Date Type: datetime I have
I have a mysql table structure like that: id int primary key name varchar
I have a MySQL table structured somewhat like this: type name value ===================== 1
I have a mysql database with a table structure like below : Table Name
I have a mysql table containing a field name dtt_date and have values like
Currently I have this mysql : $result = mysql_query(SELECT blog.id, blog_comments.cid, blog.name, blog.blogtext, blog.date,
I am using CF8 and MySQL 5. I have a form with several date

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.