Repository: servicemix Updated Branches: refs/heads/servicemix-5.3.x b66f24b91 -> 1853653aa
SM-2396: CXF WSN sample installation fails Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/1853653a Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/1853653a Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/1853653a Branch: refs/heads/servicemix-5.3.x Commit: 1853653aad792b6f95dd5e1d446819ac4c03f8d3 Parents: 4c11b6a Author: Krzysztof Sobkowiak <[email protected]> Authored: Tue Nov 11 14:59:32 2014 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Tue Nov 11 15:13:46 2014 +0100 ---------------------------------------------------------------------- .../main/resources/etc/org.apache.cxf.wsn.cfg | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/1853653a/assembly/src/main/resources/etc/org.apache.cxf.wsn.cfg ---------------------------------------------------------------------- diff --git a/assembly/src/main/resources/etc/org.apache.cxf.wsn.cfg b/assembly/src/main/resources/etc/org.apache.cxf.wsn.cfg new file mode 100644 index 0000000..c51994d --- /dev/null +++ b/assembly/src/main/resources/etc/org.apache.cxf.wsn.cfg @@ -0,0 +1,24 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# +# See the License for the specific language governing permissions and +# limitations under the License. +# +# +cxf.wsn.activemq = vm:localhost +cxf.wsn.rootUrl = http://0.0.0.0:8182 +cxf.wsn.context = /wsn +cxf.wsn.activemq.username=smx +cxf.wsn.activemq.password=smx
