Andrea, This commit causes a few minor packaging problems.
1) It brings in an older version of wstx-asl (3.0.1) as well as our version (3.2.0). That probably needs to be excluded from neethi. Looks like we use the org.codehaus.woodstox version and they just use the woodstox group id. 2) It also brings in xercesImpl and xml-apis which we don't need/want (built into the JDK) Thanks! Dan On Wednesday 24 January 2007 14:08, [EMAIL PROTECTED] wrote: > Author: andreasmyth > Date: Wed Jan 24 11:08:37 2007 > New Revision: 499534 > > URL: http://svn.apache.org/viewvc?view=rev&rev=499534 > Log: > * Copied extensors of wsdl11:operation:[input/output] elements to > associated MessageInfo. * wsdl 1.1 policy attachment (complete now except > for policies attached to fault messages). > > Added: > incubator/cxf/trunk/api/src/main/java/org/apache/cxf/ws/policy/ > > incubator/cxf/trunk/api/src/main/java/org/apache/cxf/ws/policy/AssertionBui >lder.java - copied, changed from r499351, > incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/bui >lders/AssertionBuilder.java > incubator/cxf/trunk/api/src/main/java/org/apache/cxf/ws/policy/PolicyProvid >er.java (with props) > incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/att >achment/ > incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/att >achment/wsdl11/ > incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/att >achment/wsdl11/Messages.properties (with props) > incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/att >achment/wsdl11/Wsdl11AttachmentPolicyProvider.java (with props) > incubator/cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/att >achment/ > incubator/cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/att >achment/wsdl11/ > incubator/cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/att >achment/wsdl11/Wsdl11AttachmentPolicyProviderTest.java (with props) > incubator/cxf/trunk/rt/ws/policy/src/test/resources/attachment/wsdl11/test1 >0.wsdl (with props) > incubator/cxf/trunk/rt/ws/policy/src/test/resources/attachment/wsdl11/test1 >1.wsdl (with props) > incubator/cxf/trunk/rt/ws/policy/src/test/resources/attachment/wsdl11/test1 >2.wsdl (with props) > incubator/cxf/trunk/rt/ws/policy/src/test/resources/attachment/wsdl11/test1 >3.wsdl (with props) > incubator/cxf/trunk/rt/ws/policy/src/test/resources/attachment/wsdl11/test1 >4.wsdl (with props) > incubator/cxf/trunk/rt/ws/policy/src/test/resources/attachment/wsdl11/test1 >5.wsdl (with props) > incubator/cxf/trunk/rt/ws/policy/src/test/resources/attachment/wsdl11/test1 >6.wsdl - copied, changed from r499351, > incubator/cxf/trunk/rt/ws/policy/src/test/resources/attachment/wsdl11/test1 >.wsdl > incubator/cxf/trunk/rt/ws/policy/src/test/resources/attachment/wsdl11/test9 >.wsdl (with props) > incubator/cxf/trunk/rt/ws/policy/src/test/resources/samples/test26.xml > (with props) > incubator/cxf/trunk/rt/ws/policy/src/test/resources/samples/test27.xml > (with props) Removed: > > incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/Pol >icyAttachmentManager.java > incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/bui >lders/AssertionBuilder.java > incubator/cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/Pol >icyAttachmentManagerTest.java Modified: > incubator/cxf/trunk/api/pom.xml > > incubator/cxf/trunk/api/src/main/java/org/apache/cxf/service/model/Abstract >PropertiesHolder.java incubator/cxf/trunk/pom.xml > > incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/wsdl11/WSDLService >Builder.java incubator/cxf/trunk/rt/ws/policy/pom.xml > > incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/Ass >ertionBuilderRegistry.java > incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/Mes >sages.properties > incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/Pol >icyBuilder.java > incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/bui >lders/jaxb/JaxbAssertionBuilder.java > incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/bui >lders/xml/XMLPrimitiveAssertionBuilder.java > incubator/cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/Nor >malizeTest.java > incubator/cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/Pol >icyBuilderTest.java >Zuilder; > +import org.apache.cxf.ws.policy.AssertionBuilder; > import org.apache.neethi.Assertion; > import org.apache.neethi.Constants; > -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED]
