Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,512

    Plan project structure

    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...
  2. Replies
    5
    Views
    1,512

    STS 2.3.1 and plan deployment

    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'....
  3. Replies
    2
    Views
    720

    LoadTimeWeaving in WebBundle

    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...
  4. Not downloading bundles to user folder

    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 ?
  5. Replies
    0
    Views
    632

    STS 2.2.0 and DM Server 2.0.0.M5

    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...
  6. Replies
    2
    Views
    976

    Solution

    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.
  7. Replies
    3
    Views
    803

    Working with hack

    I tried to set the weaving class explicitly to "com.springsource.kernel.dmfragment.internal.KernelLoadTimeWeaver"
    but got classnotfound exception (obviously internal)

    I copied...
  8. Replies
    3
    Views
    803

    Few more observations on DM Server and AOP

    When are setting ServerOsgiBundleXmlWebApplicationContext as contextClass, it seems dm server is not able to do loadTimeWeaving

    For pure OSGI bundles where AspectJ LoadTimeWeaving works,...
  9. Replies
    3
    Views
    803

    Web Bundle and AspectJ

    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...
  10. Replies
    2
    Views
    976

    AOP and DM Server 2.0.x

    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...
  11. Replies
    1
    Views
    1,190

    Spring DM Server 2.0 and JPA

    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...
  12. Replies
    6
    Views
    1,537

    Its working now

    We got it tio work from the solution you posted in the other thread (@Autowired in Slices)
  13. Replies
    6
    Views
    1,537

    Bundle Context Issue

    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 ?
  14. Replies
    6
    Views
    1,537

    applicationContext.xml in Slice in DM Server 2.0 M4

    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...
  15. Replies
    6
    Views
    3,204

    Modular web applications support

    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...
Results 1 to 15 of 15