This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/flex-blazeds.git
commit 3788cf0f8e98770f5bd84959d72144bdf3c36925 Author: Josh Tynjala <[email protected]> AuthorDate: Mon Aug 21 13:49:14 2023 -0700 hello-world: remove remoting-config.xml Everything for this sample is in services-config.xml --- .../main/webapp/WEB-INF/flex/remoting-config.xml | 37 ---------------------- 1 file changed, 37 deletions(-) diff --git a/samples/hello-world/backend/src/main/webapp/WEB-INF/flex/remoting-config.xml b/samples/hello-world/backend/src/main/webapp/WEB-INF/flex/remoting-config.xml deleted file mode 100755 index 722882b..0000000 --- a/samples/hello-world/backend/src/main/webapp/WEB-INF/flex/remoting-config.xml +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - - 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. - ---> -<service id="remoting-service" - class="flex.messaging.services.RemotingService"> - - <adapters> - <adapter-definition id="java-object" class="flex.messaging.services.remoting.adapters.JavaAdapter" default="true"/> - </adapters> - - <default-channels> - <channel ref="my-amf"/> - </default-channels> - - <destination id="product"> - <properties> - <source>org.apache.flex.blazeds.samples.hello.HelloWorldService</source> - </properties> - </destination> - - </service>
