See 
<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/359/changes>

Changes:

[rwesten] STANBOL-299: Added around 30 Integration Tests for the /find and 
/query interfaces of the Entityhub. In addition this includes some bug fixes 
and clarifications about how Query Responses have to look like. Especially the 
Query as returned by the result list now always corresponds to the query as 
executed and not the query as parsed to the entityhub.

Entityhub:
 * The Query and FieldQuery interfaces now include the clone() method.
 * The Implementations of the SiteManager now uses the Query as processed by 
the first ReferencedSite contributing a result as Query to be included in the 
ResultSet. NOTE that there might be the possibility that different Sites will 
execute different variants of an query.
 * Corrected a bug in the getShorName(..) method of the NamespaceEnum
 * Added support for Integration Tests to the entityhub.test module
 * Added support for Testing /find and /query requests to the entityhub.test 
module
 * Several small fixes and improvements to the FieldQuery <-> JSON converters


SolrYard: 

 * The SolrYard now uses xsd:int instead of xsd:integer for java.lang.Integer 
values. This does not have any influence on how data are stored it only changes 
the xsd:datatype reported for values stored as Integer.
 * The SolrYard now reports the query as executed when creating QueryResultLists

Integration Tests

 * Added Tests for the /find and /query interfaces of the Entityhub based on 
the dbpedia default dataset.
 * Together with the dataset agnostic tests defined by the entityhub.test 
module there are now about 30 tests for the Query functionality of the 
Entityhub.

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Stanbol Entityhub - Test Framework
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting 
<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/ws/target>
[INFO] snapshot 
org.apache.stanbol:org.apache.stanbol.entityhub.servicesapi:0.9.0-incubating-SNAPSHOT:
 checking for updates from apache
[INFO] snapshot 
org.apache.stanbol:org.apache.stanbol.entityhub.servicesapi:0.9.0-incubating-SNAPSHOT:
 checking for updates from java.net
[INFO] snapshot 
org.apache.stanbol:org.apache.stanbol.entityhub.servicesapi:0.9.0-incubating-SNAPSHOT:
 checking for updates from repository-codehaus
[INFO] snapshot 
org.apache.stanbol:org.apache.stanbol.entityhub.servicesapi:0.9.0-incubating-SNAPSHOT:
 checking for updates from nuxeo-vendor-release
[INFO] snapshot 
org.apache.stanbol:org.apache.stanbol.entityhub.servicesapi:0.9.0-incubating-SNAPSHOT:
 checking for updates from clojars.org
[INFO] snapshot 
org.apache.stanbol:org.apache.stanbol.entityhub.servicesapi:0.9.0-incubating-SNAPSHOT:
 checking for updates from apache.snapshots
[INFO] [enforcer:enforce {execution: enforce-java}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/ws/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 9 source files to 
<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/ws/src/main/java/org/apache/stanbol/entityhub/test/it/EntityhubTestBase.java>:[12,16]
 package org.slf4j does not exist

[ERROR] 
<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/ws/src/main/java/org/apache/stanbol/entityhub/test/it/EntityhubTestBase.java>:[13,16]
 package org.slf4j does not exist

[ERROR] 
<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/ws/src/main/java/org/apache/stanbol/entityhub/test/it/EntityhubTestBase.java>:[21,20]
 cannot find symbol
symbol  : class Logger
location: class org.apache.stanbol.entityhub.test.it.EntityhubTestBase

[ERROR] 
<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/ws/src/main/java/org/apache/stanbol/entityhub/test/it/EntityhubTestBase.java>:[25,64]
 cannot find symbol
symbol  : class Logger
location: class org.apache.stanbol.entityhub.test.it.EntityhubTestBase

[ERROR] 
<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/ws/src/main/java/org/apache/stanbol/entityhub/test/query/QueryTestBase.java>:[57,69]
 cannot find symbol
symbol  : class Logger
location: class org.apache.stanbol.entityhub.test.query.QueryTestBase

[ERROR] 
<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/ws/src/main/java/org/apache/stanbol/entityhub/test/it/EntityhubTestBase.java>:[29,23]
 cannot find symbol
symbol  : variable LoggerFactory
location: class org.apache.stanbol.entityhub.test.it.EntityhubTestBase

[INFO] 6 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving 
<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/ws/pom.xml>
 to 
/home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.test/builds/2011-07-28_14-03-19/archive/org.apache.stanbol/org.apache.stanbol.entityhub.test/0.9.0-incubating-SNAPSHOT/org.apache.stanbol.entityhub.test-0.9.0-incubating-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/ws/src/main/java/org/apache/stanbol/entityhub/test/it/EntityhubTestBase.java>:[12,16]
 package org.slf4j does not exist

<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/ws/src/main/java/org/apache/stanbol/entityhub/test/it/EntityhubTestBase.java>:[13,16]
 package org.slf4j does not exist

<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/ws/src/main/java/org/apache/stanbol/entityhub/test/it/EntityhubTestBase.java>:[21,20]
 cannot find symbol
symbol  : class Logger
location: class org.apache.stanbol.entityhub.test.it.EntityhubTestBase

<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/ws/src/main/java/org/apache/stanbol/entityhub/test/it/EntityhubTestBase.java>:[25,64]
 cannot find symbol
symbol  : class Logger
location: class org.apache.stanbol.entityhub.test.it.EntityhubTestBase

<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/ws/src/main/java/org/apache/stanbol/entityhub/test/query/QueryTestBase.java>:[57,69]
 cannot find symbol
symbol  : class Logger
location: class org.apache.stanbol.entityhub.test.query.QueryTestBase

<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.entityhub.test/ws/src/main/java/org/apache/stanbol/entityhub/test/it/EntityhubTestBase.java>:[29,23]
 cannot find symbol
symbol  : variable LoggerFactory
location: class org.apache.stanbol.entityhub.test.it.EntityhubTestBase


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 15 seconds
[INFO] Finished at: Thu Jul 28 13:56:52 UTC 2011
[INFO] Final Memory: 151M/470M
[INFO] ------------------------------------------------------------------------

Reply via email to