Search:

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

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Please help.

    Please help.
  2. Perhaps I should check which class loader load...

    Perhaps I should check which class loader load the GenericServlet.

    ClassLoader cls = GenericServlet.class.getClassLoader();
    System.out.println(cls);
  3. The servlet is locate at same project with the...

    The servlet is locate at same project with the loadtimeweaver bean in Spring applicationContext.xml. How to ensure the servlet is load by loadtimeweaving and not before or in different classloader...
  4. I using TomcatInstrumentableClassLoader...

    I using TomcatInstrumentableClassLoader (Spring-Instrument-Tomcat-3.1.2.jar) which put inside the Tomcat\lib directory and context.xml in Meta-INF Folder.

    <Context path="/myWebApp"...
  5. Yes, I had clean up the config. The Config was...

    Yes, I had clean up the config. The Config was loaded by ContextLoaderListener. I thought the @configurable is relate to spring and not container problem. I had enable logging and how to diagnose the...
  6. Please help.

    Please help.
  7. Configurable Autowired NullPointerException

    Hello to all,

    I have a GenericServlet class annotated with @Configurable which has field called dao which autowired by spring but it does not get autowired properly rather than throw...
  8. Solved this problem by add servlet class in...

    Solved this problem by add servlet class in web.xml. Thread closed
  9. First, I did not put the classes in default...

    First, I did not put the classes in default package.
    Second, I had put context:spring-configured into your context file.

    The problem is why error loading TomcatInstrumentableClassLoader.
  10. TomcatInstrumentableClassLoader Servlet ClassNotFoundException

    I using Tomcat 6 as the App Server for my web application which uses the AOP to inject DAO into servlet but the problem 1 is Tomcat still using the default server class loader rather than...
  11. Replies
    9
    Views
    935

    Please help in this thread or from stackoverflow...

    Please help in this thread or from stackoverflow.
  12. Replies
    9
    Views
    935

    Please help.

    Please help.
  13. Replies
    9
    Views
    935

    I have a question in stackoverflow...

    I have a question in stackoverflow

    Please help.

    Thanks.
  14. Replies
    9
    Views
    935

    I reading the documentation now. Does the Spring...

    I reading the documentation now. Does the Spring AOP create additional (second) UnknownTroubleTicketTask object other than UnknownTroubleTicketTask object created by my custom framework (Extension of...
  15. Replies
    9
    Views
    935

    The UnknownTroubleTicketTask is created by our...

    The UnknownTroubleTicketTask is created by our custom class loading mechanism framework. Is it feasible to add the @Configurable into the servlet ? Does it create two instances of...
  16. Replies
    9
    Views
    935

    asd

    What is the reason?
  17. Replies
    9
    Views
    935

    Autowired Object return null

    Hello to all, I have configure Spring to autowired my dao object into servlet but it return null. Anyone know why?

    web.xml


    <?xml version="1.0" encoding="UTF-8"?>
    <web-app...
  18. Replies
    4
    Views
    1,028

    By using InternalResourceViewResolver, i will...

    By using InternalResourceViewResolver, i will specify "/home" but when using URIBasedView Resolver, need to specify "home"(View name) and not the URI itself.

    For all the view in jsp, need to...
  19. Replies
    4
    Views
    1,028

    StackTrace: Could not resolve view with name...

    StackTrace:
    Could not resolve view with name /name in servlet with name 'dispatcher'

    org.springframework.web.servlet.Dispatcher.render
  20. Replies
    4
    Views
    1,028

    Tiles Integration in Spring 3

    Hello to all,

    I have create a web site using Tiles for templating purposes but when i redirect the index.jsp to home.jsp. It throw exception unable to resolve the view name. There is home.jsp...
  21. Replies
    3
    Views
    647

    Thanks for the rpely and i found the root cause...

    Thanks for the rpely and i found the root cause where it is relate to deployment error.

    CLOSED THREAD.
  22. Replies
    3
    Views
    647

    Spring MVC Dynamic Modules Web Project

    Hello, I have created a dynamic modules web project using STS but there is problem display the welcome pages.

    I have attach a screenshot regard the error. When I run the application, it display...
  23. Replies
    4
    Views
    902

    How to enable the log because i found out that...

    How to enable the log because i found out that class not found exception was thrown during deployment ?

    or i need to debug into it to figure it why the reason the exception is throw.

    Thanks.
  24. Replies
    4
    Views
    902

    I not intend to bump the thread but just would...

    I not intend to bump the thread but just would like to get some help.

    The problem i facing is getting 404 resource is not available error.

    This project is created using spring dynamic web...
  25. Replies
    4
    Views
    902

    Resource is not Available Error

    Hello to all, i totally new to spring and i started my first tutorial. So, please bear with me.

    I have created a project which follow from...
Results 1 to 25 of 35
Page 1 of 2 1 2