You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by MuleForge Bamboo CI Server <no...@muleforge.org> on 2008/01/29 23:26:14 UTC

[MuleForge Bamboo] Apache Abdera - Trunk build 39 has FAILED (2 tests failed). Change made by Dan Diephouse

The project Apache Abdera - Trunk has the following 1 change by 1 author:

*Dan Diephouse* made the following changes at 

Comment:
Flesh out the RouteManager so we can use it as the default way
to resolve and build uris.

Have defaultProvider use RouteManager by default. For those
who were using the servicesPattern functionality, you should
be able to accomplish the same thing by doing something like:

new DefaultProvider("/:base"). Then a route will be created 
like this:

.addRoute("service", "/:base", TargetType.TYPE_SERVICE)
.addRoute("feed", "/:base/:collection", TargetType.TYPE_COLLECTION)

> /incubator/abdera/java/trunk/server/src/test/java/org/apache/abdera/protocol/server/route/RouteTest.java (616540)
> /incubator/abdera/java/trunk/jcr/src/main/java/org/apache/abdera/jcr/JcrCollectionAdapter.java (616540)
> /incubator/abdera/java/trunk/server/src/main/java/org/apache/abdera/protocol/server/impl/AbstractEntityCollectionAdapter.java (616540)
> /incubator/abdera/java/trunk/server/src/main/java/org/apache/abdera/protocol/server/impl/StructuredTargetResolver.java (616540)
> /incubator/abdera/java/trunk/server/src/test/java/org/apache/abdera/protocol/server/test/customer/CustomerAdapterTest.java (616540)
> /incubator/abdera/java/trunk/spring/src/main/java/org/apache/abdera/spring/ProviderFactoryBean.java (616540)
> /incubator/abdera/java/trunk/dependencies/i18n/src/main/java/org/apache/abdera/i18n/templates/Route.java (616540)
> /incubator/abdera/java/trunk/spring/src/main/resources/META-INF/schemas/abdera-spring.xsd (616540)
> /incubator/abdera/java/trunk/spring/src/main/java/org/apache/abdera/spring/DefaultProviderDefinitionParser.java (616540)
> /incubator/abdera/java/trunk/jcr/src/test/java/org/apache/abdera/jcr/JcrCollectionAdapterTest.java (616540)
> /incubator/abdera/java/trunk/pom.xml (616540)
> /incubator/abdera/java/trunk/server/src/main/java/org/apache/abdera/protocol/server/impl/DefaultProvider.java (616540)
> /incubator/abdera/java/trunk/server/src/test/java/org/apache/abdera/protocol/server/test/custom/CustomProviderTest.java (616540)
> /incubator/abdera/java/trunk/server/src/test/java/org/apache/abdera/protocol/server/test/custom/SimpleAdapter.java (616540)
> /incubator/abdera/java/trunk/server/src/test/java/org/apache/abdera/protocol/server/test/customer/CustomerAdapter.java (616540)
> /incubator/abdera/java/trunk/dependencies/i18n/pom.xml (616540)
> /incubator/abdera/java/trunk/server/src/main/java/org/apache/abdera/protocol/server/impl/DefaultWorkspaceManager.java (616540)
> /incubator/abdera/java/trunk/dependencies/i18n/src/main/java/org/apache/abdera/i18n/templates/Evaluator.java (616540)
> /incubator/abdera/java/trunk/server/src/main/java/org/apache/abdera/protocol/server/impl/RouteManager.java (616540)
> /incubator/abdera/java/trunk/server/src/test/java/org/apache/abdera/protocol/server/route (616540)
> /incubator/abdera/java/trunk/server/src/main/java/org/apache/abdera/protocol/server/impl/AbstractCollectionAdapter.java (616540)



---------------------------------------------------------------------------------------

The build has 2 failed tests and 407 successful tests.

Click http://bamboo.muleforge.org/browse/APACHEABDERA-TRUNK-39 to find out more.

Thanks,

Bamboo