You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Martin Landua <ma...@union-investment.de> on 2006/12/07 18:36:33 UTC

Compilation Problem in SNAPSHOT

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.


Re: Compilation Problem in SNAPSHOT

Posted by Martin Landua <ma...@union-investment.de>.
And here's another one: it comes when I implement the missing methods in the
auditor classes.

[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

D:\JBossIDE\ServiceMix\ServiceMix-SNAPSHOT\distributions\apache-servicemix-web\src\main\java\org\apache\servicemix\web\http\HttpComponentListener.java:[25,43]
c
annot find symbol
symbol  : class ContainerAware
location: package org.apache.servicemix.jbi.container

D:\JBossIDE\ServiceMix\ServiceMix-SNAPSHOT\distributions\apache-servicemix-web\src\main\java\org\apache\servicemix\web\http\HttpComponentListener.java:[37,65]
c
annot find symbol
symbol: class ContainerAware
public class HttpComponentListener implements ComponentListener,
ContainerAware {

D:\JBossIDE\ServiceMix\ServiceMix-SNAPSHOT\distributions\apache-servicemix-web\src\main\java\org\apache\servicemix\web\http\HttpComponentListener.java:[37,7]
or
g.apache.servicemix.web.http.HttpComponentListener is not abstract and does
not override abstract method
componentInitialized(org.apache.servicemix.jbi.event.Co
mponentEvent) in org.apache.servicemix.jbi.event.ComponentListener






gnodet wrote:
> 
> Sorry about that, this is fixed now.
> 
> On 12/7/06, Martin Landua <ma...@union-investment.de> 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#a7764845
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Compilation Problem in SNAPSHOT

Posted by Martin Landua <ma...@union-investment.de>.
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 <ma...@union-investment.de> 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.


Re: Compilation Problem in SNAPSHOT

Posted by Guillaume Nodet <gn...@gmail.com>.
Sorry about that, this is fixed now.

On 12/7/06, Martin Landua <ma...@union-investment.de> 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