Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Spring Web Flow 2.0.8 Released

  1. #11
    Join Date
    Dec 2009
    Posts
    4

    Default Exception with webflow

    Hello

    How to resolve this exception and what can this mean ?


    [#|2009-12-11T14:22:50.843+0000|SEVERE|glassfish|javax.enterp rise.system.core.com.sun.enterprise.v3.server|_Thr eadID=32;_ThreadName=Thread-1;|Exception while loading the app
    java.lang.Exception: org.springframework.beans.factory.parsing.BeanDefi nitionParsingException: Configuration problem: Failed to import bean definitions from relative location [webflow-config.xml]
    Offending resource: ServletContext resource [/WEB-INF/config/web-application-config.xml]; nested exception is org.springframework.beans.factory.BeanDefinitionSt oreException: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/config/webflow-config.xml]; nested exception is java.lang.NoSuchMethodError: org.springframework.beans.factory.support.BeanDefi nitionBuilder.genericBeanDefinition(Ljava/lang/StringLorg/springframework/beans/factory/support/BeanDefinitionBuilder;
    at com.sun.enterprise.web.WebApplication.start(WebApp lication.java:124)
    at org.glassfish.internal.data.EngineRef.start(Engine Ref.java:126)
    at org.glassfish.internal.data.ModuleInfo.start(Modul eInfo.java:217)
    at org.glassfish.internal.data.ApplicationInfo.start( ApplicationInfo.java:193)
    at com.sun.enterprise.v3.server.ApplicationLifecycle. deploy(ApplicationLifecycle.java:304)
    at com.sun.enterprise.v3.server.ApplicationLifecycle. deploy(ApplicationLifecycle.java:174)
    at org.glassfish.deployment.admin.DeployCommand.execu te(DeployCommand.java:270)
    at com.sun.enterprise.v3.admin.CommandRunnerImpl$4.ex ecute(CommandRunnerImpl.java:422)
    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCo mmand(CommandRunnerImpl.java:437)
    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCo mmand(CommandRunnerImpl.java:524)
    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCo mmand(CommandRunnerImpl.java:140)
    at com.sun.enterprise.v3.admin.AdminAdapter.doCommand (AdminAdapter.java:313)
    at com.sun.enterprise.v3.admin.AdminAdapter.service(A dminAdapter.java:180)
    at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service( GrizzlyAdapter.java:166)
    at com.sun.enterprise.v3.server.HK2Dispatcher.dispath (HK2Dispatcher.java:100)
    at com.sun.enterprise.v3.services.impl.ContainerMappe r.service(ContainerMapper.java:208)
    at com.sun.grizzly.http.ProcessorTask.invokeAdapter(P rocessorTask.java:752)
    at com.sun.grizzly.http.ProcessorTask.doProcess(Proce ssorTask.java:660)
    at com.sun.grizzly.http.ProcessorTask.process(Process orTask.java:911)
    at com.sun.grizzly.http.DefaultProtocolFilter.execute (DefaultProtocolFilter.java:164)
    at com.sun.grizzly.DefaultProtocolChain.executeProtoc olFilter(DefaultProtocolChain.java:135)
    at com.sun.grizzly.DefaultProtocolChain.execute(Defau ltProtocolChain.java:102)
    at com.sun.grizzly.DefaultProtocolChain.execute(Defau ltProtocolChain.java:88)
    at com.sun.grizzly.http.HttpProtocolChain.execute(Htt pProtocolChain.java:76)
    at com.sun.grizzly.ProtocolChainContextTask.doCall(Pr otocolChainContextTask.java:53)
    at com.sun.grizzly.SelectionKeyContextTask.call(Selec tionKeyContextTask.java:57)
    at com.sun.grizzly.NIOContext.execute(NIOContext.java :510)
    at com.sun.grizzly.SelectorHandlerRunner.handleSelect edKey(SelectorHandlerRunner.java:357)
    at com.sun.grizzly.SelectorHandlerRunner.handleSelect edKeys(SelectorHandlerRunner.java:257)
    at com.sun.grizzly.SelectorHandlerRunner.doSelect(Sel ectorHandlerRunner.java:194)
    at com.sun.grizzly.SelectorHandlerRunner.run(Selector HandlerRunner.java:129)
    at com.sun.grizzly.util.FixedThreadPool$BasicWorker.d owork(FixedThreadPool.java:379)
    at com.sun.grizzly.util.FixedThreadPool$BasicWorker.r un(FixedThreadPool.java:360)
    at java.lang.Thread.run(Thread.java:619)
    |#]

    Thanks

  2. #12
    Join Date
    Feb 2009
    Posts
    16

    Default

    could you post your /WEB-INF/config/webflow-config.xml? and your pom.xml or your lib versions?

    I think you have a lib version problem.

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
  •