Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    561

    Got past that issue..I needed to refractor some...

    Got past that issue..I needed to refractor some of the package names while migrating from 2.0.4 to 3.1.1.release.
  2. Replies
    5
    Views
    561

    Hi Rob, When I upgraded to 3.1.1.RELEASE for...

    Hi Rob,

    When I upgraded to 3.1.1.RELEASE for spring-security-core & cas and after doing some changes,I am getting below exception at line mentioned in the code tags.
    cannot access...
  3. Replies
    5
    Views
    561

    Thanks for replying. I have build my proxyurl...

    Thanks for replying.
    I have build my proxyurl sample from the reference whose link you have provided but we have been using 2.0.4.
    I will give it a try with 3.X version.
  4. Replies
    5
    Views
    561

    CAS proxy -spring security issue

    I have got 2 web applications secured by the spring security .
    Both of them are casified .

    When I try to access the secured resource under Webapp1,it is redirecting me correctly to Cas login page...
  5. Replies
    2
    Views
    405

    Thanks Martin for replying.I misunderstood the...

    Thanks Martin for replying.I misunderstood the stateful/statelessness.
  6. Replies
    2
    Views
    405

    Singleton & Stateful/Stateless

    Hi Guys,

    I have some confusion with how the singleton scoped object should be used.
    If you take a look at the below 2 classes.

    Class Room1 {
    int length;
    int breadth;
    public void display(){
  7. Replies
    1
    Views
    489

    Have you made your job transactional ?

    Have you made your job transactional ?
  8. Sorry guys for bothering you..... It was a typo...

    Sorry guys for bothering you.....
    It was a typo which I didnt bothered to check too closely...

    I had swapped the properties of abstractLookupBean & standardLookupBean in the bean configuration.
    ...
  9. Bean Instantation Exception in loopup-method

    I was trying to test the lookup-method in my test project but it seems that I am doing something very silly that it is not working...

    StandardLookupDemoBean class, which uses setter injection to...
  10. Replies
    1
    Views
    331

    I have finally found the way around this problem...

    I have finally found the way around this problem
    It looked to be some issue with the Spring 2.5.
    Earlier the affected bean definition was in one of the xml files which was then imported into the...
  11. Replies
    1
    Views
    331

    txAdvice not getting applied ever occasion

    Hi Guys,
    I have run into some wierd problem around txAdvice where I have got stuck.
    Basically from my code ,I am calling
    iCreateConService.createCon(createConDTO)

    My TxAdvice and point cut are...
Results 1 to 11 of 11