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

  • SEARCH
  • Home
  • 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 1077319
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T21:33:25+00:00 2026-05-16T21:33:25+00:00

I would like to do Mysql to Mysql replication using drs . Is it

  • 0

I would like to do Mysql to Mysql replication using drs. Is it possible to do the same without storing data in db4o? I just want to use drs replication using Hibernate. Any positive/negative experience with drs?

  • 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-05-16T21:33:26+00:00Added an answer on May 16, 2026 at 9:33 pm

    it works.

    just use the #begin() call that takes 2 org.hibernate.cfg.Configuration as arguments in here:
    https://source.db4o.com/db4o/trunk/drs/src/core/com/db4o/drs/hibernate/HibernateReplication.java

    it will create a replication ReplicationSession which you can use to replicate data.

    for example:

    Configuration first = new Configuration().configure("first.cfg.xml");
    Configuration second = new Configuration().configure("second.cfg.xml");
    
    ReplicationSession replication = HibernateReplication.begin(first, second);
    
    ObjectSet changed = replication.providerA().objectsChangedSinceLastReplication();
    
    while (changed.hasNext())
     replication.replicate(changed.next());
    
    replication.commit();
    replication.close();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My Flash movie would like communicate with MySQL server to fetch and save data
I like to use MySQL to do quantitative analysis and statistics. I would like
I would like to access a MySQL database using PHP. Can someone please explain
I would like to use ORDER BY FIELD() (MySQL) in Django. Does Django support
I would like to connect NHibernate to a MySQL master-slave replication configuration, so I
I am a beginner in MySQL replication and I would like to setup permanent
I have two different tables, lead and click. I would like to query MySQL
I would like to execute a MySQL command in a shell script/cron job that
I would like to pass a MYSQL query via Coldfusion the following date: 03/13/2010
I would like to generate the mysql-password hash from js. I know the method

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.