Create empty Java project with an src folder.
Add a plan file in src folder.
Then right click on project -> Go to Spring Tools -> Add "OSGI Plan Project Nature"
Then set the target runtime to...
Type: Posts; User: anoopps; Keyword(s):
Create empty Java project with an src folder.
Add a plan file in src folder.
Then right click on project -> Go to Spring Tools -> Add "OSGI Plan Project Nature"
Then set the target runtime to...
I am trying to use support for plans in STS 2.3.1. However on initial deployment it fails with
Cannot find bundle 'com.ocimum.btree.rest' version range '[0.0.0, oo)' in repository 'stage-ext-usr'....
When i am trying to enable Load time weaving in a web bundle an exception is thrown, -> ClassLoader 'BundleWebAppClassLoader' is not instrumentable
In the programming guide, it was mentioned that...
I have noticed that STS is not downloading bundles to usr folder for dm server 2.0.0.M5 version and above on Windows XP.
Is this an intentional change or is this a defect ?
Environment : Windows XP SP3
I was trying to work with STS 2.2.0 and DM Server 2.0.0.M5.
A few issues
1. STS is not downloading jars to the usr folder.
2. Trying to deploy HelloWorld Bundle...
We move from Spring AOP to pure AspectJ with LoadTimeWeaving.
Now it works across bundles.
However in DM Server 2.0.0.M5 importing aspectj.weaver bundles is causing issues. I am looking into this.
I tried to set the weaving class explicitly to "com.springsource.kernel.dmfragment.internal.KernelLoadTimeWeaver"
but got classnotfound exception (obviously internal)
I copied...
When are setting ServerOsgiBundleXmlWebApplicationContext as contextClass, it seems dm server is not able to do loadTimeWeaving
For pure OSGI bundles where AspectJ LoadTimeWeaving works,...
I am developing a DM Server (2.0.0.M4) based application (Spring 3.0.x).
My web bundle is using com.springsource.server.web.dm.ServerOsgiBundleXmlWebApplicationContext as contextClass
I am...
I am developing a DM Server 2.0 based application (Spring 3.0.x).
I am using Proxy based AOP in DM Server Bundles. (CGLib)
I have defined an Aspect that acts on execution of all methods on a...
We have selected JPA with HIbernate provider along with Hibernate Search as persistence solution for our spring dm server 2.0 based application.
We have only one DB but entity classes for the...
We got it tio work from the solution you posted in the other thread (@Autowired in Slices)
Is DMS-1133 fixed in the current DM Server and Slice release ?
Can you update the slices example with the slice importing an OSGI service ?
In my application I am observing that the slice bundle is ignoring the applicationContext.xml in the slice bundle. Instead it is referencing applicationContext.xml is host bundle.
Is my...
Is there any time frame for Modular web applications support in SpringSource DM 2.0 ?
Also will it support other toolkits like GWT ?
Can we have modular web services exposed in SpringSource DM...