You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by sudheer <sc...@symcor.com> on 2007/05/09 21:59:58 UTC

DB2 XA datasource creation in the gEronimo

Hi,

  is there any documentation available  for creating a  XA Datasource for
DB2 in the Geronimo either from the console or from the command  line using
the Plan  ,

 your help is appreciated ...
 Thanks in advance 
-- 
View this message in context: http://www.nabble.com/DB2-XA-datasource-creation-in-the-gEronimo-tf3718008s134.html#a10401741
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Usage of genericjmsra on geronimo 1.1.1

Posted by Anshuk Chinmoy Pal Chaudhuri <An...@infosys.com>.
Hi,

There is a requirment to build a jms resource adapter which would in turn converse with Websphere MQ Series. As far as the resource adapter is concerned, the tutorial at http://cwiki.apache.org/GMOxDOC10/integrating-a-third-party-jms-provider.html is good.
But the requirement is also to make the resource adapter as a part of distributed transactions, so that on receiving the message (MDB at geronimo 1.1.1 side) through the jms RA,the MDB would do some DB operations.
The DB operation would be achieved using tranql db2 xa adapter which is already avaialble.

The tutorial mentions in order to achieve that, 

" The RA for JMS does not support XA. This can be added to make WebsphereMQ or OpenJMS part of distributed transactions in Geronimo.
There is a sample GenericJMS RA with XA support available in Sun java.net. This RA can be deployed in Geronimo to get XA support for JMS Providers. Visit the following link for further details, http://genericjmsra.dev.java.net"

There are some issues in deploying the genericjmsra at https://genericjmsra.dev.java.net/docs/websphere-mq-integration-guide/webspheremq_integration_guide.html on geronimo 1.1.1.
Please let know has any one tried using genericjmsra on geronimo 1.1.1 and can guide accordingly.

Regards,

Anshuk


Re: DB2 XA datasource creation in the gEronimo

Posted by Lin Sun <li...@gmail.com>.
Check out this tutorial - 
http://www-128.ibm.com/developerworks/edu/dm-dw-db2-j2eekick.html?S_TACT=105AGX10&S_CMP=WASCE

It is written using DB2 9 and WebSphere App server community edition 
v1.1 which is based on geronimo 1.1 or 1.1.1.

I don't remember if geronimo 1.1.1 includes the DB2 XA tranql vendor 
adapter.  If not, you may have to build it by yourself from Tranql 
(http://tranql.codehaus.org/).  HTH.

Lin


sudheer wrote:
> we are using Geronimo 1.1.1
> 
> Lin Sun-2 wrote:
>> Hi, what version of geronimo server are you working with?  If it is 1.1, 
>>   I can point you to a tutorial.
>>
>> Lin
>>
>> sudheer wrote:
>>> Thank you for your quick reply but that only talks about Datasource but
>>> not
>>> the XADatasource ,
>>> currently we are using the DB2 Datsource already  .
>>>
>>> Thanks once again for quick reply . 
>>>
>>>
>>> Hernan Cunico wrote:
>>>> Hi,
>>>> have you looked at
>>>> http://cwiki.apache.org/GMOxDOC20/configuring-db2-datasource.html
>>>> don't know the Geronimo version you are using but the process should be
>>>> very similar.
>>>>
>>>> HTH
>>>>
>>>> Cheers!
>>>> Hernan
>>>>
>>>> sudheer wrote:
>>>>> Hi,
>>>>>
>>>>>   is there any documentation available  for creating a  XA Datasource
>>>>> for
>>>>> DB2 in the Geronimo either from the console or from the command  line
>>>>> using
>>>>> the Plan  ,
>>>>>
>>>>>  your help is appreciated ...
>>>>>  Thanks in advance 
>>
>>
> 


Re: DB2 XA datasource creation in the gEronimo

Posted by sudheer <sc...@symcor.com>.
we are using Geronimo 1.1.1

Lin Sun-2 wrote:
> 
> Hi, what version of geronimo server are you working with?  If it is 1.1, 
>   I can point you to a tutorial.
> 
> Lin
> 
> sudheer wrote:
>> Thank you for your quick reply but that only talks about Datasource but
>> not
>> the XADatasource ,
>> currently we are using the DB2 Datsource already  .
>> 
>> Thanks once again for quick reply . 
>> 
>> 
>> Hernan Cunico wrote:
>>> Hi,
>>> have you looked at
>>> http://cwiki.apache.org/GMOxDOC20/configuring-db2-datasource.html
>>> don't know the Geronimo version you are using but the process should be
>>> very similar.
>>>
>>> HTH
>>>
>>> Cheers!
>>> Hernan
>>>
>>> sudheer wrote:
>>>> Hi,
>>>>
>>>>   is there any documentation available  for creating a  XA Datasource
>>>> for
>>>> DB2 in the Geronimo either from the console or from the command  line
>>>> using
>>>> the Plan  ,
>>>>
>>>>  your help is appreciated ...
>>>>  Thanks in advance 
>>>
>> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/DB2-XA-datasource-creation-in-the-gEronimo-tf3718008s134.html#a10420712
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Re: DB2 XA datasource creation in the gEronimo

Posted by Lin Sun <li...@gmail.com>.
Hi, what version of geronimo server are you working with?  If it is 1.1, 
  I can point you to a tutorial.

Lin

sudheer wrote:
> Thank you for your quick reply but that only talks about Datasource but not
> the XADatasource ,
> currently we are using the DB2 Datsource already  .
> 
> Thanks once again for quick reply . 
> 
> 
> Hernan Cunico wrote:
>> Hi,
>> have you looked at
>> http://cwiki.apache.org/GMOxDOC20/configuring-db2-datasource.html
>> don't know the Geronimo version you are using but the process should be
>> very similar.
>>
>> HTH
>>
>> Cheers!
>> Hernan
>>
>> sudheer wrote:
>>> Hi,
>>>
>>>   is there any documentation available  for creating a  XA Datasource for
>>> DB2 in the Geronimo either from the console or from the command  line
>>> using
>>> the Plan  ,
>>>
>>>  your help is appreciated ...
>>>  Thanks in advance 
>>
> 


Re: DB2 XA datasource creation in the gEronimo

Posted by sudheer <sc...@symcor.com>.
Thank you for your quick reply but that only talks about Datasource but not
the XADatasource ,
currently we are using the DB2 Datsource already  .

Thanks once again for quick reply . 


Hernan Cunico wrote:
> 
> Hi,
> have you looked at
> http://cwiki.apache.org/GMOxDOC20/configuring-db2-datasource.html
> don't know the Geronimo version you are using but the process should be
> very similar.
> 
> HTH
> 
> Cheers!
> Hernan
> 
> sudheer wrote:
>> Hi,
>> 
>>   is there any documentation available  for creating a  XA Datasource for
>> DB2 in the Geronimo either from the console or from the command  line
>> using
>> the Plan  ,
>> 
>>  your help is appreciated ...
>>  Thanks in advance 
> 
> 

-- 
View this message in context: http://www.nabble.com/DB2-XA-datasource-creation-in-the-gEronimo-tf3718008s134.html#a10402135
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Re: DB2 XA datasource creation in the gEronimo

Posted by Hernan Cunico <hc...@gmail.com>.
Hi,
have you looked at http://cwiki.apache.org/GMOxDOC20/configuring-db2-datasource.html
don't know the Geronimo version you are using but the process should be very similar.

HTH

Cheers!
Hernan

sudheer wrote:
> Hi,
> 
>   is there any documentation available  for creating a  XA Datasource for
> DB2 in the Geronimo either from the console or from the command  line using
> the Plan  ,
> 
>  your help is appreciated ...
>  Thanks in advance