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/12/21 14:27:43 UTC

[jira] Created: (CXF-1326) JAXB data binding doesn't create xml schema for enumeration

JAXB data binding doesn't create xml schema for enumeration
-----------------------------------------------------------

                 Key: CXF-1326
                 URL: https://issues.apache.org/jira/browse/CXF-1326
             Project: CXF
          Issue Type: Bug
          Components: Resources
    Affects Versions: 2.1
            Reporter: Benson Margulies
            Assignee: Daniel Kulp


I'm probably gloriously confused here.

I have a bean with a public element of an enum type. The wsdl we generate has the enum type.

The service model, at runtime, somehow lacks it (encountered in the Javascript generator).

I'm very foggy on where this is all supposed to happen.

Dan, please feel free to throw back to me with a few remarks about what I'm missing.


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


[jira] Commented: (CXF-1326) JAXB data binding doesn't create xml schema for enumeration

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

Benson Margulies commented on CXF-1326:
---------------------------------------

Aha! I see. The problem is that the element has the wrong type qname. It is looking for the enum in the namespace of the referring bean, not in that of the enum. I'll assign back to me and fix in RFSB.

> JAXB data binding doesn't create xml schema for enumeration
> -----------------------------------------------------------
>
>                 Key: CXF-1326
>                 URL: https://issues.apache.org/jira/browse/CXF-1326
>             Project: CXF
>          Issue Type: Bug
>          Components: Resources
>    Affects Versions: 2.1
>            Reporter: Benson Margulies
>            Assignee: Daniel Kulp
>
> I'm probably gloriously confused here.
> I have a bean with a public element of an enum type. The wsdl we generate has the enum type.
> The service model, at runtime, somehow lacks it (encountered in the Javascript generator).
> I'm very foggy on where this is all supposed to happen.
> Dan, please feel free to throw back to me with a few remarks about what I'm missing.

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


[jira] Updated: (CXF-1326) JAXB mishandles schema cross-references with annotations and package-info.java

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

Benson Margulies updated CXF-1326:
----------------------------------

    Description: This JIRA is a placeholder. We presumably won't work around the JAXB defect, but if someone reports it, this might save us some work.  (was: I'm probably gloriously confused here.

I have a bean with a public element of an enum type. The wsdl we generate has the enum type.

The service model, at runtime, somehow lacks it (encountered in the Javascript generator).

I'm very foggy on where this is all supposed to happen.

Dan, please feel free to throw back to me with a few remarks about what I'm missing.
)
        Summary: JAXB mishandles schema cross-references with annotations and package-info.java  (was: JAXB data binding doesn't create xml schema for enumeration)

> JAXB mishandles schema cross-references with annotations and package-info.java
> ------------------------------------------------------------------------------
>
>                 Key: CXF-1326
>                 URL: https://issues.apache.org/jira/browse/CXF-1326
>             Project: CXF
>          Issue Type: Bug
>          Components: Resources
>    Affects Versions: 2.1
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>
> This JIRA is a placeholder. We presumably won't work around the JAXB defect, but if someone reports it, this might save us some work.

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


[jira] Assigned: (CXF-1326) JAXB data binding doesn't create xml schema for enumeration

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

Benson Margulies reassigned CXF-1326:
-------------------------------------

    Assignee: Benson Margulies  (was: Daniel Kulp)

> JAXB data binding doesn't create xml schema for enumeration
> -----------------------------------------------------------
>
>                 Key: CXF-1326
>                 URL: https://issues.apache.org/jira/browse/CXF-1326
>             Project: CXF
>          Issue Type: Bug
>          Components: Resources
>    Affects Versions: 2.1
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>
> I'm probably gloriously confused here.
> I have a bean with a public element of an enum type. The wsdl we generate has the enum type.
> The service model, at runtime, somehow lacks it (encountered in the Javascript generator).
> I'm very foggy on where this is all supposed to happen.
> Dan, please feel free to throw back to me with a few remarks about what I'm missing.

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


[jira] Commented: (CXF-1326) JAXB data binding doesn't create xml schema for enumeration

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

Benson Margulies commented on CXF-1326:
---------------------------------------

I hit a JAXB defect. https://jaxb.dev.java.net/issues/show_bug.cgi?id=461.



> JAXB data binding doesn't create xml schema for enumeration
> -----------------------------------------------------------
>
>                 Key: CXF-1326
>                 URL: https://issues.apache.org/jira/browse/CXF-1326
>             Project: CXF
>          Issue Type: Bug
>          Components: Resources
>    Affects Versions: 2.1
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>
> I'm probably gloriously confused here.
> I have a bean with a public element of an enum type. The wsdl we generate has the enum type.
> The service model, at runtime, somehow lacks it (encountered in the Javascript generator).
> I'm very foggy on where this is all supposed to happen.
> Dan, please feel free to throw back to me with a few remarks about what I'm missing.

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