You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Andy Grove (JIRA)" <tu...@ws.apache.org> on 2007/03/15 07:15:09 UTC

[jira] Created: (TUSCANY-1176) DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties

DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties
------------------------------------------------------------------------------

                 Key: TUSCANY-1176
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1176
             Project: Tuscany
          Issue Type: Bug
          Components: Java SDO Community Test Suite
            Reporter: Andy Grove


DynamicTypesFromSchemaTestCase currently fails if a call to getInstanceProperties does not return "mixed" or "text" properties. I see no mention of these properties in the SDO for Java 2.1 specification. The "text" property was mentioned in SDO 2.0.1 but then removed for SDO 2.1.

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1176) DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties

Posted by "Dan Murphy (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484560 ] 

Dan Murphy commented on TUSCANY-1176:
-------------------------------------

Hi, patch seems to apply fine to latest in svn (and builds on a clean repo once TUSCANY-1195 is applied)... any one available to commit this please ?

> DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties
> ------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1176
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1176
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Community Test Suite
>            Reporter: Andy Grove
>         Attachments: 1176.patch
>
>
> DynamicTypesFromSchemaTestCase currently fails if a call to getInstanceProperties does not return "mixed" or "text" properties. I see no mention of these properties in the SDO for Java 2.1 specification. The "text" property was mentioned in SDO 2.0.1 but then removed for SDO 2.1.

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1176) DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties

Posted by "Paul Golick (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Golick updated TUSCANY-1176:
---------------------------------

    Attachment: 1176.patch

patch removes tests for "any", "mixed", and "text" properties and is intended to be applied from Tuscany\java directory

> DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties
> ------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1176
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1176
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Community Test Suite
>            Reporter: Andy Grove
>         Attachments: 1176.patch
>
>
> DynamicTypesFromSchemaTestCase currently fails if a call to getInstanceProperties does not return "mixed" or "text" properties. I see no mention of these properties in the SDO for Java 2.1 specification. The "text" property was mentioned in SDO 2.0.1 but then removed for SDO 2.1.

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1176) DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties

Posted by "Frank Budinsky (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481151 ] 

Frank Budinsky commented on TUSCANY-1176:
-----------------------------------------

I agree that the test is wrong. With recent changes in the Tuscany implementation (TUSCANY-521), I assume the Tuscany implementation will also  fail this test.

> DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties
> ------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1176
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1176
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Community Test Suite
>            Reporter: Andy Grove
>
> DynamicTypesFromSchemaTestCase currently fails if a call to getInstanceProperties does not return "mixed" or "text" properties. I see no mention of these properties in the SDO for Java 2.1 specification. The "text" property was mentioned in SDO 2.0.1 but then removed for SDO 2.1.

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-1176) DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Goodson resolved TUSCANY-1176.
-------------------------------------

    Resolution: Fixed

Applied patch to remove expectation of visibility of EMF properties

> DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties
> ------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1176
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1176
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Community Test Suite
>            Reporter: Andy Grove
>         Attachments: 1176.patch
>
>
> DynamicTypesFromSchemaTestCase currently fails if a call to getInstanceProperties does not return "mixed" or "text" properties. I see no mention of these properties in the SDO for Java 2.1 specification. The "text" property was mentioned in SDO 2.0.1 but then removed for SDO 2.1.

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1176) DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties

Posted by "Paul Golick (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481232 ] 

Paul Golick commented on TUSCANY-1176:
--------------------------------------

Recent changes have not only removed the "mixed" and "text" properties, but have also removed the "any" property.  The Tuscany implementation fails the tests for all three of these properties.
Is the test for the "any" property also invalid?

> DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties
> ------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1176
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1176
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Community Test Suite
>            Reporter: Andy Grove
>
> DynamicTypesFromSchemaTestCase currently fails if a call to getInstanceProperties does not return "mixed" or "text" properties. I see no mention of these properties in the SDO for Java 2.1 specification. The "text" property was mentioned in SDO 2.0.1 but then removed for SDO 2.1.

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1176) DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Goodson updated TUSCANY-1176:
------------------------------------

    Patch Info: [Patch Available]

setting patch available flag

> DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties
> ------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1176
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1176
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Community Test Suite
>            Reporter: Andy Grove
>         Attachments: 1176.patch
>
>
> DynamicTypesFromSchemaTestCase currently fails if a call to getInstanceProperties does not return "mixed" or "text" properties. I see no mention of these properties in the SDO for Java 2.1 specification. The "text" property was mentioned in SDO 2.0.1 but then removed for SDO 2.1.

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1176) DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties

Posted by "Paul Golick (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481208 ] 

Paul Golick commented on TUSCANY-1176:
--------------------------------------

I plan to contribute a patch to fix DynamicTypesFromSchemaTestCase

> DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties
> ------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1176
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1176
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Community Test Suite
>            Reporter: Andy Grove
>
> DynamicTypesFromSchemaTestCase currently fails if a call to getInstanceProperties does not return "mixed" or "text" properties. I see no mention of these properties in the SDO for Java 2.1 specification. The "text" property was mentioned in SDO 2.0.1 but then removed for SDO 2.1.

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1176) DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties

Posted by "Frank Budinsky (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481257 ] 

Frank Budinsky commented on TUSCANY-1176:
-----------------------------------------

Yes, "any" is also invalid.

> DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties
> ------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1176
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1176
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Community Test Suite
>            Reporter: Andy Grove
>
> DynamicTypesFromSchemaTestCase currently fails if a call to getInstanceProperties does not return "mixed" or "text" properties. I see no mention of these properties in the SDO for Java 2.1 specification. The "text" property was mentioned in SDO 2.0.1 but then removed for SDO 2.1.

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org