Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

4083 by brendanh on 16 December 2008, 14:34:19 -0800 (21 days ago) MIRTH-1006 Changed response model to now have a payload

./JdbcMessageDispatcher.java 4083 history download (+4 -4) diffs

… 18 more files in changeset.
4033 by jacobb on 26 November 2008, 18:11:47 -0800 (40 days ago) Added "process results in order" option to database reader.  Used setCreateMultipleTransactedReceivers(false) in connector and receiveMessagesInTransaction = true in JdbcMessageReceiver.
Issue: MIRTH-…

./DatabaseReaderProperties.java 4033 history download (+2 -0) diffs

./JdbcConnector.java 4033 history download (+12 -0) diffs

./JdbcMessageReceiver.java 4033 history download (+2 -2) diffs

4024 by jacobb on 20 November 2008, 19:09:02 -0800 (46 days ago) Changed mirth version in extensions to 1.8.0.
Issue: MIRTH-984

./destination.xml 4024 history download (+1 -1) diffs

./source.xml 4024 history download (+1 -1) diffs

… 33 more files in changeset.
4015 by brendanh on 17 November 2008, 17:40:40 -0800 (49 days ago) MIRTH-979 Add code templates to DB and JS Connector and postprocessor

./JdbcConnector.java 4015 history download (+16 -0) diffs

… 1 more file in changeset.
3918 by brendanh on 13 October 2008, 15:04:25 -0700 (2 months 24 days ago) Removed "update" text from the default properties

./DatabaseReaderProperties.java 3918 history download (+1 -1) diffs

3867 by brendanh on 01 October 2008, 16:58:45 -0700 (3 months 5 days ago) Removed default script properties for select statement.

./DatabaseReaderProperties.java 3867 history download (+1 -1) diffs

./DatabaseWriterProperties.java 3867 history download (+1 -1) diffs

3856 by brendanh on 01 October 2008, 14:04:18 -0700 (3 months 5 days ago) Fixed imports.

./JdbcConnectorService.java 3856 history download (+0 -2) diffs

… 38 more files in changeset.
3834 by geraldb on 29 September 2008, 18:16:55 -0700 (3 months 6 days ago) Fixed path names.

./destination.xml 3834 history download (+1 -1) diffs

./source.xml 3834 history download (+1 -1) diffs

… 21 more files in changeset.
3822 by jacobb on 29 September 2008, 16:00:19 -0700 (3 months 7 days ago) Type no longer an ExtensionLibrary attribute, instead an element.

./destination.xml 3822 history download (+9 -3) diffs

… 10 more files in changeset.
3819 by geraldb on 29 September 2008, 15:34:30 -0700 (3 months 7 days ago) Type no longer an ExtensionLibrary attribute, instead an element.

./source.xml 3819 history download (+9 -3) diffs

… 24 more files in changeset.
3814 by geraldb on 29 September 2008, 11:10:23 -0700 (3 months 7 days ago) Added path attribute to metadata.
Issue: MIRTH-916

./destination.xml 3814 history download (+1 -1) diffs

./source.xml 3814 history download (+1 -1) diffs

… 35 more files in changeset.
3802 by geraldb on 26 September 2008, 14:02:07 -0700 (3 months 10 days ago) * Added library type and path to plugins
* Changed SENDER > DESTINATION and LISTENER > SOURCE on connectors

./destination.xml 3802 history download (+1 -1) diffs

./source.xml 3802 history download (+4 -4) diffs

… 33 more files in changeset.
3799 by geraldb on 25 September 2008, 17:05:37 -0700 (3 months 11 days ago) Re-organized extension structure.

Issue: MIRTH-916

./destination.xml 3799 history download (+26) new/moved

./source.xml 3799 history download (+26) new/moved

… 86 more files in changeset.
3784 by geraldb on 19 September 2008, 11:41:24 -0700 (3 months 17 days ago) Reverted changes since login timeout is not supported by BasicDataSource
Issue: MIRTH-913

./DatabaseReaderProperties.java 3784 history download (+0 -2) diffs

./DatabaseWriterProperties.java 3784 history download (+1 -3) diffs

./JdbcConnector.java 3784 history download (+3 -14) diffs

3769 by geraldb on 16 September 2008, 14:09:58 -0700 (3 months 20 days ago) Added loginTimeout property (defaults to 10)
Issue: MIRTH-913

./DatabaseReaderProperties.java 3769 history download (+2 -0) diffs

./DatabaseWriterProperties.java 3769 history download (+3 -1) diffs

./JdbcConnector.java 3769 history download (+14 -3) diffs

3740 by geraldb on 08 September 2008, 11:30:13 -0700 (3 months 28 days ago) Fixed typo

./JdbcConnector.java 3740 history download (+1 -1) diffs

… 9 more files in changeset.
3733 by geraldb on 05 September 2008, 14:06:44 -0700 (4 months 1 day ago) Created ControllerFactory and re-factored controllers to Interfaces and default implementations.

./JdbcConnector.java 3733 history download (+2 -1) diffs

./JdbcMessageDispatcher.java 3733 history download (+4 -3) diffs

./JdbcMessageReceiver.java 3733 history download (+3 -2) diffs

… 104 more files in changeset.
3724 by geraldb on 28 August 2008, 15:30:11 -0700 (4 months 9 days ago) * Fixed JdbcConnectorService to use DB metadata (much faster)
Issue: MIRTH-879

./JdbcConnectorService.java 3724 history download (+18 -27) diffs

3722 by geraldb on 28 August 2008, 11:21:45 -0700 (4 months 9 days ago) * Updated param names in invokeConnectorService
* JdbcConnectorService accepts a Properties object from the Database Reader panel and parses the schema from the address
Issue: MIRTH-879

./JdbcConnectorService.java 3722 history download (+19 -9) diffs

… 1 more file in changeset.
3693 by chrisr on 15 August 2008, 18:08:20 -0700 (4 months 21 days ago) Added "Attempting to Connect" status to the Dashboard Status Monitor for LLP and TCP connectors. Thus, it now displays exactly which destination of which channel is hanging due to this connection fail…

./DatabaseWriterProperties.java 3693 history download (+4 -0) diffs

… 10 more files in changeset.
3662 by geraldb on 05 August 2008, 16:40:38 -0700 (5 months 1 day ago) Re-factored JDBC connector to use connection pool if connection parameters do not have replaceable values.
Issue: MIRTH-816

./JdbcConnector.java 3662 history download (+318 -461) diffs

./JdbcMessageDispatcher.java 3662 history download (+161 -169) diffs

./JdbcMessageReceiver.java 3662 history download (+188 -208) diffs

./JdbcUtils.java 3662 history download (+128 -158) diffs

… 1 more file in changeset.
3649 by jacobb on 31 July 2008, 14:21:35 -0700 (5 months 6 days ago) Fixed to work with template value replacer.

./JdbcConnector.java 3649 history download (+5 -5) diffs

3634 by geraldb on 28 July 2008, 15:59:50 -0700 (5 months 9 days ago) MIRTH-879
MIRTH-855

Re-factored JDBC calls in JdbcConnectorService
ConnectorService interface now throws exception

./JdbcConnectorService.java 3634 history download (+28 -19) diffs

… 2 more files in changeset.
3628 by geraldb on 24 July 2008, 15:59:52 -0700 (5 months 13 days ago) Added JdbcConnectorService.java to return table and column names.
Issue: MIRTH-849

./JdbcConnectorService.java 3628 history download (+64) new

3579 by geraldb on 07 July 2008, 17:43:37 -0700 (5 months 29 days ago) Reverted patch since packages are missing.

./xa/ConnectionWrapper.java 3579 history download (+1 -70) diffs

./xa/DataSourceWrapper.java 3579 history download (+0 -10) diffs

3578 by geraldb on 07 July 2008, 17:31:18 -0700 (5 months 29 days ago) Applied Stein's patch to make Mirth compile under Java 1.6.

./xa/ConnectionWrapper.java 3578 history download (+70 -1) diffs

./xa/DataSourceWrapper.java 3578 history download (+10 -0) diffs

3052 by chrisl on 28 November 2007, 23:57:05 -0800 (13 months ago) Fixes NPE on blank password
Issue: MIRTH-647

./JdbcConnector.java 3052 history download (+1 -1) diffs

3018 by brendanh on 21 November 2007, 12:34:43 -0800 (13 months ago) MIRTH-631        Add "does not exist" to Filter Builder
Fixed imports
Fixed Rule Builder

./JdbcTransaction.java 3018 history download (+0 -3) diffs

./JdbcUtils.java 3018 history download (+8 -10) diffs

… 101 more files in changeset.
3002 by chrisl on 20 November 2007, 17:49:44 -0800 (13 months ago) Fixes null pointer errors when synchronization is off (MIRTH-628 & MIRTH-637)
Adds post-processor support to SFTP Reader when isProcessBatch is off (MIRTH-638)
Issue: MIRTH-628

./JdbcMessageReceiver.java 3002 history download (+4 -1) diffs

… 4 more files in changeset.
2638 by chrisl on 13 August 2007, 11:25:55 -0700 (16 months ago) Made scriptpanel take any tokenmarker
Fixed script-loading bug (post/pre processor)
Added $ helpers in JS
Fixed \r bug in OS X

./JdbcConnector.java 2638 history download (+12 -3) diffs

… 10 more files in changeset.
earlier earlier | later later
Open Source License registered to the Mirth Project. This license of FishEye is provided to support the development of Mirth only.
Atlassian FishEye, the whole repository view. (Version:1.4.1 Build:build-262 2007-12-19 ) - Bug/feature request - Page generated 2009-01-06 16:30 -0800