Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 4033 4 beta 536 53

latest revision download trunk

4033 annotated / raw | Diffs: previous, other | Lines: 450 ( +12, -0 )

Created: 2008-11-26 18:11:47 -0800 (41 days ago) | Author: jacobb | Changeset: 4033

Added "process results in order" option to database reader.  Used setCreateMultipleTransactedReceivers(false) in connector and receiveMessagesInTransaction = true in JdbcMessageReceiver.
Issue: MIRTH-735

4015 annotated / raw | Diffs: previous, other | Lines: 438 ( +16, -0 )

Created: 2008-11-17 17:40:40 -0800 (50 days ago) | Author: brendanh | Changeset: 4015

MIRTH-979 Add code templates to DB and JS Connector and postprocessor

3784 annotated / raw | Diffs: previous, other | Lines: 422 ( +3, -14 )

Created: 2008-09-19 11:41:24 -0700 (3 months 17 days ago) | Author: geraldb | Changeset: 3784

Reverted changes since login timeout is not supported by BasicDataSource
Issue: MIRTH-913

3769 annotated / raw | Diffs: previous, other | Lines: 433 ( +14, -3 )

Created: 2008-09-16 14:09:58 -0700 (3 months 20 days ago) | Author: geraldb | Changeset: 3769

Added loginTimeout property (defaults to 10)
Issue: MIRTH-913

3740 annotated / raw | Diffs: previous, other | Lines: 422 ( +1, -1 )

Created: 2008-09-08 11:30:13 -0700 (3 months 28 days ago) | Author: geraldb | Changeset: 3740

Fixed typo

3733 annotated / raw | Diffs: previous, other | Lines: 422 ( +2, -1 )

Created: 2008-09-05 14:06:44 -0700 (4 months 1 day ago) | Author: geraldb | Changeset: 3733

Created ControllerFactory and re-factored controllers to Interfaces and default implementations.

3662 annotated / raw | Diffs: previous, other | Lines: 421 ( +318, -461 )

Created: 2008-08-05 16:40:38 -0700 (5 months 1 day ago) | Author: geraldb | Changeset: 3662

Re-factored JDBC connector to use connection pool if connection parameters do not have replaceable values.
Issue: MIRTH-816

3649 annotated / raw | Diffs: previous, other | Lines: 564 ( +5, -5 )

Created: 2008-07-31 14:21:35 -0700 (5 months 6 days ago) | Author: jacobb | Changeset: 3649

Fixed to work with template value replacer.

3052 annotated / raw | Diffs: previous, other | Lines: 564 ( +1, -1 )

Created: 2007-11-28 23:57:05 -0800 (13 months ago) | Author: chrisl | Changeset: 3052

Copied to: branches/csv/src/com/webreach/mirth/connectors/jdbc/JdbcConnector.java 3484

Fixes NPE on blank password
Issue: MIRTH-647

Branch point for: 1.7.1 csv tag:1.7.0 tag:1.7.1

Tags: 1.7.0 1.7.1

2638 annotated / raw | Diffs: previous, other | Lines: 564 ( +12, -3 )

Created: 2007-08-13 11:25:55 -0700 (16 months ago) | Author: chrisl | Changeset: 2638

Copied to: branches/1.7.0/src/com/webreach/mirth/connectors/jdbc/JdbcConnector.java 2695

Made scriptpanel take any tokenmarker
Fixed script-loading bug (post/pre processor)
Added $ helpers in JS
Fixed \r bug in OS X

Branch point for: 1.6.1

Tags: 1.6.0 1.6.1

2555 annotated / raw | Diffs: previous, other | Lines: 555 ( +3, -3 )

Created: 2007-08-05 15:09:51 -0700 (17 months ago) | Author: chrisl | Changeset: 2555

Removed extension update info (now just use extensionInfo)
Fixed postprocessor on HTTPMessageReceiver
Updated JS map to check for the existence of a map key in $() helper
Made HTTP, TCP and MLLP receivers place Socket references in adapter/channelMap
Made JS Script Utility only execute post processor if differs from default
MessageObject controller will not replace channelMap socket with string

2482 annotated / raw | Diffs: previous, other | Lines: 555 ( +18, -12 )

Created: 2007-07-31 02:31:32 -0700 (17 months ago) | Author: chrisl | Changeset: 2482

Reverted JMX connection monitoring
Updated db scripts clearScripts case
Added connection monitoring (MIRTH-394)
Added dynamic connector URIs (MIRTH-432)
Fixed HTTP to correctly handle keepAlive (MIRTH-436)
Fixed HTTP to correctly handle HTTP/1.1 100 Continue (MIRTH-437)
Made SOAP Listener send correct "Connection" http header (MIRTH-434)
Added postprocessor script hooks (MIRTH-342)
Fixed compilation of global scripts
Updated MuleConfigurationBuilder to handle http headerVariables
Updated Mirth.java to compile globalscripts on deploy
Fixed case issues on global scripts
Added new replace methods on template value replacer to handle URIs

2426 annotated / raw | Diffs: previous, other | Lines: 549 ( +11, -0 )

Created: 2007-07-25 17:31:41 -0700 (17 months ago) | Author: geraldb | Changeset: 2426

Added API for monitoring connector status.

2403 annotated / raw | Diffs: previous, other | Lines: 538 ( +1, -1 )

Created: 2007-07-19 17:11:29 -0700 (17 months ago) | Author: jacobb | Changeset: 2403

Changed the TCP protocol to use a new read method instead of mule's.  This prevents cutting off messages becuase of the buffer.
Added the new TCP read method to the non-strict llp reader, replacing mule's.
Changed all controllers to singletons.
Issue: MIRTH-418

2395 annotated / raw | Diffs: previous, other | Lines: 538 ( +54, -1 )

Created: 2007-07-17 12:47:30 -0700 (17 months ago) | Author: brendanh | Changeset: 2395

Updated all polling receivers to have option to poll at a particular time of day.
Updated the deploy/shutdown scripts to only apply to enabled channels.

2292 new/moved annotated / raw | Diffs: previous, other | Lines: 485 ( +485, -0 )

Created: 2007-06-11 15:10:25 -0700 (18 months ago) | Author: brendanh | Changeset: 2292

Moved from: trunk/server/src/com/webreach/mirth/server/mule/providers/jdbc/JdbcConnector.java 2212

Refactored all connectors into individual jars.
Updated build process to account for this.

2212 annotated / raw | Diffs: previous, other | Lines: 485 ( +1, -2 )

Created: 2007-05-17 12:57:22 -0700 (19 months ago) | Author: brendanh | Changeset: 2212

Moved to: trunk/server/src/com/webreach/mirth/connectors/jdbc/JdbcConnector.java 2292

Fixed the build to include the new database scripts
Made changes to the JDBC javascript reader so that resultMap is now in the update scope

Branch point for: tag:1.5.0

Tags: 1.5.0

2017 annotated / raw | Diffs: previous, other | Lines: 486 ( +15, -17 )

Created: 2007-03-21 15:03:25 -0700 (21 months ago) | Author: geraldb | Changeset: 2017

Fixed bug with JS Context being exited on finally.

Tags: 1.4.0

1916 annotated / raw | Diffs: previous, other | Lines: 488 ( +12, -0 )

Created: 2007-03-14 13:06:48 -0700 (21 months ago) | Author: geraldb | Changeset: 1916

Alerts now sent on errors which occur in receivers.

1851 annotated / raw | Diffs: previous, other | Lines: 476 ( +48, -12 )

Created: 2007-03-12 02:10:29 -0700 (21 months ago) | Author: chrisl | Changeset: 1851

Updated Receivers
Javascript on DB
Lots of FTP fixes, binary, move-to etc
Renamed maps (context elim).
Fixed XMLAdaptor

1845 annotated / raw | Diffs: previous, other | Lines: 440 ( +5, -4 )

Created: 2007-03-11 05:32:35 -0700 (21 months ago) | Author: chrisl | Changeset: 1845

Large batch of updates.
Each dispatcher has been tested and updated.
TCP, VM, SFTP dispatchers need to be tested again
Database updated
Client updated (Binary added to SFTP)
Updated JavascriptScope builder
Moved importConvertor to model
Added prompt to Shell
Changed Rejected to Filtered througout UI
Moved .mule.util to .util

1814 new/moved annotated / raw | Diffs: previous, other | Lines: 439 ( +439, -0 )

Created: 2007-03-08 11:28:35 -0800 (22 months ago) | Author: chrisl | Changeset: 1814

Moved from: trunk/server/src/org/mule/providers/jdbc/JdbcConnector.java 1735

Moved package structure around
Small fix to MO toString
Email fixes

1735 annotated / raw | Diffs: previous, other | Lines: 439 ( +1, -1 )

Created: 2007-02-18 04:46:51 -0800 (22 months ago) | Author: chrisl | Changeset: 1735

Moved to: trunk/server/src/com/webreach/mirth/server/mule/providers/jdbc/JdbcConnector.java 1814

Fixed XML to Document serialization in DocumentSerializer
Fixed property name in EDISerializer. Added non-printable character conversion method
Added EDI protocol to MessageObject
Updated MuleConfigurationBuilder to take protocol properties from transformer
Updated MessageObjectController to use proper destination names
Updated Adaptor to not update DB automatically (moved to Transformer...maybe change?). Added new convert messageObject method for dest trans.
Added X12Adaptor and updated AdaptorFactory accordingly
Updated JS in JST, updated transformed data processing in JST, updated template storage, added new fields. Lots of fixes.
Small fix for TCP error check
JS fix on JDBCConnector
Added DefaultXMLSerializer (to/from XML for passthrough in adaptors)
Added SerializerFactory (probably should merge functionality into Adaptors)
Added X12 Adaptor

1728 annotated / raw | Diffs: previous, other | Lines: 439 ( +1, -0 )

Created: 2007-02-16 11:19:56 -0800 (22 months ago) | Author: geraldb | Changeset: 1728

Added $ method to JS scope.

1724 annotated / raw | Diffs: previous, other | Lines: 438 ( +302, -319 )

Created: 2007-02-15 18:31:39 -0800 (22 months ago) | Author: geraldb | Changeset: 1724

Moved super initialization of connector before script caching.

1713 annotated / raw | Diffs: previous, other | Lines: 455 ( +2, -2 )

Created: 2007-02-13 19:27:35 -0800 (22 months ago) | Author: geraldb | Changeset: 1713

Minor fix to make sure connector properties are correctly set.

1712 annotated / raw | Diffs: previous, other | Lines: 455 ( +62, -7 )

Created: 2007-02-13 19:26:24 -0800 (22 months ago) | Author: geraldb | Changeset: 1712

Add scripting support to Database Connector.

1663 annotated / raw | Diffs: previous, other | Lines: 400 ( +9, -0 )

Created: 2007-01-25 17:53:05 -0800 (23 months ago) | Author: chrisl | Changeset: 1663

Fixed useACK param on DB reader
Added support for checking MSH15 on LLP ACK (MIRTH-244)
Added ability to ACK on different connection (MIRTH-243)
Added template to LLP sender (MIRTH-242)

Tags: 1.3.3

1259 annotated / raw | Diffs: previous, other | Lines: 391 ( +1, -1 )

Created: 2006-10-25 02:10:24 -0700 (2 years 2 months ago) | Author: chrisl | Changeset: 1259

Added TemplateValueParser to JdbcUtils
Fixed bug in transaction join
Issue: MIRTH-69

Branch point for: tag:1.3.1

Tags: 1.2.0 1.3.1 1.3.0 1.3.2

1153 annotated / raw | Diffs: previous, other | Lines: 391 ( +22, -13 )

Created: 2006-10-11 12:58:30 -0700 (2 years 2 months ago) | Author: geraldb | Changeset: 1153

Connectors now get username and password from connector, and any other information from the endpoint URI.

1116 annotated / raw | Diffs: previous, other | Lines: 382 ( +3, -2 )

Created: 2006-10-05 13:52:48 -0700 (2 years 3 months ago) | Author: chrisl | Changeset: 1116

Merged Transactional support from Branch
Issue: MIRTH-69

725 new/moved annotated / raw | Diffs: previous, other | Lines: 381 ( +381, -0 )

Created: 2006-07-18 16:57:52 -0700 (2 years 5 months ago) | Author: gerald_bortis | Changeset: 725

Moved from: trunk/beta/src/org/mule/providers/jdbc/JdbcConnector.java 723

Renamed "beta" to "server" remotely

Branch point for: 1.2.0a tag:1.2.0a tag::trunk tag:server

Tags: :trunk 1.0.0 1.1.0 1.2.0a

723 new/moved annotated / raw | Diffs: previous, other | Lines: 381 ( +381, -0 )

Created: 2006-07-18 16:56:38 -0700 (2 years 5 months ago) | Author: gerald_bortis | Changeset: 723

Moved from: branches/beta/src/org/mule/providers/jdbc/JdbcConnector.java 536

Moved to: trunk/server/src/org/mule/providers/jdbc/JdbcConnector.java 725

Moved beta folder remotely

4 new annotated / raw | Lines: 381 ( +381, -0 )

Created: 2006-03-20 14:47:48 -0800 (2 years 9 months ago) | Author: gerald_bortis | Changeset: 4

Copied to: branches/beta/src/src/org/mule/providers/jdbc/JdbcConnector.java 51

no comment

Branch point for: beta

latest revision download Branch beta

536 annotated / raw | Diffs: previous, other | Lines: 381 ( +3, -3 )

Created: 2006-07-11 12:42:28 -0700 (2 years 5 months ago) | Author: chris_lang | Changeset: 536

Moved to: trunk/beta/src/org/mule/providers/jdbc/JdbcConnector.java 723

Updated Providers to Alpha versions (from Mule original)

53 new annotated / raw | Diffs: previous, other | Lines: 381 ( +381, -0 )

Created: 2006-04-26 10:57:18 -0700 (2 years 8 months ago) | Author: gerald_bortis | Changeset: 53

Beta src branch

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 18:38 -0800