Search:

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

Search: Search took 0.01 seconds.

  1. Any spring folks care to weigh in on this? We're...

    Any spring folks care to weigh in on this? We're trying hard to figure out how all these new features fit together in the Spring 3.0/ Spring DM world, and we keep running into what seems to be...
  2. @Autowired inside @Configuration doesn't seem to work for imported Services

    Hello-

    I'm using Spring dm and the javaconfig-style @Configuration annotation to move my bundle's beans configuration into a single top-level bean. This bean is explicitly declared in my bundle's...
  3. is it okay to use a build that Failed?

    Hi Chris-

    It looks like Build 331 has failed, according to the Bamboo page you linked to above. Should I still attempt to use it? (I'm unfamiliar with Bamboo and what it means to fail- is it just...
  4. still not working

    [Edit: Ooops! Just saw your post above. we will try the new build. sorry!]

    Hi Chris-

    Following your advice in your last post, we downloaded what we think are the correct nightly build...
  5. follow-up

    Hi Chris-

    I just wanted to post here to follow up on this issue. For other reader's sake, the issue link is here:

    http://jira.springframework.org/browse/SPR-5932

    You mentioned that this is...
  6. Hi Costin, etc- I've opened a jira issue for...

    Hi Costin, etc-

    I've opened a jira issue for Spring DM 1.2. I hope I did it right, I'm not familiar with your issue system conventions. should I have also registered it as a bug in the main...
  7. Spring 3.0 M3 + Spring DM = broken javaconfig?

    Hi Chris-

    I've been trying out Spring 3's built-in support for javaconfig-style @Configuration use, as you suggested. We've run into a problem where our singleton beans are being treated like...
  8. Spring 3.0 M3 + Spring DM = broken javaconfig?

    Hello-

    We are experiencing what seems to be badly broken application context behavior in our application.

    Specifically, we are using the most recent released version (1.2.0) of Spring dm (NOT...
  9. Hi Chris- Thanks very much for following up on...

    Hi Chris-

    Thanks very much for following up on this!

    I looked at the SPR-5632 issue- there is not much information there as to what or how "compatibility" has been ensured.. :-)

    I will...
  10. Hi Chris- Thanks for replying. Although...

    Hi Chris-

    Thanks for replying. Although related and somewhat similar, my previous question was really about simply getting JavaConfig to work at all in my (not-DM) OSGi environment, and was...
  11. I'm hoping there's some explanation for the lack...

    I'm hoping there's some explanation for the lack of any answers to this simple question, other than no one at springsource knowing the answer, which implies a distinct lack of interest in JavaConfig,...
  12. So, anyone at SpringSource know the answer to...

    So, anyone at SpringSource know the answer to this question? It seems like a pretty straightforward one :-)

    To be clear, I'm interested in, for instance, being able to add an annotation to (or...
  13. Thanks Chris, I'll try that. It does seem like...

    Thanks Chris, I'll try that.

    It does seem like this would be a pretty common thing for users to have to do. Maybe there should be an easier way, or at least this sort of thing could go in the...
  14. Replies
    7
    Views
    1,243

    Hi Costin, thanks for responding. While I...

    Hi Costin, thanks for responding.

    While I understand that the various XML gets translated into specific Bean definition classes, etc, I'm still not sure how I'd make use of these classes from...
  15. Hi Chris- Thanks for responding. But actually...

    Hi Chris-

    Thanks for responding. But actually I don't think that works, at least not as-is. There isn't a "registerSingleton" method on JavaConfigApplicationContext.

    I did try this approach...
  16. What's the best way to add objects to an existing JavaConfigApplicationContext?

    Sorry if this is obvious- I'm new to JavaConfig:

    If I have a config class something like this:

    @Configuration
    public class Config {
    @Bean
    public Foo foo() {
    return new Foo(...);
    }
  17. JavaConfig and OSGi - is it supposed to work?

    Hello-

    I've been trying to get JavaConfig working in my OSGi environment. I'm using eclipse equinox, pretty basic, barebones setup. I am _not_ using Spring DM in this particular project.

    It...
  18. When will JavaConfig support Spring Dynamic Modules?

    Hello-

    Does anyone know when/if JavaConfig will support Spring DM? In particular, when I'd be able to use javaconfig code to import and export OSGi services, not just to configure the beans.
    ...
  19. Replies
    7
    Views
    1,243

    Does that mean that you'd still have to declare...

    Does that mean that you'd still have to declare the OSGi service imports and exports in XML? If so, when will we be able to do it all in javaconfig?
Results 1 to 19 of 19