After fixing few miner problems (to be committed later) I was able to 
deploy oracle datasource using this new code. However, when I've tried 
to get a connection from the datasource it did not work. The problem is 
with the way XAManagedConnectionFactory#getXADataSource() processes 
datasource properties. It assumes that all propeties have both getter 
and setter method and fails if a property if write-only.
Specifically, oracle xa datasource has write-only property "Password". 
That means that we need a way to specify property type in deployment 
descriptor (be that -ds.xml or -service.xml). Sorry, I do not have time 
to work on it myself now.

David Jencks wrote:
> I've replaced the jdbc xa wrapper for jboss 4 (cvs HEAD) with an entirely
> new version that is
> 
> --lgpl
> 
> --jca compliant
> 
> --easily extensible to counteract the quirks of vendor drivers.
> 
> However, I don't have any XADataSources to find out if it works.  If you
> have an XADataSource based driver, please contribute to jboss by setting up
> a configuration for it.  In jboss 4 this is most easily done with the
> -ds.xml files.
> 
> If you are more ambitious, please write a vendor specific wrapper extending
> this one that maps our interpretation of the xa spec to the vendor's.  You
> also have an opportunity to more directly specify the XADataSource
> properties in the wrapper.  Ask for more detail if you are interested.
> 
> Igor Fedorenko has contributed some xa tests that I am trying to adapt to
> run inside jboss against jca adapters.  This should soon give us a
> compatibility standard.
> 
> Thanks
> david jencks
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by: Dice - The leading online job board
> for high-tech professionals. Search and apply for tech jobs today!
> http://seeker.dice.com/seeker.epl?rel_code=31
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user


-- 
Igor Fedorenko
Think smart. Think automated. Think Dynamics.
www.thinkdynamics.com



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to