Author: blin
Date: Mon Oct 30 00:41:44 2006
New Revision: 469093

URL: http://svn.apache.org/viewvc?view=rev&rev=469093
Log:
1. draft release notes is completed, please review and update accordingly
2. we really don't need to distribute EJB library
3. a couple other distribution fixes.

Modified:
    incubator/cxf/trunk/distribution/src/main/assembly/bin.xml
    incubator/cxf/trunk/distribution/src/main/assembly/src.xml
    incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt
    
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt
    
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt
    incubator/cxf/trunk/jca/pom.xml

Modified: incubator/cxf/trunk/distribution/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/assembly/bin.xml?view=diff&rev=469093&r1=469092&r2=469093
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/assembly/bin.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/assembly/bin.xml Mon Oct 30 
00:41:44 2006
@@ -41,7 +41,7 @@
         <fileSet>
             <directory>src/main/release/bin</directory>
             <outputDirectory>cxf-${cxf.version}/bin</outputDirectory>
-            <fileMode>711</fileMode>
+            <fileMode>755</fileMode>
         </fileSet>
         <fileSet>
             <directory>src/main/release/etc</directory>

Modified: incubator/cxf/trunk/distribution/src/main/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/assembly/src.xml?view=diff&rev=469093&r1=469092&r2=469093
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/assembly/src.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/assembly/src.xml Mon Oct 30 
00:41:44 2006
@@ -48,8 +48,8 @@
              <excludes>
                 <exclude>build.xml</exclude>
                 <exclude>distribution/build.xml</exclude>
-                <exclude>**/benchmark</exclude>
-                <exclude>**/benchmark/**/*</exclude>
+                <exclude>benchmark</exclude>
+                <exclude>benchmark/**/*</exclude>
                 <exclude>**/target</exclude>
                 <exclude>**/target/**/*</exclude>
                 <exclude>**/build</exclude>

Modified: 
incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt?view=diff&rev=469093&r1=469092&r2=469093
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt 
(original)
+++ incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt 
Mon Oct 30 00:41:44 2006
@@ -1,6 +1,22 @@
-Apache CXF 2.0 Release Notes
+Apache CXF 2.0 M1 Release Notes
 
-1. New Features
+1. Apache CXF 2.0 M1 release delivers the merge of Celtix project
+(http://celtix.objectweb.org) and Xfire project (http://xfire.codehaus.org),
+thus this release includes all major features from historical Celtix and Xfire
+projects:
+    * JAX-WS 2.0 implementation
+    * Transports: HTTP 1.1, HTTPS, and JMS
+    * Full SOAP 1.1 and SOAP 1.2 implementation, with MTOM/XOP support
+    * JAXB 2.0 databinding support
+    * StAX-based XML streaming
+    * WS-Addressing support
+    * JCA 1.0 Support
+    * Spring support, including spring-based configuration and spring-based
+      lightweight container
+    * Servlet container support
+    * Complete tooling support, including wsdl2java and java2wsdl, plus a
+      bunch of other convenient tools.
+    * RESTful web service support
 
 2. Installation Prerequisites 
 
@@ -10,7 +26,6 @@
     * Java 5 Development Kit
     * Apache ant 1.6
 
-
 2.1 Java 5 Development Kit
 
 You must install the J2SE Development Kit (JDK) 5.0, which can be downloaded 
from:
@@ -60,3 +75,95 @@
 
 If you have any problems or want to send feedback of any kind, please e-mail 
the
 cxf dev list, [EMAIL PROTECTED] 
+
+5. Specific issues, features, improvements fixed in CXF 2.0 M1 release:
+
+Release Notes - CXF - Version 2.0-M1
+
+** Bug
+    * [CXF-6] - jaxws-api, jsr181-api should be optional in cxf-common pom
+    * [CXF-18] - addPort not implemented
+    * [CXF-53] - Remove JAX-WS dependency of HTTP transport
+    * [CXF-54] - Remove JAX-WS dependency of JMS transport
+    * [CXF-55] - JAXB databinding has dependency on JAX-WS
+    * [CXF-62] - 2 small checkstyle problems...
+    * [CXF-89] - Fixed invalid wsdl files generated in testutil
+    * [CXF-90] - The wrapping info should be moved to the binding
+    * [CXF-99] - CXF performance test send data more than 8K will broken
+    * [CXF-110] - AttachmentSerializer/Attachmentdesierlizer should be part of 
core, not JAXB
+    * [CXF-117] - Validator tool schema validation doesn't work when wsdl 
imports schema.
+    * [CXF-118] - ClassCastException in WSDLServiceBuilder if a wsdl is not 
wrapped doc style.
+    * [CXF-119] - Empty request elements causes NPE
+    * [CXF-126] - Property Not found error in the CXF Core
+    * [CXF-128] - ReflectionServiceFactoryBean.isValidMethod() rejecting all 
the valid methods
+    * [CXF-136] - Marshall&unmarshal does not work with int type and more than 
two parameters.
+    * [CXF-141] - Fix configurable bean code generators to distiguish default 
value from injected value
+    * [CXF-142] - JCA tests fail on OS X
+    * [CXF-143] - Content-Type not being set
+    * [CXF-145] - Remove dependency of Soap Binding from the 
ReflectionServiceFactory creation
+    * [CXF-151] - Element ref not supported in message types definitions
+    * [CXF-152] - When we stop server in an application, all resouces have not 
been cleaned up.
+    * [CXF-157] - Runtime error processing anonymous ref in WSDL during 
Service.create()
+    * [CXF-158] - ClassCastException in 
JaxWsServiceFactoryBean.initalizeClassInfo
+    * [CXF-161] - wsdl2java doesn't map parameter order correctly
+    * [CXF-163] - WSDL2Java fails to include endpointInterface WebService 
attribute for server Impl
+    * [CXF-172] - Genarated client main cannot pass in jaxws Holder where 
Holder is needed
+    * [CXF-174] - Allow overriding the default stax parser/writer
+    * [CXF-178] - Schema parser cannot resolve relative import locations (case 
of multiple imports).
+
+** Improvement
+    * [CXF-98] - get schema validation working for jaxb mashall and unmashall
+    * [CXF-109] - Remove isInSoapHeader() from service model
+    * [CXF-115] - org.apache.cxf.jaxws.EndpointImpl needs additional 
constructors
+    * [CXF-116] - Remove references to HTTPAddress/SOAPAddress/etc in 
EndpointInfo
+    * [CXF-187] - Provide Eclipse plugin from CXF to faciliate STP Integration
+
+** New Feature
+    * [CXF-2] - Complete JAX-WS frontend
+    * [CXF-15] - JCA supportting
+    * [CXF-83] - Support the injection of WebServiceContext
+    * [CXF-104] - Map JAX-WS properties to CXF Message properties
+    * [CXF-105] - The HandlerChain annotation processing in the JAX-WS 
frontend.
+    * [CXF-130] - Add Handler demo
+    * [CXF-144] - Conduits/DestinationFactorys should be able to provide 
interceptors
+
+** Task
+    * [CXF-1] - set up distribution build, meet incubator requirements etc...
+    * [CXF-7] - Dispatch
+    * [CXF-13] - CXF JMS Transport support
+    * [CXF-14] - REST
+    * [CXF-16] - Start publishing SNAPSHOTS to the Apache snapshot maven 
repository
+    * [CXF-20] - Usability Improvements for DI based Configuration Mechanism
+    * [CXF-30] - Implement a Bus based on Spring
+    * [CXF-33] - Soap 1.2 Support
+    * [CXF-35] - Support multiple services/bindings on the same endpoint
+    * [CXF-36] - Fault Handling
+    * [CXF-37] - Port XFire Invoker library
+    * [CXF-47] - WS-Addressing
+    * [CXF-59] - Port js frontend from celtix repository to cxf
+    * [CXF-64] - Move component specific resources  from api to component 
modules
+    * [CXF-77] - the endpoint need to be shut down when bus shut down
+    * [CXF-95] - Port Celtix performance test to CXF
+    * [CXF-101] - Decoupled response correlation
+    * [CXF-102] - Partial response to requests with decoupled response endpoint
+    * [CXF-103] - HTTPS supprt
+    * [CXF-106] - Support Code first JAX-WS Providers
+    * [CXF-107] - Support code first JAX-WS services
+    * [CXF-108] - making JAX-WS context implementations simply wrappers around 
the Message
+    * [CXF-114] - Tooling support for SOAP 1.2, including MTOM/swa case
+    * [CXF-131] - Enable unmarshaling  schema validation
+    * [CXF-148] - Licenses for copied resources
+    * [CXF-165] - addd dotnet integration demos
+    * [CXF-167] - Upgrade CXF jms transport to use ActiveMQ 4.0.x 
+
+** Test
+    * [CXF-66] - Port Celtix type tests to CeltiXfire
+    * [CXF-111] - MTOM Interop testing (MicroSoft, Axis, and JAX-WS RI etc)
+    * [CXF-112] - CXF performance testing and tuning
+    * [CXF-127] - Mtom/Xop interop test with Axis & .Net
+    * [CXF-150] - Interop testing with .Net, Axis
+    * [CXF-176] - add test for anonymous ref in wsdl schema defination
+    * [CXF-182] - Port remaining system tests from Celtix
+
+** Wish
+    * [CXF-146] - Add Bus factory method that takes a URL

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt?view=diff&rev=469093&r1=469092&r2=469093
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt 
(original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt 
Mon Oct 30 00:41:44 2006
@@ -12,7 +12,7 @@
 Prerequisite
 ------------
 
-If your environment already includes cxf.jar on the
+If your environment already includes cxf-incubator.jar on the
 CLASSPATH, and the JDK and ant bin directories on the PATH
 it is not necessary to run the environment script described in
 the samples directory README.  If your environment is not
@@ -86,12 +86,12 @@
 
 For UNIX:  
   
-  export CLASSPATH=$CLASSPATH:$CXF_HOME/lib/celtix.jar:./build/classes
+  export CLASSPATH=$CLASSPATH:$CXF_HOME/lib/cxf-incubator.jar:./build/classes
   javac -d build/classes src/demo/jms_greeter/client/*.java
   javac -d build/classes src/demo/jms_greeter/server/*.java
 
 For Windows:
-  set classpath=%classpath%;%CXF_HOME%\lib\celtix.jar;.\build\classes
+  set classpath=%classpath%;%CXF_HOME%\lib\incubator.jar;.\build\classes
   javac -d build\classes src\demo\jms_greeter\client\*.java
   javac -d build\classes src\demo\jms_greeter\server\*.java
 

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt?view=diff&rev=469093&r1=469092&r2=469093
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt 
(original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt 
Mon Oct 30 00:41:44 2006
@@ -12,7 +12,7 @@
 Prerequisite
 ------------
 
-If your environment already includes cxf.jar on the
+If your environment already includes cxf-incubator.jar on the
 CLASSPATH, and the JDK and ant bin directories on the PATH
 it is not necessary to run the environment script described in
 the samples directory README.  If your environment is not
@@ -85,12 +85,12 @@
 
 For UNIX:  
   
-  export CLASSPATH=$CLASSPATH:$CXF_HOME/lib/celtix.jar:./build/classes
+  export CLASSPATH=$CLASSPATH:$CXF_HOME/lib/cxf-incubator.jar:./build/classes
   javac -d build/classes src/demo/jms_greeter/client/*.java
   javac -d build/classes src/demo/jms_greeter/server/*.java
 
 For Windows:
-  set classpath=%classpath%;%CXF_HOME%\lib\celtix.jar;.\build\classes
+  set classpath=%classpath%;%CXF_HOME%\lib\cxf-incubator.jar;.\build\classes
   javac -d build\classes src\demo\jms_greeter\client\*.java
   javac -d build\classes src\demo\jms_greeter\server\*.java
 

Modified: incubator/cxf/trunk/jca/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/jca/pom.xml?view=diff&rev=469093&r1=469092&r2=469093
==============================================================================
--- incubator/cxf/trunk/jca/pom.xml (original)
+++ incubator/cxf/trunk/jca/pom.xml Mon Oct 30 00:41:44 2006
@@ -107,7 +107,8 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-ejb_2.1_spec</artifactId>
             <version>1.0.1</version>
-        </dependency>
+           <scope>provided</scope>
+        </dependency> 
 
     </dependencies>
 


Reply via email to