Results 1 to 3 of 3

Thread: Changing JPA provider

  1. #1
    Join Date
    Sep 2009
    Posts
    21

    Default Changing JPA provider

    Once I have installed JPA say with hypersonic persistent and would like to change it to some other database like MySQL, how would I do that without having to start all over again? It seems like once I have installed the JSP (with install JPA ...), I can't do that again in Roo shell.

    Thanks for any prompt answer.

  2. #2
    Join Date
    Jul 2006
    Posts
    30

    Default

    Use
    update jpa -provider HIBERNATE -database MYSQL
    Also update database.properties.

    Ben has given this in a separate thread

    Bala

  3. #3
    Join Date
    Sep 2009
    Posts
    21

    Default

    Thanks Bala, I tried and it works.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •