Thursday, 16 June 2005
Weblogic 8.1 is a good product with one major downfall, the fact that they do not offer an easy migration from pointbase to oracle. Pointbase is a nice choice for development because it allows developers to have the server and database installed on their individual computers. The problem comes about when you decide to deploy your application to an integration server running a database like oracle. Weblogics migration utility does not support moving data from pointbase to another RDBMS. I have come up with a solution for this short coming. This utility is written in Java and perl and will migrate your data as well
as your ldap information from one weblogic 8.1 instance to another. We use this
utility to move from development to integration and than to production. The
database migration code uses DBUnit to export the data in XML and import it to
the target system. The LDAP migration uses openldap commands to export the data
in LDIF format and import it to weblogics internal LDAP of another server.
The zip file contains all the code you will need including a Ant build.xml
file to use.
---------------------------------------------------------------------------------------- This
program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR
PURPOSE. ----------------------------------------------------------------------------------------
If you are interested in consulting help with Weblogic please consider Cariboulake
Download File |
BRAVO Written by Guest on 2005-07-16 20:55:12 Works excellent. This allowed us to automate a manual process.
|
Only registered users can write comments. Please login or register. Powered by AkoComment 1.0 beta 2! |