I guess I was hoping for a way to update that proxy based on a concrete event. Since the container already triggers managed property events for beans when a tracked properties file changes, I was...
Type: Posts; User: mvanorman; Keyword(s):
I guess I was hoping for a way to update that proxy based on a concrete event. Since the container already triggers managed property events for beans when a tracked properties file changes, I was...
That's not the problem. I've done that. However, in the OSGi environment, I can get my other beans to respond to changes in a properties file at runtime using managed properties. But the filter...
Did you ever get around this? I'm struggling with the same issue, and none of the suggestions I've found through google or this forum seem to have made any difference.
I've been trying to convert a simple bundle I have to use standard blueprint syntax rather than spring dm. However, I can't seem to figure out how to make it work. I even downloaded the sample...
No, I have not found a solution to this.
Hmmm.... I never actually even thought about doing straight Spring. Apache should put up an example using regular spring to make it a bit quicker for people to get up to speed. But you're right, it...
I'm trying to deploy an embedded activemq broker in a war bundle. However, I seem to get an intermittent error that requires me to deploy my war with the activemq schema references in place...
Is there a way to have a service "reference" be re-looked up in cases where the filter expression references a property in configurationadmin that has changed? I'm doing something along the lines...
For me, I simply downloaded the official spring-ws 1.5.9 distribution and copied the required libraries to the repository/usr folder. They are already build as OSGi bundles in the official...
As I understand it, the "SpringSource Bundlor Builder" is supposed to automatically be added to a project when the OSGi Bundle Nature is added. However, that seems to be a bit hit-and-miss. We've...
Just to throw in my own two cents here, I have recently been through the process of trying to get spring-ws 1.5.9 working on Spring DM Server 2.0. However, I found conflicts with the ERB provided...
We are doing some POC work using Spring STS 2.3.0 on Windows and Spring DM Server 2.0. We have a really simple project setup: 1 shared-services war and 1 bundle that exports a service to the war. ...