You don't need multiple datasources to do that. In fact, it is possibly to do query rewriting right before Hibernate sends a generated SQL statement off to your database.
Implementing that query...
Type: Posts; User: fdankof; Keyword(s):
You don't need multiple datasources to do that. In fact, it is possibly to do query rewriting right before Hibernate sends a generated SQL statement off to your database.
Implementing that query...
I suppose this bug report is pretty much about my issue: http://jira.springframework.org/browse/ROO-868
Hey there,
I created a new Roo project and ran those commands you can find on the download page so I end up with a nice Roo project, an Employee class, Datanucleous/HypersonicInMemory persistence...
Is there anybody who can help me with this problem?
Hello,
I installed the Java Persistence API into dm Server using the repository browser. As I tried to use a class (@Entity Annotation) from the recently installed bundle in a fresh bundle...
Hello,
I installed the Java Persistence API into dm Server using the repository browser. As I tried to use a class (@Entity Annotation) from the recently installed bundle in a fresh bundle...
Hello,
I've got a question regarding OSGi Tomcat. How do I configure a webapp (shared war) to be accessible only from certain IP Addresses (let's say only from localhost)??????
Best regards,
...
Thank you for explaining. Can Spring DM 1.2 be found in EBR?
Hello!
I'm actually a bit confused about the tomcat 6 modules available from EBR.
I tried to use Tomcat 6.0.18 bundles (catalina, catalina.tribes, catalina.ha, coyote) together with Spring DM...
Hello Christian,
Thank you for your reply. All those issues seem to appear on my Windows machine at work. I'll try your solutions as soon as I get back to work.
Yesterday I gave STS on Ubuntu...
I tested with a clean installatio of Windows XP SP3 and JDK 1.6.0_13.
Still I'm not able to add dependencies to my manifest. I tried as follows:
- Download STS 2.0.2
- Download dm Server 1.0.2...
Hello!
I just tried out STS 2.0.2 but experienced some weird errors:
- Sometimes I'm not able to add Bundles/Packages/Libraries because the "Add..." dialog doesn't show any (input field is...
Hello!
I see that Hibernate/JPA are very well integratet with dm server. But I
was wondering what is the best practice when multiple modules use
Hibernate whose data models overlap?
An...
Hello!
I've got a Spring Web Application as well as a Spring Remoting (Hessian) application.
The application is running in an OSGi container and my controllers each use an OSGi service which is...
Hi!
I just solved my issue with Hibernate. Suppose the following:
- my.api Bundle (containing annotated classes)
- my.core Bundle (containing AnnotationSessionFactoryBean)
I thought I had...
I did activate the checkbox you mentioned. Nevertheless, I still get the NoClassDefFound error. I think I have to review all my settings...
Hi!
I declared both of them in my required-bundles list - and still got that error.
Does Equinox cache any settings so maybe it didn't take effect?
Did you use the JBoss Hibernate bundles?
Hello,
I got the exact same exception using the following setup:
- Equinox 3.4
- JBoss Hibernate 3.3.1.GA from EBR
- Springframework ORM 2.5.6.A
I would be glad if someone could give some...
I used repositories for Spring-DM. Maybe that's my fault.
The error message reads as follows:
[INFO] Failed to resolve artifact.
Missing:
----------
Ah I see. Is there also an artifact I can use with Spring-DM? Up to now I just found bundles packaged by users which contain Hibernate 3.2
Hello!
I just wanted to download the following dependency from SpringSource EBR:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>org.hibernate.ejb-library</artifactId>...
Yes, that's the artifact. The message I got from maven said that the artifact is missing, offering me to install it manually (Don't know how to describe it, it's the standard message when an artifact...
Hello!
I just wanted to download the following dependency from SpringSource EBR:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>org.hibernate.ejb-library</artifactId>...
Thanks for your explanation. Helped me to understand what's the root of my problem.
In terms of Hibernate, I think this is pretty annoying if I have many dependencies visible in the interface and...
Ok that's fine.
But what about the following situation:
c.classC has many references. If I want to use it in another bundle's session context, I guess I have to import those references.
Is...