Re: [Carbon-dev] Sharing registry

2011-11-21 Thread Leonardo Saraiva
Hi Senaka,

On Mon, Nov 21, 2011 at 1:23 AM, Senaka Fernando  wrote:
> Hi Leonardo,
>
> The local and the shared registry can't both reside on the same DB
> (jdbc:jtds:sqlserver://dbserver/wso2carbon3_2). That's why you got this
> issue.

I must create another database to local registry? I create one db per product?

For example:
- jdbc:jtds:sqlserver://dbserver/wso2esb3_2
- jdbc:jtds:sqlserver://dbserver/wso2as3_2
- jdbc:jtds:sqlserver://dbserver/wso2ds3_2

And, to shared registry:
- jdbc:jtds:sqlserver://dbserver/wso2carbon3_2

> Thanks,
> Senaka.

Thanks!
Leonardo

www.wso2brasil.com.br
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Sharing registry

2011-11-19 Thread Leonardo Saraiva
I'm mounting shared registry based in article[1].

But I received this error:
Caused by: java.sql.SQLException: Total number of available
connections are less than the total number of closed connections

I tried another configurations, but I don't have success.

My configs:


   wso2registry
   false
   true
   /

   
   jdbc:jtds:sqlserver://dbserver/wso2carbon3_2
   wso2
   wso2
   net.sourceforge.jtds.jdbc.Driver
   50
   6
   5
   


   wso2registry
   false
   true
   /

   
   jdbc:jtds:sqlserver://dbserver/wso2carbon3_2
   wso2
   wso2
   net.sourceforge.jtds.jdbc.Driver
   50
   6
   5
   

   
   jdbc:jtds:sqlserver://dbserver/wso2carbon3_2
   wso2
   wso2
   net.sourceforge.jtds.jdbc.Driver
   50
   6
   5
   

   https://localhost:9447/registry";>
   sharedRegistryInstance
 sharedRegistry
 false
 /
   

   
   sharedRegistryInstance
   /_system/governance
   

   
   sharedRegistryInstance
   /_system/esbConfig
   

[1] 
http://wso2.org/library/tutorials/2010/04/sharing-registry-space-across-multiple-product-instances

[]s
Leonardo
www.wso2brasil.com.br
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing

2011-10-06 Thread Leonardo
I create project in github[1]. Url for project:
http://github.com/WSO2Brasil/wso2-ds-tests

[1] http://github.com/

On Thu, Oct 6, 2011 at 2:08 PM, Leonardo  wrote:
> I'm using data services 2.6.2 (builder passed per you) and SOAPUI to
> develop project.
>
> On Thu, Oct 6, 2011 at 2:07 PM, Leonardo  wrote:
>> Hi Anjana,
>>
>> On Thu, Oct 6, 2011 at 12:37 PM, Anjana Fernando  wrote:
>>
>>> Great to hear! .. DSS 2.6.2 (Carbon 3.2.3) is planned to release end of
>>> October.
>>
>> Cool!
>>
>> I am thinking to make a project to test features of the WSO2 Data
>> Services Server in differents databases.
>>
>> This project consist in create any services with various features:
>>
>> - stored procedures (with result returns, variable to input and output);
>> - select;
>> - insert;
>> - delete;
>> - update;
>> - etc.
>>
>> I started with MySQL, but I can develop in SQL Server (2000, 2005 and
>> 2008), Oracle (10g and 11g), PostgreSQL and Sybase.
>>
>> You know any project in style?
>>
>> --
>> Att,
>> Leonardo Saraiva
>>
>> __Ô                 "chuva-ou-sol,
>> ._ \ >_                 peda-lã-moi-gual"
>> (_) / (_)                (Tássia Arouche)
>>
>
>
>
> --
> Att,
> Leonardo Saraiva
>
> __Ô                 "chuva-ou-sol,
> ._ \ >_                 peda-lã-moi-gual"
> (_) / (_)                (Tássia Arouche)
>



-- 
Att,
Leonardo Saraiva

__Ô                 "chuva-ou-sol,
._ \ >_                 peda-lã-moi-gual"
(_) / (_)                (Tássia Arouche)
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing

2011-10-06 Thread Leonardo
I'm using data services 2.6.2 (builder passed per you) and SOAPUI to
develop project.

On Thu, Oct 6, 2011 at 2:07 PM, Leonardo  wrote:
> Hi Anjana,
>
> On Thu, Oct 6, 2011 at 12:37 PM, Anjana Fernando  wrote:
>
>> Great to hear! .. DSS 2.6.2 (Carbon 3.2.3) is planned to release end of
>> October.
>
> Cool!
>
> I am thinking to make a project to test features of the WSO2 Data
> Services Server in differents databases.
>
> This project consist in create any services with various features:
>
> - stored procedures (with result returns, variable to input and output);
> - select;
> - insert;
> - delete;
> - update;
> - etc.
>
> I started with MySQL, but I can develop in SQL Server (2000, 2005 and
> 2008), Oracle (10g and 11g), PostgreSQL and Sybase.
>
> You know any project in style?
>
> --
> Att,
> Leonardo Saraiva
>
> __Ô                 "chuva-ou-sol,
> ._ \ >_                 peda-lã-moi-gual"
> (_) / (_)                (Tássia Arouche)
>



-- 
Att,
Leonardo Saraiva

__Ô                 "chuva-ou-sol,
._ \ >_                 peda-lã-moi-gual"
(_) / (_)                (Tássia Arouche)
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing

2011-10-06 Thread Leonardo
Hi Anjana,

On Thu, Oct 6, 2011 at 12:37 PM, Anjana Fernando  wrote:

> Great to hear! .. DSS 2.6.2 (Carbon 3.2.3) is planned to release end of
> October.

Cool!

I am thinking to make a project to test features of the WSO2 Data
Services Server in differents databases.

This project consist in create any services with various features:

- stored procedures (with result returns, variable to input and output);
- select;
- insert;
- delete;
- update;
- etc.

I started with MySQL, but I can develop in SQL Server (2000, 2005 and
2008), Oracle (10g and 11g), PostgreSQL and Sybase.

You know any project in style?

-- 
Att,
Leonardo Saraiva

__Ô                 "chuva-ou-sol,
._ \ >_                 peda-lã-moi-gual"
(_) / (_)                (Tássia Arouche)
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing

2011-10-06 Thread Leonardo
On Thu, Oct 6, 2011 at 8:24 AM, Dinusha Senanayaka  wrote:

> Hi Leonardo,


Hi Dinusha,


> You can download the  latest dss pack from location [1].
>
> [1].
> http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/2011-10-06_03-54-01/wso2dataservices-2.6.2.zip
>

My stored procedure ran normally. You have a date for a stable version?

Thanks.

[]s

-- 
Att,
Leonardo Saraiva
www.wso2brasil.com.br
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing

2011-09-28 Thread Leonardo
On Wed, Sep 28, 2011 at 11:32 PM, Anjana Fernando  wrote:
> Hi Leonardo,

Hi Anjana,

> We will check it out. There are some issues fixed related to stored
> procedures in v.2.6.0. So there's a chance, you're issue has been resolved
> then.

Some version (RC) for new tests that I can perform?

> Cheers,
> Anjana.

[]s
Leonardo
www.wso2brasil.com.br
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing

2011-09-28 Thread Leonardo
I have the same problem in version 2.6.0 final with SQL Server 2008. Any ideas?

[]s
Leonardo Saraiva
www.wso2brasil.com.br

On Thu, Jun 9, 2011 at 11:38 AM, Leonardo  wrote:
> I tryed with JTDS and SQLJDBC, but I receiving new errors.
>
> I rewrote service with only one method (with store procedure
> existing), using wizard of Data Services Server 2.6.0 (RC7), but
> didn't have success.
>
> I attachment the log files, screenshots and dbs files with JTDS and
> SQLJDBC drivers.
>
> I'll perform more tests and return with more information.
>
> []s
> Leonardo
> www.wso2brasil.com.br
>
> On Thu, Jun 9, 2011 at 12:08 AM, Anjana Fernando  wrote:
>> Hi Leonardo,
>>
>> On Thu, Jun 9, 2011 at 8:05 AM, Leonardo  wrote:
>>>
>>> On Wed, Jun 8, 2011 at 11:18 PM, Prabath Abeysekera 
>>> wrote:
>>>
>>> > In the meantime, Could you please send us the details of the stacktrace
>>> > if you get anything such
>>> > printed on the server console?
>>>
>>> In console nothing is printed. I don't see anything error in console.
>>>
>>> I tried restarting the server, but server stopped in deploy of
>>> services (and nothing is printed after this). So, server is locked and
>>> I had to manually kill the process (kill -9 NUM_PID).
>>
>> I suspect this may be a problem with the JTDS driver, is it possible for you
>> to use the official MSSQL driver and see? .. Because at the service
>> deployment time, we do not check the SQL in the query sections. So the same
>> problem should be there even if you point it to a valid store procedure. At
>> deployment time we simply test the connection by creating a new JDBC
>> connection from the data source and see. So this must be the step that is
>> stopping the deployment.
>>
>> Cheers,
>> Anjana.
>>
>>>
>>>
>>>
>>> On Wed, Jun 8, 2011 at 11:19 PM, Charitha Kankanamge 
>>> wrote:
>>>
>>> > We did exactly the same steps with mysql in recent RCs but did not face
>>> > this issuse. may be MSSQL specific?
>>>
>>> The MSSQL is 2005 and JDBC driver is JTDS.
>>>
>>> --
>>> Att,
>>> Leonardo Saraiva
>>>
>>> __Ô                 "chuva-ou-sol,
>>> ._ \ >_                 peda-lã-moi-gual"
>>> (_) / (_)                (Tássia Arouche)
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>>
>> --
>> Anjana Fernando
>> Senior Software Engineer
>> WSO2 Inc. | http://wso2.com
>> lean . enterprise . middleware
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
>
> --
> Att,
> Leonardo Saraiva
>
> __Ô                 "chuva-ou-sol,
> ._ \ >_                 peda-lã-moi-gual"
> (_) / (_)                (Tássia Arouche)
>



-- 
Att,
Leonardo Saraiva

__Ô                 "chuva-ou-sol,
._ \ >_                 peda-lã-moi-gual"
(_) / (_)                (Tássia Arouche)
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] DSS 2.6.0 (rc9) unfriendly error

2011-06-10 Thread Leonardo
On Fri, Jun 10, 2011 at 3:42 PM, Afkham Azeez  wrote:
> How come the theme has changed from screenshot1 to screenshot2.

Sorry for numbers.

- Screenshot 2 is screen of insert scheduled task and data used by me.
- Screenshot 1 is screen the error after click on schedule button.

I imagine that the error occurred at the "start time" or "interval"
filled with an invalid value.

Ps.: Do you have any position on the JIRA to version 2.6.0? I only
found up to version 2.4.0 in the "Affects Version/s:" in the url:
https://wso2.org/jira/secure/CreateIssue.jspa

-- 
Att,
Leonardo Saraiva

__Ô                 "chuva-ou-sol,
._ \ >_                 peda-lã-moi-gual"
(_) / (_)                (Tássia Arouche)
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing

2011-06-10 Thread Leonardo
I trying only complete... this is log on shutdown. 10 minutes stopped
in "waiting for deployment completion...". And shutdown is completed
after I kill proccess manually.

[2011-06-10 10:52:49,760]  INFO
{org.wso2.carbon.core.init.CarbonServerManager} -  Gracefully shutting
down WSO2 Data Services Server...
[2011-06-10 10:52:49,761]  INFO
{org.wso2.carbon.core.ServerManagement} -  Starting to switch to
maintenance mode...
[2011-06-10 10:52:51,849]  INFO
{org.wso2.carbon.core.ServerManagement} -  Stopped all transport
listeners
[2011-06-10 10:52:51,849]  INFO
{org.wso2.carbon.core.ServerManagement} -  Waiting for deployment
completion...
^C^C^C^CKilled

lsaraiva@ici-53028:~/Applications/wso2/wso2dataservices-2.6.0$ date
Fri Jun 10 11:02:13 BRT 2011


On Fri, Jun 10, 2011 at 12:40 AM, Anjana Fernando  wrote:
> Hi Leonardo,
>
> We are looking into this, thank you for the earlier detailed debugging info.
>
> Cheers,
> Anjana.
>
> On Thu, Jun 9, 2011 at 9:00 PM, Leonardo  wrote:
>>
>> Hi Anjana!
>>
>> On Thu, Jun 9, 2011 at 12:19 PM, Anjana Fernando  wrote:
>> > Hi Leonardo,
>> >
>> > Please use the "sqljdbc4" driver and see, which is the JDBC4 driver. You
>> > can
>> > get it from here [1]. With that, the operation unsupported exception
>> > should
>> > go away. And for the error "Error in processing batch query support for
>> > query", this is just a WARN log, which says, the store procedure
>> > metadata
>> > cannot be read, which can happen sometimes, but is not a problem, and
>> > the
>> > execution does not stop because of this.
>> > [1] http://msdn.microsoft.com/en-us/sqlserver/aa937724
>>
>> I used this version (SQLJDBC4), the only version supported in java 1.6.
>>
>> The errors reported appeared after I tried to rewrite the service.
>>
>> It's another problem, isolated the bug that was freezing the server
>> previously reported.
>>
>>
>> []s
>>
>> --
>> Att,
>> Leonardo Saraiva
>>
>> __Ô                 "chuva-ou-sol,
>> ._ \ >_                 peda-lã-moi-gual"
>> (_) / (_)                (Tássia Arouche)
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
>
> --
> Anjana Fernando
> Senior Software Engineer
> WSO2 Inc. | http://wso2.com
> lean . enterprise . middleware
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>



-- 
Att,
Leonardo Saraiva

__Ô                 "chuva-ou-sol,
._ \ >_                 peda-lã-moi-gual"
(_) / (_)                (Tássia Arouche)
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing

2011-06-09 Thread Leonardo
Hi Anjana!

On Thu, Jun 9, 2011 at 12:19 PM, Anjana Fernando  wrote:
> Hi Leonardo,
>
> Please use the "sqljdbc4" driver and see, which is the JDBC4 driver. You can
> get it from here [1]. With that, the operation unsupported exception should
> go away. And for the error "Error in processing batch query support for
> query", this is just a WARN log, which says, the store procedure metadata
> cannot be read, which can happen sometimes, but is not a problem, and the
> execution does not stop because of this.
> [1] http://msdn.microsoft.com/en-us/sqlserver/aa937724

I used this version (SQLJDBC4), the only version supported in java 1.6.

The errors reported appeared after I tried to rewrite the service.

It's another problem, isolated the bug that was freezing the server
previously reported.


[]s

-- 
Att,
Leonardo Saraiva

__Ô                 "chuva-ou-sol,
._ \ >_                 peda-lã-moi-gual"
(_) / (_)                (Tássia Arouche)
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing

2011-06-08 Thread Leonardo
On Wed, Jun 8, 2011 at 11:18 PM, Prabath Abeysekera  wrote:

> In the meantime, Could you please send us the details of the stacktrace if 
> you get anything such
> printed on the server console?

In console nothing is printed. I don't see anything error in console.

I tried restarting the server, but server stopped in deploy of
services (and nothing is printed after this). So, server is locked and
I had to manually kill the process (kill -9 NUM_PID).



On Wed, Jun 8, 2011 at 11:19 PM, Charitha Kankanamge  wrote:

> We did exactly the same steps with mysql in recent RCs but did not face this 
> issuse. may be MSSQL specific?

The MSSQL is 2005 and JDBC driver is JTDS.

--
Att,
Leonardo Saraiva

__Ô                 "chuva-ou-sol,
._ \ >_                 peda-lã-moi-gual"
(_) / (_)                (Tássia Arouche)
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing

2011-06-08 Thread Leonardo
Exactly these steps.

I'm using JTDS driver, I don't know if it's relevant.

[]s
Leonardo
www.wso2brasil.com.br

On Wed, Jun 8, 2011 at 11:12 PM, Prabath Abeysekera wrote:

> Hi Leonardo,
>
> On Thu, Jun 9, 2011 at 7:37 AM, Leonardo  wrote:
>
>> I'm using SQL Server 2005 and WSO2 DSS running on linux (Ubuntu 11.04).
>>
>> Those service already exist, I try only deploy in new DSS, but store
>> procedure don't exists anymore.
>>
>> I tried openning issue in jira, but don't exists version 2.6.0.
>>
>
>
> I've tried to reproduce the mentioned issue with the following steps.
>
> 1. Created a data service pointed to a mysql database.
> 2. Created a data service query calling a stored procedure that does not
> exist.
> 3. Created a operation corresponding to the aforementioned query and
> deployed.
>
> But I couldn't really reproduce such an error. Is there something I
> missed?
>
> Anyway, I'm in the process of trying to reproduce this issue with SQLServer
> will update this thread soon with my observations.
>
>
>
>>
>> []s
>> Leonardo
>> www.wso2brasil.com.br
>>
>>
>> On Wed, Jun 8, 2011 at 10:24 PM, Sumedha Rubasinghe wrote:
>>
>>> Hi Leonardo,
>>> Yes, we do test in both DSS & AS.
>>> Please verify if I have captured your scenario correctly. It's the same
>>> feature that goes into both servers.
>>>
>>> 1. Write a data service with a query pointed to a stored procedure
>>> 2. Stored procedure does not exist
>>>
>>> Environment: would appreciate if you can mention DB & the OS environment.
>>> But we will test this using MySQL initially.
>>> I am not sure what you meant by server is locked tough.
>>>
>>> Should you find more issues, create issue inside '
>>> https://wso2.org/jira/browse/CARBON' with component selected as 'Data
>>> Services'.
>>>
>>> /sumedha
>>>
>>> On Thu, Jun 9, 2011 at 2:18 AM, Leonardo  wrote:
>>>
>>>> I had the same error with:
>>>> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/wso2as-4.1.0.zip
>>>>
>>>>
>>>> On Wed, Jun 8, 2011 at 5:22 PM, Jorge Infante Osorio wrote:
>>>>
>>>>> Do you test this scenario inside AS:
>>>>> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/wso2as-4.1.0.zip???
>>>>>
>>>>>
>>>>>
>>>>> Ing. Jorge Infante Osorio.
>>>>>
>>>>> J´Dpto Soluciones SOA.
>>>>>
>>>>> CDAE.
>>>>>
>>>>> UCI
>>>>>
>>>>>
>>>>>
>>>>> *De:* carbon-dev-boun...@wso2.org [mailto:carbon-dev-boun...@wso2.org]
>>>>> *En nombre de *Leonardo
>>>>> *Enviado el:* miércoles, 08 de junio de 2011 15:39
>>>>> *Para:* carbon-dev@wso2.org
>>>>> *Asunto:* Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing
>>>>>
>>>>>
>>>>>
>>>>> I found a problem: if in my data service exists one query with stored
>>>>> procedure not existent, the server don't realize deploy. And server is
>>>>> locked, even if I restart the server.
>>>>>
>>>>> I trying this version:
>>>>> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/wso2dataservices-2.6.0.zip
>>>>>
>>>>> On Wed, Jun 8, 2011 at 4:19 PM, Leonardo  wrote:
>>>>>
>>>>> Congratulations!
>>>>>
>>>>> These versions are impressive!
>>>>>
>>>>> I will testing continue in my environment, I will report if any
>>>>> problem.
>>>>>
>>>>> Thank you!
>>>>>
>>>>> Att,
>>>>> Leonardo
>>>>> http://www.wso2brasil.com.br/
>>>>>
>>>>>
>>>>>
>>>>> On Wed, Jun 8, 2011 at 1:22 AM, Prabath Siriwardena 
>>>>> wrote:
>>>>>
>>>>> On Wed, Jun 8, 2011 at 9:37 AM, Prabath Siriwardena 
>>>>> wrote:
>>>>> > Location : http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc7/
>>>>> >
>>>>> > P2 Repo :
>>>>> http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc7/p2-repo/
>>>>> >
>>>>> > Revision : 107476
>>>>> >
&

Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing

2011-06-08 Thread Leonardo
I'm using SQL Server 2005 and WSO2 DSS running on linux (Ubuntu 11.04).

Those service already exist, I try only deploy in new DSS, but store
procedure don't exists anymore.

I tried openning issue in jira, but don't exists version 2.6.0.

[]s
Leonardo
www.wso2brasil.com.br

On Wed, Jun 8, 2011 at 10:24 PM, Sumedha Rubasinghe wrote:

> Hi Leonardo,
> Yes, we do test in both DSS & AS.
> Please verify if I have captured your scenario correctly. It's the same
> feature that goes into both servers.
>
> 1. Write a data service with a query pointed to a stored procedure
> 2. Stored procedure does not exist
>
> Environment: would appreciate if you can mention DB & the OS environment.
> But we will test this using MySQL initially.
> I am not sure what you meant by server is locked tough.
>
> Should you find more issues, create issue inside '
> https://wso2.org/jira/browse/CARBON' with component selected as 'Data
> Services'.
>
> /sumedha
>
> On Thu, Jun 9, 2011 at 2:18 AM, Leonardo  wrote:
>
>> I had the same error with:
>> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/wso2as-4.1.0.zip
>>
>>
>> On Wed, Jun 8, 2011 at 5:22 PM, Jorge Infante Osorio wrote:
>>
>>> Do you test this scenario inside AS:
>>> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/wso2as-4.1.0.zip???
>>>
>>>
>>>
>>> Ing. Jorge Infante Osorio.
>>>
>>> J´Dpto Soluciones SOA.
>>>
>>> CDAE.
>>>
>>> UCI
>>>
>>>
>>>
>>> *De:* carbon-dev-boun...@wso2.org [mailto:carbon-dev-boun...@wso2.org] *En
>>> nombre de *Leonardo
>>> *Enviado el:* miércoles, 08 de junio de 2011 15:39
>>> *Para:* carbon-dev@wso2.org
>>> *Asunto:* Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing
>>>
>>>
>>>
>>> I found a problem: if in my data service exists one query with stored
>>> procedure not existent, the server don't realize deploy. And server is
>>> locked, even if I restart the server.
>>>
>>> I trying this version:
>>> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/wso2dataservices-2.6.0.zip
>>>
>>> On Wed, Jun 8, 2011 at 4:19 PM, Leonardo  wrote:
>>>
>>> Congratulations!
>>>
>>> These versions are impressive!
>>>
>>> I will testing continue in my environment, I will report if any problem.
>>>
>>> Thank you!
>>>
>>> Att,
>>> Leonardo
>>> http://www.wso2brasil.com.br/
>>>
>>>
>>>
>>> On Wed, Jun 8, 2011 at 1:22 AM, Prabath Siriwardena 
>>> wrote:
>>>
>>> On Wed, Jun 8, 2011 at 9:37 AM, Prabath Siriwardena 
>>> wrote:
>>> > Location : http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc7/
>>> >
>>> > P2 Repo :
>>> http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc7/p2-repo/
>>> >
>>> > Revision : 107476
>>> >
>>> > Will also host this in a publicly accessible location shortly.. [you
>>> > can use VPN if out side the office]
>>>
>>> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/  - copying
>>> still in progress..
>>>
>>> Thanks & regards,
>>> -Prabath
>>> >
>>> > --
>>>
>>> > Thanks & Regards,
>>> > Prabath
>>> >
>>> > http://blog.facilelogin.com
>>> > http://RampartFAQ.com
>>> >
>>>
>>>
>>>
>>> --
>>> Thanks & Regards,
>>> Prabath
>>>
>>> http://blog.facilelogin.com
>>> http://RampartFAQ.com
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Att,
>>> Leonardo Saraiva
>>> www.wso2brasil.com.br
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Att,
>> Leonardo Saraiva
>>
>> __Ô "chuva-ou-sol,
>> ._ \ >_ peda-lã-moi-gual"
>> (_) / (_)(Tássia Arouche)
>>
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing

2011-06-08 Thread Leonardo
I had the same error with:
http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/wso2as-4.1.0.zip

On Wed, Jun 8, 2011 at 5:22 PM, Jorge Infante Osorio  wrote:

> Do you test this scenario inside AS:
> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/wso2as-4.1.0.zip???
>
>
>
> Ing. Jorge Infante Osorio.
>
> J´Dpto Soluciones SOA.
>
> CDAE.
>
> UCI
>
>
>
> *De:* carbon-dev-boun...@wso2.org [mailto:carbon-dev-boun...@wso2.org] *En
> nombre de *Leonardo
> *Enviado el:* miércoles, 08 de junio de 2011 15:39
> *Para:* carbon-dev@wso2.org
> *Asunto:* Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing
>
>
>
> I found a problem: if in my data service exists one query with stored
> procedure not existent, the server don't realize deploy. And server is
> locked, even if I restart the server.
>
> I trying this version:
> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/wso2dataservices-2.6.0.zip
>
> On Wed, Jun 8, 2011 at 4:19 PM, Leonardo  wrote:
>
> Congratulations!
>
> These versions are impressive!
>
> I will testing continue in my environment, I will report if any problem.
>
> Thank you!
>
> Att,
> Leonardo
> http://www.wso2brasil.com.br/
>
>
>
> On Wed, Jun 8, 2011 at 1:22 AM, Prabath Siriwardena 
> wrote:
>
> On Wed, Jun 8, 2011 at 9:37 AM, Prabath Siriwardena 
> wrote:
> > Location : http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc7/
> >
> > P2 Repo : http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc7/p2-repo/
> >
> > Revision : 107476
> >
> > Will also host this in a publicly accessible location shortly.. [you
> > can use VPN if out side the office]
>
> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/  - copying
> still in progress..
>
> Thanks & regards,
> -Prabath
> >
> > --
>
> > Thanks & Regards,
> > Prabath
> >
> > http://blog.facilelogin.com
> > http://RampartFAQ.com
> >
>
>
>
> --
> Thanks & Regards,
> Prabath
>
> http://blog.facilelogin.com
> http://RampartFAQ.com
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
>
>
>
>
> --
> Att,
> Leonardo Saraiva
> www.wso2brasil.com.br
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Att,
Leonardo Saraiva

__Ô "chuva-ou-sol,
._ \ >_ peda-lã-moi-gual"
(_) / (_)(Tássia Arouche)
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing

2011-06-08 Thread Leonardo
I found a problem: if in my data service exists one query with stored
procedure not existent, the server don't realize deploy. And server is
locked, even if I restart the server.

I trying this version:
http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/wso2dataservices-2.6.0.zip

On Wed, Jun 8, 2011 at 4:19 PM, Leonardo  wrote:

> Congratulations!
>
> These versions are impressive!
>
> I will testing continue in my environment, I will report if any problem.
>
> Thank you!
>
> Att,
> Leonardo
> http://www.wso2brasil.com.br/
>
>
> On Wed, Jun 8, 2011 at 1:22 AM, Prabath Siriwardena wrote:
>
>> On Wed, Jun 8, 2011 at 9:37 AM, Prabath Siriwardena 
>> wrote:
>> > Location : http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc7/
>> >
>> > P2 Repo : http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc7/p2-repo/
>> >
>> > Revision : 107476
>> >
>> > Will also host this in a publicly accessible location shortly.. [you
>> > can use VPN if out side the office]
>>
>> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/  - copying
>> still in progress..
>>
>> Thanks & regards,
>> -Prabath
>> >
>> > --
>> > Thanks & Regards,
>> > Prabath
>> >
>> > http://blog.facilelogin.com
>> > http://RampartFAQ.com
>> >
>>
>>
>>
>> --
>> Thanks & Regards,
>> Prabath
>>
>> http://blog.facilelogin.com
>> http://RampartFAQ.com
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>
>
>
>


-- 
Att,
Leonardo Saraiva
www.wso2brasil.com.br
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing

2011-06-08 Thread Leonardo
Congratulations!

These versions are impressive!

I will testing continue in my environment, I will report if any problem.

Thank you!

Att,
Leonardo
http://www.wso2brasil.com.br/

On Wed, Jun 8, 2011 at 1:22 AM, Prabath Siriwardena wrote:

> On Wed, Jun 8, 2011 at 9:37 AM, Prabath Siriwardena 
> wrote:
> > Location : http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc7/
> >
> > P2 Repo : http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc7/p2-repo/
> >
> > Revision : 107476
> >
> > Will also host this in a publicly accessible location shortly.. [you
> > can use VPN if out side the office]
>
> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/  - copying
> still in progress..
>
> Thanks & regards,
> -Prabath
> >
> > --
> > Thanks & Regards,
> > Prabath
> >
> > http://blog.facilelogin.com
> > http://RampartFAQ.com
> >
>
>
>
> --
> Thanks & Regards,
> Prabath
>
> http://blog.facilelogin.com
> http://RampartFAQ.com
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Data Services Server 2.5.0 released!!

2010-06-15 Thread Leonardo Saraiva
Where I open issues? In JIRA don't exists version 2.5.

Att,
Leonardo

Sent from my iPhone

On 14/06/2010, at 06:59, Sumedha Rubasinghe  wrote:

WSO2 Data Services team is pleased to announce the release of version 2.5.0 of
the WSO2 Data Services Server. WSO2 Data Services Server is an extremely
simple and elegant mechanism to take data from heterogeneous data
sources and make it available as a set of WS-* style Web services or as a
set of REST style Web resources. It augments SOA development efforts by
providing an easy to use platform for creating and hosting data services.
This enables easy integration of data into business processes, mashups,
gadgets, BI applications and any service in general.

WSO2 Data Services Server is available under the Apache Software License
(v2.0)  <http://www.apache.org/licenses/LICENSE-2.0.html>.

What's New In This Release
*

   - Carbon Data Sources support
   - Array type support
   - Ability to specify default values in input mappings
   - Data Validation Logic
   - Dashboard addition
   - Support for WIP services
   - Contract first Data Service creation
   - Batch mode for INSERT/UPDATE/DELETE operations
   - Boxcarring support
   - Eventing support
   - Binary Input/Output data support
   - More statistics via JMX
   - Additional Query Properties
   - XSLT Transformation support

*
Key Features

   - Supported data sources
  - Any relational database accessible via a JDBC driver
  - Google Spreadsheets
  - MS Excel spreadsheets
  - CSV files
   - Support for large XML outputs
   - Content Filtering based on User's role
   - Support for named parameters
   - Notification support
   - Ability to configure schema type for output elements
   - Mixing multiple data sources in nested queries
   - Oracle Ref Cursor support
   - Clustering support for High Availability and High Scalability
   - Full support for WS-Security, WS-Trust, WS-Policy and WS-Secure
   Conversation and XKMS
   - JMX and Web interface based monitoring and management
   - WS-* and REST support
   - GUI, command line and IDE based tools for Web service development

 Fixed IssuesFixed issues in this release is listed here :
https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10335
Known
IssuesKnown issues is this release is listed here :
https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10334
Get involved
Help us improve this product by reporting any issues you may have:
https://wso2.org/jira/browse/CARBON Contact usWSO2 Data Services developers
can be contacted via following mailing lists:
*For Users:* ds-java-u...@wso2.org
*For Developers:* carbon-dev@wso2.org
To subscribe to the above mailing lists see http://wso2.org/mail

Alternatively, questions can also be raised in the Data Services forum:
http://www.wso2.org/forum/404
SupportWe are committed to ensuring that your enterprise middleware
deployment is completely supported from evaluation to production. Our unique
approach ensures that all support leverages our open development methodology
and is provided by the very same engineers who build the technology. For
more details and to take advantage of this unique opportunity please visit
http://wso2.com/support/

For more information about WSO2 Data Services Server, please see
http://wso2.org/projects/data-services-server/java or visit the WSO2 Oxygen
Tank developer portal for addition resources.

*Online Resources *- Data Services HOWTO Series<http://wso2.org/library/3183>

Thank you for your interest in WSO2 Data Services Server.
*-The WSO2 Data Services Development Team*


___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev