Re: [Keelgroup] java.lang.NoSuchFieldError: ROLE

2005-04-23 Thread Shash Chatterjee
Max, I deleted my repository and downloaded a new version without ibiblio configured and then ran maven keel:maven. I then had to re-enabled ibiblio to get all the other stuff and ran maven keel:maven again. Now my app works :-). I don't know what hapenned here but perhaps the ibiblio re

Re: [Keelgroup] java.lang.NoSuchFieldError: ROLE

2005-04-23 Thread Max
Hi, I deleted my repository and downloaded a new version without ibiblio configured and then ran maven keel:maven. I then had to re-enabled ibiblio to get all the other stuff and ran maven keel:maven again. Now my app works :-). I don't know what hapenned here but perhaps the ibiblio repository

Re: [Keelgroup] java.lang.NoSuchFieldError: ROLE

2005-04-23 Thread Max
Hi Aleks, I just downloaded and checked the excalibur-mpool-1.0.jar from http://www.keelframework.org/maven/excalibur-mpool/jars and it also does not have a ROLE field defined. I have however found that (on ibiblio) there is a http://www.ibiblio.org/maven/excalibur-fortress/jars/excalibur-fortress

Re: [Keelgroup] java.lang.NoSuchFieldError: ROLE

2005-04-23 Thread Aleksandar Vidakovic
Max, do you use the jars from http://www.keelframework.org/maven/excalibur-mpool/jars ? Just because you mentioned Ibiblio... and as I see it the jar is very old (from January 2004). Maybe there is your problem... Cheers, Aleks On Sat, 2005-04-23 at 13:16 +0200, Max wrote: > Hi, > > Help plea

Re: [Keelgroup] java.lang.NoSuchFieldError: ROLE

2005-04-23 Thread Max
Hi, Help please! I'm getting the java.lang.NoSuchFieldError: ROLE error again and can't seem to get rid of it. I've tried a completly fresh install of everything and still no luck. The problem does not occur if I build and deploy the default example but does so with my app. I don't know where t

Re: [Keelgroup] java.lang.NoSuchFieldError: ROLE

2005-03-17 Thread Max
Shash, Jyotish predicts my code in suffering under a Sani cycle! ;-). I managed to get the app working again after restoring my project.xml file - something that didn't work under plugin 12 (probably due to the project.edited file). It must have something to do with the dependencies I had added

Re: [Keelgroup] java.lang.NoSuchFieldError: ROLE

2005-03-17 Thread Sasvata (Shash) Chatterjee
Max, "Jyotish" should be able to predict everything and know everything :-) Just kidding. The error below is strange. The PoolManager interface, like any other Avalon service interface, defines the "ROLE" for that service. It almost seems like your PoolManager class/JAR is corrupt (or, maybe

[Keelgroup] java.lang.NoSuchFieldError: ROLE

2005-03-17 Thread Max
I've been getitng this error after making incremental changes to my project.xml file. I have not yet identified the pattern, but after several iterations of development I always seem to end up with this error. First on plugin 12 and now also on plugin 13. I've also deleted project.bak before pe