Re: [mdr-users] RE : [mdr-users] Re: Loosing last transaction results in case of crash

Martin Matula <[email protected]> Tue, 01 Nov 2005 18:15:28 +0100
Newsgroups gmane.comp.java.netbeans.modules.mdr.user
Message-ID <[email protected]>
Oh, I see you mean to even integrate the JDBC storage fully into the 
MDR. The only problem I see with that is that it would increase the 
download size of NetBeans. This could be problematic since it could also 
affect a startup time. But we may try to modify the build script so that 
when someone tries to build MDR standalone, the storage will 
automatically be packaged into the standalone jar.
Martin

Olivier RICHAUD wrote:
> Martin,
> 
> This would be a great enhancement for MDR to fully support JDBC storage
> as a new storage. 
> 
> OK, I'm going to test it against mySQL in a few days (hope I'll have
> time to do that).
> 
> Olivier.
> 
> -----Message d'origine-----
> De : John V. Sichi [mailto:[email protected]] 
> Envoyé : jeudi 27 octobre 2005 05:49
> À : [email protected]
> Objet : [mdr-users] Re: Loosing last transaction results in case of
> crash
> 
> 
> I don't know if anyone has tried mdrjdbc with Oracle yet.  It has been
> tested with PostgreSQL, MySQL, and hsqldb.  If it doesn't work out of
> the box on a particular DBMS, it's usually easy to tweak (either via the
> connection properties or with minor code changes).
> 
> There is documentation:
> 
> http://mdr.netbeans.org/source/browse/mdr/extras/jdbcstorage/src/org/net
> beans/mdr/persistence/jdbcimpl/package.html?rev=1.6&content-type=text/vn
> d.viewcvs-markup
> 
> Unfortunately it is still a bit of a pain to set up because it has never
> been properly integrated into MDR.  Martin, is there any chance of
> making the jar part of scheduled builds like mdrant, publishing the
> documentation on the website, etc?  It functions and performs very well
> with hsqldb as the embedded engine.
> 
> JVS
> 
> 
>>>---------------------------------------------------------------------
>>>---
>>>
>>>Subject:
>>>RE : [mdr-users] Re: Loosing last transaction results in case of 
>>>crash
>>>From:
>>>"Olivier RICHAUD" <[email protected]>
>>>Date:
>>>Wed, 26 Oct 2005 20:21:49 +0200
>>>To:
>>><[email protected]>
>>>
>>>To:
>>><[email protected]>
>>>
>>>Would you support Oracle per chance?
>>>
>>>Is there any documentation for your jdbc storage? I mean, is it hard 
>>>to move from MDR standard repository to JDBC repository?
>>>
>>>Thanks.
>>>
>>>Olivier.
> 
>