Hello again,
I agree with you that there is need for choice.
It's like wih all the other possibilities I have like specifying the interfaces under which an OSGi service is published, setting the...
Type: Posts; User: delasoul; Keyword(s):
Hello again,
I agree with you that there is need for choice.
It's like wih all the other possibilities I have like specifying the interfaces under which an OSGi service is published, setting the...
Hello Costin,
thanx for your reply.
You are right - osgix:managed-service-factory works as described in the
documentation. My mistake was to use ConfigurationManager.getConfiguration
instead...
Hello,
in the moment I am trying to understand and use the Spring DM support for
the OSGi Configuration Admin Service.
I am using spring-dm 1.2.0-m2 and spring 2.5.6, equinox as OSGi container...
Hello Costin,
thank you for your answer.
It looks like that the common=split attribute is not the problem but that
bindex (the tool to generate the repository.xml for the OBR) adds another...
Hello,
I am just switching from spring version 2.5.1 to 2.5.5.
In the spring core 2.5.5 Manifest file an entry for:
org.eclipse.core.runtime;resolution:=optional;common=split
was added.
I am...
http://www.springframework.org/osgi
Hello,
is the sprring osgi code only available from svn or is there a download possibility?
thanx in advance,
michael
Hello again,
after putting everything on the classpath, I still get the same error.
I even changed from dtd to schema in my context xml - no change.
I looked at the code - but this is not really...
Hello,
but my testprogram terminates with an error and the application context
object is not created.
So there has to be a difference to the 2.02 version...
Hello,
i have just switched to spring 2.04 from spring 2.02 - and now my ClassPathXmlContext creation is failing - do I have to add something to the path? (in the moment i have spring-core,...
Hello Andreas,
thanx again for your answer and the hint with the PropertyPathFactoryBean.
I first was not sure if it will help, as for the two xml files, but I got it working as follows:
...
Hello,
yes - that is the quote.
I understood it that way that I am able to somehow set dependencies when performing the lookup-method call.
My problem is:
I have 2 context.xmls. contextXmlA...
Hello,
in the Spring documentation it says:
Note that lookup method injection can be combined with Constructor Injection (supplying optional constructor arguments to the bean being constructed),...
Hello,
i am trying out the new xml schema configuration support in Spring 2.
Therefore I followed the example on
http://www.memestorm.com/blog/
Everything works fine, but I have a question...