You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/10/27 20:45:54 UTC

svn commit: r468491 - in /incubator/servicemix/trunk/servicemix-itests: ./ src/test/java/org/apache/servicemix/itests/WSNComponentTest.java

Author: gnodet
Date: Fri Oct 27 11:45:54 2006
New Revision: 468491

URL: http://svn.apache.org/viewvc?view=rev&rev=468491
Log:
Fix compilation problem 

Modified:
    incubator/servicemix/trunk/servicemix-itests/   (props changed)
    incubator/servicemix/trunk/servicemix-itests/src/test/java/org/apache/servicemix/itests/WSNComponentTest.java

Propchange: incubator/servicemix/trunk/servicemix-itests/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Oct 27 11:45:54 2006
@@ -2,3 +2,5 @@
 .project
 .settings
 target
+activemq-data
+rootDir

Modified: incubator/servicemix/trunk/servicemix-itests/src/test/java/org/apache/servicemix/itests/WSNComponentTest.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-itests/src/test/java/org/apache/servicemix/itests/WSNComponentTest.java?view=diff&rev=468491&r1=468490&r2=468491
==============================================================================
--- incubator/servicemix/trunk/servicemix-itests/src/test/java/org/apache/servicemix/itests/WSNComponentTest.java (original)
+++ incubator/servicemix/trunk/servicemix-itests/src/test/java/org/apache/servicemix/itests/WSNComponentTest.java Fri Oct 27 11:45:54 2006
@@ -25,8 +25,8 @@
 
 import org.apache.activemq.ActiveMQConnectionFactory;
 import org.apache.activemq.broker.BrokerService;
+import org.apache.servicemix.http.HttpComponent;
 import org.apache.servicemix.http.HttpEndpoint;
-import org.apache.servicemix.http.HttpSpringComponent;
 import org.apache.servicemix.jbi.container.ActivationSpec;
 import org.apache.servicemix.jbi.container.JBIContainer;
 import org.apache.servicemix.jbi.jaxp.SourceTransformer;
@@ -80,7 +80,7 @@
     }
 
     public void testDynamicSubscription() throws Exception {
-        HttpSpringComponent httpComponent = new HttpSpringComponent();
+        HttpComponent httpComponent = new HttpComponent();
 
         HttpEndpoint httpWSNBroker = new HttpEndpoint();
         httpWSNBroker.setService(new QName("http://servicemix.org/wsnotification", "NotificationBroker"));