You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Bozhong Lin <bl...@iona.com> on 2006/11/09 04:10:59 UTC

license MTOSI wsdl and schemas

Hi Peter,

I saw this commit added a bunch of TMF wsdl and schemas, can you send me 
a copy of their license text so we could include it in distribution? I 
have a hard time to find its license text in public internet. Note these 
wsdl and schemas should NOT have Apache license headers.

Cheers,
Bo

peterjones@apache.org wrote:
> Author: peterjones
> Date: Wed Nov  8 10:12:35 2006
> New Revision: 472570
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=472570
> Log:
> [CXF-120] added mtosi demo
> - Fixed couple of readme typos
> - Minor fix to common_build.xml so demos can be built in src tree
> 
> Added:
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/alarm_retrieval/
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/alarm_retrieval/README.TXT   (with props)
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/alarm_retrieval/build.xml   (with props)
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/alarm_retrieval/src/
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/alarm_retrieval/src/demo/
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/alarm_retrieval/src/demo/client/
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/alarm_retrieval/src/demo/client/AsyncAlarmHandler.java
>       - copied, changed from r443019, incubator/cxf/branches/post_apache_integration/toolkits/MTOSI/1.1/src/test/java/org/objectweb/celtix/fault/http/AsyncAlarmHandler.java
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/alarm_retrieval/src/demo/client/Client.java
>       - copied, changed from r443019, incubator/cxf/branches/post_apache_integration/toolkits/MTOSI/1.1/src/test/java/org/objectweb/celtix/fault/http/AlarmRetrievalClientTest.java
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/alarm_retrieval/src/demo/server/
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/alarm_retrieval/src/demo/server/AlarmRetrievalImpl.java
>       - copied, changed from r443019, incubator/cxf/branches/post_apache_integration/toolkits/MTOSI/1.1/src/test/java/org/objectweb/celtix/fault/http/AlarmRetrievalImpl.java
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/alarm_retrieval/src/demo/server/Server.java
>       - copied, changed from r443019, incubator/cxf/branches/post_apache_integration/toolkits/MTOSI/1.1/src/test/java/org/objectweb/celtix/fault/http/AlarmRetrievalServer.java
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/code_gen/
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/code_gen/build.xml   (with props)
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/code_gen/src/
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/wsdl/
>       - copied from r443019, incubator/cxf/branches/post_apache_integration/toolkits/MTOSI/1.1/src/main/resources/wsdl/
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/wsdl/async_binding.xml.tmpl
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/wsdl/binding/
>       - copied from r472558, incubator/cxf/branches/post_apache_integration/toolkits/MTOSI/1.1/src/main/resources/wsdl/binding/
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/wsdl/common/
>       - copied from r472558, incubator/cxf/branches/post_apache_integration/toolkits/MTOSI/1.1/src/main/resources/wsdl/common/
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/wsdl/transport/
>       - copied from r472558, incubator/cxf/branches/post_apache_integration/toolkits/MTOSI/1.1/src/main/resources/wsdl/transport/
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/
>       - copied from r443019, incubator/cxf/branches/post_apache_integration/toolkits/MTOSI/1.1/src/main/resources/xsd/
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/common/
>       - copied from r472558, incubator/cxf/branches/post_apache_integration/toolkits/MTOSI/1.1/src/main/resources/xsd/common/
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/interfaces/
>       - copied from r472558, incubator/cxf/branches/post_apache_integration/toolkits/MTOSI/1.1/src/main/resources/xsd/interfaces/
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/xsd/networkResources/
>       - copied from r472558, incubator/cxf/branches/post_apache_integration/toolkits/MTOSI/1.1/src/main/resources/xsd/networkResources/
> Modified:
>     incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml
>     incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/README.txt
>     incubator/cxf/trunk/distribution/src/main/release/samples/handlers/README.txt
>     incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/README.txt
>     incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt
>     incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_async/README.txt
>     incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_bare/README.txt
>     incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_wrapped/README.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/distribution/src/main/release/samples/js_provider/README.txt
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtom/README.txt
>     incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/wsdl/common/FaultService.wsdl
>     incubator/cxf/trunk/distribution/src/main/release/samples/restful/README.txt
>     incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt
>     incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/README.txt
>     incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/src/demo/soap_header/client/Client.java
> 

Re: license MTOSI wsdl and schemas

Posted by Peter Jones <pe...@iona.com>.
Hi Bo,

On Thu, Nov 09, 2006 at 11:10:59AM +0800, Bozhong Lin wrote:
> Hi Peter,
> 
> I saw this commit added a bunch of TMF wsdl and schemas, can you send me 
> a copy of their license text so we could include it in distribution? I 
> have a hard time to find its license text in public internet. Note these 
> wsdl and schemas should NOT have Apache license headers.

Sorry for the delay in responding to you.  The mtosi wsdl is covered under
the same license as the mtosi ri, the bsd license: 
http://www.opensource.org/licenses/bsd-license.php

Cheers,
Peter

> Cheers,
> Bo
> 
> peterjones@apache.org wrote:
> > Author: peterjones
> > Date: Wed Nov  8 10:12:35 2006
> > New Revision: 472570
> > 
> > URL: http://svn.apache.org/viewvc?view=rev&rev=472570
> > Log:
> > [CXF-120] added mtosi demo
> > - Fixed couple of readme typos
> > - Minor fix to common_build.xml so demos can be built in src tree
> [...] 

-- 
Peter Jones
IONA Technologies Inc.
E-Mail: mailto:peter.jones@iona.com
Tel: (w) 709-738-3725 x22 | Fax: 709-738-3745
84-86 Elizabeth Ave. St. John's, NL A1A 1W7 Canada