RE: new Merlin Studio

2004-08-31 Thread David Leangen
Great!! I started playing around a bit. I'm looking forward to the doc you mention. This will make it much easier. I especially liked the license agreement. It would be great if all agreement were that simple. I guess then we wouldn't need lawyers. ;-) Great job!! Dave > -Original Mes

new Merlin Studio

2004-08-31 Thread Andreas Oberhack
A new version of Merlin Studio is available. You can download it through the download manger of eclipse at: http://www.apache.org/~oberhack/updates/studio go to Help->Software Updates->Find and Install... Now select "Search for new features to install" Click "New Remote Site.." and enter t

RE: Embedding Merlin in Main method

2004-08-31 Thread S V Subramonian
Hi Stephen, Thanks for your answer. It helped me to fix the issue that I had. Thanks again. regards, Subbu --- Stephen McConnell <[EMAIL PROTECTED]> wrote: > > Subbu: > > Looking though your embeddor code you are basically > setting up an empty > kernel. In particular, on the following lines

RE: mavenide & existing project

2004-08-31 Thread Andreas Oberhack
Hi all, > > From: "David Leangen" <[EMAIL PROTECTED]> > > > The plugin you are talking about, is it commercial or OS? > > Merlin Studio is sitting in Avalon's repository, and will eventually > graduate into the mainstream offerings. I'm going for it! :-) hopefully in the next 3 or 4 weeks! >

RE: Merlin/Avalon roadmap

2004-08-31 Thread Farr, Aaron
> From: "Nicolas Valaye" <[EMAIL PROTECTED]> > > > Is there a page that summarizes the current Merlin/Avalon roadmap? > > However, it doesn't have a reference to the console facility referred > below As Niclas mentioned there's a proposal to spin Merlin out of Avalon into it's own top level pro

Re: Merlin/Avalon roadmap

2004-08-31 Thread Niclas Hedhman
From: "Nicolas Valaye" <[EMAIL PROTECTED]> > Is there a page that summarizes the current Merlin/Avalon roadmap? > However, it doesn't have a reference to the console facility referred below That is partly because the Console and the Reflector was a "spur of the moment" and implemented over a coup

Re: mavenide & existing project

2004-08-31 Thread Niclas Hedhman
From: "David Leangen" <[EMAIL PROTECTED]> > The plugin you are talking about, is it commercial or OS? Merlin Studio is sitting in Avalon's repository, and will eventually graduate into the mainstream offerings. But due to some licensing issues, I _think_ Andreas also have some additional plugins

Re: How to embed in jboss apps

2004-08-31 Thread Niclas Hedhman
This could be related to the fact that it hasn't been done :o) If you are talking about integrating Merlin and JBoss, there is first one critical question. Q. Am I putting JBoss into Merlin, or Merlin into JBoss? Your subject title seems to indicate that you want Merlin inside JBoss. You would

Re: Configuration encoding/charset

2004-08-31 Thread Niclas Hedhman
If you are talking about configuration read by Merlin, just specify the encoding of the XML file (block, targets...) in its header; If you are talking about programmatically, then there is no encoding involved as everything is created using Strings, which are Unicode natively. If you are talkin

Re: Compatility issues

2004-08-31 Thread Niclas Hedhman
Hi, If you want your components to be functional in both Cocoon and Merlin, you need to follow; 1. Make a ROLE = MyService.class.getClass() in the service interface. 2. Don't use constructor lifecycle artifact injections, i.e. default constructors only. 3. Don't use Contextualizable. If you do,

Re: classpath problem

2004-08-31 Thread Niclas Hedhman
Sorry for not being in-line with the answer, as I am on this useless Outlook Express system I think the simple answer is to declare a dependency in A on C, but mark it as optional. /** @avalon.dependency type="com.pany.pro.ject.C" * optional="true" */ Cheers Niclas - Original Messa

RE: Problems with Phoenix 4.0.1

2004-08-31 Thread Stephen McConnell
> -Original Message- > From: Marco Castillo [mailto:[EMAIL PROTECTED] > Sent: 30 August 2004 19:24 > To: Avalon framework users > Subject: RE: Problems with Phoenix 4.0.1 > > Thank you Stephen for your kind reply. If phoenix is not supported, I > would > be glad to use the new container.

RE: Logging with log4j and using SMTP appender

2004-08-31 Thread Stephen McConnell
> -Original Message- > From: Jaroslaw Palka [mailto:[EMAIL PROTECTED] > Sent: 31 August 2004 10:10 > To: Avalon framework users > Subject: Re: Logging with log4j and using SMTP appender > > I think it's not all :)), mailapi requires JavaBeans Activation Framework. > I > added following l

How to embed in jboss apps

2004-08-31 Thread ANDI KUSNADI
gang, i am using avalon and i like it , when i searching how to integrate with jboss there's no doc's to point what i mean. please help me. andi kusnadi (indonesia) - Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We fini

Re: Logging with log4j and using SMTP appender

2004-08-31 Thread Jaroslaw Palka
I think it's not all :)), mailapi requires JavaBeans Activation Framework. I added following line in avalon-logging-log4j-SNAPSHOT.jar.meta. avalon.artifact.dependency.13 = avalon-logging:activation;1.0.2 And it works now. Thanks, - Original Message - From: "Stephen McConnell" <[EMAIL

RE: Logging with log4j and using SMTP appender

2004-08-31 Thread Stephen McConnell
> -Original Message- > From: Jaroslaw Palka [mailto:[EMAIL PROTECTED] > > merlin.logging.implementation=artifact:avalon-logging/avalon-logging- > log4j#1 > .0.0 OK - change it to : artifact:avalon-logging/avalon-logging-log4j#SNAPSHOT Make sure that you have javamail 3.1.3 in your

Re: Logging with log4j and using SMTP appender

2004-08-31 Thread Jaroslaw Palka
merlin.logging.implementation=artifact:avalon-logging/avalon-logging-log4j#1 .0.0 - Original Message - From: "Stephen McConnell" <[EMAIL PROTECTED]> To: "'Avalon framework users'" <[EMAIL PROTECTED]> Sent: Tuesday, August 31, 2004 9:09 AM Subject: RE: Logging with log4j and using SMTP ap

RE: Logging with log4j and using SMTP appender

2004-08-31 Thread Stephen McConnell
Jaroslaw: To resolve this problem we will need to update the plugin meta descriptor for avalon-logging-log4j. What is the property value that you have currently assigned for 'merlin.logging.implementation'? Stephen. > -Original Message- > From: Jaros³aw Pa³ka [mailto:[EMAIL PROTECTED

RE: Logging with log4j and using SMTP appender

2004-08-31 Thread Stephen McConnell
Try replacing the merlin.logging.implementation value that you are currently using with: avalon/logging/avalon-logging-log4j#SNAPSHOT In theory this should work but I have not tested it. Steve. > -Original Message- > From: Stephen McConnell [mailto:[EMAIL PROTECTED] > Sent: 31 Augu