Hi Asanka
Author: asanka
Date: Thu Apr 30 03:21:02 2009
New Revision: 770046

URL: http://svn.apache.org/viewvc?rev=770046&view=rev
Log:
Remove synapse based sub-man, make the sub-man impl generic by avoiding getters and setters, parameters will be store and access by using a map. Remove unused imports from the previous commit.
Removed:
    
synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/eventing/SynapseSubscriptionManager.java
Modified:
    
synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/eventing/EventSourceFactory.java
    
synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/eventing/EventSourceSerializer.java
    
synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/eventing/SynapseEventSource.java
    
synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/eventing/managers/DefaultInMemorySubscriptionManager.java
    
synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/mediators/eventing/EventPublisherMediator.java
I am now getting the following when I try to compile:

[INFO] Compilation failure

/home/asankha/code/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/eventing/EventSourceSerializer.java:[66,85] cannot find symbol
symbol  : method getPropertyNames()
location: interface org.wso2.eventing.SubscriptionManager

/home/asankha/code/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/eventing/EventSourceSerializer.java:[72,58] cannot find symbol
symbol  : method getPropertyValue(java.lang.String)
location: interface org.wso2.eventing.SubscriptionManager

/home/asankha/code/synapse/modules/core/src/main/java/org/apache/synapse/eventing/managers/DefaultInMemorySubscriptionManager.java:[41,7] org.apache.synapse.eventing.managers.DefaultInMemorySubscriptionManager is not abstract and does not override abstract method getParameter(java.lang.String) in org.wso2.eventing.SubscriptionManager

/home/asankha/code/synapse/modules/core/src/main/java/org/apache/synapse/config/xml/eventing/EventSourceFactory.java:[103,31] cannot find symbol
symbol  : method addProperty(java.lang.String,java.lang.String)
location: interface org.wso2.eventing.SubscriptionManager

Do you have to publish any new snapshots?

cheers
asankha

--
Asankha C. Perera
AdroitLogic, http://adroitlogic.org

http://esbmagic.blogspot.com





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to