You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "benson margulies (JIRA)" <ji...@apache.org> on 2007/07/18 11:56:04 UTC

[jira] Created: (CXF-807) No support for java2wsdl for Aegis

No support for java2wsdl for Aegis
----------------------------------

                 Key: CXF-807
                 URL: https://issues.apache.org/jira/browse/CXF-807
             Project: CXF
          Issue Type: Bug
          Components: Tooling
    Affects Versions: 2.0
            Reporter: benson margulies


java2wsdl needs an option to indicate the use of Aegis binding. It has no way of guessing that the user uses Aegis, and of course any Aegis files are ignored. There are also some interesting differences in the treatment of certain objects between Aegis and JAXB.

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


[jira] Resolved: (CXF-807) No support for java2wsdl for Aegis

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

jimma resolved CXF-807.
-----------------------

    Resolution: Fixed

> No support for java2wsdl for Aegis
> ----------------------------------
>
>                 Key: CXF-807
>                 URL: https://issues.apache.org/jira/browse/CXF-807
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: benson margulies
>            Assignee: jimma
>         Attachments: beandiffs.txt
>
>
> java2wsdl needs an option to indicate the use of Aegis binding. It has no way of guessing that the user uses Aegis, and of course any Aegis files are ignored. There are also some interesting differences in the treatment of certain objects between Aegis and JAXB.

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


[jira] Updated: (CXF-807) No support for java2wsdl for Aegis

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

benson margulies updated CXF-807:
---------------------------------

    Attachment:     (was: aegis.spring.txt)

> No support for java2wsdl for Aegis
> ----------------------------------
>
>                 Key: CXF-807
>                 URL: https://issues.apache.org/jira/browse/CXF-807
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: benson margulies
>            Assignee: jimma
>
> java2wsdl needs an option to indicate the use of Aegis binding. It has no way of guessing that the user uses Aegis, and of course any Aegis files are ignored. There are also some interesting differences in the treatment of certain objects between Aegis and JAXB.

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


[jira] Updated: (CXF-807) No support for java2wsdl for Aegis

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

benson margulies updated CXF-807:
---------------------------------

    Attachment:     (was: java2wsdiff.txt)

> No support for java2wsdl for Aegis
> ----------------------------------
>
>                 Key: CXF-807
>                 URL: https://issues.apache.org/jira/browse/CXF-807
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: benson margulies
>            Assignee: jimma
>
> java2wsdl needs an option to indicate the use of Aegis binding. It has no way of guessing that the user uses Aegis, and of course any Aegis files are ignored. There are also some interesting differences in the treatment of certain objects between Aegis and JAXB.

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


[jira] Updated: (CXF-807) No support for java2wsdl for Aegis

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

benson margulies updated CXF-807:
---------------------------------

    Attachment:     (was: beandiffs.txt)

> No support for java2wsdl for Aegis
> ----------------------------------
>
>                 Key: CXF-807
>                 URL: https://issues.apache.org/jira/browse/CXF-807
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: benson margulies
>            Assignee: jimma
>
> java2wsdl needs an option to indicate the use of Aegis binding. It has no way of guessing that the user uses Aegis, and of course any Aegis files are ignored. There are also some interesting differences in the treatment of certain objects between Aegis and JAXB.

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


[jira] Updated: (CXF-807) No support for java2wsdl for Aegis

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

benson margulies updated CXF-807:
---------------------------------

    Attachment: java2wsdiff.txt

Here is an improved patch based on email last night. It does not yet implement letting the user give us more XML for more beans. I'd like to see this much committed, if that's OK, and then I'll progress from there. Watch out: the pom change to put the new tool in the build is in here, and that shouldn't be committed yet.

> No support for java2wsdl for Aegis
> ----------------------------------
>
>                 Key: CXF-807
>                 URL: https://issues.apache.org/jira/browse/CXF-807
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: benson margulies
>            Assignee: jimma
>         Attachments: java2wsdiff.txt
>
>
> java2wsdl needs an option to indicate the use of Aegis binding. It has no way of guessing that the user uses Aegis, and of course any Aegis files are ignored. There are also some interesting differences in the treatment of certain objects between Aegis and JAXB.

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


[jira] Commented: (CXF-807) No support for java2wsdl for Aegis

Posted by "benson margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525838 ] 

benson margulies commented on CXF-807:
--------------------------------------

I'm actively working on this.

> No support for java2wsdl for Aegis
> ----------------------------------
>
>                 Key: CXF-807
>                 URL: https://issues.apache.org/jira/browse/CXF-807
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: benson margulies
>            Assignee: jimma
>
> java2wsdl needs an option to indicate the use of Aegis binding. It has no way of guessing that the user uses Aegis, and of course any Aegis files are ignored. There are also some interesting differences in the treatment of certain objects between Aegis and JAXB.

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


[jira] Updated: (CXF-807) No support for java2wsdl for Aegis

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

benson margulies updated CXF-807:
---------------------------------

    Attachment:     (was: aegis.spring.txt)

> No support for java2wsdl for Aegis
> ----------------------------------
>
>                 Key: CXF-807
>                 URL: https://issues.apache.org/jira/browse/CXF-807
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: benson margulies
>            Assignee: jimma
>
> java2wsdl needs an option to indicate the use of Aegis binding. It has no way of guessing that the user uses Aegis, and of course any Aegis files are ignored. There are also some interesting differences in the treatment of certain objects between Aegis and JAXB.

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


[jira] Updated: (CXF-807) No support for java2wsdl for Aegis

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

benson margulies updated CXF-807:
---------------------------------

    Attachment: beandiffs.txt

This is the remaining content of the project, with come comments requested by Glen.

> No support for java2wsdl for Aegis
> ----------------------------------
>
>                 Key: CXF-807
>                 URL: https://issues.apache.org/jira/browse/CXF-807
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: benson margulies
>            Assignee: jimma
>         Attachments: beandiffs.txt
>
>
> java2wsdl needs an option to indicate the use of Aegis binding. It has no way of guessing that the user uses Aegis, and of course any Aegis files are ignored. There are also some interesting differences in the treatment of certain objects between Aegis and JAXB.

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


[jira] Updated: (CXF-807) No support for java2wsdl for Aegis

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

benson margulies updated CXF-807:
---------------------------------

    Attachment: aegis.spring.txt

Here is a working implementation for aegis bindings. No customization yet. This is committable if the internal use of Spring is tolerable, and then I could proceed to add the 'supply a context file to to customize the databinding bean'.

> No support for java2wsdl for Aegis
> ----------------------------------
>
>                 Key: CXF-807
>                 URL: https://issues.apache.org/jira/browse/CXF-807
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: benson margulies
>            Assignee: jimma
>         Attachments: aegis.spring.txt
>
>
> java2wsdl needs an option to indicate the use of Aegis binding. It has no way of guessing that the user uses Aegis, and of course any Aegis files are ignored. There are also some interesting differences in the treatment of certain objects between Aegis and JAXB.

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


[jira] Updated: (CXF-807) No support for java2wsdl for Aegis

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

benson margulies updated CXF-807:
---------------------------------

    Attachment: aegis.spring.txt

Here is a concrete first experiment in using Spring.

All it does it use spring wiring to find some objects it was already finding by other means. I would extend upon this to handle binding objects.

If we wanted this to be 'potentially spring free', then I'd have to put each of the items (the two service builders, and then the actual binding objects) onto the bus. I don't see another palatable mechanism to allow end-users of command line tools and the like to reconfigure this except by having them supply a spring file, but I'm all ears.

There are some spelling errors and such corrected in here, but it would be work for a committer to pick them out and apply them.


> No support for java2wsdl for Aegis
> ----------------------------------
>
>                 Key: CXF-807
>                 URL: https://issues.apache.org/jira/browse/CXF-807
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: benson margulies
>            Assignee: jimma
>         Attachments: aegis.spring.txt
>
>
> java2wsdl needs an option to indicate the use of Aegis binding. It has no way of guessing that the user uses Aegis, and of course any Aegis files are ignored. There are also some interesting differences in the treatment of certain objects between Aegis and JAXB.

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


[jira] Updated: (CXF-807) No support for java2wsdl for Aegis

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

benson margulies updated CXF-807:
---------------------------------

    Attachment: beandiffs.txt

Here is the rest of the support for Aegis in java2ws.

> No support for java2wsdl for Aegis
> ----------------------------------
>
>                 Key: CXF-807
>                 URL: https://issues.apache.org/jira/browse/CXF-807
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: benson margulies
>            Assignee: jimma
>         Attachments: beandiffs.txt, java2wsdiff.txt
>
>
> java2wsdl needs an option to indicate the use of Aegis binding. It has no way of guessing that the user uses Aegis, and of course any Aegis files are ignored. There are also some interesting differences in the treatment of certain objects between Aegis and JAXB.

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


[jira] Assigned: (CXF-807) No support for java2wsdl for Aegis

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

Bozhong Lin reassigned CXF-807:
-------------------------------

    Assignee: jimma

> No support for java2wsdl for Aegis
> ----------------------------------
>
>                 Key: CXF-807
>                 URL: https://issues.apache.org/jira/browse/CXF-807
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: benson margulies
>            Assignee: jimma
>
> java2wsdl needs an option to indicate the use of Aegis binding. It has no way of guessing that the user uses Aegis, and of course any Aegis files are ignored. There are also some interesting differences in the treatment of certain objects between Aegis and JAXB.

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