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/1d6f077a Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/1d6f077a Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/1d6f077a Branch: refs/heads/servicemix-5.4.x Commit: 1d6f077af399bd72df5fbb7d0c5b8c36183bc4eb Parents: 905675f Author: Krzysztof Sobkowiak <[email protected]> Authored: Tue Nov 11 14:59:32 2014 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Tue Nov 11 15:14:37 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/1d6f077a/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
