Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Can't find 'Default Schema' property for eclipselink

How about an additional orm.xml?

<?xml version="1.0"?>
<entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm";
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
	xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm
http://java.sun.com/xml/ns/persistence/orm_2_0.xsd";
	version="2.0">
	<schema>MYDEFAULTSCHEMA</schema>
</entity-mappings>

-- Frank


Dominik Dorn wrote:
> 
> afaik, there's currently nothing specified in the jpa for selecting
> the default schema.
> 

-- 
View this message in context: http://old.nabble.com/Can%27t-find-%27Default-Schema%27-property-for-eclipselink-tp29282167p29289427.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top