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

Thread: Spring mvc sample project - slf4j problem

  1. #11
    Join Date
    Sep 2010
    Location
    Cork, Ireland
    Posts
    16

    Default

    I see... so final advice: revert back to the original pom.xml and change slf4j version from 1.5.10 to 1.6.1 like this:
    <org.slf4j-version>1.6.1</org.slf4j-version>
    Actually I've tested it myself on weblogic 12c. The problem is that slf4j is bundled in weblogic and the version bundled is 1.6.1 and it conflicts with 1.5.10. Hope this helps get you started.

  2. #12

    Default

    Capturar.JPG
    Here are Maven Dependencies

  3. #13

    Default

    Thanks a lot!
    That solved my problem. I'm really grateful for your help

  4. #14
    Join Date
    Mar 2011
    Posts
    166

    Default

    Quote Originally Posted by lifeTechnicolor View Post
    Capturar.JPG
    Here are Maven Dependencies

    can you please post how you fixed it

  5. #15

    Default

    Quote Originally Posted by JohnTheDroider View Post
    can you please post how you fixed it

    i change slf4j version from 1.5.10 to 1.6.1

  6. #16
    Join Date
    Mar 2011
    Posts
    166

    Default

    I updated to 1.6.6 and everything stops working but CAS needs 1.5
    Last edited by JohnTheDroider; Sep 12th, 2012 at 06:45 PM.

  7. #17

    Default

    with weblogic 12c and slf4j 1.6.1 everything works.
    try update to 1.6.1

  8. #18
    Join Date
    Mar 2011
    Posts
    166

    Default

    But CAS needs 1.5

  9. #19

    Default

    well i dont know then... you can use weblogic 11g...

Posting Permissions

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