Was not able to find the dynamic modules forum.
Anyone already used spring 2.5.1 osgi + jpa->Hibernate
As the spring-orm is not part of the osgi bundle collection, I doubt that we should...
Type: Posts; User: loumaus; Keyword(s):
Was not able to find the dynamic modules forum.
Anyone already used spring 2.5.1 osgi + jpa->Hibernate
As the spring-orm is not part of the osgi bundle collection, I doubt that we should...
Your really a great help.
There is one question left ..
I have added code like:
@Override
protected void onSetUp() throws Exception {
MockHttpServletRequest request = new...
The main problem im facing is the fact that prior to any tests the applicationContext is read and created.
During this process spring realizes that the scope=session is not possible due to the fact...
I need to setup integration tests testing a session scoped bean.
I have looked up several forum conversation but was not able to find one fitting my requirements.
Am actually trying to setup a...
find the solution .. thanks for your patience ..
A single line in the persistence.xml file solves the problem:
<property name="jboss.entity.manager.factory.jndi.name"...
2008-01-29 10:01:32,474 1658706 INFO [STDOUT] (ScannerThread:) 10:01:32,472 ERROR [ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error...
I work on a spring application which resides in the catalina container.
The entityManagerFactory as well as the domain objects are located in the jboss container.
This is the situation:
I...
Im running into the following problem:
Using spring 2.5 with JBoss 4.2.2
Application resides in servlet container.
I deploy it as an ear with the persistence.xml in a separated ejb.
The...