RE: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-12 Thread James Carman
Autowiring is a feature of HiveMind. HiveMind will autowire your constructor params and properties if it can. -Original Message- From: Tat leung [mailto:[EMAIL PROTECTED] Sent: Friday, May 12, 2006 8:55 PM To: Tapestry users Subject: Re: Tapernate-Example HiveMindAutowireWorker Problem

Re: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-12 Thread Tat leung
ginal Message- From: Mark Lehmacher [mailto:[EMAIL PROTECTED] Sent: Friday, May 12, 2006 7:46 AM To: Tapestry users Subject: RE: Tapernate-Example HiveMindAutowireWorker Problem My answer might be a little late in coming but I thought I'd let you know that the fix changed my problem as wel

RE: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-12 Thread James Carman
It's already integrated into Tapestry 4.1 (due out soon). So, everyone can enjoy auto-wiring! -Original Message- From: Mark Lehmacher [mailto:[EMAIL PROTECTED] Sent: Friday, May 12, 2006 7:46 AM To: Tapestry users Subject: RE: Tapernate-Example HiveMindAutowireWorker Problem My a

RE: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-12 Thread Mark Lehmacher
oject, like HLS did for the flash-property strategy for example. That way everyone who wants to use it can just download the drop-in jar. > --- Ursprüngliche Nachricht --- > Von: "James Carman" <[EMAIL PROTECTED]> > An: "'Tapestry users'" > Betreff:

RE: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-10 Thread James Carman
Great! I'll update my patch on the Jira issue I created. -Original Message- From: Tat leung [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 2:27 AM To: Tapestry users Subject: Re: Tapernate-Example HiveMindAutowireWorker Problem James, The change resolved the problem t

Re: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-09 Thread Tat leung
? Thanks! -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 9:31 PM To: 'Tapestry users' Subject: RE: Tapernate-Example HiveMindAutowireWorker Problem Well, I could specify *all* of the workers that I want my auto-wire worker to follow by usi

RE: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-09 Thread James Carman
, May 08, 2006 9:31 PM To: 'Tapestry users' Subject: RE: Tapernate-Example HiveMindAutowireWorker Problem Well, I could specify *all* of the workers that I want my auto-wire worker to follow by using a comma-separated list. That might do the trick! -Original Message- From: Mark

RE: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-09 Thread James Carman
Sent: Monday, May 08, 2006 9:31 PM To: 'Tapestry users' Subject: RE: Tapernate-Example HiveMindAutowireWorker Problem Well, I could specify *all* of the workers that I want my auto-wire worker to follow by using a comma-separated list. That might do the trick! -Original Message-

RE: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-08 Thread James Carman
#x27;s toes. > I > wonder if there's some special case that's getting the ordering screwed > up? > > -Original Message- > From: Mark Lehmacher [mailto:[EMAIL PROTECTED] > Sent: Monday, May 08, 2006 6:31 AM > To: Tapestry users > Subject: RE: Taper

RE: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-08 Thread Mark Lehmacher
-property-worker, which would solve the ordering problem but raise other questions instead (like seperation of concerns). > --- Ursprüngliche Nachricht --- > Von: "James Carman" <[EMAIL PROTECTED]> > An: "'Tapestry users'" > Betreff: RE: Tapernate-Ex

RE: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-08 Thread James Carman
AIL PROTECTED] Sent: Monday, May 08, 2006 6:31 AM To: Tapestry users Subject: RE: Tapernate-Example HiveMindAutowireWorker Problem Importance: High Yup, that's what I am saying. Looks like it's wiring component parameters as well: 5705 HiveMindAutowireWorker:performEnhancement [DEBUG] Cr

RE: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-08 Thread Mark Lehmacher
A little correction, the Shell delegate parameter is of type IRender, not IValidationDelegate. > --- Ursprüngliche Nachricht --- > Von: "Mark Lehmacher" <[EMAIL PROTECTED]> > An: "Tapestry users" > Betreff: RE: Tapernate-Example HiveMindAutowireWorker Pro

RE: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-08 Thread Mark Lehmacher
my drop-in jar. > --- Ursprüngliche Nachricht --- > Von: "James Carman" <[EMAIL PROTECTED]> > An: "'Tapestry users'" > Betreff: RE: Tapernate-Example HiveMindAutowireWorker Problem > Datum: Sun, 7 May 2006 18:25:17 -0400 > > H. That'

RE: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-07 Thread James Carman
Original Message- From: Tat leung [mailto:[EMAIL PROTECTED] Sent: Sunday, May 07, 2006 6:59 PM To: Tapestry users Subject: Re: Tapernate-Example HiveMindAutowireWorker Problem Chris, In my page class, I have the following abstract methods: public abstract Contact getContact();

Re: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-07 Thread Tat leung
Mark Lehmacher [mailto:[EMAIL PROTECTED] Sent: Sunday, May 07, 2006 5:21 PM To: Tapestry users Subject: Re: Tapernate-Example HiveMindAutowireWorker Problem Importance: High I had that very same problem when I tried to package the Tapernate auto-wiring stuff in a drop-in jar. It said that one

RE: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-07 Thread James Carman
file, then it bombs? -Original Message- From: Mark Lehmacher [mailto:[EMAIL PROTECTED] Sent: Sunday, May 07, 2006 5:21 PM To: Tapestry users Subject: Re: Tapernate-Example HiveMindAutowireWorker Problem Importance: High I had that very same problem when I tried to package the Tapernate au

Re: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-07 Thread Mark Lehmacher
I had that very same problem when I tried to package the Tapernate auto-wiring stuff in a drop-in jar. It said that one of the parameters of the Shell component has already been claimed by a different enhancement worker. When I just put the service definition and configuration contribution into my

RE: Tapernate-Example HiveMindAutowireWorker Problem

2006-05-07 Thread James Carman
Can you give an example of the property type you're using that causes this to happen? All you should be declaring is a "getter" for your property. Are you sure you're not declaring the property as a "parameter" either in your component specification or via annotations? -Original Message-