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/04/30 17:58:30 UTC

[jira] Created: (JUDDI-228) SOAP error missing required element 'tModelKey'

SOAP error missing required element 'tModelKey'
-----------------------------------------------

                 Key: JUDDI-228
                 URL: https://issues.apache.org/jira/browse/JUDDI-228
             Project: jUDDI
          Issue Type: Bug
    Affects Versions: 3.0beta
         Environment: any
            Reporter: Kurt T Stam
            Assignee: Kurt T Stam
             Fix For: 3.0beta


In the UDDI_080_SubscriptionTest the Subscription element contains a null tModel, for some reason, during marshalling it creates an empty tModel element, but then the key is null, so it fails.

The interesting things that we use this same XML in the UDDI_070 test, where is passes.

org.apache.cxf.interceptor.Fault: Marshalling Error: cvc-complex-type.2.4.b: The content of element 'tModelBag' is not complete. One of '{"urn:uddi-org:api_v3":tModelKey}' is expected.
[INFO] [talledLocalContainer] 	at org.apache.cxf.jaxb.JAXBEncoderDecoder.marshall(JAXBEncoderDecoder.java:176)
[INFO] [talledLocalContainer] 	at org.apache.cxf.jaxb.io.DataWriterImpl.write(DataWriterImpl.java:166)
[INFO] [talledLocalContainer] 	at org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor.writeParts(AbstractOutDatabindingInterceptor.java:113)
[INFO] [talledLocalContainer] 	at org.apache.cxf.interceptor.BareOutInterceptor.handleMessage(BareOutInterceptor.java:68)
[INFO] [talledLocalContainer] 	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)


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


[jira] Closed: (JUDDI-228) SOAP error missing required element 'tModelKey'

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

Kurt T Stam closed JUDDI-228.
-----------------------------

    Resolution: Fixed

No longer marking the tModelKey as required on tModelBag.

> SOAP error missing required element 'tModelKey'
> -----------------------------------------------
>
>                 Key: JUDDI-228
>                 URL: https://issues.apache.org/jira/browse/JUDDI-228
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 3.0beta
>         Environment: any
>            Reporter: Kurt T Stam
>            Assignee: Kurt T Stam
>             Fix For: 3.0beta
>
>
> In the UDDI_080_SubscriptionTest the Subscription element contains a null tModel, for some reason, during marshalling it creates an empty tModel element, but then the key is null, so it fails.
> The interesting things that we use this same XML in the UDDI_070 test, where is passes.
> org.apache.cxf.interceptor.Fault: Marshalling Error: cvc-complex-type.2.4.b: The content of element 'tModelBag' is not complete. One of '{"urn:uddi-org:api_v3":tModelKey}' is expected.
> [INFO] [talledLocalContainer] 	at org.apache.cxf.jaxb.JAXBEncoderDecoder.marshall(JAXBEncoderDecoder.java:176)
> [INFO] [talledLocalContainer] 	at org.apache.cxf.jaxb.io.DataWriterImpl.write(DataWriterImpl.java:166)
> [INFO] [talledLocalContainer] 	at org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor.writeParts(AbstractOutDatabindingInterceptor.java:113)
> [INFO] [talledLocalContainer] 	at org.apache.cxf.interceptor.BareOutInterceptor.handleMessage(BareOutInterceptor.java:68)
> [INFO] [talledLocalContainer] 	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)

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