Author: tli
Date: Fri Sep 1 03:15:46 2006
New Revision: 439261
URL: http://svn.apache.org/viewvc?rev=439261&view=rev
Log:
add initial loadup service model extensions and correct a wrong message
Added:
incubator/cxf/trunk/rt/core/src/main/resources/META-INF/extensions.xml
(with props)
Modified:
incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties
Modified:
incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties?rev=439261&r1=439260&r2=439261&view=diff
==============================================================================
---
incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties
(original)
+++
incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/Messages.properties
Fri Sep 1 03:15:46 2006
@@ -1,5 +1,5 @@
STREAM_CREATE_EXC = Could not create XMLStreamReader.
-STAX_READ_EXC = Could read from XMLStreamReader.
+STAX_READ_EXC = Could not read from XMLStreamReader.
NO_OPERATION_ELEMENT=There must be an operation element.
NO_OPERATION=No such operation: {0}
NO_DATAREADER=No DataReader is available for Service: {0}
Added: incubator/cxf/trunk/rt/core/src/main/resources/META-INF/extensions.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/main/resources/META-INF/extensions.xml?rev=439261&view=auto
==============================================================================
--- incubator/cxf/trunk/rt/core/src/main/resources/META-INF/extensions.xml
(added)
+++ incubator/cxf/trunk/rt/core/src/main/resources/META-INF/extensions.xml Fri
Sep 1 03:15:46 2006
@@ -0,0 +1,24 @@
+<?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.
+-->
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+<properties>
+ <entry
key="javax.wsdl.BindingInput">org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
+ <entry
key="javax.wsdl.BindingOutput">org.apache.cxf.bindings.xformat.XMLBindingMessageFormat</entry>
+</properties>
Propchange:
incubator/cxf/trunk/rt/core/src/main/resources/META-INF/extensions.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/cxf/trunk/rt/core/src/main/resources/META-INF/extensions.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml