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...
Type: Posts; User: eiswind; Keyword(s):
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...
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"...
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...
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...
Look Ive found simple-jndi. I coud set up everything with it and look it up from there. I will give that a try.
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...
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...
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...
As I found Jboss TX Mgr is not bound to an EM. could this be my solution?
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...
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...
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...
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...