Search:

Type: Posts; User: aravindbv; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    750

    jsf-spring integration

    i am new to spring...trying to take advantage of the framework. i am working on a portal project ..right now wanted to apply logging/tracing/exceptions aspect(s) for all of the below components and...
  2. thanks for the reply...will there be performance...

    thanks for the reply...will there be performance hit if i use BeanNameAutoProxyCreator with <property name="proxyTargetClass" value="true" />..or do i need to define interfaces for all classes that...
  3. thanks that works..if i give * for beanNames...

    thanks that works..if i give * for beanNames values then i get exception as below...If i give Add*, it works fine without interface...



    <bean id="loggingProxy"
    ...
  4. it works fine if i have an interface...i have...

    it works fine if i have an interface...i have existing project which has developed classes...so i wanted to use BeanNameAutoProxyCreator so that i dont need to define interfaces for all these...
  5. HibernateDaoSupport - BeanNameAutoProxyCreator - ClassCast Exception

    I am trying a simple logging interceptor for a bean which extends HibernateDaoSupport..When i try to do getBean and cast it to my bean, i get java.lang.ClassCastException: $Proxy4..

    if i remove...
  6. Replies
    4
    Views
    1,021

    using spring 1.2.8 and cglib-nodep-2.1

    using spring 1.2.8 and cglib-nodep-2.1
  7. Replies
    4
    Views
    1,021

    myDAO extends...

    myDAO extends org.springframework.orm.hibernate.support.HibernateDaoSupport..

    if i remove extends then everything is working fine.do i need to use...
  8. Replies
    4
    Views
    1,021

    interceptor-BeanNameAutoProxyCreator-error

    hi,

    i am trying a simple logging interceptor...below is my spring config...when i get the context and try to get my bean, i get
    java.lang.ClassCastException: $Proxy63

    ..
    when i System .out...
  9. Replies
    3
    Views
    1,113

    thanks very much for the information..will try...

    thanks very much for the information..will try out the class loader policy..
  10. Replies
    3
    Views
    1,113

    looks like its log4 configuration thing...is...

    looks like its log4 configuration thing...is there any way that we can configure these built in interceptors to use certain log4j.xml file instead of reading from different location...i am not able...
  11. Replies
    9
    Views
    1,283

    is there any way that we can configure these...

    is there any way that we can configure these built in interceptors to use certain log4j.xml file instead of reading from different location...i am still not able to locate why or where its reading...
  12. Replies
    9
    Views
    1,283

    thanks....now i am getting output if i run from...

    thanks....now i am getting output if i run from command prompt...will try to fix in IDE also...thanks much for the support...appreciate it
  13. Replies
    9
    Views
    1,283

    i tried running from command prompt but still no...

    i tried running from command prompt but still no luck..below is my classpath and output results if i run from command prompt..using websphere application server jvm 1.5.0_06-b05...
    ...
  14. Replies
    9
    Views
    1,283

    below is the class where i am running the app ...

    below is the class where i am running the app

    public class SpringMain
    {

    public static void main(String[] args)
    {
    ClassPathXmlApplicationContext appContext = new...
  15. Replies
    9
    Views
    1,283

    it was not there and i added it..still no...

    it was not there and i added it..still no luck...if i add my own interceptor, i get debug statements fine..not sure if its something to do with Rational application developer or classpath...i have...
  16. Replies
    9
    Views
    1,283

    thanks for the reply...my curren log4j.xml has...

    thanks for the reply...my curren log4j.xml has the tag...i have logj-1.2.9.jar and log4j.xml in classpath...do i need to do anything more to view debug messages in console

    <?xml version="1.0"...
  17. Replies
    9
    Views
    1,283

    SimpleTraceInterceptor no console output

    Hi,

    i am trying to apply interceptors from spring framework like simpletraceinterceptor or PerformanceMonitorInterceptor and not getting any output statements in console or logs..if i use my own...
  18. Replies
    3
    Views
    1,113

    SimpleTraceInterceptor no console output

    Hi,

    i am trying to apply interceptors from spring framework like simpletraceinterceptor or PerformanceMonitorInterceptor and not getting any output statements in console or logs..if i use my own...
  19. Replies
    1
    Views
    886

    jsf-spring integration

    Hi,

    i am new to spring...trying to take advantage of the framework. i am working on a portal project with..righ now wanted to apply logging/tracing aspect for all of the below components and...
  20. Replies
    3
    Views
    909

    help needed

    Thanks for the reply...i think i still did not understand or got reply for question 1)...

    1) my java objects do not have interfaces.do i need to create interfaces to all of my java objects to use...
  21. Replies
    3
    Views
    909

    logging intercept help needed

    Hi,

    I am new to spring..implementing logging aspect...i have couple of questions

    1) my java objects do not have interfaces.do i need to create interfaces to all of my java objects to use...
Results 1 to 21 of 21