Search:

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

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    435

    Building an SDN osgi setup

    Hi I now spent a while on trying to make spring data neo4j work in my osgi environment. I tried to build a big superbundle that contains the neccesary jars and services and after some classloading...
  2. Replies
    0
    Views
    932

    Hibernate, Bundles and persistence.xml

    HI,

    I have trouble running hiebrnate on OSGi. I use
    org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean

    to start up hibernate. My setup is that I have the emf in Bundle "core"...
  3. Replies
    0
    Views
    1,941

    Newbie question: How to create a web-bundle

    HI there I am just getting started working with virgo and sts from the milestone site. I have created a bundle that finally deploy successfully now and want to make a web-bundle out of it. What would...
  4. Pass bean from outside app context to embedded jetty ?

    HI, I run a spring based server that exposes several remote service beans. Now on top of the server runs a jetty with a deployed war that needs to access some of the services. as they are in the same...
  5. Replies
    3
    Views
    1,133

    Simple-JNDI

    Look Ive found simple-jndi. I coud set up everything with it and look it up from there. I will give that a try.
  6. Replies
    3
    Views
    1,133

    Hmm

    I want to access the datasource from another application thats running on jetty. That would make live much easier to me. I have to dive into how to set up jetty to provide a jndi context so I could...
  7. Replies
    3
    Views
    1,133

    Export DataSource to JNDI ?

    HI there, I wonder if there is a solution to my problem. I have a sole Spring server app, no JEE no webserver. It has a DataSource which I need to expose to a JNDI context so that it can be accessed...
  8. Got it working

    HI David, I made it with the configuration in the lower part of the article. I used StandardXA Datasources although not through JNDI. You need the JtaPersistenceUnitPostProcessor to get it working, I...
  9. JBoss TX

    As I found Jboss TX Mgr is not bound to an EM. could this be my solution?
  10. Hmm

    ok, that could be a solution in the first step, thx. but then the story goes further. we have one schema that is completely different and we have transactions (we wish to...) the span the two...
  11. Multiple Transaction Managers on the same DAO?

    HI there. We think about integrating sping for a while. But I came across a possible showstopper today. We have multiple databases with exactly the same schema. So there is one dao that uses...
  12. I tried asm.jar from hibernate then aop strikes back

    I tried asm.jar from hibernate then aop strikes back...


    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path...
  13. Which org.objectweb.asm.ClassVisitor should I use?

    Spring complains that it doesnt find org.objectweb.asm.ClassVisitor when creating an org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean truely it is not here in asm 2.0 anymore. I...
Results 1 to 13 of 13