The new XADataSource wrapper is currently in cvs HEAD (jboss 4) only.  If
someone will only please find out if it works and help fix bugs I will
backport it to jboss 3.2.  3.0.2 is pretty much fixed, I don't plan to
backport it there.

A long time ago (jboss 3.0 timeframe) I asked on the todo list that someone
with an xadatasource write the new wrapper.  After waiting a long time
(until jboss 4 timeframe) with no takers I wrote it myself.

Apparently there are some problems with the xsl that transforms *-xa-ds.xml
into the deployable format.  I'm hoping for a fix shortly.

After we fix the basic wrapper so it works I expect we will need a specific
wrapper for each xadatasource implementation to work around the unique
interpretations of the xa spec that seem so prevalent.

thanks
david jencks


On 2002.08.27 04:31:15 -0400 "Burns, Jamie" wrote:
> I checked out the jboss-all module. I built the checked out code last
> night.
> It built jboss alpha 4.0.0. Im a bit confused. In the TODO forum you have
> two postings. One for a new XADataSource wrapper for JBoss 3 and one for
> a
> new JBoss XADataSource wrapper for JBoss 4. It looks to me like l have
> checked out the JBoss 4 code.
> 
> To get the new XADataSource wrapper for JBoss 3, should l have checked
> out
> the 3.0 branch instead of HEAD?
> 
> I had a go at testing the code l had checked out against a EAR that uses
> an
> XADataSource in the current JBoss 3.0. The code didnt port very well - or
> l
> didnt port it very well :-) I'll have a closer look at the logs tonight
> to
> see what l did wrong.
> 
> Thanks
> 
> Jamie
> 
> -----Original Message-----
> From: David Jencks [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, August 23, 2002 12:08 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-dev] XADataSource wrapper for JBoss 3
> 
> 
> That doesn't give you quite everything you need.  You should check out
> jboss-all
> 
> cvs .... co jboss-all
> 
> should do it.
> 
> There's a chance that an old mssql-xa-ds.xml file will work with the new
> wrapper, since I updated the xsl transformation to output using the new
> wrapper.  Actually I just looked and fixed what I think is an error in
> this
> file (in connector/src/resources/stylesheets).  If you don't like xsl you
> can also deploy the older-style *-service.xml files.  Note that the
> location
> of the jndiName attribute has moved since 3.0.1 into the
> XAConnectionManager
> mbean.
> 
> Which driver are you using?
> 
> Please ask if you have questions, and report on your success.
> 
> thanks
> david jencks
> 
> On 2002.08.22 18:21:55 -0400 Jamie Burns wrote:
> > David Jencks posted on the TODO forum that he has written a new 
> > XADataSource wrapper for JBoss 3. I would like to test it against the 
> > MS SQL Server 2000 drivers if no one has done this yet. He said it was 
> > in the cvs head. I have checked out module jboss-all-modules, tag 
> > HEAD. My cvs skills are not too good - does this give me the source 
> > that David wants to test?
> > 
> > Thanks
> > 
> > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
> > <HTML><HEAD> <META http-equiv=Content-Type content="text/html; 
> > charset=iso-8859-1"> <META content="MSHTML 6.00.2600.0" 
> > name=GENERATOR> <STYLE></STYLE>
> > </HEAD>
> > <BODY bgColor=#ffffff>
> > <DIV><FONT face=Arial size=2>David Jencks posted on the TODO forum that
> > he has 
> > written a new&nbsp;XADataSource wrapper for JBoss 3. I would like to
> test
> > it 
> > against&nbsp;the MS SQL Server 2000 drivers if no one has done this
> yet.
> > He said 
> > it was in the cvs head. I have checked out module jboss-all-modules,
> tag
> > HEAD. 
> > My cvs skills are not too good - does this give me the source that
> David
> > wants 
> > to test?</FONT></DIV>
> > <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
> > <DIV><FONT face=Arial size=2>Thanks</FONT></DIV></BODY></HTML>
> > 
> 
> 
> -------------------------------------------------------
> 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-development mailing list [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> ********************************************************************************
>   This electronic mail system is used for information purposes and is
>   not intended to form any legal contract or binding agreement.
>   The content is confidential and may be legally privileged. Access
>   by anyone other than the addressee(s) is unauthorised and any
>   disclosure, copying, distribution or any other action taken in
>   reliance on it is prohibited and maybe unlawful
> 
>   All incoming and outgoing e-mail communications and attachments
>   are scanned automatically by software designed to detect and remove
>   any material containing viruses or other unauthorised content.  While
>   we undertake best endeavours to ensure that this content checking
>   software is up to date, recipients should take steps to assure
> themselves
>   that e-mails received are secure.
> ********************************************************************************
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
> <HTML>
> <HEAD>
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
> <META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
> <TITLE>RE: [JBoss-dev] XADataSource wrapper for JBoss 3</TITLE>
> </HEAD>
> <BODY>
> 
> <P><FONT SIZE=2>I checked out the jboss-all module. I built the checked
> out code last night. It built jboss alpha 4.0.0. Im a bit confused. In
> the TODO forum you have two postings. One for a new XADataSource wrapper
> for JBoss 3 and one for a new JBoss XADataSource wrapper for JBoss 4. It
> looks to me like l have checked out the JBoss 4 code.</FONT></P>
> 
> <P><FONT SIZE=2>To get the new XADataSource wrapper for JBoss 3, should l
> have checked out the 3.0 branch instead of HEAD?</FONT>
> </P>
> 
> <P><FONT SIZE=2>I had a go at testing the code l had checked out against
> a EAR that uses an XADataSource in the current JBoss 3.0. The code didnt
> port very well - or l didnt port it very well :-) I'll have a closer look
> at the logs tonight to see what l did wrong.</FONT></P>
> 
> <P><FONT SIZE=2>Thanks</FONT>
> </P>
> 
> <P><FONT SIZE=2>Jamie</FONT>
> </P>
> 
> <P><FONT SIZE=2>-----Original Message-----</FONT>
> <BR><FONT SIZE=2>From: David Jencks [<A
> 
>HREF="mailto:[EMAIL PROTECTED]";>mailto:[EMAIL PROTECTED]</A>]
> </FONT>
> <BR><FONT SIZE=2>Sent: Friday, August 23, 2002 12:08 AM</FONT>
> <BR><FONT SIZE=2>To: [EMAIL PROTECTED]</FONT>
> <BR><FONT SIZE=2>Subject: Re: [JBoss-dev] XADataSource wrapper for JBoss
> 3</FONT>
> </P>
> <BR>
> 
> <P><FONT SIZE=2>That doesn't give you quite everything you need.&nbsp;
> You should check out jboss-all</FONT>
> </P>
> 
> <P><FONT SIZE=2>cvs .... co jboss-all</FONT>
> </P>
> 
> <P><FONT SIZE=2>should do it.</FONT>
> </P>
> 
> <P><FONT SIZE=2>There's a chance that an old mssql-xa-ds.xml file will
> work with the new wrapper, since I updated the xsl transformation to
> output using the new wrapper.&nbsp; Actually I just looked and fixed what
> I think is an error in this file (in
> connector/src/resources/stylesheets).&nbsp; If you don't like xsl you can
> also deploy the older-style *-service.xml files.&nbsp; Note that the
> location of the jndiName attribute has moved since 3.0.1 into the
> XAConnectionManager mbean.</FONT></P>
> 
> <P><FONT SIZE=2>Which driver are you using?</FONT>
> </P>
> 
> <P><FONT SIZE=2>Please ask if you have questions, and report on your
> success.</FONT>
> </P>
> 
> <P><FONT SIZE=2>thanks</FONT>
> <BR><FONT SIZE=2>david jencks</FONT>
> </P>
> 
> <P><FONT SIZE=2>On 2002.08.22 18:21:55 -0400 Jamie Burns wrote:</FONT>
> <BR><FONT SIZE=2>&gt; David Jencks posted on the TODO forum that he has
> written a new </FONT>
> <BR><FONT SIZE=2>&gt; XADataSource wrapper for JBoss 3. I would like to
> test it against the </FONT>
> <BR><FONT SIZE=2>&gt; MS SQL Server 2000 drivers if no one has done this
> yet. He said it was </FONT>
> <BR><FONT SIZE=2>&gt; in the cvs head. I have checked out module
> jboss-all-modules, tag </FONT>
> <BR><FONT SIZE=2>&gt; HEAD. My cvs skills are not too good - does this
> give me the source </FONT>
> <BR><FONT SIZE=2>&gt; that David wants to test?</FONT>
> <BR><FONT SIZE=2>&gt; </FONT>
> <BR><FONT SIZE=2>&gt; Thanks</FONT>
> <BR><FONT SIZE=2>&gt; </FONT>
> <BR><FONT SIZE=2>&gt; &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4
> <BR><FONT SIZE=2>&gt; &lt;HTML&gt;&lt;HEAD&gt; &lt;META
> http-equiv=Content-Type content=&quot;text/html; </FONT>
> <BR><FONT SIZE=2>&gt; charset=iso-8859-1&quot;&gt; &lt;META
> content=&quot;MSHTML 6.00.2600.0&quot; </FONT>
> <BR><FONT SIZE=2>&gt; name=GENERATOR&gt;
> &lt;STYLE&gt;&lt;/STYLE&gt;</FONT>
> <BR><FONT SIZE=2>&gt; &lt;/HEAD&gt;</FONT>
> <BR><FONT SIZE=2>&gt; &lt;BODY bgColor=#ffffff&gt;</FONT>
> <BR><FONT SIZE=2>&gt; &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;David
> Jencks posted on the TODO forum that</FONT>
> <BR><FONT SIZE=2>&gt; he has </FONT>
> <BR><FONT SIZE=2>&gt; written a new&amp;nbsp;XADataSource wrapper for
> JBoss 3. I would like to test</FONT>
> <BR><FONT SIZE=2>&gt; it </FONT>
> <BR><FONT SIZE=2>&gt; against&amp;nbsp;the MS SQL Server 2000 drivers if
> no one has done this yet.</FONT>
> <BR><FONT SIZE=2>&gt; He said </FONT>
> <BR><FONT SIZE=2>&gt; it was in the cvs head. I have checked out module
> jboss-all-modules, tag</FONT>
> <BR><FONT SIZE=2>&gt; HEAD. </FONT>
> <BR><FONT SIZE=2>&gt; My cvs skills are not too good - does this give me
> the source that David</FONT>
> <BR><FONT SIZE=2>&gt; wants </FONT>
> <BR><FONT SIZE=2>&gt; to test?&lt;/FONT&gt;&lt;/DIV&gt;</FONT>
> <BR><FONT SIZE=2>&gt; &lt;DIV&gt;&lt;FONT face=Arial
> size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;</FONT>
> <BR><FONT SIZE=2>&gt; &lt;DIV&gt;&lt;FONT face=Arial
> size=2&gt;Thanks&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</FONT>
> <BR><FONT SIZE=2>&gt; </FONT>
> </P>
> <BR>
> 
> <P><FONT SIZE=2>-------------------------------------------------------</FONT>
> <BR><FONT SIZE=2>This sf.net email is sponsored by: OSDN - Tired of that
> same old cell phone?&nbsp; Get a new here for FREE! <A
> HREF="https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390";
> 
>TARGET="_blank">https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390</A></FONT></P>
> 
> <P><FONT SIZE=2>_______________________________________________</FONT>
> <BR><FONT SIZE=2>Jboss-development mailing list Jboss-development@lists
> <BR><FONT SIZE=2><A 
>HREF="https://lists.sourceforge.net/lists/listinfo/jboss-development";
> 
>TARGET="_blank">https://lists.sourceforge.net/lists/listinfo/jboss-development</A></FONT>
> </P>
> 
> <FONT SIZE=3 
>COLOR=BLUE><PRE>********************************************************************************
>   This electronic mail system is used for information purposes and is
>   not intended to form any legal contract or binding agreement.
>   The content is confidential and may be legally privileged. Access
>   by anyone other than the addressee(s) is unauthorised and any
>   disclosure, copying, distribution or any other action taken in
>   reliance on it is prohibited and maybe unlawful
> 
>   All incoming and outgoing e-mail communications and attachments
>   are scanned automatically by software designed to detect and remove
>   any material containing viruses or other unauthorised content.  While
>   we undertake best endeavours to ensure that this content checking
>   software is up to date, recipients should take steps to assure
> themselves
>   that e-mails received are secure.
> ********************************************************************************
> </PRE></FONT>
> </BODY>
> </HTML>
> 
> ------_=_NextPart_001_01C24DA4.1BF1C540--
> 
> 
> -------------------------------------------------------
> 


-------------------------------------------------------
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-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to