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

Thread: CommandGroupFactoryBean

  1. #11
    Join Date
    Aug 2004
    Location
    San Francisco
    Posts
    423

    Default

    Magus,

    my debug log says the same, sorry. I do get the following line (searching for fileMenu) later on in the debug log:

    DEBUG [org.springframework.util.CachingMapDecorator] - For key 'default', returning cached value: [CommandFaceButtonManager@1b48392 commandId = 'fileMenu', faceDescriptor = [CommandFaceDescriptor@158291 caption = 'File', description = [null], buttonLabelInfo = [CommandButtonLabelInfo@2f1e75], buttonIconInfo = [CommandButtonIconInfo@fd1810]], attachedButtonCount = 0]

    Jonny

  2. #12
    Join Date
    Oct 2005
    Posts
    104

    Default Dependency problem i think

    Hi Jonny

    I checked out the source Spring rcp and created idea modules , which I included in my own idea project. Then when I run it works. When I build the new jar fiels and put dependencies on them it does not work. So my conclusion is that it must be something that it depends on. I see now that Spring rcp has gone up to Spring 2.0 and a new Acegis release, which is the must likely cause.

    I'll try ot out and fix it. By the way Spring 2.0 is backward compatible i guesss?

    Magnus

  3. #13
    Join Date
    Aug 2004
    Location
    San Francisco
    Posts
    423

    Default

    Magnus,

    that could be it I guess. I'm running against the release jars and Spring 1.2.8.

    I know Spring 2 was supposed to be backwards compatible but there's always the possibility of errors. I'd be interested in what you find as I was planning to upgrade to Spring 2 soon.

    Jonny

  4. #14
    Join Date
    Jul 2006
    Posts
    106

    Default

    Same problem here, too. I have debugged a lot (about three hours now). But as I don't know much about the internas of Spring and as I was searching the error within my code/configuration, I did not succeed...
    If anyone finds a solution - please post here...

  5. #15
    Join Date
    Oct 2005
    Posts
    104

    Default Spring 2.0

    Hi guys

    We'll after a long time of debugging I gave up. I shifted to Spring 2.0 and Acegi 1.0.2 and It worked directly. So that was my solution, if you for some reason cant go up to Spring 2.0 I dont have a solution for you, sorry

    Magnus

Posting Permissions

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