RE: why I cant find this service

2004-01-11 Thread Mu Mike
Thank you, Aaron( is that your first name?) The chart works at least for fortress(sorry, I checked those items only for fortress), and I have another question(I have mailed this question but no one answered ,since you answered my every question, I guess it is better for me to go to you asking f

Re: More ?? about merlin proxy

2004-01-11 Thread Timothy Bennett
Stephen McConnell wrote: Timothy Bennett wrote: You have have spotted a bug! My disdain for 16,000 line Phoenix assembly.xml files have lead me to focus on giving merlin composite's a good working over. :-) A few bugs here and there is worth going from 16,000 line assembly.xml files to a 25 li

Re: More ?? about merlin proxy

2004-01-11 Thread Stephen McConnell
Timothy Bennett wrote: Why is the toString of the implementation of my service not invoked? Does something like toString, which I thought was part of every Object and thus subject to be overridden by any object instance, have to be part of the service interface in order to be properly invoked b

Re: More ?? about merlin proxy

2004-01-11 Thread Timothy Bennett
Timothy Bennett wrote: getLogger().info(X.toString()) which compiles and executes fine, but the log does not show what I expected (that is the implementation of Y's toString()), but instead the logs what I presume to be the interface X's toString() implementation (or maybe this component's pr

More ?? about merlin proxy

2004-01-11 Thread Timothy Bennett
Here's something a bit weird that I've seen regarding the merlin proxy and block composition: Let's say I've got this service (X) and an implemention of that service (Y) contained in a composite block (Z). As such, service (X) is exported out of block (Y). Let's say I've got another composite

connection pool

2004-01-11 Thread Torsten Curdt
I am wondering... Is there any relation between the avalon excalibur datasource jdbc pool and the dbcp from jakarta commons? What's the difference? IIUC the guys from james are using an avalon-ized dbcp. -- Torsten - To unsubscribe

Re: Learning Avalon

2004-01-11 Thread Sonu Vijay
Stephen, Thanks for your answers (esp. on the weekend). I'm going to start over again with this new knowledge. And some new stuff on the wiki makes things more clear also. Sonu --- Stephen McConnell <[EMAIL PROTECTED]> wrote: > > > Sonu Vijay wrote: > > > Hi, > > > > I'm literally going nu

Re: Learning Avalon

2004-01-11 Thread Stephen McConnell
Sonu Vijay wrote: Hi, I'm literally going nuts trying to figure things out. All I'm trying to do is write a small component and run it from a main program. Running a component is the job of the container. Running a container from the command line is what the CLI handler does. To run a compon

Re: Merlin HelloComponent Example: newbie

2004-01-11 Thread Stephen McConnell
Sonu Vijay wrote: Hi Everybody, I'm another newbie and following some of the mails in this list I read the "Developing with Avalon" tutorial and now am messing around with Merlin. I built and ran the HelloComponent example in the tutorial which ran as expected but there are lots and lots of thing

Learning Avalon

2004-01-11 Thread Sonu Vijay
Hi, I'm literally going nuts trying to figure things out. All I'm trying to do is write a small component and run it from a main program. I think if any of the enlightened souls here could write just a tutorial that beginners like me could follow to just create a Hello World component and use it