Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    476

    Developing libraries using Spring

    Hi all,

    I have a general question about Spring when using it to develop a Java library (and not an application as such). I am sure it's pretty basic but I could not find relevant information...
  2. And the error log: INFO -...

    And the error log:


    INFO - LocalDataSourceJobStore - Removed 0 Volatile Trigger(s).
    INFO - LocalDataSourceJobStore - Removed 0 Volatile Job(s).
    INFO - LocalDataSourceJobStore -...
  3. Context:

    Context:


    <?xml version="1.0" encoding="UTF-8"?>
    <beans default-lazy-init="true"
    xmlns="http://www.springframework.org/schema/beans"
    xmlns:tx="http://www.springframework.org/schema/tx"...
  4. Transactions with 2 data-sources: db4o and Quartz/Derby

    Dear list,

    I am using Db4o via Spring-Db4o and this works like a charm. Now I need to integrate background jobs with persistence and want to use Quartz for this. As Db4o is not yet available for...
  5. Some hours later ... :) If I run my code with...

    Some hours later ... :)

    If I run my code with a MySQL data source it works: the job scheduled in a transaction that I rollback is not executed, as expected. With HSQLDB, it does not work: the job...
  6. I have turned on full logging using

    I have turned on full logging using



    <bean id="testService" class="org.myproject.task.test.basics.SimpleQuartzTransactionTest$TestServiceImpl">
    <property name="scheduler" ref="scheduler" />...
  7. Spring's LocalDataSourceJobStore: cannot get transactional behaviour

    Dear list,

    I am trying to use Quartz in my Spring application under Tomcat (which does not have Container Managed Transactions).

    From the documentation of LocalDataSourceJobStore,



    I...
  8. Replies
    4
    Views
    1,547

    Thanks a lot for the helpful information. I'll do...

    Thanks a lot for the helpful information. I'll do as you say.

    Kaspar
  9. Replies
    4
    Views
    1,547

    Posta07, thanks a lot for your detailed reply!...

    Posta07, thanks a lot for your detailed reply! Very much appreciated.

    I have come up with a similar, yet somewhat different approach which takes an existing data source bean and does not create...
  10. Replies
    4
    Views
    1,547

    How to create tables for unit testing?

    Dear list,

    My unit test requires a real database (HSQLDB or Derby) and not just mockup data. I want to use an in-memory database that gets initialized by my test code. For this, I need the tables...
  11. Replies
    1
    Views
    3,959

    JTA in Glassfish v3 Prelude

    Dear list,

    I am trying to get Glassfish v3 Prelude running with Spring 2.5.6 but am having troubles configuring JTA transactions.

    My goal is to create a unit test that runs an embedded version...
  12. An insight into the "crossContext" attribute of...

    An insight into the "crossContext" attribute of Tomcat allowed me to
    find a solution.

    The deails for my particular application are documented here:

    ...
  13. Sharing a Spring context between to Tomcat webapps

    Dear all,

    I would like to know whether it is possible to use a Spring bean from one webapp of Tomcat in another webapp of Tomcat?

    More precisely, I have an installation of the Spring-based...
Results 1 to 13 of 13