You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ve...@apache.org on 2010/03/02 00:41:10 UTC

svn commit: r917800 - /cxf/sandbox/veithen/cxf-spring-security/samples/jax-ws-jms-sample/src/main/resources/applicationContext.xml

Author: veithen
Date: Mon Mar  1 23:41:10 2010
New Revision: 917800

URL: http://svn.apache.org/viewvc?rev=917800&view=rev
Log:
Added a TODO item.

Modified:
    cxf/sandbox/veithen/cxf-spring-security/samples/jax-ws-jms-sample/src/main/resources/applicationContext.xml

Modified: cxf/sandbox/veithen/cxf-spring-security/samples/jax-ws-jms-sample/src/main/resources/applicationContext.xml
URL: http://svn.apache.org/viewvc/cxf/sandbox/veithen/cxf-spring-security/samples/jax-ws-jms-sample/src/main/resources/applicationContext.xml?rev=917800&r1=917799&r2=917800&view=diff
==============================================================================
--- cxf/sandbox/veithen/cxf-spring-security/samples/jax-ws-jms-sample/src/main/resources/applicationContext.xml (original)
+++ cxf/sandbox/veithen/cxf-spring-security/samples/jax-ws-jms-sample/src/main/resources/applicationContext.xml Mon Mar  1 23:41:10 2010
@@ -17,6 +17,9 @@
   specific language governing permissions and limitations
   under the License.
 -->
+<!-- TODO: The schema location for ActiveMQ should actually be http://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd,
+           but their spring.schemas doesn't contain this URL. To avoid connections to the Internet we use the one in
+           spring.schemas, but this means that the document can't be validated in an IDE. -->
 <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:security="http://www.springframework.org/schema/security"
        xmlns:ssec="http://cxf.apache.org/spring-security"