2 Replies Latest reply on Jun 1, 2011 1:00 AM by tausuahmed

    Seam with SAP MaxDB

    tausuahmed

      Hi guys,


      How can i use SAP MaxDB with seam 2.2.1? In seam-gen setup there is no option for choosing MaxDB.


      Any help would be appreciated!


      Regards,
      Tauseef

        • 1. Re: Seam with SAP MaxDB
          cosmo

          Changes are the same for every db you want to use.




          1.     Make sure you have the SAP MaxDB jdbc driver located in your {app-server}/server/default/lib

          2.     Also make sure your database exists in SAP MaxDB

          3.     Change dialect within persistence.xml

          4.     Modify datasource -ds.xml at {app-server}/server/default/deploy


          • 2. Re: Seam with SAP MaxDB
            tausuahmed

            Thanks Aldo.