Perfect. Thanks for this one. Here is the next compilation error...
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure D:\JBossIDE\ServiceMix\ServiceMix-SNAPSHOT\core\servicemix-audit\src\main\java\org\apache\servicemix\jbi\audit\jdbc\JdbcAuditor.java:[59,7] org.apache.servicemi x.jbi.audit.jdbc.JdbcAuditor is not abstract and does not override abstract method exchangeAccepted(org.apache.servicemix.jbi.event.ExchangeEvent) in org.apache .servicemix.jbi.event.ExchangeListener D:\JBossIDE\ServiceMix\ServiceMix-SNAPSHOT\core\servicemix-audit\src\main\java\org\apache\servicemix\jbi\audit\lucene\LuceneAuditor.java:[58,7] org.apache.servi cemix.jbi.audit.lucene.LuceneAuditor is not abstract and does not override abstract method exchangeAccepted(org.apache.servicemix.jbi.event.ExchangeEvent) in or g.apache.servicemix.jbi.event.ExchangeListener gnodet wrote: > > Sorry about that, this is fixed now. > > On 12/7/06, Martin Landua <[EMAIL PROTECTED]> wrote: >> >> Hi all, >> >> we cannot build from the sources since 12/05/2006 due to a compilation >> problem in servicemix-core in class StatisticsService. The error is as >> follows: >> >> [ERROR] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Compilation failure >> >> D:\JBossIDE\ServiceMix\ServiceMix-SNAPSHOT\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\monitoring\StatisticsService.java:[198,66] >> createObje >> ameProps(org.apache.servicemix.jbi.management.MBeanInfoProvider) in >> org.apache.servicemix.jbi.management.ManagementContext cannot be applied >> to >> (org.apache.s >> icemix.jbi.monitoring.ComponentStats,boolean) >> >> D:\JBossIDE\ServiceMix\ServiceMix-SNAPSHOT\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\monitoring\StatisticsService.java:[216,68] >> createObje >> ameProps(org.apache.servicemix.jbi.management.MBeanInfoProvider) in >> org.apache.servicemix.jbi.management.ManagementContext cannot be applied >> to >> (org.apache.s >> icemix.jbi.monitoring.ComponentStats,boolean) >> >> D:\JBossIDE\ServiceMix\ServiceMix-SNAPSHOT\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\monitoring\StatisticsService.java:[234,66] >> createObje >> ameProps(org.apache.servicemix.jbi.management.MBeanInfoProvider) in >> org.apache.servicemix.jbi.management.ManagementContext cannot be applied >> to >> (org.apache.s >> icemix.jbi.monitoring.EndpointStats,boolean) >> >> D:\JBossIDE\ServiceMix\ServiceMix-SNAPSHOT\core\servicemix-core\src\main\java\org\apache\servicemix\jbi\monitoring\StatisticsService.java:[252,68] >> createObje >> ameProps(org.apache.servicemix.jbi.management.MBeanInfoProvider) in >> org.apache.servicemix.jbi.management.ManagementContext cannot be applied >> to >> (org.apache.s >> icemix.jbi.monitoring.EndpointStats,boolean) >> >> Any idea? >> >> Best regards >> Martin >> -- >> View this message in context: >> http://www.nabble.com/Compilation-Problem-in-SNAPSHOT-tf2775933s12049.html#a7743871 >> Sent from the ServiceMix - User mailing list archive at Nabble.com. >> >> > > > -- > Cheers, > Guillaume Nodet > > -- View this message in context: http://www.nabble.com/Compilation-Problem-in-SNAPSHOT-tf2775933s12049.html#a7764464 Sent from the ServiceMix - User mailing list archive at Nabble.com.
