Repository: cxf Updated Branches: refs/heads/master 49b2be36f -> ed397afd0
Removing the redundant comment Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/ed397afd Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/ed397afd Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/ed397afd Branch: refs/heads/master Commit: ed397afd060c972e286669f063647201f50c8895 Parents: 49b2be3 Author: Sergey Beryozkin <[email protected]> Authored: Fri May 15 16:08:43 2015 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Fri May 15 16:08:43 2015 +0100 ---------------------------------------------------------------------- .../test/resources/jaxrs_uriinfo_blueprint/WEB-INF/beans.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/ed397afd/systests/jaxrs/src/test/resources/jaxrs_uriinfo_blueprint/WEB-INF/beans.xml ---------------------------------------------------------------------- diff --git a/systests/jaxrs/src/test/resources/jaxrs_uriinfo_blueprint/WEB-INF/beans.xml b/systests/jaxrs/src/test/resources/jaxrs_uriinfo_blueprint/WEB-INF/beans.xml index 9cc8d1d..f96ca80 100644 --- a/systests/jaxrs/src/test/resources/jaxrs_uriinfo_blueprint/WEB-INF/beans.xml +++ b/systests/jaxrs/src/test/resources/jaxrs_uriinfo_blueprint/WEB-INF/beans.xml @@ -24,11 +24,6 @@ http://cxf.apache.org/blueprint/jaxrs http://cxf.apache.org/schemas/blueprint/jaxrs.xsd http://cxf.apache.org/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd "> - <!-- - NoOsi container does not find a 'cxf' component without ExtensionManagerBus instantiated in this context. - Having cxf:bus has no effect: <cxf:bus/> - Having cxf:bus with id causes NPE in BusDefinitionParser: <cxf:bus id="cxf"/> - --> <cxf:bus/> <jaxrs:server id="resourceServer" address="/">
