Search:

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

Search: Search took 0.02 seconds.

  1. NoSuchBeanDefinitionException when try to get bean using Eclipse RCP user interface

    Hello,

    I am having applicationContext with one bean definition like below:


    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"...
  2. The problem was because following dependency was...

    The problem was because following dependency was missing from pom.xml:

    <dependency>
    <groupId>com.oracle</groupId>
    <artifactId>ojdbc5</artifactId>
    </dependency>

    Now...
  3. Getting CannotCreateTransaction exception - trying to execute JUnit Integration test

    Hello,

    I am getting following error:




    I am not able to make out what the problem is :(

    can anybody help me out please?
  4. Replies
    26
    Views
    16,147

    Solved for us

    The issue was solved when we set bind="false" on transition state.
  5. Problem Solved :) I used following things in...

    Problem Solved :)

    I used following things in order to make it work:

    1)
    <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
    Used form tags instead of plain HTML tags.
    ...
  6. Not able to make transition from

    Hi,

    I am new to spring-webflow and I am not able to make transition from <view-state> to another state.

    Below is my code from "dispatcher-servlet.xml" file:




    <?xml version="1.0"...
Results 1 to 6 of 6