Search:

Type: Posts; User: Rauf Khan; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,329

    Does anyone has any idea how to test the value of...

    Does anyone has any idea how to test the value of the member variable, whose value is assigned by the Job Scheduler.

    After creating an instance of the class and should wait for job to execute...
  2. Replies
    3
    Views
    1,329

    Hi Karthik, I have configured the quartz...

    Hi Karthik,
    I have configured the quartz scheduling and its working fine.

    What I want to try using Junit is: The Job call's a method after a required interval, I want to test the value of the...
  3. Replies
    3
    Views
    1,329

    Junit with Quartz SchedulerFactoryBean

    Hi,

    I have created a simple Job using SchedulerFactoryBean for my application. Can anyone please let me know how do I test this Job using Junit and make sure that is working fine for the...
  4. Replies
    1
    Views
    759

    Using Collection in JobDetailBean

    Able to achieve it.

    In JobDetailBean I used the same property jobDataAsMap. For the "firstTask" I referred to the bean ex:MyBean which has a property as List<RealTimeAssessor>. This List contains...
  5. Replies
    1
    Views
    759

    Using Collection in JobDetailBean

    Hi All,

    I have created a method called reload() in class com.ind.RealTimeAssessor for which Job is created in com.ind.RealTimeAssessorJob. With the below code in configuration file am able to call...
  6. SchedulerFactoryBean Jobs for Prototype Bean

    Hi All,

    I have created a method called reload() in class com.ind.RealTimeAssessor for which Job is created in com.ind.RealTimeAssessorJob. With the below code in configuration file am able to...
  7. Replies
    1
    Views
    1,134

    Autowiring with Validator

    Hi All,

    While working with Spring & Junit Annotations I was not able to autowired instance of validator class in Junit test case. Let me explain u the scenario.

    In the controller we...
  8. Replies
    1
    Views
    875

    Needed Solution

    Hi,

    Can anyone please help me to find a solution for using autowired instances of Spring Validator in JUnit.

    Thanks
    Rauf Khan
  9. Replies
    1
    Views
    875

    Problem with Autowiring in Validator@Junit

    Hi,

    Am working on Spring & Junit Annotations. While working with the Junit cases i found that an issue while autowiring. Let me explain u the scenario.

    In the controller we are autowiring...
  10. Replies
    0
    Views
    417

    Annotation validation on conditions

    Hi,

    Iam working on Spring MVC 2.5 and doing the validation using annotations. Validation are successful but facing problem how to control validations based on condition whether the user has...
  11. Replies
    3
    Views
    1,529

    Hi Pompeii, Thanks a lot for responding to...

    Hi Pompeii,

    Thanks a lot for responding to my post. I have enclosed the source code of the prototype for your reference. My controller/pojo doesn't extend PropertyEditorSupport class.


    ...
  12. Replies
    3
    Views
    1,529

    Help needed: Binding BigDecimal values

    Hi,

    Am facing an issue while binding from string to bigdecimal in spring, also i have written custom validations to check the paymentAmount is numeric.

    I have a property
    private...
  13. Replies
    8
    Views
    7,845

    Problem with Wrapper

    Hi springflan,

    When we use the wrapper containing Company and User beans in a single bean then the form will work fine and easily you can match with the bean properties BUT the problem here is...
  14. Replies
    2
    Views
    1,806

    Help Need for Binding form fields and Annotation validations

    Hi,

    For better understanding of my problem, I have attached a Customer Module zip file along with screen shot. In this project i have used simple html tags along with Spring Annotations for...
  15. Replies
    2
    Views
    1,806

    Submitting Form with List

    Hi,

    Iam facing a problem while submitting the forms. The main problem is am using a list to store the accounts for a customer hence not able to match the properties of account. I tried...
Results 1 to 15 of 15