Search:

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

Search: Search took 0.01 seconds.

  1. Hi, I'm currently runing apache-tomcat-6.0.26 /...

    Hi, I'm currently runing apache-tomcat-6.0.26 / spring-framework-3.0.2.RELEASE / TopLink 2.0.0.b41-beta2 and the above stated by 5hao is still true (more then two years past since then):



    Many...
  2. Hi, I had the same problem - Spring 3.0.2 +...

    Hi, I had the same problem - Spring 3.0.2 + Tomcat 6.0.18 + Toplink 2.0.0.b41-beta2 = "is not a known entity type".

    After searching for hours I found the solution here:
    ...
  3. replace aspectjrt.jar and aspectjweaver.jar with...

    replace aspectjrt.jar and aspectjweaver.jar with com.springsource.org.aspectj.weaver-1.6.8.RELEASE

    due to the following bug : https://jira.springsource.org/browse/SPR-6392
  4. AGAIN PLEASE HELP: Is there any way to use 2 or...

    AGAIN PLEASE HELP:
    Is there any way to use 2 or more EntityManagerFactory instances in a single transaction in Spring (in standalone - non jee mode) without the need for JtaTransactionManager?

    ...
  5. Thinking in OSGi direction the example is even...

    Thinking in OSGi direction the example is even more complicated, because the two persistence units come from different bundles - different classloaders and I suppose the JPA provider resides in...
  6. Nothing fails, but when I call my service method...

    Nothing fails, but when I call my service method two transactions are started - one for each persistence unit.

    My goal is to use a single transaction within I can access entities from both...
  7. multiple persistence units sharing the same native transaction manager

    Hi,

    I'm trying to achieve this:

    1. bundle A - persistence unit A (entity classes + persistence.xml)
    2. bundle B - persistence unit B (entity classes + persistence.xml)
    3. bundle C - execute a...
  8. Help

    Again the goal is:

    1. bundle A - persistence unit A (entity classes + persistence.xml)
    2. bundle B - persistence unit B (entity classes + persistence.xml)
    3. bundle C - execute a transaction...
  9. SpringDM server use case

    I need this because the two jars/modules later would be bundles running in SpringDM server. And the application using them will be another bundle.

    So, I do not like to merge these two jars into a...
  10. multiple persistence units with single native transaction manager

    I have two persistence units into two separate jars (modules). They do not know about each other. My application is using these two modules. I want to setup the two datasources, so that they share a...
  11. Replies
    7
    Views
    1,870

    Yes, if there is no other option I can try PAR. ...

    Yes, if there is no other option I can try PAR.

    The problem is that I can not find with google much about this.
    Is there example or description somewhere .. I got only slides ?
  12. Replies
    7
    Views
    1,870

    yes, they have interdependencies ... it is...

    yes, they have interdependencies ... it is natural though - OSGi application comprised of several bundles.
    If they haven't interdependencies this wouldn't be an application, but just some isolated...
  13. Replies
    7
    Views
    1,870

    pre-deploy bundles offline

    Hi,

    I have a couple of bundles that I want to run on top of Spring DM Server.
    I have a build server that builds all my bundles.
    I want my "installation" to be a single zip that I just unzip and...
Results 1 to 13 of 13