Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    8,535

    You don't need multiple datasources to do that....

    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...
  2. I suppose this bug report is pretty much about my...

    I suppose this bug report is pretty much about my issue: http://jira.springframework.org/browse/ROO-868
  3. GWT/Roo integration doesn't work in STS 2.3.3.M1

    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...
  4. Is there anybody who can help me with this...

    Is there anybody who can help me with this problem?
  5. Automatic import generation on code completion?

    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...
  6. Automatic import generation on code completion?

    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...
  7. Restrict access to Shared WAR based on IP????

    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,
    ...
  8. Replies
    3
    Views
    639

    Thank you for explaining. Can Spring DM 1.2 be...

    Thank you for explaining. Can Spring DM 1.2 be found in EBR?
  9. Replies
    3
    Views
    639

    Which Tomcat modules to use???

    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...
  10. Replies
    3
    Views
    1,993

    Hello Christian, Thank you for your reply. All...

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

    I tested with a clean installatio of Windows XP...

    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...
  12. Replies
    3
    Views
    1,993

    Weird errors with STS

    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...
  13. Best practice for multiple Hibernate configurations

    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...
  14. Web Scopes, Singleton Beans, Tomcat Threads

    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...
  15. Replies
    19
    Views
    11,073

    Hi! I just solved my issue with Hibernate....

    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...
  16. Replies
    19
    Views
    11,073

    I did activate the checkbox you mentioned....

    I did activate the checkbox you mentioned. Nevertheless, I still get the NoClassDefFound error. I think I have to review all my settings...
  17. Replies
    19
    Views
    11,073

    Hi! I declared both of them in my...

    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?
  18. Replies
    19
    Views
    11,073

    Hello, I got the exact same exception using...

    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...
  19. Replies
    3
    Views
    1,393

    I used repositories for Spring-DM. Maybe that's...

    I used repositories for Spring-DM. Maybe that's my fault.

    The error message reads as follows:



    [INFO] Failed to resolve artifact.

    Missing:
    ----------
  20. Ah I see. Is there also an artifact I can use...

    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
  21. Replies
    3
    Views
    1,393

    Hibernate JPA not working in EBR

    Hello!
    I just wanted to download the following dependency from SpringSource EBR:



    <dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>org.hibernate.ejb-library</artifactId>...
  22. Yes, that's the artifact. The message I got from...

    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...
  23. Could not retrieve Hibernate ejb-library from EBR

    Hello!
    I just wanted to download the following dependency from SpringSource EBR:



    <dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>org.hibernate.ejb-library</artifactId>...
  24. Thanks for your explanation. Helped me to...

    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...
  25. Ok that's fine. But what about the following...

    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...
Results 1 to 25 of 29
Page 1 of 2 1 2