1 Reply Latest reply on Aug 22, 2010 8:46 PM by definitiverant

    seam-gen: connecting to Postgresql with 2.2.1.CR2

    definitiverant

      Hello,


      I'm trying to use seam-gen to generate entities held in a Postgres 8.4 database. If I specify a catalog as part of the project setup process, then I get this error:


      ERROR: cross-database references are not implemented: {catalog}.{schema}.{table}


      Looking at postgres via pgAdminIII, I think that the access path should be more like {schema}.{table} - the schema isn't relevant. If I remove the catalog from the build.properties, like this:


      hibernate.default_catalog=


      ... and rebuild, I get this error:


      ERROR: syntax error at or near .


      It looks like Seam is still trying to append a catalog to the access path.


      Thanks in advance for any assistance.