Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 4083 1763

latest revision download trunk

4083 annotated / raw | Diffs: previous, other | Lines: 441 ( +6, -6 )

Created: 2008-12-16 14:34:19 -0800 (20 days ago) | Author: brendanh | Changeset: 4083

MIRTH-1006 Changed response model to now have a payload

4043 annotated / raw | Diffs: previous, other | Lines: 441 ( +6, -3 )

Created: 2008-12-02 15:18:02 -0800 (34 days ago) | Author: jacobb | Changeset: 4043

Added default $payload property when post is used.  Fixed null pointer by checking for a null $payload property in the Put method
Issue: MIRTH-981

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

Created: 2008-11-17 17:54:45 -0800 (49 days ago) | Author: geraldb | Changeset: 4016

Sends alert when status >= 400
Issue: MIRTH-980

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

Created: 2008-10-02 11:12:22 -0700 (3 months 4 days ago) | Author: geraldb | Changeset: 3872

Fixed bug where $payload variable wasn't being replaced.
Issue: MIRTH-740

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

Created: 2008-10-01 14:04:18 -0700 (3 months 4 days ago) | Author: brendanh | Changeset: 3856

Fixed imports.

3772 annotated / raw | Diffs: previous, other | Lines: 437 ( +14, -4 )

Created: 2008-09-17 11:46:55 -0700 (3 months 19 days ago) | Author: geraldb | Changeset: 3772

Added PUT and DELETE methods.
Issue: MIRTH-740

3733 annotated / raw | Diffs: previous, other | Lines: 427 ( +4, -3 )

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

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

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

Created: 2008-07-10 12:59:03 -0700 (5 months 26 days ago) | Author: brendanh | Changeset: 3593

Added hook for gerald to remove queued messages.
Bug fixes for queuing.

3589 annotated / raw | Diffs: previous, other | Lines: 427 ( +15, -23 )

Created: 2008-07-09 15:29:22 -0700 (5 months 27 days ago) | Author: brendanh | Changeset: 3589

Latest queuing fixes.  Fixed issues with synchronization.

3565 annotated / raw | Diffs: previous, other | Lines: 435 ( +136, -93 )

Created: 2008-07-03 10:00:55 -0700 (6 months ago) | Author: brendanh | Changeset: 3565

Added queuing on HTTP and HTTPS.  Also, made tweaks to TCP and LLP.
Fixed missing properties on HTTPS connector.
Refactored queuing to store an entire enpointUri object.
Refactored HTTP dispatcher.

3218 annotated / raw | Diffs: previous, other | Lines: 392 ( +10, -5 )

Created: 2008-01-15 17:16:33 -0800 (11 months ago) | Author: jacobb | Changeset: 3218

Copied to: branches/csv/src/com/webreach/mirth/connectors/http/HttpClientMessageDispatcher.java 3484

Added option to exclude headers in http sender.
Issue: MIRTH-707

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

Tags: 1.7.0 1.7.1

2950 annotated / raw | Diffs: previous, other | Lines: 387 ( +387, -372 )

Created: 2007-11-09 12:47:31 -0800 (13 months ago) | Author: chrisl | Changeset: 2950

Applied Alberto's patches to allow the passing of HTTP headers in the message response
Issue: MIRTH-544

2749 annotated / raw | Diffs: previous, other | Lines: 372 ( +2, -2 )

Created: 2007-08-29 14:38:18 -0700 (16 months ago) | Author: chrisl | Changeset: 2749

Fixed NPE checking for HTTP headers and fixed incorrect return value on HTTP sender

Tags: 1.6.1

2742 annotated / raw | Diffs: previous, other | Lines: 372 ( +9, -1 )

Created: 2007-08-28 15:07:04 -0700 (16 months ago) | Author: chrisl | Changeset: 2742

Added support for outbound HTTP payloads via $payload (MIRTH-508)
Fixed typo in LLP Listener.xml
Fixed handling of axis: protocol when variables are present (MIRTH-514)
Fixed handling of varibles on SOAP Sender for serviceEndpoint (MIRTH-514)
Updated ER7 Parser to handle encoding character (MSH-2) field lenght of less than 4 (MIRTH-468)
Fixed ER7 parser confusing single segments with repetitions (MIRTH-513)
Made XML to ER7 handler identify missing segments and fill in necessary field delimiters (MIRTH-488 MIRTH-504)
Updated ER7 unit test to take pre-encoded XML as test parameter

2623 annotated / raw | Diffs: previous, other | Lines: 364 ( +1, -1 )

Created: 2007-08-09 15:45:21 -0700 (16 months ago) | Author: chrisl | Changeset: 2623

Copied to: branches/1.7.0/src/com/webreach/mirth/connectors/http/HttpClientMessageDispatcher.java 2695

Fixed routeMessage also sending synchronously
Issue: MIRTH-474

Branch point for: 1.6.1

Tags: 1.6.0

2551 annotated / raw | Diffs: previous, other | Lines: 364 ( +9, -26 )

Created: 2007-08-05 06:28:03 -0700 (17 months ago) | Author: chrisl | Changeset: 2551

Added connection monitoring status column
Made client cache plugin metadata
Allowed dashboard column plugins to define position (before or after)
Updated login dialog to show more accurate status information
Added dashboard connection monitoring plugin to build
Updated monitoring model to follow event based rules
Fixed TCP and MLLP dispatcher retry setting not being honored (MIRTH-447)
Fixed TCP and MLLP dispatcher to correctly keep connections open if selected (MIRTH-446)
Updated ResponseACK checker to not use DOM

Issue: MIRTH-394

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

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

2458 annotated / raw | Diffs: previous, other | Lines: 371 ( +28, -12 )

Created: 2007-07-27 15:02:03 -0700 (17 months ago) | Author: chrisl | Changeset: 2458

Added ability to add and override HTTP headers on HTTPSender
Added auto-import-converting on ServerConfiguration import
Reformatted Configuration Controller
Issue: MIRTH-340

2403 annotated / raw | Diffs: previous, other | Lines: 355 ( +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

2292 new/moved annotated / raw | Diffs: previous, other | Lines: 355 ( +355, -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/http/HttpClientMessageDispatcher.java 2250

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

2250 annotated / raw | Diffs: previous, other | Lines: 355 ( +2, -0 )

Created: 2007-05-23 11:27:37 -0700 (19 months ago) | Author: chrisl | Changeset: 2250

Moved to: trunk/server/src/com/webreach/mirth/connectors/http/HttpClientMessageDispatcher.java 2292

Updated alert handling (added hooks to every connector)
Small tweak to nsis

Branch point for: tag:1.5.0

Tags: 1.5.0

2187 annotated / raw | Diffs: previous, other | Lines: 353 ( +1, -1 )

Created: 2007-05-10 18:44:49 -0700 (19 months ago) | Author: chrisl | Changeset: 2187

Updated serializers to use hashed copies
Updated JST to use sealed scopes
Updated MessageObjectController to be singleton
Updated entities to be singleton
Updated channel statistics controller to batch stats updates
Updated adaptors to use new serializer factory
Optimized HL7 non-strict parser

2114 annotated / raw | Diffs: previous, other | Lines: 353 ( +4, -4 )

Created: 2007-04-25 17:53:22 -0700 (20 months ago) | Author: geraldb | Changeset: 2114

Added alerting hooks to connectors.
Issue: MIRTH-323

2072 annotated / raw | Diffs: previous, other | Lines: 353 ( +1, -1 )

Created: 2007-04-19 17:55:26 -0700 (20 months ago) | Author: chrisl | Changeset: 2072

MIRTH-287: Fixed update of messages
MIRTH-313: Added support for repetition characters in non-strict parser
Fixed getReplyChannelId to check for "sink" (performance increase)
Fixed a few String equals compare

1931 annotated / raw | Diffs: previous, other | Lines: 353 ( +2, -2 )

Created: 2007-03-14 18:15:50 -0700 (21 months ago) | Author: geraldb | Changeset: 1931

Updated API for TemplateValueReplacer to not require originalFilename.

Tags: 1.4.0

1916 annotated / raw | Diffs: previous, other | Lines: 353 ( +18, -22 )

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

Alerts now sent on errors which occur in receivers.

1881 annotated / raw | Diffs: previous, other | Lines: 357 ( +6, -5 )

Created: 2007-03-13 03:47:35 -0700 (21 months ago) | Author: chrisl | Changeset: 1881

Removed HL7toMessageObject (no longer used)
Updated Mule-boot.xml (removed MessageObjectToJMS transformer - is now called explicitly)
Added Alberto's DocumentSerializer
Updated MuleConfigurationBuilder to include the channelID on the connector descriptor
Updated Constans with new error codes
Updated AlertController to use ErrorBuilder
Updated new methods on MessageObjectController
Updated Adaptor to use setError method
Updated all dispatchers to send error codes on exceptions
Added template to JMS
Added File-like properties ot Sftp reader
Large changes to the JST to handle errors/send alerts. (Added synchronized block,etc)
Changed globalVariableStore to use ConcurrentHashMap (review)
Updated TemplateValueReplacer handling of originalFilename and added channelMap to TVR scope
Added ErrorBuilder

1845 annotated / raw | Diffs: previous, other | Lines: 356 ( +20, -24 )

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

1829 annotated / raw | Diffs: previous, other | Lines: 360 ( +269, -285 )

Created: 2007-03-09 16:06:06 -0800 (21 months ago) | Author: chrisl | Changeset: 1829

Updated MessageObjectController to set status, error and get MO from event
Updated SMTP
Updated File to support Binary
Updated HTTP
Updated MLLP
Updated JST
Updated Shell

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

Created: 2007-03-07 18:18:25 -0800 (22 months ago) | Author: chrisl | Changeset: 1809

Moved from: trunk/server/src/org/mule/providers/http/HttpClientMessageDispatcher.java 1799

Updated providers for MLLP, HTTP, Soap
Fixed SOAP errors, made SOAP 1.4 compatabile
Fixed SOAP Sender
Updated generation of SOAP Urls in MuleCOnfiguration Builder
Fixed stack-trace print in DocumentSerializer
Added "Response Variable" static string to MessageObject
Made MessageObject.toString return Object summary
Updated SoapChannel Component and Interface
Applied MULE-549 fix to AbstractMessageReceiver
Updated META-INF to support new package layout

1799 annotated / raw | Diffs: previous, other | Lines: 376 ( +96, -4 )

Created: 2007-03-05 17:13:25 -0800 (22 months ago) | Author: chrisl | Changeset: 1799

Moved to: trunk/server/src/com/webreach/mirth/server/mule/providers/http/HttpClientMessageDispatcher.java 1809

Added new transformers to Mule-Boot and DerbyDatabase
Updated MuleConfigurationBuilder to support HTTP var properties
Updated HLv3 Adaptor/XML adaptor to set transformed data
Updated HTTPRequestToString and HTTPStringToXML to support POST parameters
Updated VMRouter to route object data
Updated HTTP dispatcher and listener.

1763 new annotated / raw | Lines: 284 ( +284, -0 )

Created: 2007-02-28 15:06:11 -0800 (22 months ago) | Author: chrisl | Changeset: 1763

Added MLLP/TCP Connectors
Added SmtpConnector fixes
Added HTTP Connector
Added X12 Model and parsing

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 10:51 -0800