Results 1 to 4 of 4

Thread: Config is not called

  1. #1
    Join Date
    Jul 2012
    Posts
    12

    Default Config is not called

    I'm doing a app and have some problem when I run. It looks like the signfilter is not been called, as so the MainConfig class.

    I created a domain context with other beans by annotation, but I think it is not the trouble.
    Here is the code on the domainclass

    @ImportResource("classpath:br/com/sidroniolima/appsorteiodapalestra/config/domain-context.xml")

    Can anyone help me.

    Thanks.

  2. #2
    Join Date
    Aug 2004
    Posts
    1,074

    Default

    This does not appear to be a Spring Social problem. Should this be moved to a different forum (perhaps the core framework forum)?

    Nonetheless, @ImportResource is intended to be used on a @Configuration class, not on a domain class as you've indicated. Perhaps that's your problem.
    Craig Walls
    Spring Social Project Lead

  3. #3
    Join Date
    Jul 2012
    Posts
    12

    Default

    It is in Main configuration class for the application.
    When I run the app it not loads the opengraph, but just the url for the app in the server.

  4. #4
    Join Date
    Aug 2004
    Posts
    1,074

    Default

    I'm sorry, but I'm not picturing what it is you're describing. Perhaps some code snippets here would be helpful in helping figure out what's going on.
    Craig Walls
    Spring Social Project Lead

Posting Permissions

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