Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 4002 1179

latest revision download trunk

4002 annotated / raw | Diffs: previous, other | Lines: 705 ( +10, -1 )

Created: 2008-11-07 16:59:58 -0800 (59 days ago) | Author: chrisr | Changeset: 4002

made some updates to properly support the SOAP external address.
Issue: MIRTH-974

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

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

Fixed imports.

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

Created: 2008-07-31 14:16:53 -0700 (5 months 6 days ago) | Author: geraldb | Changeset: 3648

Re-factored TemplateValueReplacer

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

Created: 2008-07-08 14:29:33 -0700 (5 months 29 days ago) | Author: brendanh | Changeset: 3584

Latest bug fixes for queuing

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

Created: 2008-07-07 18:23:57 -0700 (5 months 29 days ago) | Author: brendanh | Changeset: 3581

Added queuing to SOAP connector.
Refactored logic in connector to no longer use the event.
Removed unused code from SOAP dispatcher.

3018 annotated / raw | Diffs: previous, other | Lines: 687 ( +14, -16 )

Created: 2007-11-21 12:34:43 -0800 (13 months ago) | Author: brendanh | Changeset: 3018

Copied to: branches/csv/src/com/webreach/mirth/connectors/soap/axis/AxisConnector.java 3484

MIRTH-631        Add "does not exist" to Filter Builder
Fixed imports
Fixed Rule Builder

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

Tags: 1.7.0 1.7.1

2965 annotated / raw | Diffs: previous, other | Lines: 689 ( +1, -1 )

Created: 2007-11-12 11:41:29 -0800 (13 months ago) | Author: jacobb | Changeset: 2965

Moved UUIDGenerator back to server util.

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

Created: 2007-10-25 14:39:39 -0700 (14 months ago) | Author: geraldb | Changeset: 2871

Moved UUIDGenerator to general Mirth util package.

2499 annotated / raw | Diffs: previous, other | Lines: 688 ( +4, -1 )

Created: 2007-07-31 14:01:48 -0700 (17 months ago) | Author: chrisl | Changeset: 2499

Copied to: branches/1.7.0/src/com/webreach/mirth/connectors/soap/axis/AxisConnector.java 2695

Updated SMTP/Email connector to dynamically use host
Added dynamic host to TCP
Updated PluginMetaData to remove versionUrl, add description

Branch point for: 1.6.1

Tags: 1.6.0 1.6.1

2482 annotated / raw | Diffs: previous, other | Lines: 685 ( +15, -7 )

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: 677 ( +11, -0 )

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

Added API for monitoring connector status.

2292 new/moved annotated / raw | Diffs: previous, other | Lines: 666 ( +666, -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/soap/axis/AxisConnector.java 1880

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

1880 annotated / raw | Diffs: previous, other | Lines: 666 ( +13, -5 )

Created: 2007-03-13 03:41:11 -0700 (21 months ago) | Author: chrisl | Changeset: 1880

Moved to: trunk/server/src/com/webreach/mirth/connectors/soap/axis/AxisConnector.java 2292

Fixes issue with multiple SOAP listeners and senders
Issue: MIRTH-233

Branch point for: tag:1.5.0

Tags: 1.4.0 1.5.0

1853 annotated / raw | Diffs: previous, other | Lines: 658 ( +10, -0 )

Created: 2007-03-12 03:22:55 -0700 (21 months ago) | Author: chrisl | Changeset: 1853

Soap fixes and updates
Fixed MLLP response methods
TCP response methods

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

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

Moved from: trunk/server/src/org/mule/providers/soap/axis/AxisConnector.java 1290

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

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

Created: 2006-10-27 12:58:56 -0700 (2 years 2 months ago) | Author: chrisl | Changeset: 1290

Moved to: trunk/server/src/com/webreach/mirth/server/mule/providers/soap/axis/AxisConnector.java 1809

Fixed NPE errors

Branch point for: tag:1.3.1

Tags: 1.2.0 1.3.1 1.3.0 1.3.2 1.3.3

1275 annotated / raw | Diffs: previous, other | Lines: 627 ( +1, -1 )

Created: 2006-10-26 12:42:08 -0700 (2 years 2 months ago) | Author: geraldb | Changeset: 1275

Moved web service model classes to ws package.

1226 annotated / raw | Diffs: previous, other | Lines: 627 ( +21, -3 )

Created: 2006-10-23 11:48:53 -0700 (2 years 2 months ago) | Author: chrisl | Changeset: 1226

Updated SOAP Support on Server and Client
Issue: MIRTH-64

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

Created: 2006-10-20 17:48:47 -0700 (2 years 2 months ago) | Author: chrisl | Changeset: 1217

Web Service Support
Issue: MIRTH-64

1204 annotated / raw | Diffs: previous, other | Lines: 600 ( +73, -1 )

Created: 2006-10-20 11:31:34 -0700 (2 years 2 months ago) | Author: chrisl | Changeset: 1204

Updated AxisConnectors to take new properties
Updated AxisConnector to use Mirth service name
Updated MuleProvide and AxisDispatcher to load SoapService interface
Added SoapService and SoapChannel classes
Updated WSDefinition to support serviceEndpoint property
Updated WebServiceReader to support serviceEndpoint parsing
Added SoapRequestToString
Added ParameterValueReplacer
Issue: MIRTH-62

1179 new annotated / raw | Lines: 528 ( +528, -0 )

Created: 2006-10-17 15:56:49 -0700 (2 years 2 months ago) | Author: geraldb | Changeset: 1179

Added initial JMS and SOAP connectors.

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 14:21 -0800