Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cosmos-dev] WSA action?


I didn't mean syntax error in the XML being passed through the WSDL interface.  I meant there was an error in the syntax of the CMDBf query, which is also in XML format.  The client sends a CMDBf query to the query service, who parses it against the CMDBf schema.  If there is an error in matching the schema, a TransformerException is thrown and this is returned via the Muse/SOAP interface which is just a black box to me.   The message returned to the client is a generic SoapFault message, so I don't know where the human-readable text in the TransformerException is getting lost.

I have no idea if this is what JT did, or if it was a different problem.  I just knew that the symptoms were identical to the scenario where you submit an incorrect CMDBf query.  Does the fix you just put in for bug 209866 handle the scenario I just described?

David



"Hawkins, Joel" <Joel.Hawkins@xxxxxxxxxxxxx>
Sent by: cosmos-dev-bounces@xxxxxxxxxxx

02/25/2008 04:36 PM

Please respond to
Cosmos Dev <cosmos-dev@xxxxxxxxxxx>

To
"Cosmos Dev" <cosmos-dev@xxxxxxxxxxx>
cc
Subject
RE: [cosmos-dev] WSA action?





Do you have any unit tests for this resource implementation and/or its client that I can look at? This error isn’t caused by any syntax error in the xml – it occurs prior to the soap parameters being unmarshalled. It looks like an improper soap action being specified during invocation. It also sounds like a facility that will dump the actionToCapability table in the resource implementation might be handy for debugging purposes as well.

 


The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it
.


From:
cosmos-dev-bounces@xxxxxxxxxxx [mailto:cosmos-dev-bounces@xxxxxxxxxxx] On Behalf Of David Whiteman
Sent:
Monday, February 25, 2008 12:16 PM
To:
Cosmos Dev
Subject:
Re: [cosmos-dev] WSA action?

 


It's a very ambiguous error message.  It could be a syntax error in the query XML.  Unfortunately specific information regarding the error is lost by the time it gets back to the user.  There is a priority 1 defect for this, set to be addressed in i10: https://bugs.eclipse.org/bugs/show_bug.cgi?id=209866 .   I had created https://bugs.eclipse.org/bugs/show_bug.cgi?id=220010 specifically for this, but it's possibly a duplicate of 209866.


David


"Todd, John A" <John.Todd@xxxxxx>
Sent by: cosmos-dev-bounces@xxxxxxxxxxx

02/25/2008 12:00 PM


Please respond to
Cosmos Dev <cosmos-dev@xxxxxxxxxxx>


To
"Cosmos Dev" <cosmos-dev@xxxxxxxxxxx>
cc
 
Subject
[cosmos-dev] WSA action?

 


   




I’m trying to submit a query to the SML MDR using the COSMOS UI, and this is what I get.

 
Any ideas as to what it might mean.

 
_______________________________________________
cosmos-dev mailing list
cosmos-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cosmos-dev

_______________________________________________
cosmos-dev mailing list
cosmos-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cosmos-dev


Back to the top