RE : [mdr-dev] RE : [mdr-dev] RE : [Fwd: Re: [mdr-dev] JDBC persistence]

"Olivier RICHAUD" <[email protected]> Fri, 23 Jan 2004 10:54:07 +0100
Newsgroups gmane.comp.java.netbeans.modules.mdr.devel
Message-ID <[email protected]>
I think it could make sense. Let suppose we modify MDR's state because we
have create a new objet. This may correspond to an application state which
must persistent. Both states must committed together : the transaction is a
multi-database transaction. In this case, Jboss transaction manager will
ensure atomicity and soundness.

Olivier.

PS : I need that in my application that integrates both MDR and a RDBMS. I
had to write a may to be sure that the state is sound. But because I cannot
integrate completly Jboss and MDR as for JDBC RDBMS, my solution is weak and
somewhat complicated.

-----Message d'origine-----
De : John V. Sichi [mailto:[email protected]] 
Envoyé : vendredi 23 janvier 2004 08:59
À : [email protected]
Objet : Re: [mdr-dev] RE : [mdr-dev] RE : [Fwd: Re: [mdr-dev] JDBC
persistence]


Oh, I see what you mean.  But I don't think it's possible to do that 
purely at the persistence level.  The reason is that the higher levels 
of MDR maintain their own transactional state as well, so they would 
have to participate in the transaction management.  Does that make sense?

JVS

Olivier RICHAUD wrote:
> If you want to integrate with an application server like Jboss, one 
> good thing would be integrating transaction with container managed 
> transactions (a bit like the way Hibernate does it). I've manage to 
> set up an MDR service for Jboss which allow to share the MDRManager 
> accross running applications. I can email you the code fro the 
> service.
> 
> Olivier.
> 
> -----Message d'origine-----
> De : John V. Sichi [mailto:[email protected]]
> Envoyé : mercredi 21 janvier 2004 01:06
> À : [email protected]
> Objet : Re: [mdr-dev] RE : [Fwd: Re: [mdr-dev] JDBC persistence]
> 
> 
> No, I don't have access to an Oracle installation.  If someone can
> provide one, I'd be glad to test with it.  I haven't done any testing 
> with application servers like JBoss; should it make any difference?
> 
> Until it gets into netbeans cvs, the latest source code is available
> from my Perforce server.  For details on how to access my server, see 
> the "Get the Source Code" topic of the Farrago developer page:
> 
> http://farrago.sourceforge.net/developerJumpStart.html
> 
> The Perforce path to the MDR JDBC persistence code is
> 
> //open/farrago/src/org/netbeans/mdr/persistence/...
> 
> Instructions are in the jdbcimpl/package.html file.
> 
> JVS
> 
> Olivier RICHAUD wrote:
> 
>>Did you try to make your implementation run with Oracle and/or Jboss?
>>
>>Olivier.
>>
>>-----Message d'origine-----
>>De : John V. Sichi [mailto:[email protected]]
>>Envoyé : mardi 20 janvier 2004 23:30
>>À : [email protected]
>>Objet : [Fwd: Re: [mdr-dev] JDBC persistence]
>>
>>
>>Hi Martin,
>>
>>I sent the JCA in a while ago but haven't seen the list change.  Is
>>this
>>the right place to look?
>>
>>http://www.netbeans.org/about/legal/jca-approved.html
>>
>>Is there an email address I can use to request a status check?  All I 
>>have is the snail mail address for Eric Renaud.
>>
>>JVS
>>
>>-------- Original Message --------
>>Subject: Re: [mdr-dev] JDBC persistence
>>Date: Tue, 06 Jan 2004 14:32:27 -0800
>>From: John V. Sichi <[email protected]>
>>To: [email protected]
>>References: <[email protected]> <[email protected]>
>>
>>Martin Matula wrote:
>>
>>
>>>Please let me know as soon as you sign the JCA and your name appears 
>>>on the list.
>>
>>
>>I sent the JCA in today by snail mail, so it'll probably be a few
>>days.
>>
>>
> 
> 
> 
>