facebook

how to seemless migrate from a QA env to a Production env

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #285510 Reply

    jeffmc033
    Member

    Since I am used the JPA reverse engineering tool within MyEclipse, I am wondering how I can take the completed application and deploy it to my production environment without changing the catalog name that is embedded in each and ever data-object.

    Essentailly, I have two database instances: 1 QA and 1 Production.
    After the application is tested against the bogus QA data, I want to be able to “promote” this *.war file to the production JBoss server on the same machine but using a different “live” database.

    With the database catalog being “hardcoded” into each .java/.class file how can this be accomplished? Do I need to create a second code base? (i hope not!!!!!!)

    thanks

    #285552 Reply

    Loyal Water
    Member

    Do I need to create a second code base? (i hope not!!!!!!)

    I’m afraid thats the only way to go about doing this. Sorry about that.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: how to seemless migrate from a QA env to a Production env

You must be logged in to post in the forum log in