Hi, Can you post your current persistence.xml file?
I don't think that OpenJPA directly issues these statements. Where are you seeing them being logged? I'd guess that maybe they're a result of some DatabaseMetaData calls while the LazySchemaFactory is looking for indexes. -Patrick On 9/20/07, Evgeny Shepelyuk <[EMAIL PROTECTED]> wrote: > Hello! > > Im using OpenJPA with Spring transactional management and EntityManager > injection to DAO under Postgresql 8.2.1 > > Seems when new EntityManager is created those queries are executing to > database > > SELECT t.typlen FROM pg_catalog.pg_type t, pg_catalog.pg_namespace n WHERE > t.typnamespace=n.oid AND t.typname='name' AND n.nspname='pg_catalog' > SELECT setting FROM pg_catalog.pg_settings WHERE name='max_index_keys' > > > Can anyone help with this issue ? > My question is can those queries be removed by adjusting some settings in > JPA configuration ? > > -- > Best Regards > Evgeny K. Shepelyuk > -- Patrick Linskey 202 669 5907
