• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Get full class name in Interceptor.

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

i am using EJB 3.0 with Class level interceptor. Also i am using SLF4J for storing logs into log file. But when i call the bean, the log are saved into the log file with
BeanName + _xkoahy_Impl appending.

Can i get only the class name instead of _xkoahy_Impl appending.??
This is my code inside Interceptor







Also i am storing parameter into the log file, but parametr also printed with [Ljava.lang.Object;@78def


do i need to overide toString() method...??


Thanks and regards
Arvind
 
reply
    Bookmark Topic Watch Topic
  • New Topic