Results 1 to 2 of 2

Thread: Cannot make the PetClinic application work using Spring Roo

  1. #1
    Join Date
    Mar 2010
    Posts
    1

    Unhappy Cannot make the PetClinic application work using Spring Roo

    I am new to Spring. I deployed the PetClinic application using clinic script provided with Spring Roo.

    I am able to go to the landing page but, when ever to try to list(pets/vets/owners) I am getting the following error:

    Caused by: java.lang.NoSuchFieldError: deferredExpression
    at org.apache.taglibs.standard.tag.common.core.ForEac hSupport.release(ForEachSupport.java:178)
    at jsp_servlet._web_45_inf._views._vet.__list_jspx._j spService(__list_jspx.java:605)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java: 34)
    at weblogic.servlet.internal.StubSecurityHelper$Servl etServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invok eServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute( ServletStubImpl.java:292)
    at weblogic.servlet.internal.ServletStubImpl.execute( ServletStubImpl.java:175)
    at weblogic.servlet.internal.RequestDispatcherImpl.in vokeServlet(RequestDispatcherImpl.java:502)
    at weblogic.servlet.internal.RequestDispatcherImpl.in clude(RequestDispatcherImpl.java:432)
    at weblogic.servlet.jsp.PageContextImpl.include(PageC ontextImpl.java:163)
    at weblogic.servlet.jsp.PageContextImpl.include(PageC ontextImpl.java:184)
    at org.apache.tiles.jsp.context.JspTilesRequestContex t.include(JspTilesRequestContext.java:103)


    I am using Spring 3.0 with weblogic 10.3. Any help is appreciated.

  2. #2

    Default

    I am facing the same issue. Did u resolve this? Can you share your notes?

    -Irshad A.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •