On 2002.01.09 01:14:28 -0500 Matthew Baird wrote: > any plans on using JCA to connect Castor JDO into JBoss?
Both the jdo spec and I think the way to do this is to have the jdo layer act as a cache on top of a resource adapter, or to have the jca interfaces exposed from the "middle" of the jdo implementation with an additional Synchronization to the cache layer to make sure it is persisted before the tx commits. However when I enquired at Castor whether they had any interest in supporting this I was told that Castor had no interest in spec compliance. Although I suspect this was mostly due to lack of knowledge about the jca spec, it wasn't exactly encouraging. I may try again when I am done with my current project. david jencks > > -----Original Message----- > From: David Jencks [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 08, 2002 4:05 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Updating CastorJDO plugin for 2.4.4 > > > I think cvsroot/jboss/contrib/castorjdo never got tagged with > Branch_2_4_4 > when Jason did the reorganization of the build system. I suspect it > should > be, there are other changes likely to happen in > cvsroot/jboss/contrib/varia. Jason is probably the only one to know for > sure... > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
