Repository: servicemix Updated Branches: refs/heads/servicemix-5.1.x 7a5f1b537 -> 819ae6637
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/819ae663 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/819ae663 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/819ae663 Branch: refs/heads/servicemix-5.1.x Commit: 819ae6637896231644ce89ee954569b6ecfce157 Parents: 3079aed Author: Krzysztof Sobkowiak <[email protected]> Authored: Tue Nov 11 14:59:32 2014 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Tue Nov 11 15:12:35 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/819ae663/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
