You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Kurt T Stam (JIRA)" <ju...@ws.apache.org> on 2009/06/30 19:46:47 UTC

[jira] Created: (JUDDI-255) org.uddi.api_v3.DispositionReport" as an element because it is missing an @XmlRootElement annotation

org.uddi.api_v3.DispositionReport" as an element because it is missing an @XmlRootElement annotation
----------------------------------------------------------------------------------------------------

                 Key: JUDDI-255
                 URL: https://issues.apache.org/jira/browse/JUDDI-255
             Project: jUDDI
          Issue Type: Bug
          Components: core
            Reporter: Kurt T Stam
            Assignee: Kurt T Stam
             Fix For: 3.1


If an error occurs and a Disposition is sent back; this fails b/c of:

13:44:21,253 WARN  [WebFaultOutInterceptor] Exception occurred while writing fault.
org.apache.cxf.interceptor.Fault: Marshalling Error: unable to marshal type "org.uddi.api_v3.DispositionReport" as an element because it is missing an @XmlRootElement annotation
	at org.apache.cxf.jaxb.JAXBEncoderDecoder.marshall(JAXBEncoderDecoder.java:159)
	at org.apache.cxf.jaxb.io.DataWriterImpl.write(DataWriterImpl.java:169)
	at org.apache.cxf.jaxws.interceptors.WebFaultOutInterceptor.handleMessage(WebFaultOutInterceptor.java:112)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:236)
	at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.


We should have a test under uddi-client that tests sending a Disposition report.

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


[jira] Closed: (JUDDI-255) org.uddi.api_v3.DispositionReport" as an element because it is missing an @XmlRootElement annotation

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham closed JUDDI-255.
--------------------------------


> org.uddi.api_v3.DispositionReport" as an element because it is missing an @XmlRootElement annotation
> ----------------------------------------------------------------------------------------------------
>
>                 Key: JUDDI-255
>                 URL: https://issues.apache.org/jira/browse/JUDDI-255
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>            Reporter: Kurt T Stam
>            Assignee: Tom Cunningham
>             Fix For: 3.0
>
>
> If an error occurs and a Disposition is sent back; this fails b/c of:
> 13:44:21,253 WARN  [WebFaultOutInterceptor] Exception occurred while writing fault.
> org.apache.cxf.interceptor.Fault: Marshalling Error: unable to marshal type "org.uddi.api_v3.DispositionReport" as an element because it is missing an @XmlRootElement annotation
> 	at org.apache.cxf.jaxb.JAXBEncoderDecoder.marshall(JAXBEncoderDecoder.java:159)
> 	at org.apache.cxf.jaxb.io.DataWriterImpl.write(DataWriterImpl.java:169)
> 	at org.apache.cxf.jaxws.interceptors.WebFaultOutInterceptor.handleMessage(WebFaultOutInterceptor.java:112)
> 	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:236)
> 	at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.
> We should have a test under uddi-client that tests sending a Disposition report.

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


[jira] Resolved: (JUDDI-255) org.uddi.api_v3.DispositionReport" as an element because it is missing an @XmlRootElement annotation

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham resolved JUDDI-255.
----------------------------------

    Resolution: Fixed

Add XmlRootElement to DispositionReport class.

> org.uddi.api_v3.DispositionReport" as an element because it is missing an @XmlRootElement annotation
> ----------------------------------------------------------------------------------------------------
>
>                 Key: JUDDI-255
>                 URL: https://issues.apache.org/jira/browse/JUDDI-255
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>            Reporter: Kurt T Stam
>            Assignee: Tom Cunningham
>             Fix For: 3.0
>
>
> If an error occurs and a Disposition is sent back; this fails b/c of:
> 13:44:21,253 WARN  [WebFaultOutInterceptor] Exception occurred while writing fault.
> org.apache.cxf.interceptor.Fault: Marshalling Error: unable to marshal type "org.uddi.api_v3.DispositionReport" as an element because it is missing an @XmlRootElement annotation
> 	at org.apache.cxf.jaxb.JAXBEncoderDecoder.marshall(JAXBEncoderDecoder.java:159)
> 	at org.apache.cxf.jaxb.io.DataWriterImpl.write(DataWriterImpl.java:169)
> 	at org.apache.cxf.jaxws.interceptors.WebFaultOutInterceptor.handleMessage(WebFaultOutInterceptor.java:112)
> 	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:236)
> 	at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.
> We should have a test under uddi-client that tests sending a Disposition report.

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


[jira] Updated: (JUDDI-255) org.uddi.api_v3.DispositionReport" as an element because it is missing an @XmlRootElement annotation

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam updated JUDDI-255:
------------------------------

    Fix Version/s:     (was: 3.1)
                   3.0

> org.uddi.api_v3.DispositionReport" as an element because it is missing an @XmlRootElement annotation
> ----------------------------------------------------------------------------------------------------
>
>                 Key: JUDDI-255
>                 URL: https://issues.apache.org/jira/browse/JUDDI-255
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>            Reporter: Kurt T Stam
>            Assignee: Kurt T Stam
>             Fix For: 3.0
>
>
> If an error occurs and a Disposition is sent back; this fails b/c of:
> 13:44:21,253 WARN  [WebFaultOutInterceptor] Exception occurred while writing fault.
> org.apache.cxf.interceptor.Fault: Marshalling Error: unable to marshal type "org.uddi.api_v3.DispositionReport" as an element because it is missing an @XmlRootElement annotation
> 	at org.apache.cxf.jaxb.JAXBEncoderDecoder.marshall(JAXBEncoderDecoder.java:159)
> 	at org.apache.cxf.jaxb.io.DataWriterImpl.write(DataWriterImpl.java:169)
> 	at org.apache.cxf.jaxws.interceptors.WebFaultOutInterceptor.handleMessage(WebFaultOutInterceptor.java:112)
> 	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:236)
> 	at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.
> We should have a test under uddi-client that tests sending a Disposition report.

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


[jira] Assigned: (JUDDI-255) org.uddi.api_v3.DispositionReport" as an element because it is missing an @XmlRootElement annotation

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam reassigned JUDDI-255:
---------------------------------

    Assignee: Tom Cunningham  (was: Kurt T Stam)

> org.uddi.api_v3.DispositionReport" as an element because it is missing an @XmlRootElement annotation
> ----------------------------------------------------------------------------------------------------
>
>                 Key: JUDDI-255
>                 URL: https://issues.apache.org/jira/browse/JUDDI-255
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>            Reporter: Kurt T Stam
>            Assignee: Tom Cunningham
>             Fix For: 3.0
>
>
> If an error occurs and a Disposition is sent back; this fails b/c of:
> 13:44:21,253 WARN  [WebFaultOutInterceptor] Exception occurred while writing fault.
> org.apache.cxf.interceptor.Fault: Marshalling Error: unable to marshal type "org.uddi.api_v3.DispositionReport" as an element because it is missing an @XmlRootElement annotation
> 	at org.apache.cxf.jaxb.JAXBEncoderDecoder.marshall(JAXBEncoderDecoder.java:159)
> 	at org.apache.cxf.jaxb.io.DataWriterImpl.write(DataWriterImpl.java:169)
> 	at org.apache.cxf.jaxws.interceptors.WebFaultOutInterceptor.handleMessage(WebFaultOutInterceptor.java:112)
> 	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:236)
> 	at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.
> We should have a test under uddi-client that tests sending a Disposition report.

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