Re: Avalon

2006-01-20 Thread Ahmed Mohombe
Maybe you're interested in this: http://sourceforge.net/projects/ajaconsole Sorry but that's a total cr.. It's nothing one can do about it except throw it away :(. Ahmed. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

RE: Avalon

2006-01-20 Thread Noel J. Bergman
> I'm thinking this might encourage someone to write a client-side admin GUI. Actually, we already have the infrastructure we need, but no one wants to work on it. The infrastructure is called JMX, it is what we should be using for the administation, we have runtime support already, and it would

Re: Avalon

2006-01-20 Thread Stefano Bagnara
Andrew Sykes wrote: Stefano, Thanks for this, a couple more questions... The second step is to create new wrappers for different containers (spring/osgi/j2ee). Are you intending to support multiple containers or has the choice of container still to be made To be defined. IOC? excuse my i

Re: Avalon

2006-01-20 Thread Andrew Sykes
Stefano, Thanks for this, a couple more questions... > The second step is to create new wrappers for > different containers (spring/osgi/j2ee). Are you intending to support multiple containers or has the choice of container still to be made IOC? excuse my ignorance, presumably not Internationa

Re: Avalon

2006-01-20 Thread Stefano Bagnara
Andrew Sykes wrote: Where can I find info about what is going to be used instead of Avalon? Would Excalibur work? This has not yet been decided: after 2.3.0 release we will try to refactor James with a POJO approach and an IOC approach. The first step is to separate James core code from aval

Re: avalon closure and J2SDK 1.5

2005-05-08 Thread Daniel Kho
Hi Zare, As a temporary measure, I have set my machine's JAVA_HOME environment variable to point to the older J2SDK 1.4.2_05 installation. However, I still receive a java.net.MalformedURLException when the batch file tries to build the config.xml file. Please find attached the log file that was ge

RE: avalon closure and J2SDK 1.5

2005-05-06 Thread Noel J. Bergman
> what configuration should be made to get James up and running > after the closure of Avalon? The one it comes with. :-) The next version of JAMES will use a totally updated version from what JAMES v2 is using. A test build is available under cvs.apache.org/dist/james for anyone who wants to t

Re: avalon closure and J2SDK 1.5

2005-05-06 Thread Zare Ivanovic I
Hi, Can you send log file output? Zare --- Daniel Kho <[EMAIL PROTECTED]> wrote: > Hi all, > I'm new to Apache James. Just wondering what > configuration should be > made to get James up and running after the closure > of Avalon? I've > downloaded the james-with-phoenix-2.2.0-src binaries > a

RE: Avalon blocks ? How to configure to access to a specific block ? (nntpserver, and so on)

2003-07-11 Thread Noel J. Bergman
Your proposed mailet will cease to function in the next major version. Mailets will not have access to the Avalon infrastructure. Mailets will be restricted to the use of resources explicityly published for them. Furthermore, the repository structure is changing. If you look at NNTPRepositorImpl.