Search:

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

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Great post, bring me big help, thank you.

    Great post, bring me big help, thank you.
  2. Replies
    6
    Views
    1,700

    Hi, vishalj: I'm not a dm server expert, but...

    Hi, vishalj:

    I'm not a dm server expert, but I'm one of dm, I don't think there is stuts2 support in dm server, (did you see one for struts 1). detailed mvc support is not a goal of dm server.
    ...
  3. Replies
    1
    Views
    1,030

    Do we have a map loader for Hibernate

    Hi, every one:

    I'm new to dm server, I have a question: If I have hibernate mapping resources accross bundles, can I load them into one SessionFactory?

    Or, do I have to pack all of them inside...
  4. Replies
    0
    Views
    571

    Do we have a map loader for Hibernate

    Hi, every one,

    I'm new to dm server, my problem is: if I have mapping resources across bundles, how can I load them into one sessionfactory. Or do I have to reside all of them in one bundle only?...
  5. Hi, eoghang It's not easy find out what's wrong...

    Hi, eoghang
    It's not easy find out what's wrong here. But I was thinking about when I run in eclipse pde, I don't need to import those package in jre but not java.*, but in standard OSGi runtime, I...
  6. excuse me, Lutz, what do you mean by SEAM? could...

    excuse me, Lutz, what do you mean by SEAM? could you please give some more info.

    Thank.
  7. Replies
    7
    Views
    11,048

    If this is true, then one class at two...

    If this is true, then one class at two classloader will cause:

    compare of their type = false;
    not able to cast;

    I really don't know why org.springframe*jasper* has a copy of...
  8. Because OSGi based app is composed of a network...

    Because OSGi based app is composed of a network of classloader, there is difficulties tracing class dependency, import export issue usually not caused directly by provider-consumer bundles, but...
  9. Hi Lutz: What you mean here concerns two...

    Hi Lutz:
    What you mean here concerns two question:
    1. ignore osgi's namespace parsing
    2. compose osgi's dependency as bean IoC

    My oppinion is implement spring namespace handler to overide...
  10. Replies
    7
    Views
    11,048

    Hi rvillars AnnotationProcessor is the supper...

    Hi rvillars

    AnnotationProcessor is the supper type of DefaultAnnotationProcessor.

    It seems these two are reside and referenced from different bundles. So could you please trace out where, and...
  11. Hi, Lakshmi Neither is a problem of JUnit nor...

    Hi, Lakshmi

    Neither is a problem of JUnit nor DM, it seems a problem of your bundle's import-package export-package issue. Try to add them.

    Good luck.
  12. Replies
    2
    Views
    1,103

    Hi, HonestICL I didn't try it this way, but...

    Hi, HonestICL

    I didn't try it this way, but theoreticlly, it will work, and make it work, you need to have a clear view of OSGi and DM.

    Yours
  13. Replies
    4
    Views
    1,304

    Hi cmoulliard: Of cource you can, but a pre...

    Hi cmoulliard:

    Of cource you can, but a pre condition is your TransactionManager is a service, so it is global(one instance).
  14. Hi heiko I did not use ServiceReference within...

    Hi heiko

    I did not use ServiceReference within DM, but actually one SR apply to one S, when you say the collection, sure you don't have the same way access the SR.
  15. Replies
    2
    Views
    982

    Hi, HonsetICL,Costin My suggestion is, first,...

    Hi, HonsetICL,Costin

    My suggestion is, first, test if your client code work as a normal java app. Theoretically refactor your client to OSGi will work too.

    Quickest way is, insert everything...
  16. Hi,comoulliard,milppert,Costin OSGi is not...

    Hi,comoulliard,milppert,Costin

    OSGi is not something addressing remoting, but distribution idea in OSGi is bundles deploy everywhere.

    For SOA's long history, distributed computing has exhausted...
  17. Hi drubio, I think you question as a maven user...

    Hi drubio,
    I think you question as a maven user is something real.

    I'm using eclipse PDE(and equinox as runtime), is easy for us to see those bundle dependencise(unsatisfied), and every thing...
  18. Hi cmoulliard, I have not ever used this maven...

    Hi cmoulliard,
    I have not ever used this maven plugin to generate bundle, but definitely, import *extender into your bundle is wrong. You counld remove this import by hand, and run again.

    Good...
  19. Replies
    5
    Views
    2,732

    Hi authmuTwo,frederic,fonz,sarbx Our...

    Hi authmuTwo,frederic,fonz,sarbx

    Our architecture is every thing as a bundle, include struts 1, each web app module as a bundle as well, and there is one spring-security bundle who provide the...
  20. Replies
    8
    Views
    1,450

    Hi Costin Thank you for your reply. Your idea...

    Hi Costin
    Thank you for your reply.

    Your idea gives me clue.

    Here is my vision:

    To use event from spring's bean publisher and listener need at lease all beans extend superclass, and...
  21. Replies
    9
    Views
    3,106

    Hi topherfangio, Contin I can see what...

    Hi topherfangio, Contin

    I can see what happened within your work. I think spring.context import javax.jms was nothing wrong, but your app export javax.jms is not really good.

    I think OSGi has...
  22. Replies
    5
    Views
    3,646

    Hi rudi s, Costin was right that you would...

    Hi rudi s,
    Costin was right that you would better start with DM's simple sample to really understand DM's architecture.

    When I review your problems, I think your app might be on a wrong...
  23. Replies
    8
    Views
    1,450

    Thank jborrmann for your reply: My first idea...

    Thank jborrmann for your reply:

    My first idea to use jmx is it's STANDARD, and is easier to be implemented as independent(decouple) from DM and would run as a option for DM. Also, management of...
  24. Replies
    6
    Views
    1,113

    Hi,MrMagne Another hint is Services referenced...

    Hi,MrMagne
    Another hint is Services referenced from other bundle are proxy, not the object itself (the proxy was add by DM), would this be help?

    Infact, proxy would also be held by Map, but with...
  25. Replies
    2
    Views
    929

    Hi Martin, For you first question, my opinion...

    Hi Martin,

    For you first question, my opinion is leave the javax.persistence jar into your jre's endore directory, this might be the quickest way to solve.

    My experience is JPA or Hibernate...
Results 1 to 25 of 29
Page 1 of 2 1 2