[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] MIME filter plugin change



Marcel Ruff wrote:

Hi,

i have changed the plugin framework, the interface
is now called

  I_AccessFilter

instead of

  I_SubscribeFilter

and supports synchronous get() message filtering
as well, not only subcribe()/update() filtering as before.

The new code/documentation/testsuite is updated and available
with cvs.

regards,

Marcel


Hi Marcel!

Obwohl es dich momentan sicher fast zerfetzt vor lauter Arbeit, bitte ich dich, dir noch kurz diesen Fehler anzusehen
-> kompilieren von doris mit ant


Du hast die Methode match() des I_AccessFilter Interface um einige Übergabeparameter erweitert. Daher wird dieses Interface in der Klasse AisFilterPlugin nun falsch implementiert.

Danke
Andreas

Buildfile: build.xml

init:

compile:
[javac] Compiling 3 source files to /home/astelzl/doris/classes
[javac] /home/astelzl/doris/src/de/avitech/filter/AisFilterPlugin.java:27: de.avitech.filter.AisFilterPlugin should be declared abstract; it does not define match(org.xmlBlaster.authentication.SubjectInfo,org.xmlBlaster.authentication.SubjectInfo,org.xmlBlaster.engine.MessageUnitWrapper,java.lang.String) in de.avitech.filter.AisFilterPlugin
[javac] public class AisFilterPlugin implements I_Plugin, I_AccessFilter
[javac] ^
[javac] 1 error


BUILD FAILED
/home/astelzl/doris/build.xml:36: Compile failed, messages should have been provided.


Total time: 2 seconds