Test Assertions for the SCA_J Common Annotations and APIs Version 1.1 Specification

Size: px
Start display at page:

Download "Test Assertions for the SCA_J Common Annotations and APIs Version 1.1 Specification"

Transcription

1 Test Assertions for the SCA_J Common Annotations and APIs Version 1.1 Specification Working Draft 6 27 June 2009 Specification URIs: This Version: (Authoritative) Previous Version: Latest Version: (Authoritative) Technical Committee: OASIS Service Component Architecture / J (SCA-J) TC Chair(s): Mark Combellack David Booz Editor(s): Mike Edwards, Avaya IBM IBM Related Work: This document is related to: Service Component Architecture Java Common Annotations and APIs Specification Version 1.1 Declared XML Namespace(s): None Abstract: This document defines the Test Assertions for the SCA J CAA specification. Copyright OASIS All Rights Reserved. Page 1 of 48

2 The Test Assertions represent the testable items relating to the normative statements made in the SCA Java Common Annotations and APIs specification. The Test Assertions provide a bridge between the normative statements in the specification and the conformance TestCases which are designed to check that an SCA runtime conforms to the requirements of the specification. Status: This document was last revised or approved by the OASIS Service Component Architecture / J (SCA-J) TC on the above date. The level of approval is also listed above. Check the Latest Version or Latest Approved Version location noted above for possible later revisions of this document. Technical Committee members should send comments on this specification to the Technical Committee s list. Others should send comments to the Technical Committee by using the Send A Comment button on the Technical Committee s web page at For information on whether any patents have been disclosed that may be essential to implementing this specification, and any offers of patent licensing terms, please refer to the Intellectual Property Rights section of the Technical Committee web page ( The non-normative errata page for this specification is located at Copyright OASIS All Rights Reserved. Page 2 of 48

3 Notices Copyright OASIS All Rights Reserved. All capitalized terms in the following text have the meanings assigned to them in the OASIS Intellectual Property Rights Policy (the "OASIS IPR Policy"). The full Policy may be found at the OASIS website. This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published, and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this section are included on all such copies and derivative works. However, this document itself may not be modified in any way, including by removing the copyright notice or references to OASIS, except as needed for the purpose of developing any document or deliverable produced by an OASIS Technical Committee (in which case the rules applicable to copyrights, as set forth in the OASIS IPR Policy, must be followed) or as required to translate it into languages other than English. The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns. This document and the information contained herein is provided on an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY OWNERSHIP RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. OASIS requests that any OASIS Party or any other party that believes it has patent claims that would necessarily be infringed by implementations of this OASIS Committee Specification or OASIS Standard, to notify OASIS TC Administrator and provide an indication of its willingness to grant patent licenses to such patent claims in a manner consistent with the IPR Mode of the OASIS Technical Committee that produced this specification. OASIS invites any party to contact the OASIS TC Administrator if it is aware of a claim of ownership of any patent claims that would necessarily be infringed by implementations of this specification by a patent holder that is not willing to provide a license to such patent claims in a manner consistent with the IPR Mode of the OASIS Technical Committee that produced this specification. OASIS may include such claims on its website, but disclaims any obligation to do so. OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS' procedures with respect to rights in any document or deliverable produced by an OASIS Technical Committee can be found on the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users of this OASIS Committee Specification or OASIS Standard, can be obtained from the OASIS TC Administrator. OASIS makes no representation that any information or list of intellectual property rights will at any time be complete, or that any claims in such list are, in fact, Essential Claims. The names "OASIS", [insert specific trademarked names, abbreviations, etc. here] are trademarks of OASIS, the owner and developer of this specification, and should be used only to refer to the organization and its official outputs. OASIS welcomes reference to, and implementation and use of, specifications, while reserving the right to enforce its marks against misleading uses. Please see for above guidance. Copyright OASIS All Rights Reserved. Page 3 of 48

4 Table of Contents Introduction Example Test Assertion Terminology Normative References Non-normative References Test Assertions Section Section Section Section Section Section Section Section Cross Mapping of Conformance Statements to Assertions Conformance...42 Copyright OASIS All Rights Reserved. Page 4 of 48

5 Introduction This document defines the Test Assertions for the SCA Java Common Annotations and APIs Specification Version 1.1. The test assertions in this document follow the format defined in the OASIS Test Assertion Guidelines specification [TA-GUIDE]. 1.1 Example Test Assertion Test assertions are presented in a tabular format with rows corresponding to the entry types defined in [TA-GUIDE] JCA-TA-xxxx [JCAx00yy] <kitchensink/> element of composite file The <kitchensink/> element has attribute attribute value of the <kitchensink/> element is a URI that identifies a portal into the drainage system of the Domain. Mandatory kitchensink drain Domain : Is a unique ID for the test assertion. Its format starts with a 3 letter string that identifies the specification to which it relates - "JCA" is for the SCA Java Common Annotations and APIs specification. This is followed by "-TA-" to indicate that this identifier is for a test assertion. This is then followed by a unique 4 digit number. : Is the identifier(s) of the normative statement(s) in the specification to which this assertion relates. : Identifies the target which is addressed by this assertion. This is typically some SCA document element, or other SCA artifact but possibly could identify an SCA runtime and its behaviour. : Defines any prerquisites for this test assertion. The prerequisites may be defined in terms of one or more other test assertions that must be true. : The meat of the assertion - something that should evaluate to true or false for the given target. : Mandatory (for MUST requirements) or Preferred (for SHOULD requirements) or Permitted (for MAY requirements). : Zero or more labels that may be attached to this test assertion - these tags can be used to group sets of assertions. 1.2 Terminology The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this specification are to be interpreted as described in IETF RFC 2119 [RFC 2119] Copyright OASIS All Rights Reserved. Page 5 of 48

6 Normative References [RFC 2119] S. Bradner. Key words for use in RFCs to Indicate Requirement s. IETF RFC 2119, March [TA-GUIDE] Test Assertion Guidelines, Draft , 16 November, [JAVACAA] OASIS SCA Java Common Annotations and APIs specification Non-normative References None 59 Copyright OASIS All Rights Reserved. Page 6 of 48

7 Test Assertions 2.1 Section JCA-TA-2001 [JCA20001] Java service marked remotable Service does not use method overloading "remotable" "overloading" JCA-TA-2002 [JCA20002] Stateless scoped Java implementation instance Implementation instance is dispatched on a single thread at one time "stateless scope" "single thread" JCA-TA-2003 [JCA20003] Stateless scoped Java implementation instance Implementation instance is invoked once through one business method during the lifetime of the implementation instance "stateless scope" "lifetime" "invocation" JCA-TA-2004 [JCA20004] Domain level component implemented by a Java class marked "composite Copyright OASIS All Rights Reserved. Page 7 of 48

8 scope" All clients of the component appear to interact with a single runtime instance of the implementation class "composite scope" "invocation" JCA-TA-2005 [JCA20005] Java implementation class marked with "composite scope" and with "eager initialization" Containing component is started The Java implementation class instance is created and initialized "composite scope" "lifetime" "eager initialization" JCA-TA-2006 [JCA20006] Method of Java implementation class with marked annotation Implementation instance is created Method is called "composite scope" "lifetime" "eager initialization" JCA-TA-2007 [JCA20007] Instance of a Java implementation class marked "composite scope" Implementation class is used as a component implementation Multiple invocations of services offered by the component are made, which overlap in time Multiple threads run in the single instance of the implementation class optional "composite scope" "lifetime" "eager initialization" Copyright OASIS All Rights Reserved. Page 8 of 48

9 JCA-TA-2008 [JCA20008] Java implementation class marked with "composite scope" Implementation class is used to implement a component nested inside a composite used to implement a domain level component Component offers at least one service Component has one or more clients for its service(s) Clients of the component appear to interact with a single instance of the implementation class "composite scope" "nested component" "instance" JCA-TA-2009 [JCA20009] Client invocation of a method of a service implementation Service method implementation marked "allows pass by reference" Client reference proxy marked "allows pass by reference" Client and service implementation run in the same JVM The invocation uses pass-by-reference call semantics for the input and response parameters optional "allows pass by reference" "pass by reference" "local" JCA-TA-2010 [JCA20010] Client invocation of a service implementation Service implementation method not marked "allows pass by reference" Client and service implementation run in the same JVM The invocation uses pass-by-value semantics for the input and response parameters "allows pass by reference" "pass by value "local" Copyright OASIS All Rights Reserved. Page 9 of 48

10 JCA-TA-2011 [JCA20010] Client invocation of a service implementation Client reference is not marked "allows pass by reference" Client and service implementation run in the same JVM The invocation uses pass-by-value semantics for the input and response parameters "allows pass by reference" "pass by value "local" Section JCA-TA-3001 attribute of a <interface.java/> element Value attribute is the fully qualified name of a Java interface class "interface element" "interface attribute" "Java interface class" JCA-TA-3002 attribute of <interface.java/> element interface.java element has attribute Value is the fully qualified name of a Java interface class "interface element" "callbackinterface attribute" "Java interface class" JCA-TA-3003 Copyright OASIS All Rights Reserved. Page 10 of 48

11 attribute of a <interface.java/> element interface.java element has attribute Java interface class referenced by attribute contains annotation which references a Java interface class Value attribute is the same Java interface class as the one referenced by annotation of the Java interface class referenced by attribute "interface element" "callbackinterface attribute" "Java interface class" "@Callback" JCA-TA-3004 [JCA30004] <interface.java/> element Conforms to the sca-interface-java.xsd schema "interface element" "schema" JCA-TA-3005 attribute on <interface.java/> element Java interface class referenced attribute of interface.java element contains attribute has the value "true" "interface element" "remotable attribute" "Java interface class" "@Remotable" JCA-TA-3006 [JCA30006] Java interface class referenced attribute of a <interface.java/> element Copyright OASIS All Rights Reserved. Page 11 of 48

12 Java interface class does not contain any of @Reference, "interface element" "SCA annotations" "Java interface class" JCA-TA-3007 [JCA30007] Java interface class referenced attribute of a <interface.java/> element Java interface class does not contain any of "interface element" "SCA annotations" "Java interface class" JCA-TA-3008 [JCA30008] Java implementation class referenced attribute of a <interface.java/> element Java implementation class does not contain any of "interface element" "SCA annotations" "Java implementation class" Section JCA-TA-4001 [JCA40001] Constructor of Java component implementation class Component is at the start of the Constructing state of its lifecycle Copyright OASIS All Rights Reserved. Page 12 of 48

13 Constructor is invoked by the SCA runtime "lifecycle" "constructing" "constructor" JCA-TA-4002 [JCA40002] Constructor of Java component implementation class Constructor is invoked by the SCA runtime at the start of the Constructing state of its lifecycle Constructor references and properties are injected when the constructor is invoked "lifecycle" "constructing" "constructor" "injection" "reference" "property" JCA-TA-4003 [JCA40003] Java component implementation class in Constructing state Constructor method completes successfully Component implementation transitions to the Injecting state "lifecycle" "constructing" "injecting" "transition" JCA-TA-4004 [JCA40004] Java component implementation class in Constructing state Constructor method throws an exception Component implementation class is transitioned to the Terminating state "lifecycle" "constructor" "exception" "terminating" JCA-TA-4005 [JCA40005] Java component implementation class in Injecting state Implementation has one or more properties Copyright OASIS All Rights Reserved. Page 13 of 48

14 Properties are injected (via field or setter injection) before any other actions occur "lifecycle" "injecting" "property" JCA-TA-4006 [JCA40006] Java component implementation class in Injecting state Implementation has one or more references Implementation has one or more properties References are injected (via field or setter injection) after properties have been injected "lifecycle" "injecting" "reference" 113 JCA-TA-4007 [JCA40007] Java component implementation with one or more injected property / reference Implementation code does not use synchronization Injected properties and references are visible to the component implementation "lifecycle" "injecting" "synchronization" "property" "reference" 114 JCA-TA-4008 [JCA40008] Java component implementation in injecting state Implementation has 1 or more service methods Service methods are not invoked "lifecycle" "injecting" "service methods" JCA-TA-4009 [JCA40009] Java component implementation in injecting state Copyright OASIS All Rights Reserved. Page 14 of 48

15 All properties and references have been injected Component implementation transitions to the Initializing state "lifecycle" "injecting" "transition" "initializing" JCA-TA-4010 [JCA40010] Java component implementation in injecting state Exception is thrown while a property or a reference is being injected Component implementation transitions to the Destroying state "lifecycle" "injecting" "exception" "transition" "destroying" JCA-TA-4011 [JCA40011] Java component implementation entering initializing state Implementation has a method annotated Method markedannotated is invoked "lifecycle" "initializing" "@Init" JCA-TA-4012 [JCA40012] Java component implementation in initializing state Implementation has an injected reference of injected reference has not been initialized Implementation invokes a method on the reference Implementation receives a ServiceUnavailableException "lifecycle" "injecting" "exception" "reference" "uninitialized" JCA-TA-4013 [JCA40013] Java component implementation in initializing state Copyright OASIS All Rights Reserved. Page 15 of 48

16 Implementation has 1 or more service methods Service methods are not invoked "lifecycle" "injecting" "service" "invocation" JCA-TA-4014 [JCA40014] Java component implementation in initializing state Invocation of method annotated completes successfully Component implementation transitions to the Running state "lifecycle" "initializing" "transition" "running" JCA-TA-4015 [JCA40015] Java component implementation in initializing state Exception is thrown by the component implementation Component implementation transitions to the Destroying state "lifecycle" "initializing" "exception" "transition" "destroying" JCA-TA-4016 [JCA400160] Java component implementation in running state Component has one or more service Client component invokes one of the service operations Implementation service method corresponding to the operation is invoked "lifecycle" "running" "service" "invocation" "method" JCA-TA-4017 [JCA40017] Java component implementation in running state Implementation scope ends Copyright OASIS All Rights Reserved. Page 16 of 48

17 Component implementation transitions to the Destroying state "lifecycle" "running" "scope ends" "transition" "destroying" JCA-TA-4018 [JCA40018] Java component implementation entering Destroying state Implementation has a method annotated to Destroying state Implementation mmethod annotated is invoked "lifecycle" "destroying" "@Destroy" "transition" JCA-TA-4019 [JCA40019] Java component implementation in destroying state Implementation has an injected reference Implementation invokes a method on the reference of reference has already been destroyed Implementation receives an InvalidServiceException "lifecycle" "destroying" "exception" "reference" JCA-TA-4020 [JCA40020] Java component implementation in destroying state Implementation has one or more services Client component invokes service operations Implementation service methods are not invoked "lifecycle" "destroying" "service" "method" "invocation" JCA-TA-4021 [JCA40021] Copyright OASIS All Rights Reserved. Page 17 of 48

18 Java component implementation in Destroying state Method annotation completes Component implementation transitions to terminated state "lifecycle" "destroying" "transition" "terminated" JCA-TA-4022 [JCA40022] Java component implementation in Destroying state Method annotation throws an exception Component implementation transitions to the terminated state "lifecycle" "destroying" "exception" "transition" "terminated" JCA-TA-4023 [JCA40023] Java component implementation is in Terminated state Component implementation has service Client component invokes operations on a service Implementation service methods are not invoked "lifecycle" "terminated" "service" "invocation" Section JCA-TA-5001 [JCA50001] Copyright OASIS All Rights Reserved. Page 18 of 48

19 Section JCA-TA-8001 [JCA70001] Declaration of a Java annotation that corresponds to an SCA intent Declaration includes annotation "annotation" "declaration" "@Intent" "intent" JCA-TA-8002 [JCA70002] Method of Java implementation class Method is annotated with an Intent annotation Method is a setter method for an SCA reference, either through explicit marking or through introspection as defined in component implementation specification "annotation" "method" "intent" JCA-TA-8003 [JCA70002] Field of a Java implementation class Field is annotated with an Intent annotation Field is an SCA reference field, either through explicit marking or through introspection as defined in the component implementation specification "annotation" "field" "intent" JCA-TA-8004 [JCA70002] Copyright OASIS All Rights Reserved. Page 19 of 48

20 Constructor parameter of a Java implementation class Constructor parameter is annotated with an Intent annotation Constructor parameter is marked as an SCA reference using annotation "annotation" "constructor" "parameter" "intent" JCA-TA-8005 [JCA70003] Java element annotated with multiple intent annotations The set of intents which apply to the Java element are the combination of all the separate intents declared by the annotations, following the combination rules defined in the SCA Policy Framework spec "annotation" "multiple" "intent" "combination" JCA-TA-8006 [JCA70004] Method of a Java interface One set of Intent annotations are specified on the Java interface A second set of Intent annotations are specified on the method The set of intents which apply to the method are the combination of the set of intents on the interface with the set of intents on the method, following the merging rules for a structural hierarchy defined in the SCA Policy Framework specification "annotation" "multiple" "intent" "combination" "interface" "method" JCA-TA-8007 [JCA70005] Method of Java implementation class Method is annotated with a PolicySets annotation Method is a setter method for an SCA reference, either through explicit marking or through introspection as defined in component implementation specification Copyright OASIS All Rights Reserved. Page 20 of 48

21 "annotation" "reference" "method" JCA-TA-8008 [JCA70005] Field of a Java implementation class Field is annotated with a PolicySets annotation Field is an SCA reference field, either through explicit marking or through introspection as defined in the component implementation specification "annotation" "reference" "@PolicySets" "field" JCA-TA-8009 [JCA70005] Constructor parameter of a Java implementation class Constructor parameter is annotated with a PolicySets annotation Constructor parameter is marked as an SCA reference using annotation "annotation" "constructor" "@PolicySets" "reference" JCA-TA-8010 [JCA70006] Method of a Java interface Java interface is annotated annotation Method is annotated with a annotation The set of intents which apply to the method is the union of the policy sets specificed by the annotations. "annotation" "@PolicySets" "interface" "method" "combination" Copyright OASIS All Rights Reserved. Page 21 of 48

22 Section JCA-TA-9001 [JCA80001] invocation of getservice(...) method of ComponentContext API referencename parameter of the method identifies a reference of multiplicity 0..n or multiplicity 1..n getservice(...) method throws an IllegalArgumentException "ComponentContext" "getservice" "0..n" "1..n" "IllegalArgumentException" JCA-TA-9002 [JCA80002] invocation of getrequestcontext(...) method of ComponentContext API invocation takes place during the execution of a Java business method of a service operation invocation take place on the same Java thread use by the SCA runtime to invoke the business method invocation returns a non-null value for the RequestContext "ComponentContext" "getrequestcontext" "business method" "service" JCA-TA-9005 [JCA80002] invocation of getrequestcontext(...) method of ComponentContext API invocation takes place during the execution of a Java business method of a callback operation invocation take place on the same Java thread use by the SCA runtime to invoke the business method invocation returns a non-null value for the RequestContext "ComponentContext" "getrequestcontext" "business method" "callback" JCA-TA-9003 Copyright OASIS All Rights Reserved. Page 22 of 48

23 [JCA80003] invocation of getservicereference() method of RequestContext API invocation takes place during the execution of a Java business method of a service operation getservicereference() method returns a ServiceReference object that represents the service that was invoked "RequestContext" "service operation" "getservicereference" JCA-TA-9004 [JCA80003] invocation of getservicereference() method of RequestContext API invocation takes place during the execution of a Java business method of a callback operation getservicereference() method returns a ServiceReference object that represents the callback that was invoked "RequestContext" "callback operation" "getservicereference" Section JCA-TA [JCA90001] Component implementation contains an SCA annotation that is improperly used The component which uses the implementation does not run "implementation" "invalid annotation" 170 JCA-TA [JCA90002] Component implementation class Class has static method Class has an SCA annotation Class does not have SCA annotation applied to static method Copyright OASIS All Rights Reserved. Page 23 of 48

24 "SCA annotation" "static method" JCA-TA [JCA90002] Component implementation class Class has static field Class has an SCA annotation Class does not have SCA annotation applied to static field "SCA annotation" "static field" JCA-TA [JCA90052] Java class annotation is attached to: - the Java class itself - or a method of a remotable service offered by the class - or an SCA reference of the class, in which case it is attached to the reference in a place where annotation is valid "@AllowsPassByReference" "Java class" "attachment" JCA-TA annotation used to annotationon a setter method or on a field of an implementation class, for injection of a callback annotation does not specify any attributes "annotation" "Callback" "implementation" "injection" Copyright OASIS All Rights Reserved. Page 24 of 48

25 JCA-TA [JCA90003] Constructor of an implementation class Constructor has parameters Constructor is annotated with annotation Each parameter of the Constructor is annotated with or "annotation" "constructor" "parameters" JCA-TA [JCA90004] Method of Java implementation class annotated Method has void return type and no arguments "annotation" "return type" "arguments" JCA-TA [JCA90005] Java implementation class with a method annotated Scope of the implementation class ends Method annotated is invoked. "annotation" "@Destroy" "invoke" "scope" JCA-TA [JCA90007] Java implementation class annotated Implementation class is Composite scoped Component using the implementation is started Java implementation class is started "annotation" "@EagerInit" "composite scope" "started" JCA-TA Copyright OASIS All Rights Reserved. Page 25 of 48

26 [JCA90008] Method annotated in a Java implementation class Method has void return type and no arguments "anotation" "method" "@Init" "return type" "arguments" JCA-TA [JCA90009] Method annotated Java class is started Property and Reference injection is complete Method is invoked "annotation" "@Init" "started" "invoked" JCA-TA [JCA90011] Java implementation class field annotated Class field is not declared as final "annotation" "@Property" "field" "final" JCA-TA annotation of a constructor annotation has attribute present "annotation" "@Property" "@name" "constructor" "parameter" JCA-TA [JCA90014] Copyright OASIS All Rights Reserved. Page 26 of 48

27 annotation of a constructor annotation "annotation" "@Property" "@required" "constructor" "parameter" JCA-TA [JCA90047] Introspected component type of Java implementation annnotation is applied to a class field or to the input parameter of a setter method or of a constructor Type of the element to is applied is an array or is a type that implements or extends java.util.collection Component type contains a <property/> element corresponding to annotation, attribute set to "true" "annotation" "@Property" "componenttype" "@many" "array" "collection" JCA-TA [JCA90047] Introspected component type of Java implementation annnotation is applied to a class field or to the input parameter of a setter method or of a constructor Type of the element to is applied is not an array and is not a type that implements or extends java.util.collection Component type contains a <property/> element corresponding to annotation, attribute set to "false" "annotation" "@Property" "componenttype" "@many" "array" "collection" JCA-TA [JCA90015] Definition of an Intent annotation The SCA intent has qualifiers The Intent annotation definition contains annotation "annotation" "defintion" "intent" "qualifiiers" "@Qualifier" Copyright OASIS All Rights Reserved. Page 27 of 48

28 JCA-TA [JCA90016] Java implementation class field annotated Class field is not declared as final "annotation" "field" "final" JCA-TA annotation of a constructor method annotation has attribute present "annotation" "constructor" "parameter" "@Reference" "@name" JCA-TA annotation of a constructor method annotation has attribute with the value "true" "annotation" "constructor" "parameter" "@Reference" "@required" JCA-TA [JCA90020] Introspected component type of Java implementation annnotation is applied to a class field or to the input parameter of a setter method or of a constructor Type of the element to is applied is not an array and is not a type that implements or attribute has the value "false" Component type contains a <reference/> element corresponding to annotation, attribute set to "0..1" "annotation" "@Reference" "componenttype" "@multiplicity" "array" Copyright OASIS All Rights Reserved. Page 28 of 48

29 "collection" JCA-TA [JCA90020] Introspected component type of Java implementation annnotation is applied to a class field or to the input parameter of a setter method or of a constructor Type of the element to is applied is not an array and is not a type that implements or attribute has the value "true" Component type contains a <reference/> element corresponding to annotation, attribute set to "1..1" "annotation" "@Reference" "componenttype" "@multiplicity" "array" "collection" JCA-TA [JCA90021] Introspected component type of Java implementation annnotation is applied to a class field or to the input parameter of a setter method or of a constructor Type of the element to is applied is an array or is a type that implements or attribute has the value "false" Component type contains a <reference/> element corresponding to annotation, attribute set to "0..n" "annotation" "@Reference" "componenttype" "@multiplicity" "array" "collection" JCA-TA [JCA90021] Introspected component type of Java implementation annnotation is applied to a class field or to the input parameter of a setter method or of a constructor Type of the element to is applied is an array or is a type that implements or attribute has the value "true" Component type contains a <reference/> element corresponding to annotation, attribute set to "1..n" Copyright OASIS All Rights Reserved. Page 29 of 48

30 196 "annotation" "componenttype" "array" "collection" 197 JCA-TA [JCA90022] Reference obtained by the Java implementation either via injection or via the ComponentContext getservice(...) method Reference has multiplicity of 0..1 Component reference is unwired Reference is null "reference" "unwired" "null" "0..1" "multiplicity" JCA-TA [JCA90023] Reference obtained by the Java implementation either via injection or via the ComponentContext getservice(...) method Reference has multiplicity of 0..n Component reference is unwired Reference is an empty array/collection "reference" "unwired" "empty" "0..n" "multiplicity" JCA-TA [JCA90024] Component reference is rewired during lifetime of an implementation instance Reference object is reinjected into the implementation instance optional "reinjection" "reference" "rewire" "implementation" "instance" JCA-TA [JCA90025] Implementation class which has a reference reinjected due to wiring changes Copyright OASIS All Rights Reserved. Page 30 of 48

31 SCA Runtime supports reinjection. Implementation is not STATELESS scope "reinjection" "reference" "implementation" "stateless" "scope" JCA-TA [JCA90025] Implementation class which has a reference reinjected due to wiring changes Implementation does not use constructor based injection for that reference "reinjection" "reference" "implementation" "constructor" JCA-TA [JCA90026] Reference object of an implementation instance Reference wiring changes so that reference target is changed Reference is not reinjected Reference object continues to work as if the reference target is not changed "reference" "rewire" "reinjection" JCA-TA [JCA90027] Operation invocation on a reference of an implementation instance of the reference has been undeployed since the reference was injected Operation throws InvalidServiceException recommended "reference" "target" "undeployed" "invocation" "InvalidServiceException" JCA-TA [JCA90028] Copyright OASIS All Rights Reserved. Page 31 of 48

32 Operation invocation on a reference of an implementation instance of the reference has become unavailable for some reason Operation throws ServiceUnavailableException recommended "reference" "target" "unavailable" "invocation" "ServiceUnavailableException" JCA-TA [JCA90029] Operation invocation on a reference of an implementation instance of the reference has been changed since the reference was injected Operation either works or throws InvalidServiceException "reference" "target" "changed" "invocation" "InvalidServiceException" JCA-TA [JCA90030] ServiceReference obtained from a reference object via the ComponentContext.cast() method Reference is reinjected ServiceReference object continues to work as if the reference target were not changed "ServiceReference" "reference" "reinjection" "cast(...)" JCA-TA [JCA90031] Operation invocation on ServiceReference object of the ServiceReference is undeployed Operation throws an InvalidServiceException recommended "ServiceReference" "target" "undeployed" "InvalidServiceException" "invocation" JCA-TA [JCA90032] Operation invocation on ServiceReference object Copyright OASIS All Rights Reserved. Page 32 of 48

33 of the ServiceReference becomes unavailable Operation throws a ServiceUnavailableException recommended "ServiceReference" "target" "unavailable" "ServiceUnavailableException" "invocation" JCA-TA [JCA90033] Operation invocation on a ServiceReference object of the ServiceReference has been changed since the ServiceReference was obtained Operation either works or throws InvalidServiceException "ServiceReference" "target" "changed" "InvalidServiceException" "invocation" JCA-TA [JCA90034] Reference obtained from getservice() method of ComponentContext Domain configuration has changed since the component was started Configuration changes affect the reference Reference configuration reflects the Domain configuration at the time the getservice() method was called "reference" "getservice()" "domain" "configuration" "changed" JCA-TA [JCA900345] ServiceReference obtained from getservicereference() method of ComponentContext Domain configuration has changed since the component was started Configuration changes affect the reference ServiceReference configuration reflects the Domain configuration at the time the getservicereference() method was called "ServiceReference" "getservicereference()" "domain" "configuration" "changed" Copyright OASIS All Rights Reserved. Page 33 of 48

34 JCA-TA [JCA90035] Business method of a reference obtained through the component context getservice() method or of a ServiceReference obtained through the component context getservicereference() method of reference/servicereference has been undeployed or has become unavailable Invocation of the business method throws InvalidServiceException or ServiceUnavailableException "reference" "getservice()" "ServiceReference" "getservicereference()" "target" "undeployed" "unavailable" JCA-TA [JCA90036] Reference obtained from getservice() method of ComponentContext service of the component reference has changed since the component was started Reference target is the new target for the component reference recommended "reference" "getservice()" "target" "changed" JCA-TA [JCA90036] ServiceReference obtained from getservicereference() method of ComponentContext service of the component reference has changed since the component was started ServiceReference target is the new target for the reference recommended "ServiceReference" "getservicereference()" "target" "changed" JCA-TA [JCA90037] Array or Collection object for a reference of multiplicity 0..n or 1..n Changes occur to the wiring of the reference or to the target(s) of the wiring Reference reinjection is not allowed Contents of the Array / Collection do not change Copyright OASIS All Rights Reserved. Page 34 of 48

35 "reference" "multiplicity" "0..n" "1..n" "wiring" "target" "change" "injection" JCA-TA [JCA90038] Reference with multiplicity 0..n or 1..n with a setter method for injection Changes occur to the wiring of the reference or to the target(s) of the wiring Reference was originally injected with an array or a collection object Runtime supports reference reinjection. Setter method is invoked with an array / collection object containing the new targets of the component reference "reference" "multiplicity" "0..n" "1..n" "wiring" "target" "change" "injection" JCA-TA [JCA90039] Array or Collection object for a reference, where reinjection takes place Reference of multiplicity 0..n or 1..n Changes occur to the wiring of the reference or to the target(s) of the wiring Runtime supports reinjection Array or Collection object is not the same object that was originally injected for this reference "reference" "multiplicity" "0..n" "1..n" "wiring" "target" "change" "injection" JCA-TA [JCA90040] Interface of a service marked remotable by annotation The interface is translatable into a WSDL porttype "interface" "service" "remotable" "WSDL" "porttype" "translatable" JCA-TA Copyright OASIS All Rights Reserved. Page 35 of 48

36 annotation Annotation is applied to a component implementation class "annotation" "@Scope" "implementation class" JCA-TA [JCA90042] Implementation class annotated annotation declares a set of services which implies a set of service interfaces Implementation class implements all of the methods of all the declared service interfaces "annotation" "@Service" "methods" "interface" "implementation" JCA-TA attribute is annotation declares attribute "annotation" "@Service" "@name" "@value" JCA-TA attribute is annotation declares attribute "annotation" "@Service" "@names" "@interfaces" JCA-TA attribute annotation Copyright OASIS All Rights Reserved. Page 36 of 48

37 Number of strings in attribute array is the same as the number of element in attribute array "annotation" "number" JCA-TA annotation attribute annotation does not declare attribute "annotation" JCA-TA annotation attribute annotation does not declare attribute "annotation" JCA-TA annotation with single interface class object Void.class Void.class is either the default value for attribute or the default content of array, or it is explicitly used as the value for annotation is ignored - the implementation class is treated as if the annotation was not present at all "annotation" "@Service" "@interfaces" "@value" "Void.class" "ignored" JCA-TA annotation Annotation specifies one or more interface class other than Void.class for Copyright OASIS All Rights Reserved. Page 37 of 48

38 either annotation does not specify Void.class for either or attributes "annotation" "Void.class" JCA-TA [JCA90045] Implementation class declaring 2 or more services Each service has a distinct Java simple name "annotation" "@Service" "service" "name" Section JCA-TA [JCA100001] Java interface which is mapped to WSDL by SCA runtime Java interface does not have annotation Interface is mapped to WSDL as if it did annotation "interface" "Java" "WSDL" "mapping" "@WebService" JCA-TA [JCA100002] Java interface annotation, mapped to WSDL by SCA runtime Interface is mapped to WSDL as if it contained annotation "interface" "Java" "WSDL" "mapping" "@OneWay" JCA-TA Copyright OASIS All Rights Reserved. Page 38 of 48

39 236 [JCA100003] WSDL interface mapped to a Java interface by SCA runtime annotation in Java interface is taken to mean that the service interface is Remotable "interface" "Java" "WSDL" "mapping" "@WebService" "remotable" JCA-TA [JCA100004] Java interface used for service interface Interface contains JAXB 2.1 data types and annotations SCA runtime is able to map the interface to WSDL "interface" "WSDL" "mapping" "JAXB" "2.1" JCA-TA [JCA100005] Java interface used for service interface Interface contains SDO 2.1 data types and annotations SCA runtime is able to map the interface to WSDL optional "interface" "WSDL" "mapping" "SDO" "2.1" 239 JCA-TA [JCA100006] Java interface used to declare SCA service interface in <interface.java/> element Java interface does not contain additional client side asynchronous polling and callback methods defined by JAX-WS "interface" "service" "asynchronous" "polling" "callback" "methods" JCA-TA [JCA100007] Java interface used to declare SCA reference interface in a Java Copyright OASIS All Rights Reserved. Page 39 of 48

40 implementation class Java interface contains the additional client side asynchronous polling and callback methods defined by JAX-WS Java interface is treated as valid and is used optional "interface" "reference" "asynchronous" "polling" "callback" "methods" JCA-TA [JCA100008] SCA reference interface in the component type of a Java implementation class Reference is declared in the implementation class using a Java interface which contains the additional client side asynchronous polling and callback methods defined by JAX-WS Reference interface in the component type does not contain the additional client side asynchronous polling and callback methods defined by JAX-WS "interface" "reference" "componenttype" "asynchronous" "polling" "callback" "methods" JCA-TA [JCA100009] Java interface used to declare SCA reference interface in a Java implementation class Java interface contains the additional client side asynchronous polling and callback methods defined by JAX-WS The implementation class is able to use the client side asynchronous polling and callback methods, with the semantics as described in the JAX- WS 2.1 specification "interface" "reference" "asynchronous" "polling" "callback" "methods" Copyright OASIS All Rights Reserved. Page 40 of 48

41 Cross Mapping of Conformance Statements to Assertions Conformance statement JCA20001 JCA20002 JCA20003 JCA20004 JCA20005 JCA20006 JCA20007 JCA20008 JCA20009 JCA20010 JCA-TA-2001 JCA-TA-2002 JCA-TA-2003 JCA-TA-2004 JCA-TA-2005 JCA-TA-2006 JCA-TA-2007 JCA-TA-2008 JCA-TA-2009 JCA-TA-2010 JCA-TA-2011 Test Assertion Conformance statement JCA30001 JCA30002 JCA30003 JCA30004 JCA30005 JCA30006 JCA30007 JCA30008 Test Assertion JCA-TA-3001 JCA-TA-3002 JCA-TA-3003 JCA-TA-3004 JCA-TA-3005 JCA-TA-3006 JCA-TA-3007 Covered by JCA-TA and JCA-TA-3007 Conformance statement JCA40001 JCA40002 JCA40003 JCA40004 JCA40005 JCA40006 JCA40007 JCA40008 JCA40009 JCA40010 JCA40011 JCA40012 JCA-TA-4001 JCA-TA-4002 JCA-TA-4003 JCA-TA-4004 JCA-TA-4005 JCA-TA-4006 JCA-TA-4007 JCA-TA-4008 JCA-TA-4009 JCA-TA-4010 JCA-TA-4011 JCA-TA-4012 Test Assertion Copyright OASIS All Rights Reserved. Page 41 of 48

42 Conformance statement JCA40013 JCA40014 JCA40015 JCA40016 JCA40017 JCA40018 JCA40019 JCA40020 JCA40021 JCA40022 JCA40023 Conformance statement JCA70001 JCA70002 JCA70003 JCA70004 JCA70005 JCA70006 Conformance statement JCA80001 JCA80002 JCA80003 JCA-TA-4013 JCA-TA-4014 JCA-TA-4015 JCA-TA-4016 JCA-TA-4017 JCA-TA-4018 JCA-TA-4019 JCA-TA-4020 JCA-TA-4021 JCA-TA-4022 JCA-TA-4023 JCA-TA-8001 JCA-TA-8002 JCA-TA-8003 JCA-TA-8004 JCA-TA-8005 JCA-TA-8006 JCA-TA-8007 JCA-TA-8008 JCA-TA-8009 JCA-TA-8010 JCA-TA-9001 JCA-TA-9002 JCA-TA-9005 JCA-TA-9003 JCA-TA-9004 Test Assertion Test Assertion Test Assertion Conformance statement JCA90001 JCA90002 JCA90003 JCA90004 JCA90005 JCA90007 JCA90008 JCA-TA JCA-TA JCA-TA JCA-TA JCA-TA JCA-TA JCA-TA JCA-TA Test Assertion Copyright OASIS All Rights Reserved. Page 42 of 48

TestCases for the SCA_J Common Annotations and APIs Version 1.1 Specification

TestCases for the SCA_J Common Annotations and APIs Version 1.1 Specification TestCases for the SCA_J Common Annotations and APIs Version 1.1 Specification Committee Draft 01 - rev21 21 OctoberNovember 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-j/sca-j-caa-1.1-testcases-cd01.html

More information

Test Assertions for the SCA Assembly Model Version 1.1 Specification

Test Assertions for the SCA Assembly Model Version 1.1 Specification Test Assertions for the SCA Assembly Model Version 1.1 Specification Committee Draft 03 10 August 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-assembly/sca-assembly-1.1-test-assertions-cd03.html

More information

SCA-J POJO Component Implementation v1.1 TestCases Version 1.0

SCA-J POJO Component Implementation v1.1 TestCases Version 1.0 SCA-J POJO Component Implementation v1.1 TestCases Version 1.0 Committee Specification Draft 01 / Public Review Draft 01 8 November 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-j/sca-j-pojo-ci-1.1-testcases-1.0-csprd01.html

More information

TestCases for the SCA POJO Component Implementation Specification Version 1.1

TestCases for the SCA POJO Component Implementation Specification Version 1.1 TestCases for the SCA POJO Component Implementation Specification Version 1.1 Committee Specification Draft 02 / Public Review Draft 02 15 August 2011 Specification URIs This version: http://docs.oasis-open.org/opencsa/sca-j/sca-j-pojo-ci-1.1-testcases-csprd02.pdf

More information

Test Assertions for the SCA Web Service Binding Version 1.1 Specification

Test Assertions for the SCA Web Service Binding Version 1.1 Specification Test Assertions for the SCA Web Service Binding Version 1.1 Specification Working Draft 02 7 October 2009 Specification URIs: This Version: http://docs.oasis-open.org/sca-bindings/sca-wsbinding-1.1-test-assertions-cd01.html

More information

Service Component Architecture Client and Implementation Model for C++ Test Cases Version 1.1

Service Component Architecture Client and Implementation Model for C++ Test Cases Version 1.1 Service Component Architecture Client and Implementation Model for C++ Test Cases Version 1.1 Committee Draft 02 14 October 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-c-cpp/sca-cppcni-1.1-testcases-cd02.html

More information

TestCases for the SCA Assembly Model Version 1.1

TestCases for the SCA Assembly Model Version 1.1 TestCases for the SCA Assembly Model Version 1.1 Committee Specification Draft 04 / Public Review Draft 03 21 June 2011 Specification URIs This version: http://docs.oasis-open.org/opencsa/sca-assembly/sca-assembly-1.1-testcases-csprd03.pdf

More information

Test Assertions for the SCA Policy Framework 1.1 Specification

Test Assertions for the SCA Policy Framework 1.1 Specification Test Assertions for the SCA Policy Framework 1.1 Specification Committee Draft 02 28 September 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-policy/sca-policy-1.1-test-assertions-cd02.html

More information

SCA JMS Binding v1.1 TestCases Version 1.0

SCA JMS Binding v1.1 TestCases Version 1.0 SCA JMS Binding v1.1 TestCases Version 1.0 Committee Specification Draft 01 / Public Review Draft 01 8 November 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-bindings/sca-jmsbinding-1.1-testcases-1.0-csprd01.html

More information

TestCases for the SCA Web Service Binding Specification Version 1.1

TestCases for the SCA Web Service Binding Specification Version 1.1 TestCases for the SCA Web Service Binding Specification Version 1.1 Committee Specification Draft 01 revision 1 + Issue 152 1 April 2011 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-bindings/sca-wsbinding-1.1-testcases-csd01-rev1.html

More information

TestCases for the SCA Web Service Binding Specification Version 1.1

TestCases for the SCA Web Service Binding Specification Version 1.1 TestCases for the SCA Web Service Binding Specification Version 1.1 Committee Specification Draft 02 / Public Review Draft 02 14 July 2011 Specification URIs: This version: http://docs.oasis-open.org/opencsa/sca-bindings/sca-wsbinding-1.1-testcases-csprd02.pdf

More information

SCA JMS Binding Specification v1.1 Test Assertions Version 1.0

SCA JMS Binding Specification v1.1 Test Assertions Version 1.0 SCA JMS Binding Specification v1.1 Test Assertions Version 1.0 Committee Specification Draft 01 8 November 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-bindings/sca-jmsbinding-1.1-test-assertions-1.0-

More information

Service Component Architecture Client and Implementation Model Specification for C++ Version 1.1

Service Component Architecture Client and Implementation Model Specification for C++ Version 1.1 Service Component Architecture Client and Implementation Model Specification for C++ Version 1.1 Committee Draft 01 20 March 2008 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-c-cpp/sca-cppcni-1.1-spec-cd-01.html

More information

SAML V2.0 Profile for Token Correlation

SAML V2.0 Profile for Token Correlation SAML V2.0 Profile for Token Correlation Committee Draft 01 28 June 2010 Specification URIs: This Version: 0.1 Previous Version: 0 Latest Version: Technical Committee: OASIS Security Services TC Chair(s):

More information

Using the AMQP Anonymous Terminus for Message Routing Version 1.0

Using the AMQP Anonymous Terminus for Message Routing Version 1.0 Using the AMQP Anonymous Terminus for Message Routing Version 1.0 Committee Specification 01 Specification URIs This version: http://docs.oasis-open.org/amqp/anonterm/v1.0/cs01/.xml (Authoritative) http://docs.oasis-open.org/amqp/anonterm/v1.0/cs01/.html

More information

SAML V2.0 Profile for Mandator Credentials

SAML V2.0 Profile for Mandator Credentials 2 SAML V2.0 Profile for Mandator Credentials 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 Specification URIs: This Version: Previous Version: Latest Version: Technical

More information

Level of Assurance Authentication Context Profiles for SAML 2.0

Level of Assurance Authentication Context Profiles for SAML 2.0 2 3 4 5 Level of Assurance Authentication Context Profiles for SAML 2.0 Draft 01 01 April 2008 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 Specification URIs: This

More information

Deployment Profile Template Version 1.0 for WS-Reliability 1.1

Deployment Profile Template Version 1.0 for WS-Reliability 1.1 Deployment Profile Template Version 1.0 for WS-Reliability 1.1 Committee Draft 11 April 2007 URIs: This Version: http://docs.oasis-open.org/wsrm/profile/wsr-deployment-profile-template-cd.pdf Latest Version:

More information

KMIP Opaque Managed Object Store Profile Version 1.0

KMIP Opaque Managed Object Store Profile Version 1.0 KMIP Opaque Managed Object Store Profile Version 1.0 Committee Specification Draft 01 / Public Review Draft 01 09 January 2014 Specification URIs This version: http://docs.oasis-open.org/kmip/kmip-opaque-obj-profile/v1.0/csprd01/kmip-opaque-obj-profilev1.0-csprd01.doc

More information

Service Component Architecture Web Service Binding Specification Version 1.1

Service Component Architecture Web Service Binding Specification Version 1.1 Service Component Architecture Web Service Binding Specification Version 1.1 Working Draft 01 6 December 2007 Specification URIs: This Version: http://docs.oasis-open.org/sca-bindings/sca-wsbinding-1.1-spec-wd-01.html

More information

KMIP Storage Array with Self-Encrypting Drives Profile Version 1.0

KMIP Storage Array with Self-Encrypting Drives Profile Version 1.0 KMIP Storage Array with Self-Encrypting Drives Profile Version 1.0 Committee Specification Draft 02 / Public Review Draft 02 19 June 2014 Specification URIs This version: http://docs.oasis-open.org/kmip/kmip-sa-sed-profile/v1.0/csprd02/kmip-sa-sed-profile-v1.0-

More information

SAML V2.0 EAP GSS SSO Profile Version 1.0

SAML V2.0 EAP GSS SSO Profile Version 1.0 SAML V2.0 EAP GSS SSO Profile Version 1.0 Committee Draft 00 March 18, 2010 Specification URIs: This Version: http://docs.oasis-open.org/[tc-short-name]/[additional path/filename].html http://docs.oasis-open.org/[tc-short-name]/[additional

More information

KMIP Opaque Managed Object Store Profile Version 1.0

KMIP Opaque Managed Object Store Profile Version 1.0 KMIP Opaque Managed Object Store Profile Version 1.0 OASIS Standard 19 May 2015 Specification URIs This version: http://docs.oasis-open.org/kmip/kmip-opaque-obj-profile/v1.0/os/kmip-opaque-obj-profile-v1.0-

More information

Cloud Application Management for Platforms (CAMP) Test Assertions Version 1.1

Cloud Application Management for Platforms (CAMP) Test Assertions Version 1.1 Cloud Application Management for Platforms (CAMP) Test Assertions Version 1.1 Committee Specification 01 09 November 2014 Specification URIs This version: http://docs.oasis-open.org/camp/camp-ta/v1.1/cs01/camp-ta-v1.1-cs01.pdf

More information

OASIS - Artifact naming guidelines

OASIS - Artifact naming guidelines OASIS - Artifact naming guidelines Working Draft 06, 9 July 2004 Document identifier: Location: http://www.oasis-open.org/apps/org/workgroup/tab/documents.php Editor: Tim Moses Contributors: William Cox

More information

KMIP Symmetric Key Lifecycle Profile Version 1.0

KMIP Symmetric Key Lifecycle Profile Version 1.0 KMIP Symmetric Key Lifecycle Profile Version 1.0 OASIS Standard 19 May 2015 Specification URIs This version: http://docs.oasis-open.org/kmip/kmip-sym-key-profile/v1.0/os/kmip-sym-key-profile-v1.0-os.doc

More information

Search Web Services - searchretrieve Operation: Abstract Protocol Definition Version 1.0

Search Web Services - searchretrieve Operation: Abstract Protocol Definition Version 1.0 Search Web Services - searchretrieve Operation: Abstract Protocol Definition Version 1.0 Committee Draft 01 30 June 2008 Specification URIs: This Version: http://docs.oasis-open.org/search-ws/june08releases/apd-v1.0-cd-01.doc

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO 21720 First edition 2017-11 XLIFF (XML Localisation interchange file format) XLIFF (Format de fichier XML pour l'échange de données de localisation) Reference number ISO 21720:2017(E)

More information

SOA-EERP Business Service Level Agreement Version 1.0

SOA-EERP Business Service Level Agreement Version 1.0 SOA-EERP Business Service Level Agreement Version 1.0 Working Draft 08 10 May 2010 Specification URIs: This Version: http://docs.oasis-open.org/soa-eerp/sla/v1.0/soa-eerp-bsla-spec-wd08.html http://docs.oasis-open.org/soa-eerp/sla/v1.0/soa-eerp-bsla-spec-wd08.doc

More information

Abstract Code-Signing Profile of the OASIS Digital Signature Services

Abstract Code-Signing Profile of the OASIS Digital Signature Services 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 Abstract Code-Signing Profile of the OASIS Digital Signature Services OASIS Standard 11 April 2007 Specification

More information

Test Assertions Part 1 - Test Assertions Model Version 1.0

Test Assertions Part 1 - Test Assertions Model Version 1.0 Test Assertions Part 1 - Test Assertions Model Version 1.0 Draft 1.0.3 20 January 2010 Specification URIs: This Version: Previous Version: [N/A] Latest Version: http://docs.oasis-open.org/tag/model/v1.0/testassertionsmodel-1.0.html

More information

SOA-EERP Business Service Level Agreement Version 1.0

SOA-EERP Business Service Level Agreement Version 1.0 SOA-EERP Business Service Level Agreement Version 1.0 Committee Specification 01 25 November 2010 Specification URIs: This Version: http://docs.oasis-open.org/soa-eerp/sla/v1.0/soa-eerp-bsla-spec-cs01.html

More information

XACML v3.0 XML Digital Signature Profile Version 1.0

XACML v3.0 XML Digital Signature Profile Version 1.0 XACML v3.0 XML Digital Signature Profile Version 1.0 Committee Specification 01 10 August 2010 Specification URIs: This Version: http://docs.oasis-open.org/xacml/3.0/xacml-3.0-dsig-v1-spec-cs-01-en.html

More information

TAXII Version Part 5: Default Query

TAXII Version Part 5: Default Query TAXII Version 1.1.1. Part 5: Default Query Committee Specification 01 05 May 2016 Specification URIs This version: http://docs.oasis-open.org/cti/taxii/v1.1.1/cs01/part5-query/taxii-v1.1.1-cs01-part5-query.docx

More information

XACML Profile for Requests for Multiple Resources

XACML Profile for Requests for Multiple Resources 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 XACML Profile for Requests for Multiple Resources Working Draft 03, 3 August 2004 Document identifier: oasis-xacml-profile-multiple-resources-wd-03

More information

OSLC Change Management Version 3.0. Part 2: Vocabulary

OSLC Change Management Version 3.0. Part 2: Vocabulary OSLC Change Management Version 3.0. Part 2: Vocabulary Committee Specification 01 08 June 2018 Specification URIs This version: http://docs.oasis-open.org/oslc-domains/cm/v3.0/cs01/part2-change-mgt-vocab/.html

More information

OpenOffice Specification Sample

OpenOffice Specification Sample 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 OpenOffice Specification Sample Working Draft 02, 14 April 2004 Document identifier: spectools-openoffice-sample-draft-02

More information

PPS (Production Planning and Scheduling) Part 3: Profile Specifications, Version 1.0

PPS (Production Planning and Scheduling) Part 3: Profile Specifications, Version 1.0 PPS (Production Planning and Scheduling) Part 3: Profile Specifications, Version 1.0 Committee Specification 01 Revision 01 21 Sep 2009 Specification URIs: http://docs.oasis-open.org/pps/v1.0/pps-profile-specifications-1.0-cs01-r01.doc

More information

XDI Requirements and Use Cases

XDI Requirements and Use Cases 1 2 3 XDI Requirements and Use Cases Working Draft 01, April 19 th 2004 4 5 6 7 8 9 10 11 12 13 14 Document identifier: xdi-requirements-and-use-cases-document-04 Location: Editors: [Editors listed here]

More information

UBL NDR 2.0 Checklist

UBL NDR 2.0 Checklist UBL NDR 2.0 Checklist Editors Michael Grimley Mavis Cournane The following checklist contains all UBL XML naming and design rules as defined in UBL Naming and Design Rules version 2.0, 30 August 2006.

More information

Open Command and Control (OpenC2) Language Specification. Version 0.0.2

Open Command and Control (OpenC2) Language Specification. Version 0.0.2 Open Command and Control (OpenC2) Language Specification Version 0.0.2 OpenC2 Language Specification Working Draft 0.0.2 09 Oct 2017 Technical Committee: OASIS OpenC2 Technical Committee Chair: Editors:

More information

OASIS Specification Document Template Usage

OASIS Specification Document Template Usage OASIS Specification Document Template Usage Working Draft, October 18, 2004 Document Identifier: oasis-spectools-1.0-word-sample-draft-01.doc OASIS Identifier: [OASIS document number] Location: Persistent:

More information

Asynchronous Processing Abstract Profile of the OASIS Digital Signature Services Version 1.0

Asynchronous Processing Abstract Profile of the OASIS Digital Signature Services Version 1.0 Asynchronous Processing Abstract Profile of the OASIS Digital Signature Services Version 1.0 OASIS Standard 11 April 2007 Specification URIs: This Version: http://docs.oasis-open.org/dss/v1.0/oasis-dss-profiles-asynchronous_processing-spec-v1.0-

More information

Client and Implementation Model Specification for C++

Client and Implementation Model Specification for C++ SCA Service Component Architecture Client and Implementation Model Specification for C++ SCA Version 1.00, March 21 2007 Technical Contacts: Andrew Borley IBM Corporation David Haney Rogue Wave Software

More information

XACML 3.0 Export Compliance-US (EC- US) Profile Version 1.0

XACML 3.0 Export Compliance-US (EC- US) Profile Version 1.0 XACML 3.0 Export Compliance-US (EC- US) Profile Version 1.0 Committee Draft 03 17 June 2010 Specification URIs: This Version: http://docs.oasis-open.org/xacml/3.0/xacml-3.0-ec-us-v1-spec-cd-03-en.html

More information

Key Management Interoperability Protocol Crypto Profile Version 1.0

Key Management Interoperability Protocol Crypto Profile Version 1.0 Key Management Interoperability Protocol Crypto Profile Version 1.0 Working Draft 0708 25 7 NovemberOctober 2012 Technical Committee: OASIS Key Management Interoperability Protocol (KMIP) TC Chairs: Robert

More information

Client and Implementation Model Specification for Java

Client and Implementation Model Specification for Java Client and Implementation Model Specification for Java SCA Version 0.9, November 2005 Technical Contacts: Michael Beisiegel IBM Corporation Henning Blohm Dave Booz Jean-Jacques Dubray Mike Edwards Bruce

More information

XACML v3.0 Hierarchical Resource Profile Version 1.0

XACML v3.0 Hierarchical Resource Profile Version 1.0 XACML v3.0 Hierarchical Resource Profile Version 1.0 Committee Draft 01 16 April 2009 Specification URIs: This Version: http://docs.oasis-open.org/xacml/3.0/xacml-3.0-hierarchical-v1-spec-cd-1-en.pdf http://docs.oasis-open.org/xacml/3.0/xacml-3.0-hierarchical-v1-spec-cd-1-en.doc

More information

Topology and Orchestration Specification for Cloud Applications Version 1.0

Topology and Orchestration Specification for Cloud Applications Version 1.0 Topology and Orchestration Specification for Cloud Applications Version 1.0 Committee Specification Draft 04 30 August 2012 Specification URIs This version: http://docs.oasis-open.org/tosca/tosca/v1.0/csd04/tosca-v1.0-csd04.doc

More information

SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0

SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0 SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0 Working Draft 01 23 November 2016 Technical Committee: OASIS Security Services (SAML) TC Chairs: Thomas Hardjono ( hardjono@mit.edu

More information

Updates: 2710 September 2003 Category: Standards Track. Source Address Selection for the Multicast Listener Discovery (MLD) Protocol

Updates: 2710 September 2003 Category: Standards Track. Source Address Selection for the Multicast Listener Discovery (MLD) Protocol Network Working Group B. Haberman Request for Comments: 3590 Caspian Networks Updates: 2710 September 2003 Category: Standards Track Status of this Memo Source Address Selection for the Multicast Listener

More information

SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0

SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0 SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0 Working Draft 01 23 November 2016 Technical Committee: OASIS Security Services (SAML) TC Chairs: Thomas Hardjono ( hardjono@mit.edu

More information

PPS (Production Planning and Scheduling) Part 1: Core Elements, Version 1.0

PPS (Production Planning and Scheduling) Part 1: Core Elements, Version 1.0 PPS (Production Planning and Scheduling) Part 1: Core Elements, Version 1.0 Committee Specification 01 Revision 01 21 Sep 2009 Specification URIs: http://docs.oasis-open.org/pps/v1.0/pps-core-elements-1.0-cs01-r01.doc

More information

Request for Comments: 4633 Category: Experimental August 2006

Request for Comments: 4633 Category: Experimental August 2006 Network Working Group S. Hartman Request for Comments: 4633 MIT Category: Experimental August 2006 Status of This Memo Experiment in Long-Term Suspensions From Internet Engineering Task Force (IETF) Mailing

More information

Key Management Interoperability Protocol Use Cases Version 1.0

Key Management Interoperability Protocol Use Cases Version 1.0 Key Management Interoperability Protocol Use Cases Version 1.0 Committee Draft 09 / Public Review 02 18 March 2010 Specification URIs: This Version: http://docs.oasis-open.org/kmip/usecases/v1.0/cd09/kmip-usecases-1.0-cd-09.html

More information

{Describe the status and stability of the specification here.}

{Describe the status and stability of the specification here.} {Document Title} Working Draft 02, {date} Document identifier: wd-spectools-docbook-template-02 Location: http://www.oasis-open.org/spectools/docs Editor: {Jane} {Doe}, {Example Corporation}

More information

Service Component Architecture Web Service Binding Specification Version 1.1

Service Component Architecture Web Service Binding Specification Version 1.1 Service Component Architecture Web Service Binding Specification Version 1.1 Committee Specification Draft 05 / Public Review Draft 03 28 July 2011 Specification URIs: This version: http://docs.oasis-open.org/opencsa/sca-bindings/sca-wsbinding-1.1-spec-csprd03.pdf

More information

FINAL. SCA-Assembly TC Teleconference. 13 Jan Chair. Scribe. Attendees. Mike Edwards, Martin Chapman. Dave Booz

FINAL. SCA-Assembly TC Teleconference. 13 Jan Chair. Scribe. Attendees. Mike Edwards, Martin Chapman. Dave Booz FINAL SCA-Assembly TC Teleconference 13 Jan 2009 Chair Mike Edwards, Martin Chapman Scribe Dave Booz Attendees Name Company Status Michael Rowley Active Endpoints, Inc. Group Member fred carter AmberPoint

More information

SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0

SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0 SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0 Working Draft 03 9 December 2016 Technical Committee: OASIS Security Services (SAML) TC Chairs: Thomas Hardjono (hardjono@mit.edu),

More information

Metadata for SAML 1.0 Web Browser Profiles

Metadata for SAML 1.0 Web Browser Profiles 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 Metadata for SAML 1.0 Web Browser Profiles Working Draft 00, 12 November 2002 Document identifier: draft-sstc-saml-meta-data-00 Location:

More information

Request for Comments: 3934 Updates: 2418 October 2004 BCP: 94 Category: Best Current Practice

Request for Comments: 3934 Updates: 2418 October 2004 BCP: 94 Category: Best Current Practice Network Working Group M. Wasserman Request for Comments: 3934 ThingMagic Updates: 2418 October 2004 BCP: 94 Category: Best Current Practice Updates to RFC 2418 Regarding the Management of IETF Mailing

More information

XACML v3.0 Core and Hierarchical Role Based Access Control (RBAC) Profile Version 1.0

XACML v3.0 Core and Hierarchical Role Based Access Control (RBAC) Profile Version 1.0 XACML v3.0 Core and Hierarchical Role Based Access Control (RBAC) Profile Version 1.0 Committee Specification 01 10 August 2010 Specification URIs: This Version: http://docs.oasis-open.org/xacml/3.0/xacml-3.0-rbac-v1-spec-cs-01-en.html

More information

Topology and Orchestration Specification for Cloud Applications Version 1.0

Topology and Orchestration Specification for Cloud Applications Version 1.0 Topology and Orchestration Specification for Cloud Applications Version 1.0 Committee Specification Draft 02 05 April 2012 Specification URIs This version: http://docs.oasis-open.org/tosca/tosca/v1.0/csd02/tosca-v1.0-csd02.doc

More information

Network Working Group. November Encoding Long Options in the Dynamic Host Configuration Protocol (DHCPv4)

Network Working Group. November Encoding Long Options in the Dynamic Host Configuration Protocol (DHCPv4) Network Working Group Request for Comments: 3396 Updates: 2131 Category: Standards Track T. Lemon Nominum, Inc. S. Cheshire Apple Computer, Inc. November 2002 Status of this Memo Encoding Long Options

More information

REST API Design Guidelines Part 2

REST API Design Guidelines Part 2 Frameworx Specification REST API Design Guidelines Part 2 Advanced guidelines for RESTful APIs lifecycle management, polymorphism, common tasks TMF631 Release 14.5.1 March 2015 Latest Update: Frameworx

More information

ECMAScript Test Suite

ECMAScript Test Suite ECMA TR/104 2 nd Edition / December 2016 ECMAScript Test Suite Reference number ECMA-123:2009 Ecma International 2009 COPYRIGHT PROTECTED DOCUMENT Ecma International 2016 Contents Page 1 Scope... 1 2 References...

More information

IETF TRUST. Legal Provisions Relating to IETF Documents. Approved November 6, Effective Date: November 10, 2008

IETF TRUST. Legal Provisions Relating to IETF Documents. Approved November 6, Effective Date: November 10, 2008 IETF TRUST Legal Provisions Relating to IETF Documents Approved November 6, 2008 Effective Date: November 10, 2008 1. Background The IETF Trust was formed on December 15, 2005, for, among other things,

More information

DITA 1.2 Whitepaper: Tools and DITA-Awareness

DITA 1.2 Whitepaper: Tools and DITA-Awareness An OASIS DITA Adoption Technical Committee Publication DITA 1.2 Whitepaper: Tools and DITA-Awareness Su-Laine Yeo On behalf of the OASIS DITA Adoption Technical Committee Date: 14 October 2010 OASIS (Organization

More information

TOSCA Test Assertions Version 1.0

TOSCA Test Assertions Version 1.0 TOSCA Test Assertions Version 1.0 Committee Note Draft 01 08 December 2016 Specification URIs This version: http://docs.oasis-open.org/tosca/tosca-test-assertions/v1.0/cnd01/tosca-test- Assertions-v1.0-cnd01.pdf

More information

Hierarchical Resources: Non-XML Resource Use Case

Hierarchical Resources: Non-XML Resource Use Case 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 Hierarchical Resources: Non-XML Resource Use Case Working Draft 01, 17 June 2004 Document identifier: xacml-profile-hierarchical-resources-nonxml-1.0-draft01

More information

Business Process Modeling Language

Business Process Modeling Language Business Process Modeling Language November 13, 2002 Authors: Assaf Arkin, Intalio Copyright 2002, BPMI.org. All Rights Reserved. Abstract The Business Process Modeling Language (BPML) specification provides

More information

Service Component Architecture Assembly Model Specification Version 1.1

Service Component Architecture Assembly Model Specification Version 1.1 Service Component Architecture Assembly Model Specification Version 1.1 Committee Specification Draft 08 31 May 2011 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-assembly/sca-assembly-spec-v1.1-csd08.pdf

More information

Category: Standards Track September 2003

Category: Standards Track September 2003 Network Working Group K. Murchison Request for Comments: 3598 Oceana Matrix Ltd. Category: Standards Track September 2003 Status of this Memo Sieve Email Filtering -- Subaddress Extension This document

More information

XACML v3.0 Hierarchical Resource Profile Version 1.0

XACML v3.0 Hierarchical Resource Profile Version 1.0 XACML v3.0 Hierarchical Resource Profile Version 1.0 Committee Specification 01 10 August 2010 Specification URIs: This Version: http://docs.oasis-open.org/xacml/3.0/xacml-3.0-hierarchical-v1-spec-cs-01-en.pdf

More information

Category: Standards Track December 2003

Category: Standards Track December 2003 Network Working Group R. Droms, Ed. Request for Comments: 3646 Cisco Systems Category: Standards Track December 2003 Status of this Memo DNS Configuration options for Dynamic Host Configuration Protocol

More information

SIP Forum Copyrights and Trademark Rights in Contributions Policy

SIP Forum Copyrights and Trademark Rights in Contributions Policy 733 Turnpike Street Suite 192 North Andover, MA 01845 USA Tel: +1-718-548-7245 Fax: +1-484-952-2470 SIP Forum Copyrights and Trademark Rights in Contributions Policy Document number: GA-17 [sf-admin-copyrightpolicy-v1.0]

More information

J2ME Code-Signing Profile of the OASIS Digital Signature Services

J2ME Code-Signing Profile of the OASIS Digital Signature Services 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 J2ME Code-Signing Profile of the OASIS Digital Signature Services Committee Specification 13 February

More information

Production Planning and Scheduling (PPS) Version 1.0

Production Planning and Scheduling (PPS) Version 1.0 Production Planning and Scheduling (PPS) Version 1.0 Committee Specification Draft 01 / Public Review Draft 01 02 June 2011 Specification URIs: This version: http://docs.oasis-open.org/pps/pps/v1.0/csprd01/pps-v1.0-csprd01.pdf

More information

IETF TRUST. Legal Provisions Relating to IETF Documents. February 12, Effective Date: February 15, 2009

IETF TRUST. Legal Provisions Relating to IETF Documents. February 12, Effective Date: February 15, 2009 IETF TRUST Legal Provisions Relating to IETF Documents February 12, 2009 Effective Date: February 15, 2009 1. Background The IETF Trust was formed on December 15, 2005, for, among other things, the purpose

More information

Category: Standards Track September MIB Textual Conventions for Uniform Resource Identifiers (URIs)

Category: Standards Track September MIB Textual Conventions for Uniform Resource Identifiers (URIs) Network Working Group D. McWalter, Ed. Request for Comments: 5017 Data Connection Ltd Category: Standards Track September 2007 MIB Textual Conventions for Uniform Resource Identifiers (URIs) Status of

More information

Request for Comments: 2711 Category: Standards Track BBN October 1999

Request for Comments: 2711 Category: Standards Track BBN October 1999 Network Working Group Request for Comments: 2711 Category: Standards Track C. Partridge BBN A. Jackson BBN October 1999 IPv6 Router Alert Option Status of this Memo This document specifies an Internet

More information

Service Component Architecture JMS Binding Specification Version 1.1

Service Component Architecture JMS Binding Specification Version 1.1 Service Component Architecture JMS Binding Specification Version 1.1 Working Draft 02 28 April 2008 Specification URIs: This Version: http://docs.oasis-open.org/sca-bindings/sca-jmsbinding-1.1-spec-wd-02.doc

More information

Multi-Server Based Namespace Data Management of Resource Namespace Service

Multi-Server Based Namespace Data Management of Resource Namespace Service GFD-I.161 GFS-WG Leitao Guo, China Mobile Research Institute Xu Wang, China Mobile Research Institute Meng Xu, China Mobile Research Institute Wenhui Zhou, China Mobile Research Institute December 30,

More information

Category: Standards Track October 2006

Category: Standards Track October 2006 Network Working Group C. Perkins Request for Comments: 4636 Nokia Research Center Category: Standards Track October 2006 Status of This Memo Foreign Agent Error Extension for Mobile IPv4 This document

More information

Web Services Profile of XACML (WS-XACML) Version 1.0

Web Services Profile of XACML (WS-XACML) Version 1.0 Web Services Profile of XACML (WS-XACML) Version 1.0 Working Draft 5, 9 October 2006 Document identifier: xacml-3.0-profile-webservices-spec-v1.0-wd-5 OASIS identifier: [OASIS document number] Location:

More information

Metadata for SAML 1.0 Web Browser Profiles

Metadata for SAML 1.0 Web Browser Profiles 1 2 3 4 Metadata for SAML 1.0 Web Browser Profiles Working Draft 01, 1 February 2003 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Document identifier: draft-sstc-saml-meta-data-01

More information

Network Working Group Internet-Draft August 2005 Expires: February 2, Atom Link No Follow draft-snell-atompub-feed-nofollow-00.

Network Working Group Internet-Draft August 2005 Expires: February 2, Atom Link No Follow draft-snell-atompub-feed-nofollow-00. Network Working Group J. Snell Internet-Draft August 2005 Expires: February 2, 2006 Status of this Memo Atom Link No Follow draft-snell-atompub-feed-nofollow-00.txt By submitting this Internet-Draft, each

More information

Service Component Architecture Assembly Model Specification Version 1.1

Service Component Architecture Assembly Model Specification Version 1.1 Service Component Architecture Assembly Model Specification Version 1.1 Committee Draft 02 14 th January 2009 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-assembly/sca-assembly-1.1-spec-cd02.html

More information

Network Working Group. Category: Standards Track February SIEVE Filtering: Spamtest and VirusTest Extensions

Network Working Group. Category: Standards Track February SIEVE  Filtering: Spamtest and VirusTest Extensions Network Working Group C. Daboo Request for Comments: 3685 Cyrusoft International, Inc. Category: Standards Track February 2004 SIEVE Email Filtering: Spamtest and VirusTest Extensions Status of this Memo

More information

Internet-Draft Harvard U. Editor March Intellectual Property Rights in IETF Technology. <draft-ietf-ipr-technology-rights-02.

Internet-Draft Harvard U. Editor March Intellectual Property Rights in IETF Technology. <draft-ietf-ipr-technology-rights-02. Network Working Group S. Bradner Internet-Draft Harvard U. Editor March 2003 Status of this Memo Intellectual Property Rights in IETF Technology This document

More information

Jabber, Inc. August 20, 2004

Jabber, Inc. August 20, 2004 Network Working Group Internet-Draft Expires: February 18, 2005 P. Saint-Andre Jabber Software Foundation J. Hildebrand Jabber, Inc. August 20, 2004 Transporting Atom Notifications over the Extensible

More information

Network Working Group Request for Comments: Category: Best Current Practice January 2004

Network Working Group Request for Comments: Category: Best Current Practice January 2004 Network Working Group R. Bush Request for Comments: 3681 IIJ BCP: 80 R. Fink Category: Best Current Practice January 2004 Status of this Memo Delegation of E.F.F.3.IP6.ARPA This document specifies an Internet

More information

Network Working Group. Category: Informational April A Uniform Resource Name (URN) Namespace for the Open Geospatial Consortium (OGC)

Network Working Group. Category: Informational April A Uniform Resource Name (URN) Namespace for the Open Geospatial Consortium (OGC) Network Working Group C. Reed Request for Comments: 5165 Open Geospatial Consortium Category: Informational April 2008 Status of This Memo A Uniform Resource Name (URN) Namespace for the Open Geospatial

More information

Hierarchical Resource profile of XACML

Hierarchical Resource profile of XACML 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 Hierarchical Resource profile of XACML Committee Draft 01, 30 September 2004 Document identifier: access_control-xacml-2.0-hier_profile-spec-cd-01

More information

Category: Standards Track June 2006

Category: Standards Track June 2006 Network Working Group K. Zeilenga Request for Comments: 4527 OpenLDAP Foundation Category: Standards Track June 2006 Lightweight Directory Access Protocol (LDAP) Read Entry Controls Status of This Memo

More information

Network Working Group Request for Comments: 3937 Category: Informational October 2004

Network Working Group Request for Comments: 3937 Category: Informational October 2004 Network Working Group M. Steidl Request for Comments: 3937 IPTC Category: Informational October 2004 A Uniform Resource Name (URN) Namespace for the International Press Telecommunications Council (IPTC)

More information

Request for Comments: 3905 Category: Informational September A Template for IETF Patent Disclosures and Licensing Declarations

Request for Comments: 3905 Category: Informational September A Template for IETF Patent Disclosures and Licensing Declarations Network Working Group V. See, Ed. Request for Comments: 3905 Microsoft Category: Informational September 2004 A Template for IETF Patent Disclosures and Licensing Declarations Status of this Memo This

More information

XEP-0206: XMPP Over BOSH

XEP-0206: XMPP Over BOSH 1 di 15 31/01/2011 19:39 XEP-0206: XMPP Over BOSH Abstract: Authors: Copyright: Status: Type: This specification defines how the Bidirectional-streams Over Synchronous HTTP (BOSH) technology can be used

More information

ETSI GS MEC 016 V1.1.1 ( )

ETSI GS MEC 016 V1.1.1 ( ) GS MEC 016 V1.1.1 (2017-09) GROUP SPECIFICATION Mobile Edge Computing (MEC); UE application interface Disclaimer The present document has been produced and approved by the Mobile Edge Computing (MEC) Industry

More information

Identity in the Cloud PaaS Profile Version 1.0

Identity in the Cloud PaaS Profile Version 1.0 Identity in the Cloud PaaS Profile Version 1.0 Committee Note Draft 01 / Public Review Draft 01 29 April 2013 Work Product URIs This is a Non-Standards Track Work Product. The patent provisions of the

More information