[jira] Created: (TUSCANY-2297) Add support for data Collection interface to the implementation-data-xml

2008-05-06 Thread Douglas Siqueira Leite (JIRA)
Add support for data Collection interface to the implementation-data-xml


 Key: TUSCANY-2297
 URL: https://issues.apache.org/jira/browse/TUSCANY-2297
 Project: Tuscany
  Issue Type: New Feature
  Components: Java SCA Java Implementation Extension
Reporter: Douglas Siqueira Leite


Add support for data Collection interface from implementation-data to the 
implementation-data-xml module

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (TUSCANY-2297) Add support for data Collection interface to the implementation-data-xml

2008-05-06 Thread Douglas Siqueira Leite (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Douglas Siqueira Leite updated TUSCANY-2297:


Attachment: tuscany2297_douglas_2008_05_06.patch

> Add support for data Collection interface to the implementation-data-xml
> 
>
> Key: TUSCANY-2297
> URL: https://issues.apache.org/jira/browse/TUSCANY-2297
> Project: Tuscany
>  Issue Type: New Feature
>  Components: Java SCA Java Implementation Extension
>Reporter: Douglas Siqueira Leite
> Attachments: tuscany2297_douglas_2008_05_06.patch
>
>
> Add support for data Collection interface from implementation-data to the 
> implementation-data-xml module

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (TUSCANY-2297) Add support for data Collection interface to the implementation-data-xml

2008-05-08 Thread Douglas Siqueira Leite (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Douglas Siqueira Leite updated TUSCANY-2297:


Attachment: DATAInvoker.java

Attaching the DATAInvoker.java file as solicited by Luciano

> Add support for data Collection interface to the implementation-data-xml
> 
>
> Key: TUSCANY-2297
> URL: https://issues.apache.org/jira/browse/TUSCANY-2297
> Project: Tuscany
>  Issue Type: New Feature
>  Components: Java SCA Java Implementation Extension
>Reporter: Douglas Siqueira Leite
> Attachments: DATAInvoker.java, tuscany2297_douglas_2008_05_06.patch
>
>
> Add support for data Collection interface from implementation-data to the 
> implementation-data-xml module

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TUSCANY-2376) Add Atom-GData binding extension

2008-06-06 Thread Douglas Siqueira Leite (JIRA)
Add Atom-GData binding extension


 Key: TUSCANY-2376
 URL: https://issues.apache.org/jira/browse/TUSCANY-2376
 Project: Tuscany
  Issue Type: New Feature
  Components: Java SCA ATOM Binding Extension
Reporter: Douglas Siqueira Leite


The initial classes and project structure to allow a new Atom binding extension 
using the GData.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (TUSCANY-2376) Add Atom-GData binding extension

2008-06-06 Thread Douglas Siqueira Leite (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Douglas Siqueira Leite updated TUSCANY-2376:


Attachment: tuscany2376_douglas_2008_06_06.patch

The dependencies at pom file should be revised.

> Add Atom-GData binding extension
> 
>
> Key: TUSCANY-2376
> URL: https://issues.apache.org/jira/browse/TUSCANY-2376
> Project: Tuscany
>  Issue Type: New Feature
>  Components: Java SCA ATOM Binding Extension
>Reporter: Douglas Siqueira Leite
> Attachments: tuscany2376_douglas_2008_06_06.patch
>
>
> The initial classes and project structure to allow a new Atom binding 
> extension using the GData.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TUSCANY-1219) Modification in Connection and Statement classes. Creation of new classes : SqlException, PreparedStatement

2007-04-20 Thread Douglas Siqueira Leite (JIRA)
Modification in Connection and Statement classes. Creation of new classes : 
SqlException, PreparedStatement
---

 Key: TUSCANY-1219
 URL: https://issues.apache.org/jira/browse/TUSCANY-1219
 Project: Tuscany
  Issue Type: Improvement
  Components: C++ DAS
Affects Versions: Wish list
 Environment: Plattaform Windows with Microsoft Visual C++ 2005 Express 
Edition.
Reporter: Douglas Siqueira Leite
 Fix For: Wish list


There are some modifications in the Connection class, mainly in the 
constructor. Now the constructor´s arguments are the dns, user, and password, 
instead of the SQLHENV and SQLHDBC.
SqlException class  was created to indicate an ocurrence of a exception related 
to a sql error.
The main modifications in the Statement class are the call of some ODBC 
functions, and the change of some variable sql types that was depreciated, like 
HSTMT to SQLHSTMT.
The PreparedStatement class definition was created.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-1219) Modification in Connection and Statement classes. Creation of new classes : SqlException, PreparedStatement

2007-04-20 Thread Douglas Siqueira Leite (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Douglas Siqueira Leite updated TUSCANY-1219:


Attachment: tuscany-1219-douglassleite.04212007

> Modification in Connection and Statement classes. Creation of new classes : 
> SqlException, PreparedStatement
> ---
>
> Key: TUSCANY-1219
> URL: https://issues.apache.org/jira/browse/TUSCANY-1219
> Project: Tuscany
>  Issue Type: Improvement
>  Components: C++ DAS
>Affects Versions: Wish list
> Environment: WIN32
>Reporter: Douglas Siqueira Leite
> Fix For: Wish list
>
> Attachments: tuscany-1219-douglassleite.04212007
>
>
> There are some modifications in the Connection class, mainly in the 
> constructor. Now the constructor´s arguments are the dns, user, and password, 
> instead of the SQLHENV and SQLHDBC.
> SqlException class  was created to indicate an ocurrence of a exception 
> related to a sql error.
> The main modifications in the Statement class are the call of some ODBC 
> functions, and the change of some variable sql types that was depreciated, 
> like HSTMT to SQLHSTMT.
> The PreparedStatement class definition was created.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (TUSCANY-1239) Statement::executeQuery and Statement::execute should throw exception

2007-05-02 Thread Douglas Siqueira Leite (JIRA)

[ 
https://issues.apache.org/jira/browse/TUSCANY-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493090
 ] 

Douglas Siqueira Leite commented on TUSCANY-1239:
-

Okay. I will do this.

> Statement::executeQuery and Statement::execute should throw exception
> -
>
> Key: TUSCANY-1239
> URL: https://issues.apache.org/jira/browse/TUSCANY-1239
> Project: Tuscany
>  Issue Type: Improvement
>  Components: C++ DAS
>Affects Versions: Wish list
>Reporter: Adriano Crestani
> Fix For: Wish list
>
>
> Statement::executeQuery and Statement::execute should throw some kind of 
> exception when the statement query is not successfully completed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (TUSCANY-1891) Delete operation in Impl.data module

2007-11-05 Thread Douglas Siqueira Leite (JIRA)
Delete operation in Impl.data module


 Key: TUSCANY-1891
 URL: https://issues.apache.org/jira/browse/TUSCANY-1891
 Project: Tuscany
  Issue Type: New Feature
  Components: Java SCA Java Implementation Extension
Reporter: Douglas Siqueira Leite


-Add Delete operation in implementation.data SCA module.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-1891) Delete operation in Impl.data module

2007-11-05 Thread Douglas Siqueira Leite (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Douglas Siqueira Leite updated TUSCANY-1891:


Attachment: tuscany1891_douglas_2007_11_05.patch

> Delete operation in Impl.data module
> 
>
> Key: TUSCANY-1891
> URL: https://issues.apache.org/jira/browse/TUSCANY-1891
> Project: Tuscany
>  Issue Type: New Feature
>  Components: Java SCA Java Implementation Extension
>Reporter: Douglas Siqueira Leite
> Attachments: tuscany1891_douglas_2007_11_05.patch
>
>
> -Add Delete operation in implementation.data SCA module.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (TUSCANY-1917) Insert and Update operations in impl.data module

2007-11-22 Thread Douglas Siqueira Leite (JIRA)
Insert and Update operations in impl.data module


 Key: TUSCANY-1917
 URL: https://issues.apache.org/jira/browse/TUSCANY-1917
 Project: Tuscany
  Issue Type: New Feature
  Components: Java SCA Java Implementation Extension
Reporter: Douglas Siqueira Leite
 Attachments: dastest.zip, tuscany1917_main_douglas_2007_11_22.patch, 
tuscany1917_test_douglas_2007_11_22.patch

-Add Update operation in implementation.data SCA module.
-Add Insert operation in implementation.data SCA module.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-1917) Insert and Update operations in impl.data module

2007-11-22 Thread Douglas Siqueira Leite (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-1917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Douglas Siqueira Leite updated TUSCANY-1917:


Attachment: dastest.zip

> Insert and Update operations in impl.data module
> 
>
> Key: TUSCANY-1917
> URL: https://issues.apache.org/jira/browse/TUSCANY-1917
> Project: Tuscany
>  Issue Type: New Feature
>  Components: Java SCA Java Implementation Extension
>Reporter: Douglas Siqueira Leite
> Attachments: dastest.zip, tuscany1917_main_douglas_2007_11_22.patch, 
> tuscany1917_test_douglas_2007_11_22.patch
>
>
> -Add Update operation in implementation.data SCA module.
> -Add Insert operation in implementation.data SCA module.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-1917) Insert and Update operations in impl.data module

2007-11-22 Thread Douglas Siqueira Leite (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-1917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Douglas Siqueira Leite updated TUSCANY-1917:


Attachment: tuscany1917_main_douglas_2007_11_22.patch

> Insert and Update operations in impl.data module
> 
>
> Key: TUSCANY-1917
> URL: https://issues.apache.org/jira/browse/TUSCANY-1917
> Project: Tuscany
>  Issue Type: New Feature
>  Components: Java SCA Java Implementation Extension
>Reporter: Douglas Siqueira Leite
> Attachments: dastest.zip, tuscany1917_main_douglas_2007_11_22.patch, 
> tuscany1917_test_douglas_2007_11_22.patch
>
>
> -Add Update operation in implementation.data SCA module.
> -Add Insert operation in implementation.data SCA module.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-1917) Insert and Update operations in impl.data module

2007-11-22 Thread Douglas Siqueira Leite (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-1917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Douglas Siqueira Leite updated TUSCANY-1917:


Attachment: tuscany1917_test_douglas_2007_11_22.patch

> Insert and Update operations in impl.data module
> 
>
> Key: TUSCANY-1917
> URL: https://issues.apache.org/jira/browse/TUSCANY-1917
> Project: Tuscany
>  Issue Type: New Feature
>  Components: Java SCA Java Implementation Extension
>Reporter: Douglas Siqueira Leite
> Attachments: dastest.zip, tuscany1917_main_douglas_2007_11_22.patch, 
> tuscany1917_test_douglas_2007_11_22.patch
>
>
> -Add Update operation in implementation.data SCA module.
> -Add Insert operation in implementation.data SCA module.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-1239) Statement::executeQuery and Statement::execute should throw exception

2007-09-03 Thread Douglas Siqueira Leite (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Douglas Siqueira Leite updated TUSCANY-1239:


Comment: was deleted

> Statement::executeQuery and Statement::execute should throw exception
> -
>
> Key: TUSCANY-1239
> URL: https://issues.apache.org/jira/browse/TUSCANY-1239
> Project: Tuscany
>  Issue Type: Improvement
>  Components: C++ DAS
>Reporter: Adriano Crestani
> Fix For: Cpp-Next
>
>
> Statement::executeQuery and Statement::execute should throw some kind of 
> exception when the statement query is not successfully completed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-1844) Add persisted RDB Catalog to Store sample using JDBC

2007-10-12 Thread Douglas Siqueira Leite (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Douglas Siqueira Leite updated TUSCANY-1844:


Attachment: derbydb_2007_10_12.zip

Catalag derby database

> Add persisted RDB Catalog to Store sample using JDBC
> 
>
> Key: TUSCANY-1844
> URL: https://issues.apache.org/jira/browse/TUSCANY-1844
> Project: Tuscany
>  Issue Type: Improvement
>  Components: Java SCA Samples
>Reporter: Douglas Siqueira Leite
> Attachments: derbydb_2007_10_12.zip, 
> tuscany1844_douglas_2007_10_12.patch
>
>
> -Add RDB Catalog using JDBC.
> -Add a property currency rate in CurrencyConverter.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-1844) Add persisted RDB Catalog to Store sample using JDBC

2007-10-12 Thread Douglas Siqueira Leite (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Douglas Siqueira Leite updated TUSCANY-1844:


Attachment: tuscany1844_douglas_2007_10_12.patch

> Add persisted RDB Catalog to Store sample using JDBC
> 
>
> Key: TUSCANY-1844
> URL: https://issues.apache.org/jira/browse/TUSCANY-1844
> Project: Tuscany
>  Issue Type: Improvement
>  Components: Java SCA Samples
>Reporter: Douglas Siqueira Leite
> Attachments: derbydb_2007_10_12.zip, 
> tuscany1844_douglas_2007_10_12.patch
>
>
> -Add RDB Catalog using JDBC.
> -Add a property currency rate in CurrencyConverter.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (TUSCANY-1844) Add persisted RDB Catalog to Store sample using JDBC

2007-10-12 Thread Douglas Siqueira Leite (JIRA)
Add persisted RDB Catalog to Store sample using JDBC


 Key: TUSCANY-1844
 URL: https://issues.apache.org/jira/browse/TUSCANY-1844
 Project: Tuscany
  Issue Type: Improvement
  Components: Java SCA Samples
Reporter: Douglas Siqueira Leite


-Add RDB Catalog using JDBC.
-Add a property currency rate in CurrencyConverter.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-1844) Add persisted RDB Catalog to Store sample using JDBC

2007-10-15 Thread Douglas Siqueira Leite (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Douglas Siqueira Leite updated TUSCANY-1844:


Attachment: tuscany1844_douglas_2007_10_15.patch

> Add persisted RDB Catalog to Store sample using JDBC
> 
>
> Key: TUSCANY-1844
> URL: https://issues.apache.org/jira/browse/TUSCANY-1844
> Project: Tuscany
>  Issue Type: Improvement
>  Components: Java SCA Samples
>Reporter: Douglas Siqueira Leite
>Assignee: Luciano Resende
> Attachments: derbydb_2007_10_12.zip, 
> tuscany1844_douglas_2007_10_12.patch, tuscany1844_douglas_2007_10_15.patch
>
>
> -Add RDB Catalog using JDBC.
> -Add a property currency rate in CurrencyConverter.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-1844) Add persisted RDB Catalog to Store sample using JDBC

2007-10-15 Thread Douglas Siqueira Leite (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Douglas Siqueira Leite updated TUSCANY-1844:


Attachment: tuscany1844_douglas_2007_10_15.patch

> Add persisted RDB Catalog to Store sample using JDBC
> 
>
> Key: TUSCANY-1844
> URL: https://issues.apache.org/jira/browse/TUSCANY-1844
> Project: Tuscany
>  Issue Type: Improvement
>  Components: Java SCA Samples
>Reporter: Douglas Siqueira Leite
>Assignee: Luciano Resende
> Attachments: derbydb_2007_10_12.zip, 
> tuscany1844_douglas_2007_10_12.patch, tuscany1844_douglas_2007_10_15.patch, 
> tuscany1844_douglas_2007_10_15.patch
>
>
> -Add RDB Catalog using JDBC.
> -Add a property currency rate in CurrencyConverter.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-1844) Add persisted RDB Catalog to Store sample using JDBC

2007-10-15 Thread Douglas Siqueira Leite (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Douglas Siqueira Leite updated TUSCANY-1844:


Attachment: (was: tuscany1844_douglas_2007_10_15.patch)

> Add persisted RDB Catalog to Store sample using JDBC
> 
>
> Key: TUSCANY-1844
> URL: https://issues.apache.org/jira/browse/TUSCANY-1844
> Project: Tuscany
>  Issue Type: Improvement
>  Components: Java SCA Samples
>Reporter: Douglas Siqueira Leite
>Assignee: Luciano Resende
> Attachments: derbydb_2007_10_12.zip, 
> tuscany1844_douglas_2007_10_12.patch, tuscany1844_douglas_2007_10_15.patch
>
>
> -Add RDB Catalog using JDBC.
> -Add a property currency rate in CurrencyConverter.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (TUSCANY-1844) Add persisted RDB Catalog to Store sample using JDBC

2007-10-16 Thread Douglas Siqueira Leite (JIRA)

 [ 
https://issues.apache.org/jira/browse/TUSCANY-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Douglas Siqueira Leite updated TUSCANY-1844:


Attachment: derbydb_without_passwd_2007_10_16.zip

> Add persisted RDB Catalog to Store sample using JDBC
> 
>
> Key: TUSCANY-1844
> URL: https://issues.apache.org/jira/browse/TUSCANY-1844
> Project: Tuscany
>  Issue Type: Improvement
>  Components: Java SCA Samples
>Reporter: Douglas Siqueira Leite
>Assignee: Luciano Resende
> Fix For: Java-SCA-Next
>
> Attachments: derbydb_2007_10_12.zip, 
> derbydb_without_passwd_2007_10_16.zip, tuscany1844_douglas_2007_10_12.patch, 
> tuscany1844_douglas_2007_10_15.patch
>
>
> -Add RDB Catalog using JDBC.
> -Add a property currency rate in CurrencyConverter.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]