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...
Type: Posts; User: carrotsalad; Keyword(s):
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...
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...
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...
[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...
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...
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...
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...
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...
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...
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...
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,...
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...
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...
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...
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...
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(...);
}
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...
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.
...
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?