|
Btw, the is org.apache.openejb.core.singleton.EjbWsContext and org.apache.openejb.core.stateless.EjbWsContext which are identical at this point. If they are going to be the same in the future, it might be nicer to have one copy of this class and move it to org.apache.openejb.core.webservices package (or something like that).
Sending container/openejb-core/src/main/java/org/apache/openejb/core/singleton/EjbWsContext.java
Sending container/openejb-core/src/main/java/org/apache/openejb/core/singleton/SingletonContainer.java Sending container/openejb-core/src/main/java/org/apache/openejb/core/stateless/EjbWsContext.java Sending container/openejb-core/src/main/java/org/apache/openejb/core/stateless/StatelessContainer.java Adding container/openejb-core/src/main/java/org/apache/openejb/core/webservices/AddressingSupport.java Adding container/openejb-core/src/main/java/org/apache/openejb/core/webservices/NoAddressingSupport.java Transmitting file data ...... Committed revision 698737. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
In cases where the AddressingSupport instance is not passed with the request, the default NoAddressingSupport will be used which will generate the UnsupportedOperationException (just like before).