Re: Merlin - JMX Demo

2004-09-28 Thread Cameron Fieber
Peter Neubauer wrote: Hi, On Mon, 2004-09-27 at 14:27 -0700, S V Subramonian wrote: Exception: java.io.IOException Message: javax.naming.CommunicationException [Root exception is java.rmi.ServerE xception: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalE

Re: Merlin - JMX Demo

2004-09-27 Thread Cameron Fieber
regards, Subbu --- Cameron Fieber <[EMAIL PROTECTED]> wrote: Hi Subbu, I have recently commited some changes to the JMX facility that upgrades it to use the latest MX4J release. Unfortunately, I still haven't got around to writing any end user documentation on it. Here are som

Re: Merlin - JMX Demo

2004-09-08 Thread Cameron Fieber
Hi Subbu, I have recently commited some changes to the JMX facility that upgrades it to use the latest MX4J release. Unfortunately, I still haven't got around to writing any end user documentation on it. Here are some steps that should get you up and running, and likely the beginnings of the JMX

RE: Build failed

2004-08-25 Thread Cameron Fieber
Try C:\Documents and Settings\ Which is probably also the directory that contains your .magic directory. Setting merlin.deployment.timeout=0 should make the build succeed, as the error that was occurring was from the timeout expiring, and a timeout of 0 means never timeout. -Cameron On Wed, 200

Re: Build failed

2004-08-25 Thread Cameron Fieber
Hi David, I've done a fresh checkout, and the test in question is passing for me. I'm not sure why it would be taking longer than 1000 msec (the default timeout value) to commission the component in that test case, but that is triggering the deployment failure. If you create a merlin.properties

Re: A Merlin Top Level Project

2004-07-22 Thread Cameron Fieber
I am in favour of a Merlin TLP. My company has made significant development investment in Avalon - previously in Phoenix and now in Merlin. I look forward to Merlin evolving and continuing to provide the Avalon version of an enterprise component development platform. Regards, Cameron On Wed, 2

Re: Lifcycle exensions too late?

2004-05-07 Thread Cameron Fieber
Hi Scott, You could make your QueueManager as a Merlin facility using Merlin 3.3. It would get a reference to the Merlin ContainmentModel from the Context. It could then iterate through the ContainmentModel and find any Queue components. You would design the lookup mechanism, perhaps using full

Re: Merlin logging, dynamic procies and JMX

2004-05-07 Thread cameron fieber
- Original Message - From: Niclas Hedhman <[EMAIL PROTECTED]> Date: Thursday, May 6, 2004 10:33 pm Subject: Re: Merlin logging, dynamic procies and JMX > On Friday 07 May 2004 06:39, Scott Brickner wrote: > > I'm using JMX fairly extensively with Merlin 3.2.5 - I rolled my > own bit > >

[merlin] separate api and impl sections in classloader section of block.xml?

2004-04-23 Thread Cameron Fieber
I was thinking about a new feature to partition the classpath into public and private (or api and impl) sections in the block.xml. This would allow a block.xml that is exporting one or more services to define the jars for its service's APIs in a public section of the classpath. Then, if that bloc

Re: Merlin with GCJ?

2004-04-22 Thread Cameron Fieber
GCJ is Gnu Compiler for Java which can produce native executables from your Java code. I've been using IBM's J9 to do Java in an embedded Linux/XScale environment, and I've been happy with its performance and footprint. There is support for most of Java 1.3 so it should be possible to run Merlin,

Re: Entry point in block.xml in Merlin

2004-04-09 Thread Cameron Fieber
Hi Nader, Here is my understanding of how it works: Merlin looks at the provided block.xml file, and builds a list of components to deploy. These components come from the component declarations in the block.xml, the component declarations in any block.xml files in included blocks, and any compon

Re: [merlin] ClassLoaders and included block.xmls

2004-03-02 Thread Cameron Fieber
On Tue, 2004-03-02 at 09:59, Niclas Hedhman wrote: > On Tuesday 02 March 2004 10:31, Cameron Fieber wrote: > > I haven't forgotten about it... Just took a while to get around > looking at it. > Thanks for looking at it. > > > Anyway, I think the problem may be part

Re: [merlin] ClassLoaders and included block.xmls

2004-03-01 Thread Cameron Fieber
Niclas Hedhman wrote: On Tuesday 02 March 2004 07:12, Cameron Fieber wrote: > I'm in the process of porting an application to Merlin (version 3.2.5 in > this case), and I'm trying to figure out the classloader relationship > for nested block xmls. Right now it is 8 o'

[merlin] ClassLoaders and included block.xmls

2004-03-01 Thread Cameron Fieber
I'm in the process of porting an application to Merlin (version 3.2.5 in this case), and I'm trying to figure out the classloader relationship for nested block xmls. The scenario: I have DAO component that uses cornerstone-datasources to get it's DB connection. Ideally, I'd like to have in my bl

Re: EDU/oswego/cs/dl/util/concurrent/ReentrantLock

2004-03-01 Thread Cameron Fieber
There are several versions of concurrent at: http://www.ibiblio.org/maven/concurrent/jars/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]