Questions tagged [cdo-emf]

11 questions
2
votes
2 answers

Performance with Eclipse CDO Model Repository

Am using EMF for an RCP Application . The model is quite complex and I have big xml files and hence loading of models takes more time . Would it be a good option to use Eclipse CDO Model Repository along with EMF to store the models in database…
Santhosh
  • 534
  • 9
  • 24
1
vote
1 answer

How to configure server-side authentication in CDO 3.0 or above?

Standalone CDO servers are configured using the cdo-server.xml configuration file, as explained on the CDO Wiki. A separate wiki page has further information about configuring server-side CDO/Net4j authentication, but it is outdated as of version…
Zsolt Török
  • 10,289
  • 2
  • 26
  • 26
1
vote
0 answers

Concurrent CDO Write Transaction

According to my understanding, CDOTransactions provide read-write access contained resources and objects. I have a resource Set that have two CDO resource File, resource1, resource2. User1 having session1 and TransactionalEditingDomain1 opens…
1
vote
1 answer

Is it possible to store generated EMF model directly to CDO?

From the document that I have followed, I understood that every element in EMF model to extend CDOObject. Is this mandatory to extend CDOObject? If yes, then I have an EMF model which is actually developed from other team and don't have permission…
user3375734
1
vote
1 answer

EMF cross references and CDO

I want to persist my EMF model in such a way to avoid duplicating objects unnecessarily. To do so I'm trying to use cross-references, but it throws an Exception saying that the reference is not contained in a resource. For example, let's consider a…
Fábio
  • 193
  • 12
0
votes
0 answers

How does CDO DB maintains identity?

How does CDO Store maintain/keep identity among its objects?
ateeq
  • 89
  • 1
  • 8
0
votes
1 answer

Error when creating an Eclipse product configuration: org.h2.jdbcx.JdbcDataSource cannot be found by org.eclipse.net4j.db

I have created a CDO server using a Run Configuration which runs org.eclipse.emf.cdo.server.product.tcp_h2 as a product. This works absolutely fine without any errors. However, I have tried to create a product configuration which is based on this…
Alex King
  • 180
  • 6
  • 17
0
votes
2 answers

Slash in property name in pom.xml

I have a problem, what I cannot solve. I want to build my eclipse cdo server with Tycho/Maven and also I want to have the prossibility to start my cdo-server.product out of eclipse. The cdo server it set up like this:…
tralala
  • 163
  • 2
  • 16
0
votes
1 answer

How to make a path relative in the vmargs?

In my project I have an eclipse cdo-server which is set up as described here: http://wiki.eclipse.org/Setting_up_a_CDO_Server . My project structure is like this: -cdo-server plugin |- config folder with cdo-server.xml |-…
tralala
  • 163
  • 2
  • 16
-1
votes
1 answer

CDO Transaction Issue

I am trying to deposit an EClass object which I have retrieved from a graphiti diagram to the CDO repository but I receive a write transaction error. The error doesn't appear if I create a new empty EClass object and store it to the CDO repository.…
-3
votes
3 answers

Why am I getting an error when trying to send email via port 25

Set objCDOSYSMail = Server.CreateObject("CDO.Message") Set objCDOSYSCon = Server.CreateObject ("CDO.Configuration") Set Flds = objCDOSYSCon.Fields Flds.Item("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") =…
Tarun
  • 267
  • 2
  • 9
  • 26