By the way, you typically don't have to specifically tell HiveMind to set
your properties with other services.  If HiveMind has exactly one service
point which matches the type of the property, it will automatically set it
(or "autowire").  This makes your hivemodule.xml file a lot easier to write.

-----Original Message-----
From: Sukma Agung Verdianto [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 26, 2006 10:15 PM
To: [email protected]
Subject: hivemind.LoggingInterceptor?

Hi,

In my tapestry application, I'm trying to add method logging (provided by
hivemind.LoggingInterceptor)

-- hivemodule.xml --

...
<service-point id="daoService">
  <invoke-factory>
    <construct class="impl.DaoServiceImpl">
      <set-service property="userDao" service-id="UserDao"/>
      <set-service property="productDao" service-id="productDao"/>
    </construct>
  </invoke-factory>
  <interceptor service-id="hivemind.LoggingInterceptor"/>
</service-point>
...


Then, I inject that service to my page, its works but I can't see any log
information when I invoke the method.
Please help me...

Rdgs,
Verdianto



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to