You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jason Pell (Created) (JIRA)" <ji...@apache.org> on 2012/03/23 05:24:29 UTC

[jira] [Created] (CXF-4196) Java First Use Schema Imports does not work

Java First Use Schema Imports does not work
-------------------------------------------

                 Key: CXF-4196
                 URL: https://issues.apache.org/jira/browse/CXF-4196
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime, Simple Frontend
    Affects Versions: 2.5.2
            Reporter: Jason Pell


Currently the WSDLGetUtils does even support having XSD imports instead of inline.
Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
handles java first wsdl generation where xsd imports are concerned.

I am working on a patch and test cases to contribute


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-4196) Java First Use Schema Imports does not work

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

Jason Pell updated CXF-4196:
----------------------------

    Attachment: rt-28032012.tar.gz

Cleaned up patch still without test cases.  I reverted my changes and re-applied them limiting impact to as little as possible.  Hopefully will be ok.  I am now going to work on creating junit test cases for the changes.   
                
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>         Attachments: rt-28032012.tar.gz
>
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-4196) Java First Use Schema Imports does not work

Posted by "Jason Pell (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-4196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13240282#comment-13240282 ] 

Jason Pell commented on CXF-4196:
---------------------------------

I am continuing to work on the code and test cases hopefully have a 
Patch to review by end of week
                
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>         Attachments: rt-28032012.tar.gz
>
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-4196) Java First Use Schema Imports does not work

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

Jason Pell updated CXF-4196:
----------------------------

    Attachment: CXF-4196-p2.patch

Additional fix for threading issue in WSDLGetUtils
                
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>         Attachments: CXF-4196-p2.patch
>
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-4196) Java First Use Schema Imports does not work

Posted by "Jason Pell (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-4196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13240844#comment-13240844 ] 

Jason Pell commented on CXF-4196:
---------------------------------

I am preparing the patch to submit for review.  A couple of things to note:

WSDLGetUtils has no state, but it requires construction to use the non static methods, and then inside these methods it does a new WSDLGetUtils().getXXXXXX()

Also since WSDLGetUtils calls ServiceWSDLBuilder directly I am not sure how I would go about creating a test case for WSDLGetUtils without a lot of mocking code.  For the small changes I have made I am not sure its worth it.
                
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>         Attachments: rt-28032012.tar.gz
>
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-4196) Java First Use Schema Imports does not work

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

Jason Pell updated CXF-4196:
----------------------------

    Attachment: CXF-4196.patch

Completed patch ready for review.  
                
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>         Attachments: CXF-4196.patch
>
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-4196) Java First Use Schema Imports does not work

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

Jason Pell updated CXF-4196:
----------------------------

    Attachment:     (was: rt.tar.gz)
    
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-4196) Java First Use Schema Imports does not work

Posted by "Daniel Kulp (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-4196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13242905#comment-13242905 ] 

Daniel Kulp commented on CXF-4196:
----------------------------------


The namespace issue you saw is really due to XMLSCHEMA-23 which I just discovered while debugging this.  I'll trying and fix that next week.  However, the call to writeNode does have a "repairing" flag that should have repaired this and that isn't working correctly.   I just committed a fix for that as well.  Thus, the XMLSCHEMA fix really isn't needed.

I also added a quick "system" test to make sure the import is generated from a real service.   Nothing major.  :-)


                
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>         Attachments: CXF-4196-p2.patch
>
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-4196) Java First Use Schema Imports does not work

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

Jason Pell updated CXF-4196:
----------------------------

    Attachment:     (was: CXF-4196.patch)
    
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>         Attachments: CXF-4196-p2.patch
>
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-4196) Java First Use Schema Imports does not work

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

Jason Pell updated CXF-4196:
----------------------------

    Attachment:     (was: CXF-4196-p2.patch)
    
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>         Attachments: CXF-4196-p2.patch
>
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-4196) Java First Use Schema Imports does not work

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

Jason Pell updated CXF-4196:
----------------------------

    Attachment: rt-28032012.tar.gz

Re-attach fixed file
                
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>         Attachments: rt-28032012.tar.gz
>
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CXF-4196) Java First Use Schema Imports does not work

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

Daniel Kulp resolved CXF-4196.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.5.3
         Assignee: Daniel Kulp


Patch applied with some minor updates and systest added.  Major thanks.




                
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>            Assignee: Daniel Kulp
>              Labels: patch
>             Fix For: 2.5.3
>
>         Attachments: CXF-4196-p2.patch
>
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-4196) Java First Use Schema Imports does not work

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

Jason Pell updated CXF-4196:
----------------------------

    Attachment:     (was: rt-28032012.tar.gz)
    
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-4196) Java First Use Schema Imports does not work

Posted by "Daniel Kulp (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-4196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13238549#comment-13238549 ] 

Daniel Kulp commented on CXF-4196:
----------------------------------

Can you also "undo" all the reflow changes?   A straight diff is yielding a TON of changes that aren't real changes, just reflow of code.   That's making finding the real changes hard.
                
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>         Attachments: rt.tar.gz
>
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-4196) Java First Use Schema Imports does not work

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

Jason Pell updated CXF-4196:
----------------------------

    Attachment: rt.tar.gz

This is NOT a complete patch, but does work as I wanted.  I need to clean it up and then test thoroughly to make sure it works for both java first and contract first and tools.  I will be modifying these classes further and will submit a diff tar ball with changes once its complete.  You can extract these two files against a 2.5.3 and define a jaxws:property org.apache.cxf.wsdl.create.imports "true"

Once the changes are finalised I will ensure the license is granted to ASF.
                
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>         Attachments: rt.tar.gz
>
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-4196) Java First Use Schema Imports does not work

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

Jason Pell updated CXF-4196:
----------------------------

    Attachment: rt-28032012.tar.gz

Updated patch, with some tests and more cleanup to reduce the potential for regression for the tools wsdl generator.  Still more testing required to ensure this before I will submit it, but would appreciate any comments on what I have so far.
                
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>         Attachments: rt-28032012.tar.gz
>
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-4196) Java First Use Schema Imports does not work

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

Jason Pell updated CXF-4196:
----------------------------

    Attachment:     (was: rt-28032012.tar.gz)
    
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-4196) Java First Use Schema Imports does not work

Posted by "Jason Pell (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-4196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13238839#comment-13238839 ] 

Jason Pell commented on CXF-4196:
---------------------------------

Yep no problems, got a lot of cleaning up to do and part of that is minimising the diff. 
                
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>         Attachments: rt.tar.gz
>
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-4196) Java First Use Schema Imports does not work

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

Jason Pell updated CXF-4196:
----------------------------

    Attachment: CXF-4196-p2.patch

Revised patch to fix issue with namespaces that occur in elements not being included in the streamed xsd.
                
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>         Attachments: CXF-4196-p2.patch
>
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-4196) Java First Use Schema Imports does not work

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

Jason Pell updated CXF-4196:
----------------------------

    Attachment:     (was: rt-28032012.tar.gz)
    
> Java First Use Schema Imports does not work
> -------------------------------------------
>
>                 Key: CXF-4196
>                 URL: https://issues.apache.org/jira/browse/CXF-4196
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Simple Frontend
>    Affects Versions: 2.5.2
>            Reporter: Jason Pell
>              Labels: patch
>
> Currently the WSDLGetUtils does even support having XSD imports instead of inline.
> Even after enabling this in eclipse, there are issues with how ServiceWSDLBuilder actually
> handles java first wsdl generation where xsd imports are concerned.
> I am working on a patch and test cases to contribute

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira