Re: [JBoss-dev] xa datasource properties

2002-08-29 Thread David Jencks
On 2002.08.29 18:05:08 -0400 Igor Fedorenko wrote: > David Jencks wrote: > > Thanks! This looks good. Do you have Oracle working with the new xa > > wrapper? > > > Sort of. It deploys datasource and runs very simple test (one ssb calls > another, both beans get connection and insert data into t

Re: [JBoss-dev] xa datasource properties

2002-08-29 Thread Igor Fedorenko
David Jencks wrote: > Thanks! This looks good. Do you have Oracle working with the new xa > wrapper? > Sort of. It deploys datasource and runs very simple test (one ssb calls another, both beans get connection and insert data into the db). I would cleanup BaseWrapperManagedConnectionFactory an

Re: [JBoss-dev] xa datasource properties

2002-08-29 Thread David Jencks
Thanks! This looks good. Do you have Oracle working with the new xa wrapper? david jencks On 2002.08.29 16:51:45 -0400 Igor Fedorenko wrote: > I have checked in my changes -- fixed XAManagedConnectionFactory, > DataSourceTemplate.xsl as well as example oracle-xa-ds.xml. I decided > not to im

Re: [JBoss-dev] xa datasource properties

2002-08-29 Thread Igor Fedorenko
I have checked in my changes -- fixed XAManagedConnectionFactory, DataSourceTemplate.xsl as well as example oracle-xa-ds.xml. I decided not to implement oracle specific mcf now but may reconsider it later. I also renamed *.java files with "preprocessor" markup into *.jpp. David Jencks wrote:

Re: [JBoss-dev] xa datasource properties

2002-08-29 Thread David Jencks
On 2002.08.29 08:10:08 -0400 Igor Fedorenko wrote: > David Jencks wrote: > > I think there are several related issues here... I hope I'm not > confusing > > things further. > > > > 1. I think we agree on vendor specific ManagedConnectionFactory > > implementations wrapping vendors' XADataSource i

Re: [JBoss-dev] xa datasource properties

2002-08-29 Thread Igor Fedorenko
David Jencks wrote: > I think there are several related issues here... I hope I'm not confusing > things further. > > 1. I think we agree on vendor specific ManagedConnectionFactory > implementations wrapping vendors' XADataSource implementations, with > customized XAResource wrappers. More or le

Re: [JBoss-dev] xa datasource properties

2002-08-27 Thread David Jencks
I think there are several related issues here... I hope I'm not confusing things further. 1. I think we agree on vendor specific ManagedConnectionFactory implementations wrapping vendors' XADataSource implementations, with customized XAResource wrappers. 2. It is not really essential for deploym

Re: [JBoss-dev] xa datasource properties

2002-08-27 Thread Igor Fedorenko
David Jencks wrote: > On 2002.08.27 09:19:04 -0400 Igor Fedorenko wrote: > [skipped] >> >>How do I deploy rm specific wrapper? Am I right that there is a >>prototype RARDeployment instance >>(jboss.jca:service=RARDeployment,name=JBoss JDBC XATransaction >>ResourceAdapter) that defines wrapper

Re: [JBoss-dev] xa datasource properties

2002-08-27 Thread David Jencks
On 2002.08.27 09:19:04 -0400 Igor Fedorenko wrote: > David Jencks wrote: > > In all but basic configurations the user/pw should be coming from a > JAAS > > login module. Setting the user/pw on the mcf properties should be a > "last > > resort" for when you can't get user/pw anywhere else. > Agree

Re: [JBoss-dev] xa datasource properties

2002-08-27 Thread Igor Fedorenko
David Jencks wrote: > In all but basic configurations the user/pw should be coming from a JAAS > login module. Setting the user/pw on the mcf properties should be a "last > resort" for when you can't get user/pw anywhere else. Agreed, but it is extreemly convinient during testing. ;-) > > We ne

Re: [JBoss-dev] xa datasource properties

2002-08-26 Thread David Jencks
In all but basic configurations the user/pw should be coming from a JAAS login module. Setting the user/pw on the mcf properties should be a "last resort" for when you can't get user/pw anywhere else. We need a xa wrapper for each xadatasource that exposes its exact properties and compensates fo

[JBoss-dev] xa datasource properties

2002-08-26 Thread Igor Fedorenko
Hi guys, Currently we have single set of properties that are passed from RARDeployer down to jdbc.xa.XAManagedConnectionFactory. This single set is used in two places. First, when xa datasource is being initialized the properties are used to set attributes of the datasource (exception is thro