以文本方式查看主题

-  W3CHINA.ORG讨论区 - 语义网·描述逻辑·本体·RDF·OWL  (http://bbs.xml.org.cn/index.asp)
--  『 Web Services & Semantic Web Services 』  (http://bbs.xml.org.cn/list.asp?boardid=10)
----  请教:OWL-S/UDDI Matchmaker问题  (http://bbs.xml.org.cn/dispbbs.asp?boardid=10&rootid=&id=44076)


--  作者:happy++
--  发布时间:3/19/2007 9:52:00 AM

--  请教:OWL-S/UDDI Matchmaker问题
请教:OWL-S/UDDI Matchmaker问题

服务端已经配置好,运行Matchmaker Client的测试代码出现下面的异常,有人遇到过吗?Matchmaker既找不到什么详细一点的文档,也没有源代码,郁闷阿。。。

Response body:
<Fault><faultcode/><faultstring/><faultactor>Server</faultactor></Fault>
EDU.cmu.Atlas.matchmaker.client.OWLSMatchmakerClientException
 at EDU.cmu.Atlas.matchmaker.client.OWLSMatchmakerClient.register(OWLSMatchmakerClient.java:182)
 at EDU.cmu.Atlas.matchmaker.client.OWLSMatchmakerClient.register(OWLSMatchmakerClient.java:159)
 at EDU.cmu.Atlas.matchmaker.client.OWLSMatchmakerClient.register(OWLSMatchmakerClient.java:138)
 at edu.bupt.UDDIClient.TestOWLSMatchmakerClient.register(TestOWLSMatchmakerClient.java:60)
 at edu.bupt.UDDIClient.TestOWLSMatchmakerClient.testOWLSMatchmakerClient(TestOWLSMatchmakerClient.java:39)null

 at edu.bupt.UDDIClient.TestOWLSMatchmakerClient.main(TestOWLSMatchmakerClient.java:179)


--  作者:happy++
--  发布时间:3/20/2007 7:17:00 PM

--  
没人做语义的UDDI吗
--  作者:timothy
--  发布时间:3/21/2007 5:08:00 PM

--  
我想做!!!!
     我的QQ:8138245,请联系我,向你请教!!!
--  作者:hehengw
--  发布时间:5/22/2007 9:10:00 PM

--  
我也做,联系我!
--  作者:xud
--  发布时间:5/22/2007 11:56:00 PM

--  
我也正在做,也很郁闷。。。同时天涯沦落人啊。
我的错误是:
run-tests:
    [junit] Running EDU.cmu.Atlas.matchmaker.client.TestCapabilitySearch
    [junit] Testsuite: EDU.cmu.Atlas.matchmaker.client.TestCapabilitySearch
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.016 sec
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.016 sec
    [junit]
    [junit] Testcase: initializationError0 took 0.016 sec
    [junit]     Caused an ERROR
    [junit] java.lang.Class.asSubclass(Ljava/lang/Class;)Ljava/lang/Class;
    [junit] java.lang.NoSuchMethodError: java.lang.Class.asSubclass(Ljava/lang/C
lass;)Ljava/lang/Class;
    [junit]     at java.lang.reflect.Constructor.newInstance(Constructor.java:41
5)
    [junit]     at java.lang.reflect.Constructor.newInstance(Constructor.java:41
5)
    [junit]

BUILD FAILED
C:\mmclient\build.xml:81: Test EDU.cmu.Atlas.matchmaker.client.TestCapabilitySea
rch failed

你的owl-s/uddi matchmaker的测试代码通过了吗?


--  作者:timothy
--  发布时间:5/23/2007 9:13:00 PM

--  
你的client安装怎么这个测试都不能通过!
是不是你的版本有问题啊!
另外要注意,网络必须是通的!

--  作者:hehengw
--  发布时间:5/27/2007 6:22:00 PM

--  
问题相同
--  作者:hehengw
--  发布时间:5/27/2007 6:24:00 PM

--  
联系我348651656
--  作者:jlyh930
--  发布时间:7/15/2007 12:05:00 PM

--  
请问这个客户端怎么安装配置啊,我装好了服务端,但是客户端还是没有弄好
--  作者:cacaony_ada
--  发布时间:8/18/2007 11:47:00 AM

--  
我遇到的问题是 “MatchmakerResult 无法解析为类型”
出现在
assertEquals(((MatchmakerResult) mrl.get(0)).getOwlsProfile(),
      "http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#BravoAirProfile");
     assertEquals(((MatchmakerResult) mrl.get(0)).getScore(), "36.0")
这些代码中

调试显示的信息是:
log4j:ERROR Attempted to append to closed appender named [stderr].
0 WARN  RDFDefaultErrorHandler  - file:///E:/workspace/matchmaker/(line 1 column 22): {W129} Encoding on InputStreamReader or FileReader does not match that of XML document. Use FileInputStream. [GBK != UTF]
log4j:ERROR Attempted to append to closed appender named [stderr].
841 WARN  RDFDefaultErrorHandler  - http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirConcept.owl(line 14 column 24): {W102} unqualified use of rdf:about is deprecated.
log4j:ERROR Attempted to append to closed appender named [stderr].
9944 WARN  RDFDefaultErrorHandler  - http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirService.owl(line 23 column 28): {W102} unqualified use of rdf:about is deprecated.
log4j:ERROR Attempted to append to closed appender named [stderr].
11507 WARN  RDFDefaultErrorHandler  - http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirGrounding.owl(line 27 column 28): {W102} unqualified use of rdf:about is deprecated.
log4j:ERROR Attempted to append to closed appender named [stderr].
16293 WARN  RDFDefaultErrorHandler  - http://www.daml.ri.cmu.edu/owls/xslt/BravoAirConcept.owl(line 18 column 24): {W102} unqualified use of rdf:about is deprecated.
16794 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#BravoAirProfile does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Profile.owl#has_process
17125 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProcess.owl#InboundDate does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17135 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProcess.owl#DepartureAirport does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17135 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProcess.owl#OutboundDate does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17135 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProcess.owl#ArrivalAirport does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17145 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProcess.owl#RoundTrip does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17145 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProcess.owl#ItineraryOut does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17165 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProcess.owl#UserName does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17165 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProcess.owl#Password does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17165 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProcess.owl#AuthkeyOut does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17175 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProcess.owl#AuthkeyIn does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17175 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProcess.owl#ItineraryIn does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17205 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProcess.owl#ETicket does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17265 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProcess.owl#ResultExpDate does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17265 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProcess.owl#EncodedKey does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17325 INFO  WsdlMessageMapImpl  - owls parameter already present
17325 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationURI
17325 INFO  WsdlMessageMapImpl  - owls parameter already present
17325 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationURI
17325 INFO  WsdlMessageMapImpl  - wsdl message part already present
17335 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationURI
17345 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirGrounding.owl#ConfirmFlightProcess_Grounding does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#wsdlVersion
17355 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationString
17355 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationURI
17355 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationString
17355 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationURI
17355 INFO  WsdlMessageMapImpl  - wsdl message part already present
17365 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationURI
17365 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirGrounding.owl#LoginProcess_Grounding does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#wsdlVersion
17365 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationString
17365 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationURI
17365 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationString
17365 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationURI
17365 INFO  WsdlMessageMapImpl  - owls parameter already present
17375 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationURI
17375 INFO  WsdlMessageMapImpl  - owls parameter already present
17375 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationURI
17375 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationString
17375 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationURI
17375 INFO  WsdlMessageMapImpl  - wsdl message part already present
17375 DEBUG OWLUtil  - instance= null does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#xsltTransformationURI
17375 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirGrounding.owl#GetFlightProcess_Grounding does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Grounding.owl#wsdlVersion
17525 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#ArrivalAirport does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17525 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#Password does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17525 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#UserName does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17525 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#ItineraryIn does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17525 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#RoundTrip does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17535 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#OutboundDate does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17535 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#DepartureAirport does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17545 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#InboundDate does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17545 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#ItineraryOut does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
17545 DEBUG OWLUtil  - instance= http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#ETicket does not have propertyURI= http://www.daml.org/services/owl-s/1.1/Process.owl#parameterValue
TransportFactory: Using transport name:org.uddi4j.transport.ApacheSOAPTransport

Request body:
<get_authToken cred="password" generic="2.0" userID="juddi" xmlns="urn:uddi-org:api_v2"/>

Response body:
<authToken generic="2.0" operator="jUDDI.org" xmlns="urn:uddi-org:api_v2"><authInfo>authToken:0C47DB70-4D3A-11DC-A9C7-A68BBE607ECC</authInfo></authToken>

Request body:
<save_business generic="2.0" xmlns="urn:uddi-org:api_v2"><authInfo>authToken:0C47DB70-4D3A-11DC-A9C7-A68BBE607ECC</authInfo><businessEntity businessKey=""><name/><contacts><contact useType="n"><personName>n</personName><phone>n</phone><email>n</email><address><addressLine>n</addressLine></address></contact></contacts><businessServices><businessService serviceKey=""><name>Add Service Name</name><description>Add text Description</description><categoryBag><keyedReference keyName="" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#BravoAirProfile" tModelKey="UUID:74194360-DA9E-41D7-A0CA-020629DC0A33"/><keyedReference keyName="" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl" tModelKey="UUID:4614C240-B483-66D7-8BE8-000629DC0A66"/><keyedReference keyName="" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl" tModelKey="UUID:53S4C24R-Q483-Q6RR-8QEB-0Q0629QC0A64"/><keyedReference keyName="" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirConcept.owl#AirReservationService" tModelKey="UUID:43S4CB4R-J483-Y6RR-8QEB-0Q0679QC0AT9"/><keyedReference keyName="" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirConcept.owl#AirTicket" tModelKey="UUID:93R4CT4E-Q4G3-N6RR-82EB-2I0629QC0A67"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#ArrivalAirport" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirConcept.owl#Airport" tModelKey="UUID:63194360-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#Password" keyValue="http://www.w3.org/2001/XMLSchema#string" tModelKey="UUID:63194360-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#UserName" keyValue="http://www.w3.org/2001/XMLSchema#string" tModelKey="UUID:63194360-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#ItineraryIn" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirConcept.owl#Itinerary" tModelKey="UUID:63194360-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#RoundTrip" keyValue="http://www.w3.org/2001/XMLSchema#boolean" tModelKey="UUID:63194360-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#OutboundDate" keyValue="http://www.w3.org/2001/XMLSchema#dateTime" tModelKey="UUID:63194360-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#DepartureAirport" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirConcept.owl#Airport" tModelKey="UUID:63194360-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#InboundDate" keyValue="http://www.w3.org/2001/XMLSchema#dateTime" tModelKey="UUID:63194360-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#ItineraryOut" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirConcept.owl#Itinerary" tModelKey="UUID:6E926D70-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#ETicket" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirConcept.owl#ETicket" tModelKey="UUID:6E926D70-DA5E-11D7-A0CA-000629DC0A53"/></categoryBag></businessService></businessServices></businessEntity></save_business>

Response body:
<businessDetail generic="2.0" operator="jUDDI.org" xmlns="urn:uddi-org:api_v2"><businessEntity authorizedName="juddi user" businessKey="0C899F60-4D3A-11DC-A9C7-AEE379639D1E" operator="jUDDI.org"><discoveryURLs><discoveryURL useType="businessEntity">http://localhost:8080/juddi/discovery?businessKey=0C899F60-4D3A-11DC-A9C7-AEE379639D1E</discoveryURL></discoveryURLs><name/><contacts><contact useType="n"><personName>n</personName><phone>n</phone><email>n</email><address><addressLine>n</addressLine></address></contact></contacts><businessServices><businessService businessKey="0C899F60-4D3A-11DC-A9C7-AEE379639D1E" serviceKey="0CB14BA0-4D3A-11DC-A9C7-8C6BBB132323"><name>Add Service Name</name><description>Add text Description</description><categoryBag><keyedReference keyName="" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#BravoAirProfile" tModelKey="UUID:74194360-DA9E-41D7-A0CA-020629DC0A33"/><keyedReference keyName="" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl" tModelKey="UUID:4614C240-B483-66D7-8BE8-000629DC0A66"/><keyedReference keyName="" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl" tModelKey="UUID:53S4C24R-Q483-Q6RR-8QEB-0Q0629QC0A64"/><keyedReference keyName="" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirConcept.owl#AirReservationService" tModelKey="UUID:43S4CB4R-J483-Y6RR-8QEB-0Q0679QC0AT9"/><keyedReference keyName="" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirConcept.owl#AirTicket" tModelKey="UUID:93R4CT4E-Q4G3-N6RR-82EB-2I0629QC0A67"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#ArrivalAirport" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirConcept.owl#Airport" tModelKey="UUID:63194360-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#Password" keyValue="http://www.w3.org/2001/XMLSchema#string" tModelKey="UUID:63194360-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#UserName" keyValue="http://www.w3.org/2001/XMLSchema#string" tModelKey="UUID:63194360-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#ItineraryIn" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirConcept.owl#Itinerary" tModelKey="UUID:63194360-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#RoundTrip" keyValue="http://www.w3.org/2001/XMLSchema#boolean" tModelKey="UUID:63194360-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#OutboundDate" keyValue="http://www.w3.org/2001/XMLSchema#dateTime" tModelKey="UUID:63194360-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#DepartureAirport" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirConcept.owl#Airport" tModelKey="UUID:63194360-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#InboundDate" keyValue="http://www.w3.org/2001/XMLSchema#dateTime" tModelKey="UUID:63194360-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#ItineraryOut" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirConcept.owl#Itinerary" tModelKey="UUID:6E926D70-DA5E-11D7-A0CA-000629DC0A53"/><keyedReference keyName="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirProfile.owl#ETicket" keyValue="http://www.daml.ri.cmu.edu/iswcdemo/navn/BravoAirConcept.owl#ETicket" tModelKey="UUID:6E926D70-DA5E-11D7-A0CA-000629DC0A53"/></categoryBag></businessService></businessServices></businessEntity></businessDetail>


--  作者:liukun19851007
--  发布时间:5/23/2008 2:14:00 PM

--  
以下是引用xud在2007-5-22 23:56:00的发言:
我也正在做,也很郁闷。。。同时天涯沦落人啊。
我的错误是:
run-tests:
     [junit] Running EDU.cmu.Atlas.matchmaker.client.TestCapabilitySearch
     [junit] Testsuite: EDU.cmu.Atlas.matchmaker.client.TestCapabilitySearch
     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.016 sec
     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.016 sec
     [junit]
     [junit] Testcase: initializationError0 took 0.016 sec
     [junit]     Caused an ERROR
     [junit] java.lang.Class.asSubclass(Ljava/lang/Class;)Ljava/lang/Class;
     [junit] java.lang.NoSuchMethodError: java.lang.Class.asSubclass(Ljava/lang/C
lass;)Ljava/lang/Class;
     [junit]     at java.lang.reflect.Constructor.newInstance(Constructor.java:41
5)
     [junit]     at java.lang.reflect.Constructor.newInstance(Constructor.java:41
5)
     [junit]

BUILD FAILED
C:\mmclient\build.xml:81: Test EDU.cmu.Atlas.matchmaker.client.TestCapabilitySea
rch failed

你的owl-s/uddi matchmaker的测试代码通过了吗?



请问xud,你的这个错误解决了吗?我也遇到了这个错误!


--  作者:futantan
--  发布时间:5/26/2008 9:58:00 AM

--  
我做语义Web服务注册,我的QQ:285477794.希望和大家交流
--  作者:zr_84
--  发布时间:5/30/2008 11:43:00 AM

--  
水真深
--  作者:futantan
--  发布时间:6/23/2008 3:56:00 PM

--  
我的QQ:285477794
初学者请教!
--  作者:Veteren
--  发布时间:7/15/2008 3:11:00 PM

--  
楼主,关于matchmaker,可以加qq讨论嘛? 12957700
我的服务器和客户端都配好了,测试也成功了,可是我不知道,该怎么用呢!?
它还提供了一个user interface,你用过了没?
使用它怎么都不能和matchmaker相连接,我也不知道是那里出问题,希望可以得到大家的帮助!
--  作者:Veteren
--  发布时间:7/15/2008 3:12:00 PM

--  
楼主,关于matchmaker,可以加qq讨论嘛? 12957700
我的服务器和客户端都配好了,测试也成功了,可是我不知道,该怎么用呢!?
它还提供了一个user interface,你用过了没?
使用它怎么都不能和matchmaker相连接,我也不知道是那里出问题,希望可以得到大家的帮助!
--  作者:虞美人草11
--  发布时间:8/20/2009 2:40:00 PM

--  
我也遇见了同样的问题,请问你们的解决了吗?希望大家能多多指教!QQ:125300027
W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
125.000ms