[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-development
Subject:    [JBoss-dev] [ jboss-Bugs-602889 ] XAManagedConnectionFactory
From:       noreply () sourceforge ! net
Date:       2002-08-31 18:03:29
[Download RAW message or body]

Bugs item #602889, was opened at 2002-08-31 17:50
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=602889&group_id=22866

>Category: JBossCX
>Group: CVS HEAD
>Status: Deleted
>Resolution: Invalid
Priority: 5
Submitted By: Rafal Piotrowski (sonofseven)
>Assigned to: David Jencks (d_jencks)
Summary: XAManagedConnectionFactory 

Initial Comment:
class 
org.jboss.resource.adapter.jdbc.xa.XAManagedConnecti
onFactory contains wrong method names

has:
/**
* Get the XaDataSourceClass value.
* @return the XaDataSourceClass value.
*/
public String getXaDataSourceClass()
{
return xaDataSourceClass;
}

/**
* Set the XaDataSourceClass value.
* @param newXaDataSourceClass The new 
XaDataSourceClass value.
*/
public void setXaDataSourceClass(String 
xaDataSourceClass)
{
this.xaDataSourceClass = xaDataSourceClass;
}

and should be:
/**
* Get the XaDataSourceClass value.
* @return the XaDataSourceClass value.
*/
public String getXADataSourceClass()
{
return xaDataSourceClass;
}

/**
* Set the XaDataSourceClass value.
* @param newXaDataSourceClass The new 
XaDataSourceClass value.
*/
public void setXADataSourceClass(String 
xaDataSourceClass)
{
this.xaDataSourceClass = xaDataSourceClass;
}

I found it when trying to deploy *-ds.xml file with xa-
datasource element.


----------------------------------------------------------------------

>Comment By: David Jencks (d_jencks)
Date: 2002-08-31 18:03

Message:
Logged In: YES 
user_id=60525

Please be sure to indicate all the possible fields in a bug
report and check to see if it is fixed already.  As far as I
can see this was fixed 2 days ago in cvs.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=602889&group_id=22866


-------------------------------------------------------
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
Jboss-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic