Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » [CDO] Hibernate store -- trying to find a comp
[CDO] Hibernate store -- trying to find a comp [message #712910] Sun, 07 August 2011 22:34 Go to next message
Goetz Botterweck is currently offline Goetz BotterweckFriend
Messages: 71
Registered: July 2009
Member
Hi,

I am trying to get an installation of CDO (incl. the Hibernate store)
working with the corresponding examples. I am trying to figure out a
valid combination of
1) plugins installed from update sites and
2) example sources.


For instance: After checking out
http://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo/trunk/plugins/org.eclipse.emf.cdo.examples.hibernate.server

I get the error msgs
Bundle 'org.eclipse.emf.cdo.server.hibernate.teneo' cannot be resolved
in line 10 of MANIFEST.MF
which reads like this
Require-Bundle:
org.eclipse.emf.cdo.server.hibernate.teneo;bundle-version="[3.0.0,4.0.0)",

Do I need to install another plugin? Or could it be that the "4.0.0)"
part of that dependency is wrong?

Are the example source below
http://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo/trunk/plugins/
the right choice?


Thanks for any hints
Goetz



------------------------------

SOME DETAILS ON THE INSTALLATION

- Downloaded and extracted Eclipse 3.7 Modeling
(eclipse-modeling-indigo-win32.zip)

- Installed SVN (Subversive)

- Installed all plugins from
http://www.elver.org/eclipse/update

- Installed
EMF Teneo Hibernate SDK
EMF Teneo Hibernate Runtime
EMF Teneo CDO
EMF Teneo CDO SDK
from
http://download.eclipse.org/modeling/emf/teneo/updates/1.2.0/interim/

- Installed/Updated
CDO Model Repository SDK
CDO Model Repository Server Hibernate 4.0.0.v20110722-1545
from
https://hudson.eclipse.org/hudson/job/emf-cdo-integration/lastSuccessfulBuild/artifact/
Since I though this would be the most up-to-date version.
Re: [CDO] Hibernate store -- trying to find a comp (correction) = combination of plugins and example [message #712913 is a reply to message #712910] Sun, 07 August 2011 22:45 Go to previous messageGo to next message
Goetz Botterweck is currently offline Goetz BotterweckFriend
Messages: 71
Registered: July 2009
Member
oops, sent the msg to early

the subject should have said
"trying to find a combination of plugins and examples"

instead of
"trying to find a comp"
Re: [CDO] Hibernate store -- trying to find a combination of plugins and examples [message #713301 is a reply to message #712910] Mon, 08 August 2011 10:10 Go to previous messageGo to next message
Goetz Botterweck is currently offline Goetz BotterweckFriend
Messages: 71
Registered: July 2009
Member
On 07/08/2011 23:34, Goetz Botterweck wrote:
> I am trying to get an installation of CDO (incl. the Hibernate store)
> working with the corresponding examples. I am trying to figure out a
> valid combination of
> 1) plugins installed from update sites and
> 2) example sources.

summary: problem resolved, but one question remaining


I now used both the update site and svn tree labelled as 4.0 maintance, i.e.

1) the update site at
http://download.eclipse.org/modeling/emf/cdo/updates/maintenance/

2) the examples from the "4.0-maintance" branch
http://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo/branches/4.0-maintenance

This seems to resolve the problem, there are no more compilation errors.



Just to understand the situation better: If wanted to use the trunk of
the repository, i.e.
http://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo/trunk

what corresponding update site should I use with that?


Thanks,
Goetz
Re: [CDO] Hibernate store -- trying to find a combination of plugins and examples [message #713387 is a reply to message #713301] Mon, 08 August 2011 12:26 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi Goetz,

I can generally not recoomend to mix downloaded binaries with checked out sources. The builds are always a little behind
and you never know how hard it will hit you.

If you, nevertheless, decide to go this route, all drops and composite repositories are listed here:
http://www.eclipse.org/cdo/downloads/

You may be interested in the p2 repository http://download.eclipse.org/modeling/emf/cdo/updates/integration

Please always mention whether you're deploying non-standard plugin combinations when you report problems here.

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper




Am 08.08.2011 12:10, schrieb Goetz Botterweck:
> On 07/08/2011 23:34, Goetz Botterweck wrote:
>> I am trying to get an installation of CDO (incl. the Hibernate store)
>> working with the corresponding examples. I am trying to figure out a
>> valid combination of
>> 1) plugins installed from update sites and
>> 2) example sources.
> summary: problem resolved, but one question remaining
>
>
> I now used both the update site and svn tree labelled as 4.0 maintance, i.e.
>
> 1) the update site at
> http://download.eclipse.org/modeling/emf/cdo/updates/maintenance/
>
> 2) the examples from the "4.0-maintance" branch
> http://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo/branches/4.0-maintenance
>
> This seems to resolve the problem, there are no more compilation errors.
>
>
>
> Just to understand the situation better: If wanted to use the trunk of
> the repository, i.e.
> http://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo/trunk
>
> what corresponding update site should I use with that?
>
>
> Thanks,
> Goetz


Re: [CDO] Hibernate store -- trying to find a comp [message #713405 is a reply to message #712910] Mon, 08 August 2011 12:47 Go to previous messageGo to next message
Martin Taal is currently offline Martin TaalFriend
Messages: 5468
Registered: July 2009
Senior Member
Hi Goetz,
I am not sure why this goes wrong, the org.eclipse.emf.cdo.server.hibernate.teneo is at 3.0.100 which fits correctly in
this dependency range.

When I check the trunk version it looks fine to me.

I see in the other posts that you got it working.

gr. Martin

On 08/08/2011 12:34 AM, Goetz Botterweck wrote:
> Hi,
>
> I am trying to get an installation of CDO (incl. the Hibernate store)
> working with the corresponding examples. I am trying to figure out a
> valid combination of
> 1) plugins installed from update sites and
> 2) example sources.
>
>
> For instance: After checking out
> http://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo/trunk/plugins/org.eclipse.emf.cdo.examples.hibernate.server
>
> I get the error msgs
> Bundle 'org.eclipse.emf.cdo.server.hibernate.teneo' cannot be resolved
> in line 10 of MANIFEST.MF
> which reads like this
> Require-Bundle:
> org.eclipse.emf.cdo.server.hibernate.teneo;bundle-version="[3.0.0,4.0.0)",
>
> Do I need to install another plugin? Or could it be that the "4.0.0)"
> part of that dependency is wrong?
>
> Are the example source below
> http://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo/trunk/plugins/
> the right choice?
>
>
> Thanks for any hints
> Goetz
>
>
>
> ------------------------------
>
> SOME DETAILS ON THE INSTALLATION
>
> - Downloaded and extracted Eclipse 3.7 Modeling
> (eclipse-modeling-indigo-win32.zip)
>
> - Installed SVN (Subversive)
>
> - Installed all plugins from
> http://www.elver.org/eclipse/update
>
> - Installed
> EMF Teneo Hibernate SDK
> EMF Teneo Hibernate Runtime
> EMF Teneo CDO
> EMF Teneo CDO SDK
> from
> http://download.eclipse.org/modeling/emf/teneo/updates/1.2.0/interim/
>
> - Installed/Updated
> CDO Model Repository SDK
> CDO Model Repository Server Hibernate 4.0.0.v20110722-1545
> from
> https://hudson.eclipse.org/hudson/job/emf-cdo-integration/lastSuccessfulBuild/artifact/
> Since I though this would be the most up-to-date version.


--

With Regards, Martin Taal

Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Cell: +31 (0)6 288 48 943
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@springsite.com - mtaal@elver.org
Web: www.springsite.com - www.elver.org
Re: [CDO] Hibernate store -- trying to find a combination of plugins and examples [message #713729 is a reply to message #713387] Mon, 08 August 2011 22:49 Go to previous messageGo to next message
Goetz Botterweck is currently offline Goetz BotterweckFriend
Messages: 71
Registered: July 2009
Member
Hi Eike,

On 08/08/2011 13:26, Eike Stepper wrote:
> I can generally not recoomend to mix downloaded binaries with checked
> out sources. The builds are always a little behind and you never know
> how hard it will hit you.

I understand. So you suggest that I either stick with
1) source installation only X-OR
2) installation from updates site only
for both plugins and examples.

I assume 1) is described here
http://wiki.eclipse.org/CDO_Source_Installation
right?

If I want to stick with 2), i.e. download from update site, can I then
get the source code by installing "... Examples" plugins and using "File
> Import > Plugins and Fragments" to extract the source from the
installed plugin? Or what is the recommend way to get the example source
that matches the plugins, which were installed from an update site?

> If you, nevertheless, decide to go this route, all drops and composite
> repositories are listed here: http://www.eclipse.org/cdo/downloads/
>
> You may be interested in the p2 repository
> http://download.eclipse.org/modeling/emf/cdo/updates/integration
Yes, I saw that. Is this intended for usage with Eclipse 3.7?

> Please always mention whether you're deploying non-standard plugin
> combinations when you report problems here.
Sure, will do

Thanks for your support!
Goetz
Re: [CDO] Hibernate store -- trying to find a combination of plugins and examples [message #713805 is a reply to message #713729] Tue, 09 August 2011 05:40 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Am 09.08.2011 00:49, schrieb Goetz Botterweck:
<blockquote cite="mid:j1porj$o41$1@news.eclipse.org" type="cite">
<pre wrap="">Hi Eike,

On 08/08/2011 13:26, Eike Stepper wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I can generally not recoomend to mix downloaded binaries with checked
out sources. The builds are always a little behind and you never know
how hard it will hit you.
</pre>
</blockquote>
<pre wrap="">
I understand. So you suggest that I either stick with
1) source installation only X-OR
2) installation from updates site only
for both plugins and examples.
</pre>
</blockquote>
Exactly.<br>
<br>
<blockquote cite="mid:j1porj$o41$1@news.eclipse.org" type="cite">
<pre wrap="">
I assume 1) is described here
<a class="moz-txt-link-freetext" href="http://wiki.eclipse.org/CDO_Source_Installation">http://wiki.eclipse.org/CDO_Source_Installation</a>
right?
</pre>
</blockquote>
Right.<br>
<br>
<blockquote cite="mid:j1porj$o41$1@news.eclipse.org" type="cite">
<pre wrap="">
If I want to stick with 2), i.e. download from update site, can I then
get the source code by installing "... Examples" plugins and using "File
</pre>
<blockquote type="cite">
<pre wrap="">Import &gt; Plugins and Fragments" to extract the source from the
</pre>
</blockquote>
<pre wrap="">installed plugin? Or what is the recommend way to get the example source
that matches the plugins, which were installed from an update site?
</pre>
</blockquote>
Yes, our builds contain source plugins for everything. AFAIK there
are several ways to import them into your workspace. I usually open
the Plugins view (as a "fast view") and select "Import..." from the
context menu.<br>
<br>
<blockquote cite="mid:j1porj$o41$1@news.eclipse.org" type="cite">
<pre wrap="">
</pre>
<blockquote type="cite">
<pre wrap="">If you, nevertheless, decide to go this route, all drops and composite
repositories are listed here: <a class="moz-txt-link-freetext" href="http://www.eclipse.org/cdo/downloads/">http://www.eclipse.org/cdo/downloads/</a>

You may be interested in the p2 repository
<a class="moz-txt-link-freetext" href="http://download.eclipse.org/modeling/emf/cdo/updates/integration">http://download.eclipse.org/modeling/emf/cdo/updates/integration</a>
</pre>
</blockquote>
<pre wrap="">Yes, I saw that. Is this intended for usage with Eclipse 3.7?
</pre>
</blockquote>
Then you should have seen this, too:<br>
<img src="http://www.eclipse.org/forums/index.php?t=getfile&amp;id=3591" alt=""><br>
<br>
Is there anything I can do to make it more obvious? :P<br>
<br>
Cheers<br>
/Eike<br>
<br>
----<br>
<a class="moz-txt-link-freetext" href="http://www.esc-net.de">http://www.esc-net.de</a><br>
<a class="moz-txt-link-freetext" href="http://thegordian.blogspot.com">http://thegordian.blogspot.com</a><br>
<a class="moz-txt-link-freetext" href="http://twitter.com/eikestepper">http://twitter.com/eikestepper</a><br>
<br>
<br>
</body>
</html>


Previous Topic:Error when opening .ecore with OCLinEcore Editor
Next Topic:[CDO] revisions, Hibernate store.
Goto Forum:
  


Current Time: Fri Apr 26 01:35:09 GMT 2024

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

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

Back to the top