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...
Type: Posts; User: bodrin; Keyword(s):
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...
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:
...
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
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?
...
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...
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...
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...
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...
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...
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...
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 ?
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...
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...