You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/09/01 06:24:12 UTC

svn commit: r690845 - in /servicemix/smx4/features/trunk/examples/loan-broker-bpel: loan-broker-bean-su/src/main/java/loanbroker/Bank.java loan-broker-drools-su/pom.xml

Author: ffang
Date: Sun Aug 31 21:24:12 2008
New Revision: 690845

URL: http://svn.apache.org/viewvc?rev=690845&view=rev
Log:
[SMX4-90]make feature project build successfully according to recent refactor of SMX3 container

Modified:
    servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-bean-su/src/main/java/loanbroker/Bank.java
    servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml

Modified: servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-bean-su/src/main/java/loanbroker/Bank.java
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-bean-su/src/main/java/loanbroker/Bank.java?rev=690845&r1=690844&r2=690845&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-bean-su/src/main/java/loanbroker/Bank.java (original)
+++ servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-bean-su/src/main/java/loanbroker/Bank.java Sun Aug 31 21:24:12 2008
@@ -24,7 +24,7 @@
 import javax.jbi.messaging.MessagingException;
 import javax.jbi.messaging.NormalizedMessage;
 
-import org.apache.servicemix.MessageExchangeListener;
+import org.apache.servicemix.jbi.listener.MessageExchangeListener;
 import org.apache.servicemix.jbi.jaxp.StringSource;
 
 public class Bank implements MessageExchangeListener {

Modified: servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml?rev=690845&r1=690844&r2=690845&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml Sun Aug 31 21:24:12 2008
@@ -39,6 +39,12 @@
             <version>${components.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-core</artifactId>
+            <version>${servicemix3.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.drools</groupId>
             <artifactId>drools-compiler</artifactId>
             <version>4.0.7</version>