Do you see any of the logging for that service point?  HiveMind will spit
out messages when creating proxies, setting properties, etc. for that
service point.  If you don't see those, then you don't have logging turned
on for that service point.

-----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