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:54:30 UTC

[jira] Created: (JUDDI-227) SOAP error missing required element 'coveragePeriod'

SOAP error missing required element 'coveragePeriod'
----------------------------------------------------

                 Key: JUDDI-227
                 URL: https://issues.apache.org/jira/browse/JUDDI-227
             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 unittest UDDI_080_SubscriptionTest the samSyndicator test fails with:

[INFO] [talledLocalContainer] Apr 30, 2009 11:42:49 AM org.apache.cxf.phase.PhaseInterceptorChain doIntercept
[INFO] [talledLocalContainer] INFO: Interceptor has thrown exception, unwinding now
[INFO] [talledLocalContainer] org.apache.cxf.interceptor.Fault: Marshalling Error: cvc-complex-type.2.4.a: Invalid content was found starting with element 'businessDetail'. One of '{"urn:uddi-org:sub_v3":chunkToken, "urn:uddi-org:sub_v3":coveragePeriod}' 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)


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


[jira] Updated: (JUDDI-227) SOAP error missing required element 'coveragePeriod'

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

Kurt T Stam updated JUDDI-227:
------------------------------

    Description: 
In the unittest UDDI_080_SubscriptionTest the samSyndicator test fails with:

[INFO] [talledLocalContainer] Apr 30, 2009 11:42:49 AM org.apache.cxf.phase.PhaseInterceptorChain doIntercept
[INFO] [talledLocalContainer] INFO: Interceptor has thrown exception, unwinding now
[INFO] [talledLocalContainer] org.apache.cxf.interceptor.Fault: Marshalling Error: cvc-complex-type.2.4.a: Invalid content was found starting with element 'businessDetail'. One of '{"urn:uddi-org:sub_v3":chunkToken, "urn:uddi-org:sub_v3":coveragePeriod}' 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)


  was:
In the unittest UDDI_080_SubscriptionTest the samSyndicator test fails with:

[INFO] [talledLocalContainer] Apr 30, 2009 11:42:49 AM org.apache.cxf.phase.PhaseInterceptorChain doIntercept
[INFO] [talledLocalContainer] INFO: Interceptor has thrown exception, unwinding now
[INFO] [talledLocalContainer] org.apache.cxf.interceptor.Fault: Marshalling Error: cvc-complex-type.2.4.a: Invalid content was found starting with element 'businessDetail'. One of '{"urn:uddi-org:sub_v3":chunkToken, "urn:uddi-org:sub_v3":coveragePeriod}' 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)

......


Caused by: SQL Exception: A truncation error was encountered trying to shrink CLOB '<?xml version="1.0" encoding="UTF-8" standalone="yes"?><subs&' to length 2048.
[INFO] [talledLocalContainer] 	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
[INFO] [talledLocalContainer] 	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
[INFO] [talledLocalContainer] 	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
[INFO] [talledLocalContainer] 	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)



> SOAP error missing required element 'coveragePeriod'
> ----------------------------------------------------
>
>                 Key: JUDDI-227
>                 URL: https://issues.apache.org/jira/browse/JUDDI-227
>             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 unittest UDDI_080_SubscriptionTest the samSyndicator test fails with:
> [INFO] [talledLocalContainer] Apr 30, 2009 11:42:49 AM org.apache.cxf.phase.PhaseInterceptorChain doIntercept
> [INFO] [talledLocalContainer] INFO: Interceptor has thrown exception, unwinding now
> [INFO] [talledLocalContainer] org.apache.cxf.interceptor.Fault: Marshalling Error: cvc-complex-type.2.4.a: Invalid content was found starting with element 'businessDetail'. One of '{"urn:uddi-org:sub_v3":chunkToken, "urn:uddi-org:sub_v3":coveragePeriod}' 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)

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


[jira] Closed: (JUDDI-227) SOAP error missing required element 'coveragePeriod'

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

Kurt T Stam closed JUDDI-227.
-----------------------------

    Resolution: Fixed

Adding this and the entire Subscription in the reply - as required by spec and the wsdl.

> SOAP error missing required element 'coveragePeriod'
> ----------------------------------------------------
>
>                 Key: JUDDI-227
>                 URL: https://issues.apache.org/jira/browse/JUDDI-227
>             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 unittest UDDI_080_SubscriptionTest the samSyndicator test fails with:
> [INFO] [talledLocalContainer] Apr 30, 2009 11:42:49 AM org.apache.cxf.phase.PhaseInterceptorChain doIntercept
> [INFO] [talledLocalContainer] INFO: Interceptor has thrown exception, unwinding now
> [INFO] [talledLocalContainer] org.apache.cxf.interceptor.Fault: Marshalling Error: cvc-complex-type.2.4.a: Invalid content was found starting with element 'businessDetail'. One of '{"urn:uddi-org:sub_v3":chunkToken, "urn:uddi-org:sub_v3":coveragePeriod}' 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)

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


[jira] Updated: (JUDDI-227) SOAP error missing required element 'coveragePeriod'

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

Kurt T Stam updated JUDDI-227:
------------------------------

    Description: 
In the unittest UDDI_080_SubscriptionTest the samSyndicator test fails with:

[INFO] [talledLocalContainer] Apr 30, 2009 11:42:49 AM org.apache.cxf.phase.PhaseInterceptorChain doIntercept
[INFO] [talledLocalContainer] INFO: Interceptor has thrown exception, unwinding now
[INFO] [talledLocalContainer] org.apache.cxf.interceptor.Fault: Marshalling Error: cvc-complex-type.2.4.a: Invalid content was found starting with element 'businessDetail'. One of '{"urn:uddi-org:sub_v3":chunkToken, "urn:uddi-org:sub_v3":coveragePeriod}' 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)

......


Caused by: SQL Exception: A truncation error was encountered trying to shrink CLOB '<?xml version="1.0" encoding="UTF-8" standalone="yes"?><subs&' to length 2048.
[INFO] [talledLocalContainer] 	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
[INFO] [talledLocalContainer] 	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
[INFO] [talledLocalContainer] 	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
[INFO] [talledLocalContainer] 	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)


  was:
In the unittest UDDI_080_SubscriptionTest the samSyndicator test fails with:

[INFO] [talledLocalContainer] Apr 30, 2009 11:42:49 AM org.apache.cxf.phase.PhaseInterceptorChain doIntercept
[INFO] [talledLocalContainer] INFO: Interceptor has thrown exception, unwinding now
[INFO] [talledLocalContainer] org.apache.cxf.interceptor.Fault: Marshalling Error: cvc-complex-type.2.4.a: Invalid content was found starting with element 'businessDetail'. One of '{"urn:uddi-org:sub_v3":chunkToken, "urn:uddi-org:sub_v3":coveragePeriod}' 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)



> SOAP error missing required element 'coveragePeriod'
> ----------------------------------------------------
>
>                 Key: JUDDI-227
>                 URL: https://issues.apache.org/jira/browse/JUDDI-227
>             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 unittest UDDI_080_SubscriptionTest the samSyndicator test fails with:
> [INFO] [talledLocalContainer] Apr 30, 2009 11:42:49 AM org.apache.cxf.phase.PhaseInterceptorChain doIntercept
> [INFO] [talledLocalContainer] INFO: Interceptor has thrown exception, unwinding now
> [INFO] [talledLocalContainer] org.apache.cxf.interceptor.Fault: Marshalling Error: cvc-complex-type.2.4.a: Invalid content was found starting with element 'businessDetail'. One of '{"urn:uddi-org:sub_v3":chunkToken, "urn:uddi-org:sub_v3":coveragePeriod}' 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)
> ......
> Caused by: SQL Exception: A truncation error was encountered trying to shrink CLOB '<?xml version="1.0" encoding="UTF-8" standalone="yes"?><subs&' to length 2048.
> [INFO] [talledLocalContainer] 	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
> [INFO] [talledLocalContainer] 	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
> [INFO] [talledLocalContainer] 	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
> [INFO] [talledLocalContainer] 	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)

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