Skip to main content



      Home
Home » Modeling » EMF » CDO - Exception(DBTable exists)
CDO - Exception [message #510178] Tue, 26 January 2010 10:55 Go to next message
Eclipse UserFriend
Hi All ,

i have two meta model , the both contain a class called 'Programme' , the first model is saved correctly with CDO ; but for the second i got this exception :

[ERROR] Rollback in DBStore: org.eclipse.net4j.db.DBException: DBTable exists: Programme
at org.eclipse.net4j.spi.db.DBSchema.addTable(DBSchema.java:70)

Thank you in advance
Zakarov
Re: CDO - Exception [message #510191 is a reply to message #510178] Tue, 26 January 2010 11:09 Go to previous message
Eclipse UserFriend
Hi Zakarov,

In the cdo-server.xml use:

<store type="db">
<mappingStrategy type="horizontal">
<property name="qualifiedNames" value="true"/>
...

Cheers
/Eike

----
http://thegordian.blogspot.com
http://twitter.com/eikestepper



Zakarov schrieb:
> Hi All ,
>
> i have two meta model , the both contain a class called 'Programme' ,
> the first model is saved correctly with CDO ; but for the second i got
> this exception :
> [ERROR] Rollback in DBStore: org.eclipse.net4j.db.DBException: DBTable
> exists: Programme
> at org.eclipse.net4j.spi.db.DBSchema.addTable(DBSchema.java:70)
>
> Thank you in advance
> Zakarov
Previous Topic:Which EEnum field to use for i18n?
Next Topic:Sharing one EditingDomain and its ResourceSet
Goto Forum:
  


Current Time: Wed Nov 05 04:37:41 EST 2025

Powered by FUDForum. Page generated in 0.03205 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top