Re: [HiveMind] User defined Translator

2003-10-15 Thread Eric Yung
-Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric Yung Sent: Tuesday, October 14, 2003 4:57 AM To: [EMAIL PROTECTED] Subject: [HiveMind] User defined Translator Hi, How can I add a new Translator implementation using in the read-attribute rule? I know the translators

[HiveMind] User defined Translator

2003-10-14 Thread Eric Yung
Hi, How can I add a new Translator implementation using in the read-attribute rule? I know the translators are instantiated in the DescriptorParser, can I add a new one? The new Translator in my mind works like the ServiceTranslator / ConfigurationTranslator - it takes the ExtensionPoint ID

Re: [HiveMind] extending BuilderFactory

2003-10-09 Thread Eric Yung
Hi, After the testing I have built the newest version from the CVS. When I re-run the test today, it shows the following error. [junit] Unable to construct service js.util.testA: Unable to construct service hivemind.BuilderFactory: Unable to construct service hivemind.LoggingInterceptor: A

Re: [HiveMind] extending BuilderFactory

2003-10-09 Thread Eric Yung
://jakarta.apache.org/tapestry http://jakarta.apache.org/commons/sandbox/hivemind/ http://javatapestry.blogspot.com -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric Yung Sent: Thursday, October 09, 2003 5:44 AM To: [EMAIL PROTECTED] Subject: Re: [HiveMind] extending

Re: [HiveMind] extending BuilderFactory

2003-10-09 Thread Eric Yung
Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric Yung Sent: Thursday, October 09, 2003 8:53 AM To: [EMAIL PROTECTED] Subject: Re: [HiveMind] extending BuilderFactory Since I would like to record the ids of the services created by the BuilderFactory, I want to use an interceptor

[HiveMind] extending BuilderFactory

2003-10-07 Thread Eric Yung
Hi, Since I would like to store the ids of object created in the BuilderFactory, I think I could have 2 choices to extend the functionality of the BuilderFactory from the document. (1) create a sub-class of BuilderFactory and overwrite the method createCoreServiceImplementation(), create a