You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Fabian Christ (JIRA)" <ji...@apache.org> on 2006/08/07 16:24:13 UTC

[jira] Created: (AXIS2-983) Support for Simple Type Union and Simple Type List

Support for Simple Type Union and Simple Type List
--------------------------------------------------

                 Key: AXIS2-983
                 URL: http://issues.apache.org/jira/browse/AXIS2-983
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: wsdl
            Reporter: Fabian Christ


The latest SVN version of WSDL2Java and so the SchemaCompiler does not support Simple Type Union and List in XML Schema.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-983) Support for Simple Type Union and Simple Type List

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-983?page=comments#action_12426230 ] 
            
Davanum Srinivas commented on AXIS2-983:
----------------------------------------

Please upload a complete wsdl. That would help immensely.

thanks,
dims

> Support for Simple Type Union and Simple Type List
> --------------------------------------------------
>
>                 Key: AXIS2-983
>                 URL: http://issues.apache.org/jira/browse/AXIS2-983
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>            Reporter: Fabian Christ
>
> The latest SVN version of WSDL2Java and so the SchemaCompiler does not support Simple Type Union and List in XML Schema.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-983) Support for Simple Type Union and Simple Type List

Posted by "Fabian Christ (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-983?page=comments#action_12426484 ] 
            
Fabian Christ commented on AXIS2-983:
-------------------------------------

At first - what is an STS? I have searched for it but didnĀ“t found the meaning.

I think that this issue is same as AXIS2-981. When you look in the sources of org.apache.axis2.schema.SchemaCompiler you find two TODOs

private void processSimpleSchemaType(XmlSchemaSimpleType simpleType,
                                         XmlSchemaElement xsElt) throws SchemaCompilationException{
...
            }else if (content instanceof XmlSchemaSimpleTypeUnion) {
                //Todo - Handle unions here
                throw new SchemaCompilationException(
                        SchemaCompilerMessages.getMessage("schema.unsupportedcontenterror","Simple Type Union"));

            }else if (content instanceof XmlSchemaSimpleTypeList){
                //todo - Handle lists here
                throw new SchemaCompilationException(
                        SchemaCompilerMessages.getMessage("schema.unsupportedcontenterror","Simple Type List"));
            }
...
}

Can anyone say when those TODOs are solved? Is anyone working at this part? Or is it faster when I try to solve it on my own?

thanks,
Fabian

> Support for Simple Type Union and Simple Type List
> --------------------------------------------------
>
>                 Key: AXIS2-983
>                 URL: http://issues.apache.org/jira/browse/AXIS2-983
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>            Reporter: Fabian Christ
>         Attachments: sample-wsdl.zip
>
>
> The latest SVN version of WSDL2Java and so the SchemaCompiler does not support Simple Type Union and List in XML Schema.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-983) Support for Simple Type Union and Simple Type List

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-983?page=comments#action_12426549 ] 
            
Davanum Srinivas commented on AXIS2-983:
----------------------------------------

STS = SecurityTokenService

> Support for Simple Type Union and Simple Type List
> --------------------------------------------------
>
>                 Key: AXIS2-983
>                 URL: http://issues.apache.org/jira/browse/AXIS2-983
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>            Reporter: Fabian Christ
>         Attachments: sample-wsdl.zip
>
>
> The latest SVN version of WSDL2Java and so the SchemaCompiler does not support Simple Type Union and List in XML Schema.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-983) Support for Simple Type Union and Simple Type List

Posted by "Fabian Christ (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-983?page=all ]

Fabian Christ updated AXIS2-983:
--------------------------------

    Attachment: sample-wsdl.zip

The imported ws-trust.xsd makes use of an enumeration. The WSDL is authentication.wsdl

> Support for Simple Type Union and Simple Type List
> --------------------------------------------------
>
>                 Key: AXIS2-983
>                 URL: http://issues.apache.org/jira/browse/AXIS2-983
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>            Reporter: Fabian Christ
>         Attachments: sample-wsdl.zip
>
>
> The latest SVN version of WSDL2Java and so the SchemaCompiler does not support Simple Type Union and List in XML Schema.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-983) Support for Simple Type Union and Simple Type List

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe reassigned AXIS2-983:
---------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

> Support for Simple Type Union and Simple Type List
> --------------------------------------------------
>
>                 Key: AXIS2-983
>                 URL: https://issues.apache.org/jira/browse/AXIS2-983
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>            Reporter: Fabian Christ
>         Assigned To: Amila Chinthaka Suriarachchi
>         Attachments: sample-wsdl.zip
>
>
> The latest SVN version of WSDL2Java and so the SchemaCompiler does not support Simple Type Union and List in XML Schema.

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


[jira] Resolved: (AXIS2-983) Support for Simple Type Union and Simple Type List

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-983.
------------------------------------------------

    Resolution: Fixed

I have already added the list and union support .now the authentication.wsdl complies fine. 

> Support for Simple Type Union and Simple Type List
> --------------------------------------------------
>
>                 Key: AXIS2-983
>                 URL: https://issues.apache.org/jira/browse/AXIS2-983
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>            Reporter: Fabian Christ
>         Assigned To: Amila Chinthaka Suriarachchi
>         Attachments: sample-wsdl.zip
>
>
> The latest SVN version of WSDL2Java and so the SchemaCompiler does not support Simple Type Union and List in XML Schema.

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


[jira] Commented: (AXIS2-983) Support for Simple Type Union and Simple Type List

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-983?page=comments#action_12426247 ] 
            
Davanum Srinivas commented on AXIS2-983:
----------------------------------------

Hmm, You are writing an STS. Have you looked at code in security/rampart modules? I believe Ruchith is actually participating in the OASIS WSSX working group's virutal interop as we speak. 

thanks,
dims

> Support for Simple Type Union and Simple Type List
> --------------------------------------------------
>
>                 Key: AXIS2-983
>                 URL: http://issues.apache.org/jira/browse/AXIS2-983
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>            Reporter: Fabian Christ
>         Attachments: sample-wsdl.zip
>
>
> The latest SVN version of WSDL2Java and so the SchemaCompiler does not support Simple Type Union and List in XML Schema.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org