Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » [CDO] SpringSource jdbc not functioning with 3.5m6
[CDO] SpringSource jdbc not functioning with 3.5m6 [message #429146] Thu, 09 April 2009 17:19 Go to next message
Maurice O'Connor is currently offline Maurice O'ConnorFriend
Messages: 86
Registered: July 2009
Member
Hey, has anyone had issues with using the SpringSource jdbc driver and
Eclipse 3.5m6? I have the rest of my CDO server in place, but for some
reason this plugin will not load from either the dropins or plugins dir
anymore.
Re: [CDO] SpringSource jdbc not functioning with 3.5m6 [message #429148 is a reply to message #429146] Thu, 09 April 2009 17:43 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Maurice,

Yes, it can be painful to analyze what exactly is preventing a bundle
from being resolved properly by the framework. What bundle are you
talking about?

Cheers
/Eike

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



Maurice O'Connor schrieb:
> Hey, has anyone had issues with using the SpringSource jdbc driver and
> Eclipse 3.5m6? I have the rest of my CDO server in place, but for some
> reason this plugin will not load from either the dropins or plugins
> dir anymore.
>


Re: [CDO] SpringSource jdbc not functioning with 3.5m6 [message #429209 is a reply to message #429148] Tue, 14 April 2009 11:06 Go to previous messageGo to next message
Maurice O'Connor is currently offline Maurice O'ConnorFriend
Messages: 86
Registered: July 2009
Member
The bundle I'm referring to is the Springsource MySQL one here:

http://tinyurl.com/c794ar

Guess I'll try building my own.

Maurice

Eike Stepper wrote:

> Maurice,

> Yes, it can be painful to analyze what exactly is preventing a bundle
> from being resolved properly by the framework. What bundle are you
> talking about?

> Cheers
> /Eike

> ----
> http://thegordian.blogspot.com



> Maurice O'Connor schrieb:
>> Hey, has anyone had issues with using the SpringSource jdbc driver and
>> Eclipse 3.5m6? I have the rest of my CDO server in place, but for some
>> reason this plugin will not load from either the dropins or plugins
>> dir anymore.
>>
Re: [CDO] SpringSource jdbc not functioning with 3.5m6 [message #429213 is a reply to message #429209] Tue, 14 April 2009 19:04 Go to previous messageGo to next message
Maurice O'Connor is currently offline Maurice O'ConnorFriend
Messages: 86
Registered: July 2009
Member
I had a go at building my own, but now I'm seeing this:

[ERROR] java.lang.ClassNotFoundException:
com.mysql.jdbc.jdbc2.optional.MysqlDataSource

My plugin was built according to this guide:

http://wiki.eclipse.org/Create_and_Export_MySQL_JDBC_driver_ bundle

I'm certain the version number (3.5.6) was correct, but it was build to
run on Eclipse 3.5. I can see it in the list of loaded plugins on my dev
instance and have added it to the target from my run configuration. Any
ideas why this might be failing?

Thanks!

Maurice


Maurice O'Connor wrote:

> The bundle I'm referring to is the Springsource MySQL one here:

> http://tinyurl.com/c794ar

> Guess I'll try building my own.

> Maurice

> Eike Stepper wrote:

>> Maurice,

>> Yes, it can be painful to analyze what exactly is preventing a bundle
>> from being resolved properly by the framework. What bundle are you
>> talking about?

>> Cheers
>> /Eike

>> ----
>> http://thegordian.blogspot.com



>> Maurice O'Connor schrieb:
>>> Hey, has anyone had issues with using the SpringSource jdbc driver and
>>> Eclipse 3.5m6? I have the rest of my CDO server in place, but for some
>>> reason this plugin will not load from either the dropins or plugins
>>> dir anymore.
>>>
Re: [CDO] SpringSource jdbc not functioning with 3.5m6 [message #429221 is a reply to message #429213] Wed, 15 April 2009 05:11 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Maurice,

I can reproduce this issue. Please file a Bugzilla against Net4j [DB].

Cheers
/Eike

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



Maurice O'Connor schrieb:
> I had a go at building my own, but now I'm seeing this:
>
> [ERROR] java.lang.ClassNotFoundException:
> com.mysql.jdbc.jdbc2.optional.MysqlDataSource
>
> My plugin was built according to this guide:
>
> http://wiki.eclipse.org/Create_and_Export_MySQL_JDBC_driver_ bundle
>
> I'm certain the version number (3.5.6) was correct, but it was build
> to run on Eclipse 3.5. I can see it in the list of loaded plugins on
> my dev instance and have added it to the target from my run
> configuration. Any ideas why this might be failing?
>
> Thanks!
>
> Maurice
>
>
> Maurice O'Connor wrote:
>
>> The bundle I'm referring to is the Springsource MySQL one here:
>
>> http://tinyurl.com/c794ar
>
>> Guess I'll try building my own.
>
>> Maurice
>
>> Eike Stepper wrote:
>
>>> Maurice,
>
>>> Yes, it can be painful to analyze what exactly is preventing a
>>> bundle from being resolved properly by the framework. What bundle
>>> are you talking about?
>
>>> Cheers
>>> /Eike
>
>>> ----
>>> http://thegordian.blogspot.com
>
>
>
>>> Maurice O'Connor schrieb:
>>>> Hey, has anyone had issues with using the SpringSource jdbc driver
>>>> and Eclipse 3.5m6? I have the rest of my CDO server in place, but
>>>> for some reason this plugin will not load from either the dropins
>>>> or plugins dir anymore.
>>>>
>
>


Re: [CDO] SpringSource jdbc not functioning with 3.5m6 [message #429222 is a reply to message #429213] Wed, 15 April 2009 06:00 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Maurice,

It looks as if this is caused by the javax.transaction.xa package,
certainly the most unfortunate and annoying package that Sun ever
published. There are severe incompatibilities over the different versions.

If you're only using CDO with DBStore / Mysql then just remove the
com.springsource version (1.1.0) from the CDOServer launch config.
For HibernateStore / Mysql it could be harder. Didn't try it yet...

Cheers
/Eike

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



Maurice O'Connor schrieb:
> I had a go at building my own, but now I'm seeing this:
>
> [ERROR] java.lang.ClassNotFoundException:
> com.mysql.jdbc.jdbc2.optional.MysqlDataSource
>
> My plugin was built according to this guide:
>
> http://wiki.eclipse.org/Create_and_Export_MySQL_JDBC_driver_ bundle
>
> I'm certain the version number (3.5.6) was correct, but it was build
> to run on Eclipse 3.5. I can see it in the list of loaded plugins on
> my dev instance and have added it to the target from my run
> configuration. Any ideas why this might be failing?
>
> Thanks!
>
> Maurice
>
>
> Maurice O'Connor wrote:
>
>> The bundle I'm referring to is the Springsource MySQL one here:
>
>> http://tinyurl.com/c794ar
>
>> Guess I'll try building my own.
>
>> Maurice
>
>> Eike Stepper wrote:
>
>>> Maurice,
>
>>> Yes, it can be painful to analyze what exactly is preventing a
>>> bundle from being resolved properly by the framework. What bundle
>>> are you talking about?
>
>>> Cheers
>>> /Eike
>
>>> ----
>>> http://thegordian.blogspot.com
>
>
>
>>> Maurice O'Connor schrieb:
>>>> Hey, has anyone had issues with using the SpringSource jdbc driver
>>>> and Eclipse 3.5m6? I have the rest of my CDO server in place, but
>>>> for some reason this plugin will not load from either the dropins
>>>> or plugins dir anymore.
>>>>
>
>


Previous Topic:Change Properties at runtime
Next Topic:Re: [Teneo] legacy database and hibernate mappings
Goto Forum:
  


Current Time: Thu Apr 25 21:21:20 GMT 2024

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

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

Back to the top