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 "Chris Surridge (JIRA)" <ji...@apache.org> on 2006/07/24 21:39:13 UTC

[jira] Created: (AXIS2-926) Wish to set package name for system xsb files when using xmlbeans.

Wish to set package name for system xsb files when using xmlbeans.
------------------------------------------------------------------

                 Key: AXIS2-926
                 URL: http://issues.apache.org/jira/browse/AXIS2-926
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Wish
          Components: databinding
            Reporter: Chris Surridge


When using xmlbeans outside of axis 2, it is possible to specify the name of the directory in which the system xsb files used by the TypeSystemHolder are generated (typesystemname in the xmlbean ant task). When using xmlbeans databinding in WSDL2Java, however, this xmlbeans option can not be set, so a different directory name is used each time it is run. This becomes a problem if you need to store generated code in a version control system. It would be very helpful if the typesystemname option could be set in WSDL2Java when xmlbeans databinding is used and passed on to xmlbeans. 

-- 
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-926) Wish to set package name for system xsb files when using xmlbeans.

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

Gertjan van Oosten updated AXIS2-926:
-------------------------------------

    Attachment:     (was: axis2-typesystemname-patch.txt)

> Wish to set package name for system xsb files when using xmlbeans.
> ------------------------------------------------------------------
>
>                 Key: AXIS2-926
>                 URL: https://issues.apache.org/jira/browse/AXIS2-926
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Wish
>          Components: databinding
>            Reporter: Chris Surridge
>            Assignee: Amila Chinthaka Suriarachchi
>         Attachments: axis2-typesystemname-patch.txt
>
>
> When using xmlbeans outside of axis 2, it is possible to specify the name of the directory in which the system xsb files used by the TypeSystemHolder are generated (typesystemname in the xmlbean ant task). When using xmlbeans databinding in WSDL2Java, however, this xmlbeans option can not be set, so a different directory name is used each time it is run. This becomes a problem if you need to store generated code in a version control system. It would be very helpful if the typesystemname option could be set in WSDL2Java when xmlbeans databinding is used and passed on to xmlbeans. 

-- 
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-926) Wish to set package name for system xsb files when using xmlbeans.

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508868 ] 

Davanum Srinivas commented on AXIS2-926:
----------------------------------------

In your wsdl2java command line please add the following option.

 -d xmlbeans -Etypesystemname my_type_system

thanks,
dims

> Wish to set package name for system xsb files when using xmlbeans.
> ------------------------------------------------------------------
>
>                 Key: AXIS2-926
>                 URL: https://issues.apache.org/jira/browse/AXIS2-926
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Wish
>          Components: databinding
>            Reporter: Chris Surridge
>            Assignee: Amila Chinthaka Suriarachchi
>         Attachments: axis2-typesystemname-patch.txt
>
>
> When using xmlbeans outside of axis 2, it is possible to specify the name of the directory in which the system xsb files used by the TypeSystemHolder are generated (typesystemname in the xmlbean ant task). When using xmlbeans databinding in WSDL2Java, however, this xmlbeans option can not be set, so a different directory name is used each time it is run. This becomes a problem if you need to store generated code in a version control system. It would be very helpful if the typesystemname option could be set in WSDL2Java when xmlbeans databinding is used and passed on to xmlbeans. 

-- 
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] Assigned: (AXIS2-926) Wish to set package name for system xsb files when using xmlbeans.

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

Deepal Jayasinghe reassigned AXIS2-926:
---------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

> Wish to set package name for system xsb files when using xmlbeans.
> ------------------------------------------------------------------
>
>                 Key: AXIS2-926
>                 URL: https://issues.apache.org/jira/browse/AXIS2-926
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Wish
>          Components: databinding
>            Reporter: Chris Surridge
>         Assigned To: Amila Chinthaka Suriarachchi
>
> When using xmlbeans outside of axis 2, it is possible to specify the name of the directory in which the system xsb files used by the TypeSystemHolder are generated (typesystemname in the xmlbean ant task). When using xmlbeans databinding in WSDL2Java, however, this xmlbeans option can not be set, so a different directory name is used each time it is run. This becomes a problem if you need to store generated code in a version control system. It would be very helpful if the typesystemname option could be set in WSDL2Java when xmlbeans databinding is used and passed on to xmlbeans. 

-- 
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-926) Wish to set package name for system xsb files when using xmlbeans.

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

Davanum Srinivas resolved AXIS2-926.
------------------------------------

    Resolution: Fixed

> Wish to set package name for system xsb files when using xmlbeans.
> ------------------------------------------------------------------
>
>                 Key: AXIS2-926
>                 URL: https://issues.apache.org/jira/browse/AXIS2-926
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Wish
>          Components: databinding
>            Reporter: Chris Surridge
>            Assignee: Amila Chinthaka Suriarachchi
>         Attachments: axis2-typesystemname-patch.txt
>
>
> When using xmlbeans outside of axis 2, it is possible to specify the name of the directory in which the system xsb files used by the TypeSystemHolder are generated (typesystemname in the xmlbean ant task). When using xmlbeans databinding in WSDL2Java, however, this xmlbeans option can not be set, so a different directory name is used each time it is run. This becomes a problem if you need to store generated code in a version control system. It would be very helpful if the typesystemname option could be set in WSDL2Java when xmlbeans databinding is used and passed on to xmlbeans. 

-- 
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] Updated: (AXIS2-926) Wish to set package name for system xsb files when using xmlbeans.

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

Gertjan van Oosten updated AXIS2-926:
-------------------------------------

    Attachment: axis2-typesystemname-patch.txt

Attached a patch (against trunk) that adds the typesystemname as an option to the Ant task, the wsdl2java command line and the axis2-wsdl2code-maven-plugin.

Note that I haven't added the option to the axis2-eclipse-codegen-plugin (but added a TODO: comment to reflect that); my knowledge of Eclipse plugins is too limited to do that correctly.

I kept the option name as "typesystemname" to reflect the option name from the XMLBeans schema compiler.

> Wish to set package name for system xsb files when using xmlbeans.
> ------------------------------------------------------------------
>
>                 Key: AXIS2-926
>                 URL: https://issues.apache.org/jira/browse/AXIS2-926
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Wish
>          Components: databinding
>            Reporter: Chris Surridge
>            Assignee: Amila Chinthaka Suriarachchi
>         Attachments: axis2-typesystemname-patch.txt
>
>
> When using xmlbeans outside of axis 2, it is possible to specify the name of the directory in which the system xsb files used by the TypeSystemHolder are generated (typesystemname in the xmlbean ant task). When using xmlbeans databinding in WSDL2Java, however, this xmlbeans option can not be set, so a different directory name is used each time it is run. This becomes a problem if you need to store generated code in a version control system. It would be very helpful if the typesystemname option could be set in WSDL2Java when xmlbeans databinding is used and passed on to xmlbeans. 

-- 
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] Updated: (AXIS2-926) Wish to set package name for system xsb files when using xmlbeans.

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

Gertjan van Oosten updated AXIS2-926:
-------------------------------------

    Attachment: axis2-typesystemname-patch.txt

Updated patch to include documentation update.

> Wish to set package name for system xsb files when using xmlbeans.
> ------------------------------------------------------------------
>
>                 Key: AXIS2-926
>                 URL: https://issues.apache.org/jira/browse/AXIS2-926
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Wish
>          Components: databinding
>            Reporter: Chris Surridge
>            Assignee: Amila Chinthaka Suriarachchi
>         Attachments: axis2-typesystemname-patch.txt
>
>
> When using xmlbeans outside of axis 2, it is possible to specify the name of the directory in which the system xsb files used by the TypeSystemHolder are generated (typesystemname in the xmlbean ant task). When using xmlbeans databinding in WSDL2Java, however, this xmlbeans option can not be set, so a different directory name is used each time it is run. This becomes a problem if you need to store generated code in a version control system. It would be very helpful if the typesystemname option could be set in WSDL2Java when xmlbeans databinding is used and passed on to xmlbeans. 

-- 
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