configuration for openjpa.jdbc.Schemas not applied to SQL
---------------------------------------------------------

                 Key: OPENJPA-483
                 URL: https://issues.apache.org/jira/browse/OPENJPA-483
             Project: OpenJPA
          Issue Type: Bug
    Affects Versions: 1.1.0
         Environment: Java JDK 1.5.0_12, Linux, Hypersonic DB
            Reporter: Adam Hardy


OpenJPA should be able to see and access schemas but doesn't. 

I configured this with openjpa.jdbc.Schema=DEV (my schema name) 

I also tried putting the schema name everywhere possible in the metadata, i.e. 
in the <schema>DEV</schema> tags and in table tags, and in:

  <persistence-unit-metadata>
    <xml-mapping-metadata-complete />
    <persistence-unit-defaults>
      <schema>DEV</schema>
    </persistence-unit-defaults>
  </persistence-unit-metadata>

I will include a zipped up test project illustrating the problem. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to