Re: [Carbon-dev] XA Transactions

2012-01-28 Thread Jorge Infante Osorio
-boun...@wso2.org] En nombre de Prabath Abeysekera Enviado el: domingo, 15 de enero de 2012 8:28 Para: carbon-dev@wso2.org Asunto: Re: [Carbon-dev] XA Transactions If we further dig into this issue, each datasource implementation would have its own set of properties having different names to be

Re: [Carbon-dev] XA Transactions

2012-01-15 Thread Prabath Abeysekera
ludos, >> Ing. Jorge Infante Osorio. >> J´Dpto Soluciones SOA. >> CDAE. >> Fac. 5. >> UCI. >> >> De: carbon-dev-boun...@wso2.org [mailto:carbon-dev-boun...@wso2.org] En >> nombre de Lakmali Baminiwatta >> Enviado el: viernes, 16 de diciem

Re: [Carbon-dev] XA Transactions

2012-01-15 Thread Prabath Abeysekera
; Enviado el: viernes, 16 de diciembre de 2011 4:51 > Para: carbon-dev@wso2.org > Asunto: Re: [Carbon-dev] XA Transactions > > > Hi Jorge, > > We are looking into this. > > Thanks, > Lakmali > On Fri, Dec 16, 2011 at 3:16 AM, Jorge Infante Osorio > wrote: > Hi

Re: [Carbon-dev] XA Transactions

2012-01-08 Thread Jorge Infante Osorio
: Re: [Carbon-dev] XA Transactions Hi Jorge, We are looking into this. Thanks, Lakmali On Fri, Dec 16, 2011 at 3:16 AM, Jorge Infante Osorio wrote: Hi Anjana. I know you guys are very busy in this days.. it´s ok :-D I made some work around but I´m facing some problems. This is my config: In

Re: [Carbon-dev] XA Transactions

2011-12-16 Thread Lakmali Baminiwatta
Hi Jorge, We are looking into this. Thanks, Lakmali On Fri, Dec 16, 2011 at 3:16 AM, Jorge Infante Osorio wrote: > Hi Anjana. I know you guys are very busy in this days.. it´s ok :-D > > I made some work around but I´m facing some problems. This is my config: > > In context.xml: > >

Re: [Carbon-dev] XA Transactions

2011-12-15 Thread Jorge Infante Osorio
Hi Anjana. I know you guys are very busy in this days.. it´s ok :-D I made some work around but I´m facing some problems. This is my config: In context.xml: And this is the pool in my dbreport mediator config:

Re: [Carbon-dev] XA Transactions

2011-12-12 Thread Jorge Infante Osorio
Done: https://wso2.org/jira/browse/DS-533 Saludos, Ing. Jorge Infante Osorio. J´Dpto Soluciones SOA. CDAE. Fac. 5. UCI. De: Anjana Fernando [mailto:anj...@wso2.com] Enviado el: sábado, 10 de diciembre de 2011 22:41 Para: Jorge Infante Osorio CC: carbon-dev@wso2.org Asunto: Re: XA Tra

Re: [Carbon-dev] XA Transactions

2011-12-12 Thread Anjana Fernando
Hi Jorge, I'm a bit busy with some work now, I will check it out later, but I've done this in some way earlier, maybe we'd the server.xml in earlier Carbon versions, I'm not totally sure, you can google around a bit and find the possibilities of adding a data source in Tomcat. In case I find the s

Re: [Carbon-dev] XA Transactions

2011-12-11 Thread Jorge Infante Osorio
Hi Anjana. To work with transactions in Tomcat, I need to work with the server.xml and context.xml files. I found context.xml under [CARBON_HOME]\lib\tomcat\conf\ but I don´t find server.xml. Following an Afkham message, I see that carbon don't support server.xml config yet. What can I do in

Re: [Carbon-dev] XA Transactions

2011-12-10 Thread Anjana Fernando
Hi Jorge, On Sun, Dec 11, 2011 at 12:53 PM, Jorge Infante Osorio wrote: > My bad. I forgot to check that option :-D thanks, it work now. > > Can I do the same config with the DBReport in ESB? I´m try to figure out > how > to do a transaction between 3 DBReport mediators. > Good to hear it work

Re: [Carbon-dev] XA Transactions

2011-12-10 Thread Jorge Infante Osorio
My bad. I forgot to check that option :-D thanks, it work now. Can I do the same config with the DBReport in ESB? I´m try to figure out how to do a transaction between 3 DBReport mediators. Saludos, Ing. Jorge Infante Osorio. J´Dpto Soluciones SOA. CDAE. Fac. 5. UCI. De: Anjana Fernando [mailt

Re: [Carbon-dev] XA Transactions

2011-12-10 Thread Anjana Fernando
Hi, For the error you just mentioned, as the error message mentions, distributed transactions must be enabled in the data service to allow usage of XA data sources. This settings is there in the first page of the wizard, where you can check "Enable Distributed Transactions" check box, or else in X

Re: [Carbon-dev] XA Transactions

2011-12-10 Thread Anjana Fernando
Hi Jorge, The root cause here is this, DS Fault Message: Setter method for property 'URL' cannot be found DS Code: UNKNOWN_ERROR At org.wso2.carbon.dataservices. core.description.xa.XADataSourceInfo.initXA(XAD ataSourceInfo.java:59) Which means, the XADataSource property "URL" is not avail

Re: [Carbon-dev] XA Transactions

2011-12-10 Thread Jorge Infante Osorio
Hi Anjana, thanks. Tool: AS 4.1.2. I follow your suggestion and create a DS with the postgreSQL driver postgresql-9.0-801.jdbc4.jar , with this simple configuration:        org.postgresql.xa.PGXADat aSource               jdbc:postgresql://127.0.0.1:5432/pruebas         user         pass