Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,385

    Dynamic Modules ??

    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...
  2. Replies
    18
    Views
    8,070

    Your really a great help. There is one...

    Your really a great help.

    There is one question left ..

    I have added code like:
    @Override
    protected void onSetUp() throws Exception {

    MockHttpServletRequest request = new...
  3. Replies
    18
    Views
    8,070

    The main problem im facing is the fact that prior...

    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...
  4. Replies
    18
    Views
    8,070

    Integration tests with mocked session

    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...
  5. Replies
    2
    Views
    9,423

    fixed

    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"...
  6. Replies
    2
    Views
    9,423

    Further investigations

    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...
  7. Replies
    2
    Views
    9,423

    Spring 2.5 JBoss 4.2 EntityManager over JNDI

    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...
  8. Spring in servlet with persistence.xml in container

    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...
Results 1 to 8 of 8