You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apps-dev@avalon.apache.org by Mauro Talevi <ma...@aquilonia.org> on 2002/12/03 10:07:06 UTC

Re: Cornerstone addition and patch

Paul Hammant wrote:

> Applied, thanks.  Not sure about the 'throws (derivative of) 
> RuntimeException' in one of the block method signatures. Will think 
> about it some more.

I've modified the event Register to throw s a checked exception
Also the root event type is now configurable.

> Is there any chance there could be an example of use that we could add 
> to the jakarta-avalon-apps/demo package?  Maybe this is not a new 
> demo, but a value added modifaction to an old one.. maybe not.

I've written an eventdemo for apps/demo. Still very basic - simply make 
two blocks communicate via an event.
Things to come in it:
- have it notify of the scheduled event
- have it working in between distributed jvms

Patches for both are attached.
Regards, Mauro


Re: BeanShell Kernel + Phoenix 4.0.3.

Posted by mati <ma...@ncdc.pl>.
> mati wrote:
> > Hi,
> >
> >
> > I have troubles lanuching Phoenix 4.0.3 with BeanShell Kernel. What I
saw is
> > that phoenix-engine.jar does not contain anymore the required kernel.
> >
> > I could copy old references from Phoenix 4.0.2 engine.jar but something
> > tells me this is not a good idea, although it should work.
> >
> > Any help appreciated.
>
> FYI: I noticed that the phoenix-bsh-commands.jar is not incluced in the
> lib directory of Phoenix 4.0.3 anymore. Since I don't use the BeanShell
> Kernel, I didn't worry about it.
>
> Ulrich


Yes I've spotted it too. But I added phoenix-bsh-commands.jar from 4.0.2

It does not matter for now since these are only commands (*.bsh) but the
whole BeanShell kernel is missing.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: BeanShell Kernel + Phoenix 4.0.3.

Posted by Ulrich Mayring <ul...@denic.de>.
mati wrote:
> Hi,
> 
> 
> I have troubles lanuching Phoenix 4.0.3 with BeanShell Kernel. What I saw is
> that phoenix-engine.jar does not contain anymore the required kernel.
> 
> I could copy old references from Phoenix 4.0.2 engine.jar but something
> tells me this is not a good idea, although it should work.
> 
> Any help appreciated.

FYI: I noticed that the phoenix-bsh-commands.jar is not incluced in the 
lib directory of Phoenix 4.0.3 anymore. Since I don't use the BeanShell 
Kernel, I didn't worry about it.

Ulrich




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: BeanShell Kernel + Phoenix 4.0.3.

Posted by Paul Hammant <pa...@yahoo.com>.
It has dissapeared from the 4.0.3 release by accident.  It requires some things set in
ant.properties to make it included, and the download of the latest beanshell jar.

All my fault really.  I don't use it for months at a time, so I did not notice it dropped off.

I'll automate something to make sure that 'dist' goes with it.

- Paul

 --- mati <ma...@ncdc.pl> wrote: > 
> ----- Original Message -----
> From: "mati" <ma...@ncdc.pl>
> To: "Avalon Developers List" <av...@jakarta.apache.org>
> Sent: Friday, December 27, 2002 4:24 PM
> Subject: BeanShell Kernel + Phoenix 4.0.3.
> 
> 
> > Hi,
> >
> >
> > I have troubles lanuching Phoenix 4.0.3 with BeanShell Kernel. What I saw
> is
> > that phoenix-engine.jar does not contain anymore the required kernel.
> >
> > I could copy old references from Phoenix 4.0.2 engine.jar but something
> > tells me this is not a good idea, although it should work.
> >
> > Any help appreciated.
> >
> 
> 
> I think I solved it and I even know why this has been changed. I've just
> made a jar only having inside beanshellkernel. I named it
> beanshell-kernel.jar and placed it inside /bin/lib
> 
> Phoenix automatically loaded this jar as well as phoenix-engine.jar, which
> does not contain beanshell kernel.
> 
> The reason this has been changed is that I think that as Paul Hammant said
> this is "hackers tool". When deployed some smart programmer or sb would
> really mess up. I dunno if this is it. it is just a guess.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>  

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: BeanShell Kernel + Phoenix 4.0.3.

Posted by mati <ma...@ncdc.pl>.
----- Original Message -----
From: "mati" <ma...@ncdc.pl>
To: "Avalon Developers List" <av...@jakarta.apache.org>
Sent: Friday, December 27, 2002 4:24 PM
Subject: BeanShell Kernel + Phoenix 4.0.3.


> Hi,
>
>
> I have troubles lanuching Phoenix 4.0.3 with BeanShell Kernel. What I saw
is
> that phoenix-engine.jar does not contain anymore the required kernel.
>
> I could copy old references from Phoenix 4.0.2 engine.jar but something
> tells me this is not a good idea, although it should work.
>
> Any help appreciated.
>


I think I solved it and I even know why this has been changed. I've just
made a jar only having inside beanshellkernel. I named it
beanshell-kernel.jar and placed it inside /bin/lib

Phoenix automatically loaded this jar as well as phoenix-engine.jar, which
does not contain beanshell kernel.

The reason this has been changed is that I think that as Paul Hammant said
this is "hackers tool". When deployed some smart programmer or sb would
really mess up. I dunno if this is it. it is just a guess.









--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


BeanShell Kernel + Phoenix 4.0.3.

Posted by mati <ma...@ncdc.pl>.
Hi,


I have troubles lanuching Phoenix 4.0.3 with BeanShell Kernel. What I saw is
that phoenix-engine.jar does not contain anymore the required kernel.

I could copy old references from Phoenix 4.0.2 engine.jar but something
tells me this is not a good idea, although it should work.

Any help appreciated.

Mateusz Szczap
mati@ncdc.pl



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>