Results 1 to 4 of 4

Thread: Configuration

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Posts
    14

    Default Configuration

    When I start to do the test of my application appears on the console some warnings:
    No properties path set - looking for transactions.properties in classpath...
    transactions.properties not found - looking for jta.properties in classpath...
    Failed to open transactions properties file - using default values

    Anybody know if this missing any jar?

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    Those messages are not coming from Spring Batch. Are you using a JTA transaction manager (e.g. Atomikos)? Looks like they are only a warning anyway.

  3. #3
    Join Date
    Apr 2008
    Location
    Philadelphia, US
    Posts
    198

    Arrow

    @aldosilva,

    +1 for "coming from Atomikos".

    See if "Atomikos Spring Integration" guide is of any help.
    Humans are stateful and mutable beings that have no problems processing many things concurrently and share state with others + they are usually "coupled"

  4. #4
    Join Date
    Nov 2009
    Posts
    14

    Default

    Yeap, the question is about Atomikos. I'm running the application with the warning, I looked at the site of Atomikos and saw that you need to configure a jta.properties but this is not mandatory.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •