JIRA

  • Log In Access more options
    • Online Help
    • GreenHopper Help
    • Agile Answers
    • Use Agile By Default
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Agile Access more options (Alt+g)
  • Create Issue
  • Mule
  • MULE-3137

Remove all references to xfire in code

  • Agile Board
  • More Actions
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 2.0.0-RC3
  • Fix Version/s: ITR17, ITR22, 2.2.2 (EE only)
  • Component/s: Build: Distributions, Build: Integration Tests, Build: Libraries / Dependencies
  • Labels:
    • 22-techdebt-gapfillers
  • User impact:
    High
  • Effort points:
    0.5
  • Similar Issues:
    None

Description

Xfire was moved to the forge but some of our unit tests still contain references/configs for xfire. While this works at the moment by chance (because there is an xfire transport out on codehaus that has the correct version number) tests will start failing as soon as we change the version to 2.0.0.

Remove all references to xfire from the codebase.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Transitions
  • Commits
  • Source
  • Builds
Dirk Olmes made changes - 17/Mar/08 09:35 PM
Field Original Value New Value
Fix Version/s 2.0.0-RC3 [ 10311 ]
Priority To be reviewed [ 6 ] Blocker [ 1 ]
Labels
Hide
Permalink
Daniel Feist added a comment - 18/Mar/08 09:04 AM

I removed last pom.xml dependency reference in http://fisheye.codehaus.org/changelog/mule/?cs=11420

We still need to remove uses of endpoint.startsWith("xfire") from codebase though!!

Moving to 2.0.0 blocker

Show
Daniel Feist added a comment - 18/Mar/08 09:04 AM I removed last pom.xml dependency reference in http://fisheye.codehaus.org/changelog/mule/?cs=11420 We still need to remove uses of endpoint.startsWith("xfire") from codebase though!! Moving to 2.0.0 blocker
Daniel Feist made changes - 18/Mar/08 09:04 AM
Fix Version/s 2.0.0 [ 10438 ]
Fix Version/s 2.0.0-RC3 [ 10311 ]
Labels
Daniel Feist made changes - 19/Mar/08 11:43 AM
Summary Remove all references to xfire artifacts Remove all references to xfire in code
Fix Version/s 2.0.0 [ 10438 ]
Labels
Fix Version/s 2.0.x Backlog [ 10352 ]
Priority Blocker [ 1 ] Major [ 3 ]
tcarlson
20/Mar/08 09:09 AM
View full commit
Merged revisions 11411-11421,11423,11425 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.0.x ........ r11411 | dfeist | 2008-03-17 23:28:05 -0300 (Mon, 17 Mar 2008) | 1 line Assuming KBEStrategyUsingEncryptionTransformerTestCase is failing due to "missing Java security patch" and excluding ........ r11412 | dirk.olmes | 2008-03-18 00:00:25 -0300 (Tue, 18 Mar 2008) | 2 lines building the examples with an empty local repo will fail due to missing transitive dependencies from cxf (Maven bug) ........ r11413 | dfeist | 2008-03-18 00:08:24 -0300 (Tue, 18 Mar 2008) | 1 line MULE-3107 ServerNotificationManagerTestCase broken ........ r11414 | dfeist | 2008-03-18 00:16:19 -0300 (Tue, 18 Mar 2008) | 1 line Tweaks to MULE-3080 to make MULE-3113 easier without API changes ........ r11415 | dfeist | 2008-03-18 00:57:56 -0300 (Tue, 18 Mar 2008) | 1 line MULE-3131 rollback r11401,11402 ........ r11416 | dfeist | 2008-03-18 01:20:51 -0300 (Tue, 18 Mar 2008) | 1 line Fix for and issue with some mule/spring lifecycle duplication (MULE-3080) ........ r11417 | dirk.olmes | 2008-03-18 05:29:10 -0300 (Tue, 18 Mar 2008) | 1 line fix the message when a loan is received ........ r11418 | dirk.olmes | 2008-03-18 06:26:35 -0300 (Tue, 18 Mar 2008) | 2 lines make sure that regular pom and dist pom have the same dependencies declared ........ r11419 | dfeist | 2008-03-18 07:14:31 -0300 (Tue, 18 Mar 2008) | 1 line MULE-3138 Loanbroker example unusable via webapp ........ r11420 | dfeist | 2008-03-18 10:53:47 -0300 (Tue, 18 Mar 2008) | 1 line MULE-3137 Remove all references to xfire artifacts ........ r11421 | dirk.olmes | 2008-03-18 11:00:23 -0300 (Tue, 18 Mar 2008) | 2 lines MULE-3139 (Loanbroker ESB with EJB embedded fails on Windows) ........ r11425 | dirk.olmes | 2008-03-19 10:23:46 -0300 (Wed, 19 Mar 2008) | 2 lines better support for setting the correct JDK in the IDE ........ git-svn-id: https://svn.codehaus.org/mule/branches/mule-2.x@11452 bf997673-6b11-0410-b953-e057580c5b09
mule-2.2.x
+7
-27
core/src/main/java/org/mule/api/component/Component.java
+5
-31
core/src/main/java/org/mule/component/AbstractComponent.java
+15
-1
core/src/main/java/org/mule/component/AbstractJavaComponent.java
+1
-1
core/src/main/java/org/mule/model/direct/DirectService.java
+31
-1
core/src/main/java/org/mule/model/seda/SedaService.java
... 17 more files not shown
Andrew Perepelytsya made changes - 06/May/08 11:11 AM
Workflow Copy of Main Mule Workflow [ 59101 ] Fixed Main Mule Workflow (after JIRA upgrade) [ 62580 ]
Andrew Perepelytsya made changes - 15/May/08 10:19 AM
Workflow Fixed Main Mule Workflow (after JIRA upgrade) [ 62580 ] Copy of Main Mule Workflow [ 66302 ]
Andrew Perepelytsya made changes - 15/May/08 10:55 AM
Workflow Copy of Main Mule Workflow [ 66302 ] Fixed Main Mule Workflow (after JIRA upgrade) [ 69957 ]
Daniel Feist made changes - 11/Jun/08 09:55 AM
Effort points 0.5
Daniel Feist made changes - 03/Jul/08 12:23 PM
Fix Version/s 2.0 ITR4 [ 10491 ]
Fix Version/s 2.0.x Backlog [ 10352 ]
Fix Version/s 2.0.2 [ 10267 ]
Daniel Feist made changes - 03/Jul/08 12:30 PM
Fix Version/s 2.0 ITR4 [ 10491 ]
Travis Carlson made changes - 17/Jul/08 01:01 PM
Fix Version/s 2.0.2 [ 10267 ]
Fix Version/s 2.0.x Backlog [ 10352 ]
tcarlson
29/Jul/08 02:28 PM
View full commit
Merged revisions 12268-12275,12282-12300 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.0.x ........ r12268 | dirk.olmes | 2008-07-09 23:04:59 -0500 (Wed, 09 Jul 2008) | 2 lines MULE-2620 (BeanPayloadPropertyExtractor tests failing): these tests have been running successfully for some builds now, assuming everything is fixed ........ r12269 | dfeist | 2008-07-09 23:19:03 -0500 (Wed, 09 Jul 2008) | 9 lines Some misc. tidying up while looking for bugs with code analysis tools: - Consistent use of modifiers in interfaces + some missing final modifiers - size() == 0 -> isEmpty(), new Boolean(val) -> Boolean.valueOf(val) - Fix couple of potential NPE's, don't throw NPE's, avoid throwing root exception types - Duplicate interface implementations - Use static inner classes - Few other things ........ r12270 | dirk.olmes | 2008-07-09 23:57:17 -0500 (Wed, 09 Jul 2008) | 2 lines fix the build ........ r12271 | tcarlson | 2008-07-10 08:07:36 -0500 (Thu, 10 Jul 2008) | 1 line Don't need to keep this around for 2.0 anymore ........ r12272 | tcarlson | 2008-07-10 08:09:13 -0500 (Thu, 10 Jul 2008) | 1 line Trivial improvements ........ r12273 | tcarlson | 2008-07-10 08:25:32 -0500 (Thu, 10 Jul 2008) | 1 line MULE-3234 Not all message transformers/filters/routers support streams ........ r12274 | dirk.olmes | 2008-07-10 09:04:53 -0500 (Thu, 10 Jul 2008) | 1 line MULE-2014 (MS specific tests for JAAS): use the exclusion magic from AbstractMuleTestCase. Test remains disabled until I have tested it on windows. ........ r12275 | dirk.olmes | 2008-07-10 09:38:34 -0500 (Thu, 10 Jul 2008) | 2 lines MULE-2040 (MS specific tests for JAAS): test runs on Windows and is disabled on Unix platforms ........ r12282 | dandiep | 2008-07-10 13:05:46 -0500 (Thu, 10 Jul 2008) | 1 line Handle more input types for xml transformers. ........ r12283 | dandiep | 2008-07-10 13:16:53 -0500 (Thu, 10 Jul 2008) | 7 lines MULE-3476: allow users to apply security/filters/transformers to the endpoint. MULE-3501: StaxFeature - nearly working. Still need to find a way to grab a hold of the ApplicationContext. Some other small cleanups. ........ r12284 | dandiep | 2008-07-10 14:11:51 -0500 (Thu, 10 Jul 2008) | 1 line Comment out test until I figure out why it doesn't work on build server. ........ r12285 | jwheeler | 2008-07-10 14:25:47 -0500 (Thu, 10 Jul 2008) | 1 line Changed a column heading. ........ r12286 | dfeist | 2008-07-10 14:27:40 -0500 (Thu, 10 Jul 2008) | 1 line MULE-3535 Update Spring namespace location urls from 2.0 to 2.5 ........ r12287 | dfeist | 2008-07-10 16:16:52 -0500 (Thu, 10 Jul 2008) | 1 line MULE-3539 Allow Spring ApplicationContext to be looked up via Mule Registry interface ........ r12288 | dandiep | 2008-07-10 16:28:08 -0500 (Thu, 10 Jul 2008) | 1 line Some improvements to make it possible to replay/track at the same time. ........ r12289 | dandiep | 2008-07-10 16:35:05 -0500 (Thu, 10 Jul 2008) | 1 line Pass in the parent application context. Still an issue with configuring the bus in the mule.xml though as the child context overrides the parent. Working on it... ........ r12290 | dandiep | 2008-07-10 17:25:33 -0500 (Thu, 10 Jul 2008) | 1 line improvements if we're already passing around a reversiblexmlstreamreader. ........ r12291 | dandiep | 2008-07-10 19:46:23 -0500 (Thu, 10 Jul 2008) | 1 line Payload shouldn't be the servlet request, it should be the inputstream. Messages aren't going to get very in Mule otherwise. Request can still be accessed via getRequest(). This also has the great side effect of fixing the build. ........ r12292 | dandiep | 2008-07-10 22:40:35 -0500 (Thu, 10 Jul 2008) | 7 lines Implementation of a HTTP content based routing test using SXC. While I was at it I improved the XML module so it could convert any XML type to an OutputHandler for the HTTP client. I also imported some code to copy StAX streams into XMLUtils. ........ r12293 | dirk.olmes | 2008-07-11 03:02:29 -0500 (Fri, 11 Jul 2008) | 2 lines fix the license headers ........ r12294 | dirk.olmes | 2008-07-11 03:30:31 -0500 (Fri, 11 Jul 2008) | 2 lines MULE-3137 (Remove all references to xfire in code) ........ r12295 | dirk.olmes | 2008-07-11 04:48:41 -0500 (Fri, 11 Jul 2008) | 2 lines fix the distributions ........ r12296 | dfeist | 2008-07-11 11:56:21 -0500 (Fri, 11 Jul 2008) | 1 line MULE-3506 IdempotentReceiver does not filter ........ r12297 | dandiep | 2008-07-11 12:54:29 -0500 (Fri, 11 Jul 2008) | 1 line MULE-1821: no functional changes. Simply separating out jetty specific parts of the build so we can upgrade those to Jetty 6. ........ r12298 | dandiep | 2008-07-11 12:59:46 -0500 (Fri, 11 Jul 2008) | 1 line svn ignores ........ r12299 | dandiep | 2008-07-11 13:50:26 -0500 (Fri, 11 Jul 2008) | 1 line Add missing resources. ........ r12300 | dandiep | 2008-07-11 13:51:22 -0500 (Fri, 11 Jul 2008) | 1 line POM cleanup. ........ git-svn-id: https://svn.codehaus.org/mule/branches/mule-2.x@12422 bf997673-6b11-0410-b953-e057580c5b09
mule-2.2.x
+1
-1
core/src/main/java/org/mule/AbstractExceptionListener.java
+6
-9
core/src/main/java/org/mule/DefaultMuleContext.java
+2
-3
core/src/main/java/org/mule/DefaultMuleEvent.java
+3
-3
core/src/main/java/org/mule/DefaultMuleMessage.java
+2
-2
core/src/main/java/org/mule/MuleServer.java
... 545 more files not shown
Daniel Feist made changes - 11/Sep/08 01:53 PM
Fix Version/s 2.0.x Backlog [ 10352 ]
Fix Version/s 2.x Backlog [ 10440 ]
Hide
Permalink
Ken Yagen added a comment - 07/Nov/08 01:12 PM

wasn't a 2.1 blocker so assume this is some tech debt to clean up.

Show
Ken Yagen added a comment - 07/Nov/08 01:12 PM wasn't a 2.1 blocker so assume this is some tech debt to clean up.
Ken Yagen made changes - 07/Nov/08 01:12 PM
Fix Version/s Tech. Debt [ 10572 ]
Fix Version/s 2.x Backlog [ 10440 ]
Daniel Feist made changes - 28/Nov/08 07:25 AM
Labels 22-techdebt-candidates
Daniel Feist made changes - 12/Dec/08 09:20 AM
Labels 22-techdebt-candidates 22-techdebt-candidates 22-techdebt-gapfillers
Daniel Feist made changes - 12/Dec/08 09:20 AM
Labels 22-techdebt-candidates 22-techdebt-gapfillers 22-techdebt-gapfillers
Daniel Feist made changes - 27/Mar/09 03:55 PM
Assignee Dirk Olmes [ dirk ] Daniel Feist [ dfeist ]
Hide
Permalink
Daniel Feist added a comment - 27/Mar/09 05:30 PM

http://svn.mule.codehaus.org/changelog/mule/branches/mule-2.x?cs=14438

Show
Daniel Feist added a comment - 27/Mar/09 05:30 PM http://svn.mule.codehaus.org/changelog/mule/branches/mule-2.x?cs=14438
Daniel Feist made changes - 27/Mar/09 05:30 PM
Status Open [ 1 ] Closed [ 6 ]
Fix Version/s ITR17 [ 10633 ]
Fix Version/s 2.2.2 [ 10645 ]
Fix Version/s Tech. Debt [ 10572 ]
Resolution Fixed [ 1 ]
Daniel Feist
27/Mar/09 05:56 PM
View full commit
Merged revisions 14438 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14438 | dfeist | 2009-03-27 19:30:22 -0300 (Fri, 27 Mar 2009) | 1 line MULE-3137 Remove all references to xfire in code ........ git-svn-id: https://svn.codehaus.org/mule/branches/mule-2.2.x@14439 bf997673-6b11-0410-b953-e057580c5b09
mule-2.2.x
+1
-1
core/src/main/java/org/mule/api/registry/ServiceFinder.java
-
-1
core/src/main/java/org/mule/endpoint/URIBuilder.java
+3
-3
core/src/main/java/org/mule/transport/AbstractConnector.java
-
-10
examples/echo/src/test/resources/mule-test-exclusions.txt
-
-5
examples/loanbroker/esn/dist/pom.xml
... 25 more files not shown
Dirk Olmes
23/Jun/09 09:45 AM
View full commit
Blocked revisions 14923,14926,14928-14935,14950-14966,14970-14988,14994,14996-15009,15018,15047-15048 via svnmerge ................ r14923 | dfeist | 2009-06-09 15:42:21 +0200 (Tue, 09 Jun 2009) | 1 line Put merge tracking back until we clean things up a bit ................ r14926 | dfeist | 2009-06-09 16:44:42 +0200 (Tue, 09 Jun 2009) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-14052" from https://svn.codehaus.org/mule/branches/mule-2.2.x ................ r14928 | dfeist | 2009-06-09 22:00:33 +0200 (Tue, 09 Jun 2009) | 8 lines Blocked revisions 13353 via svnmerge ........ r13353 | rossmason | 2008-11-17 08:23:55 -0200 (Mon, 17 Nov 2008) | 1 line MULE-3955, support for 'all' attachments/headers. MULE-3956, support for optional arguments. MULE-3957 support for Registry Expressions ........ ................ r14929 | dirk.olmes | 2009-06-10 14:56:57 +0200 (Wed, 10 Jun 2009) | 9 lines Merged revisions 13104 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13104 | dirk.olmes | 2008-10-20 14:07:52 +0200 (Mon, 20 Oct 2008) | 2 lines MULE-3850 ( Add back support for connectionFactoryProperties for JmsConnector) ........ ................ r14930 | dirk.olmes | 2009-06-10 14:59:54 +0200 (Wed, 10 Jun 2009) | 9 lines Merged revisions 13105 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13105 | dirk.olmes | 2008-10-20 14:25:59 +0200 (Mon, 20 Oct 2008) | 1 line MULE-3850 (Add back support for connectionFactoryProperties for JmsConnector): added tests ........ ................ r14931 | dirk.olmes | 2009-06-10 15:05:38 +0200 (Wed, 10 Jun 2009) | 8 lines Blocked revisions 13106 via svnmerge ........ r13106 | dirk.olmes | 2008-10-20 16:28:10 +0200 (Mon, 20 Oct 2008) | 1 line add a test case for looking up topics from JNDI ........ ................ r14932 | dirk.olmes | 2009-06-10 15:07:24 +0200 (Wed, 10 Jun 2009) | 9 lines Merged revisions 13107 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13107 | dirk.olmes | 2008-10-20 17:27:11 +0200 (Mon, 20 Oct 2008) | 2 lines Reduce confusion when running the script by introducing the CliBuilder which spits out help in case of misuse of the script ........ ................ r14933 | dfeist | 2009-06-10 15:52:19 +0200 (Wed, 10 Jun 2009) | 9 lines Merged revisions 14281 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14281 | dfeist | 2009-03-13 12:07:11 -0200 (Fri, 13 Mar 2009) | 1 line MULE-4240 Filtering routers must operate on a copy of the message ........ ................ r14934 | dfeist | 2009-06-10 16:17:23 +0200 (Wed, 10 Jun 2009) | 9 lines Merged revisions 14103 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14103 | dandiep | 2009-02-19 20:43:47 -0200 (Thu, 19 Feb 2009) | 1 line Not all classpaths have these classes... ........ ................ r14935 | dirk.olmes | 2009-06-10 16:34:36 +0200 (Wed, 10 Jun 2009) | 1227 lines Blocked revisions 13533,13754-13755,13757,13759-13761,13763-13768,13781,13796,14001-14002,14115,14140,14148,14223,14232,14416,14527-14528,14585,14589,14591,14601,14604,14606,14608,14610,14632,14634,14694,14701,14709,14712,14714,14725,14727,14730,14744,14746,14757,14769,14780,14782,14788,14794,14800,14809,14844,14864,14868,14888,14891,14905,14909,14912,14914-14915,14917,14922 via svnmerge ................ r13533 | dirk.olmes | 2008-12-03 18:04:17 +0100 (Wed, 03 Dec 2008) | 9 lines Merged revisions 13532 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13532 | dirk.olmes | 2008-12-03 17:56:30 +0100 (Wed, 03 Dec 2008) | 3 lines fix the license headers ........ ................ r13754 | dfeist | 2009-01-20 11:09:50 +0100 (Tue, 20 Jan 2009) | 17 lines Merged revisions 13114,13136-13137 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13114 | jwheeler | 2008-10-22 00:48:15 +0100 (Wed, 22 Oct 2008) | 1 line Updated annotations so they won't wrap in wiki pages, did some copy-editing. ........ r13136 | jwheeler | 2008-10-24 22:47:01 +0100 (Fri, 24 Oct 2008) | 1 line Some annotation tweaks. ........ r13137 | jwheeler | 2008-10-24 23:25:56 +0100 (Fri, 24 Oct 2008) | 1 line Fixed some bad links, pointing to the 2.0 schemadoc namespace because Dan's latest XSLT changes are still in 2.0. ........ ................ r13755 | dfeist | 2009-01-20 12:17:34 +0100 (Tue, 20 Jan 2009) | 61 lines Merged revisions 13249-13250,13259-13261,13273-13275,13278-13279,13285,13294,13298-13299 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13249 | dfeist | 2008-11-07 01:12:35 +0000 (Fri, 07 Nov 2008) | 1 line MULE-3932 Interceptors cannot be configured with shortcut component configuration ........ r13250 | dfeist | 2008-11-07 01:23:12 +0000 (Fri, 07 Nov 2008) | 1 line Tabs -> spaces ........ r13259 | jwheeler | 2008-11-07 15:36:39 +0000 (Fri, 07 Nov 2008) | 1 line Added annotations to the XMPP XSD ........ r13260 | jwheeler | 2008-11-07 15:37:20 +0000 (Fri, 07 Nov 2008) | 1 line Added annotations to VM XSD ........ r13261 | jwheeler | 2008-11-07 15:52:39 +0000 (Fri, 07 Nov 2008) | 1 line Added one more annotation ........ r13273 | dfeist | 2008-11-11 11:19:07 +0000 (Tue, 11 Nov 2008) | 1 line MULE-3870 Review and expand configuration reference ........ r13274 | aperepel | 2008-11-11 17:25:46 +0000 (Tue, 11 Nov 2008) | 1 line Stupid typo broke everything. Reverting the error. ........ r13275 | aperepel | 2008-11-11 17:26:58 +0000 (Tue, 11 Nov 2008) | 1 line Tabs -> spaces, no code changes. ........ r13278 | jwheeler | 2008-11-11 21:01:26 +0000 (Tue, 11 Nov 2008) | 1 line Added and edited annotations. ........ r13279 | jwheeler | 2008-11-11 21:10:37 +0000 (Tue, 11 Nov 2008) | 1 line A few more annotations. ........ r13285 | dfeist | 2008-11-11 22:28:30 +0000 (Tue, 11 Nov 2008) | 1 line MULE-3870 Review and expand configuration reference ........ r13294 | dfeist | 2008-11-12 14:56:02 +0000 (Wed, 12 Nov 2008) | 1 line MULE-3369 Javadoc ........ r13298 | dirk.olmes | 2008-11-12 16:00:23 +0000 (Wed, 12 Nov 2008) | 2 lines MULE-3944 (Update archetype to ask if MessageRequester should be created or not) ........ r13299 | dirk.olmes | 2008-11-12 16:07:32 +0000 (Wed, 12 Nov 2008) | 2 lines remove references to the obsolete streaming transformer ........ ................ r13757 | dfeist | 2009-01-20 12:45:39 +0100 (Tue, 20 Jan 2009) | 49 lines Merged revisions 13312,13321-13322,13357-13358,13374-13375,13378-13381 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13312 | aperepel | 2008-11-13 16:19:26 +0000 (Thu, 13 Nov 2008) | 1 line The move didn't get merged properly, ended up having 2 copies of the test in 2 modules. Drop redundant one. ........ r13321 | jwheeler | 2008-11-13 22:10:17 +0000 (Thu, 13 Nov 2008) | 1 line Removed duplicate annotations. ........ r13322 | aperepel | 2008-11-14 14:38:21 +0000 (Fri, 14 Nov 2008) | 1 line License header ........ r13357 | dfeist | 2008-11-17 17:52:55 +0000 (Mon, 17 Nov 2008) | 1 line Javadoc added while updating mule.xsd schema ........ r13358 | jwheeler | 2008-11-17 21:17:49 +0000 (Mon, 17 Nov 2008) | 1 line Fixed incorrect annotation that appears to have been a bad copy and paste from long ago. ........ r13374 | dfeist | 2008-11-18 20:31:22 +0000 (Tue, 18 Nov 2008) | 1 line MULE-3647 FileToByteArray transformer only works when streaming is disabled ........ r13375 | jwheeler | 2008-11-18 23:25:30 +0000 (Tue, 18 Nov 2008) | 1 line Added annotations throughout the JMS schema. ........ r13378 | dfeist | 2008-11-19 11:41:33 +0000 (Wed, 19 Nov 2008) | 1 line MULE-3884 Removed activators because org.mule.osgi is not available ........ r13379 | dfeist | 2008-11-19 11:49:31 +0000 (Wed, 19 Nov 2008) | 1 line MULE-3687 sxc-xpath.osgi bundle contains entries from xercesImpl package ........ r13380 | dfeist | 2008-11-19 12:17:30 +0000 (Wed, 19 Nov 2008) | 1 line MULE-3721 Logger message Overwriting message property ... is appearing when there is no overwriting process. ........ r13381 | dfeist | 2008-11-19 13:38:05 +0000 (Wed, 19 Nov 2008) | 1 line MULE-3646 MethodHeaderPropertyEntryPointResolver does not resolve methods correctly ........ ................ r13759 | dfeist | 2009-01-20 13:04:41 +0100 (Tue, 20 Jan 2009) | 53 lines Merged revisions 13386,13400,13408,13411-13415,13421,13425-13427 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13386 | dfeist | 2008-11-19 17:48:13 +0000 (Wed, 19 Nov 2008) | 1 line MULE-3646 MethodHeaderPropertyEntryPointResolver does not resolve methods correctly ........ r13400 | dfeist | 2008-11-20 20:42:15 +0000 (Thu, 20 Nov 2008) | 1 line MULE-3587 Custom ID stores on the IdempotentReceiver causes NullPointerException ........ r13408 | jwheeler | 2008-11-21 23:29:35 +0000 (Fri, 21 Nov 2008) | 1 line Edited annotations. ........ r13411 | jwheeler | 2008-11-24 18:25:52 +0000 (Mon, 24 Nov 2008) | 1 line Added annotation for the XML filter-based splitter router ........ r13412 | jwheeler | 2008-11-24 18:34:08 +0000 (Mon, 24 Nov 2008) | 1 line Corrected a typo in the round robin annotation ........ r13413 | jwheeler | 2008-11-25 00:07:55 +0000 (Tue, 25 Nov 2008) | 1 line Tweaked some annotations, fixed a typo. ........ r13414 | dfeist | 2008-11-25 13:23:38 +0000 (Tue, 25 Nov 2008) | 1 line MULE-2073 Default threading profile values differ with documented defaults when configuring 2.0 with spring. ........ r13415 | dfeist | 2008-11-25 14:02:25 +0000 (Tue, 25 Nov 2008) | 1 line MULE-3974 Values of maxThreadsActive and maxThreadsIdle are not accurate for SedaService ........ r13421 | dfeist | 2008-11-25 15:38:02 +0000 (Tue, 25 Nov 2008) | 1 line MULE-3975 doThreading attribute even if configured is not used with Seda service threading profile ........ r13425 | dfeist | 2008-11-25 23:38:59 +0000 (Tue, 25 Nov 2008) | 1 line MULE-3974 Values of maxThreadsActive and maxThreadsIdle are not accurate for SedaService ........ r13426 | dfeist | 2008-11-26 00:54:16 +0000 (Wed, 26 Nov 2008) | 1 line MULE-3988 MuleConfiguration defaults differ between code and schema defaults ........ r13427 | dfeist | 2008-11-26 00:59:44 +0000 (Wed, 26 Nov 2008) | 1 line MULE-3988 MuleConfiguration defaults differ between code and schema defaults ........ ................ r13760 | dfeist | 2009-01-20 13:38:00 +0100 (Tue, 20 Jan 2009) | 53 lines Merged revisions 13454-13455,13473-13474,13477-13478,13486,13492,13495,13497-13499 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13454 | jwheeler | 2008-12-01 05:34:37 +0000 (Mon, 01 Dec 2008) | 1 line Corrected the Javadoc mentioning the methodArgumentTypes property ........ r13455 | jwheeler | 2008-12-01 05:41:50 +0000 (Mon, 01 Dec 2008) | 1 line Fixed the annotation re: method and methodArgumentTypes. ........ r13473 | jwheeler | 2008-12-01 21:05:17 +0000 (Mon, 01 Dec 2008) | 1 line Updated annotations, noted the defaults. ........ r13474 | jwheeler | 2008-12-01 21:31:39 +0000 (Mon, 01 Dec 2008) | 1 line Updated File connector annotations. ........ r13477 | jwheeler | 2008-12-01 21:42:45 +0000 (Mon, 01 Dec 2008) | 1 line Worked on the XML schema annotations. ........ r13478 | jwheeler | 2008-12-01 21:52:25 +0000 (Mon, 01 Dec 2008) | 1 line Tweaked some annotations. ........ r13486 | dfeist | 2008-12-02 03:54:38 +0000 (Tue, 02 Dec 2008) | 1 line Oops. Rollback unwanted commit in -r13171 ........ r13492 | dfeist | 2008-12-02 04:43:09 +0000 (Tue, 02 Dec 2008) | 1 line MULE-3994 Encoding should be preserved when messages are sent over transport ........ r13495 | dfeist | 2008-12-02 05:11:25 +0000 (Tue, 02 Dec 2008) | 1 line MULE-3994 Encoding should be preserved when messages are sent over transport ........ r13497 | rossmason | 2008-12-02 08:48:59 +0000 (Tue, 02 Dec 2008) | 2 lines MULE-4005. Add default config values for when running inside an IDE ........ r13498 | dfeist | 2008-12-02 11:38:57 +0000 (Tue, 02 Dec 2008) | 1 line MULE-4008 Exclude test: org.mule.util.TimedSocketTestCase (Fails on CE CI server) ........ r13499 | rossmason | 2008-12-02 12:13:47 +0000 (Tue, 02 Dec 2008) | 1 line MULE-4006 and MULE-4007. Added a generated readme for projects created. Aslo added support for overlaying new resources on an existing project (useful for upgrading an existing project). ........ ................ r13761 | dfeist | 2009-01-20 13:50:38 +0100 (Tue, 20 Jan 2009) | 53 lines Merged revisions 13521-13525,13532,13539,13547,13567,13587-13588,13599 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13521 | rossmason | 2008-12-03 10:33:56 +0000 (Wed, 03 Dec 2008) | 1 line MULE-4012. Example archetype and MULE-4016, support of specifing modules and transports ........ r13522 | rossmason | 2008-12-03 10:34:32 +0000 (Wed, 03 Dec 2008) | 1 line MULE-4013. Module archetype and MULE-4016, support of specifing modules and transports ........ r13523 | rossmason | 2008-12-03 10:34:54 +0000 (Wed, 03 Dec 2008) | 1 line MULE-4014, cleaned up the project archetype, added a readme. MULE-4016, added support for selecting modules and transports ........ r13524 | rossmason | 2008-12-03 10:35:27 +0000 (Wed, 03 Dec 2008) | 1 line MULE-4015, Added a readme to the transport archetype. Also cleaned up variables names so that the same POM.vm file can be used for all archetypes ........ r13525 | rossmason | 2008-12-03 10:36:54 +0000 (Wed, 03 Dec 2008) | 1 line MULE-4017. impovements to the Maven archetypes ........ r13532 | dirk.olmes | 2008-12-03 16:56:30 +0000 (Wed, 03 Dec 2008) | 3 lines fix the license headers ........ r13539 | dfeist | 2008-12-04 02:12:53 +0000 (Thu, 04 Dec 2008) | 1 line MULE-4019 Stockquote example does not output results before next prompt ........ r13547 | rossmason | 2008-12-04 14:32:56 +0000 (Thu, 04 Dec 2008) | 1 line MULE-3938. Correct Transformer inclusion ........ r13567 | rossmason | 2008-12-07 23:29:49 +0000 (Sun, 07 Dec 2008) | 1 line MULE-4029. Special handling of email, http and tcp transports since the modules contain multiple schemas ........ r13587 | jwheeler | 2008-12-09 18:35:17 +0000 (Tue, 09 Dec 2008) | 1 line Fixed some typos. ........ r13588 | jwheeler | 2008-12-09 18:41:05 +0000 (Tue, 09 Dec 2008) | 1 line Found another typo. ........ r13599 | jwheeler | 2008-12-09 23:17:22 +0000 (Tue, 09 Dec 2008) | 1 line Fixed typo ........ ................ r13763 | dfeist | 2009-01-20 14:41:10 +0100 (Tue, 20 Jan 2009) | 21 lines Merged revisions 13607-13610 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13607 | rossmason | 2008-12-11 07:00:49 +0000 (Thu, 11 Dec 2008) | 1 line MULE-4028. Removed errors from output ........ r13608 | rossmason | 2008-12-11 07:07:07 +0000 (Thu, 11 Dec 2008) | 1 line MULE-4027. Fixed typos in archetype scripts ........ r13609 | rossmason | 2008-12-11 07:18:53 +0000 (Thu, 11 Dec 2008) | 1 line MULE-4027. More typos fixed. Added some documentation links relevant to the project type ........ r13610 | rossmason | 2008-12-11 08:02:13 +0000 (Thu, 11 Dec 2008) | 1 line MULE-3891. Better handling of artifactId names with special characters in them ........ ................ r13764 | dfeist | 2009-01-20 14:44:25 +0100 (Tue, 20 Jan 2009) | 13 lines Merged revisions 13611-13612 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13611 | rossmason | 2008-12-11 08:52:55 +0000 (Thu, 11 Dec 2008) | 1 line Fixed typos and formatting ........ r13612 | rossmason | 2008-12-11 08:54:07 +0000 (Thu, 11 Dec 2008) | 1 line MULE-4041. THe wrong archetypeArtifactId is being used. ........ ................ r13765 | dfeist | 2009-01-20 15:00:26 +0100 (Tue, 20 Jan 2009) | 21 lines Merged revisions 13613-13616 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13613 | rossmason | 2008-12-11 09:20:03 +0000 (Thu, 11 Dec 2008) | 1 line If updating a project write the readme under MULE-UPDATE-README.tt ........ r13614 | rossmason | 2008-12-11 09:55:44 +0000 (Thu, 11 Dec 2008) | 1 line Fix to convert the first letter of the ModuleName to always be uppercase ........ r13615 | rossmason | 2008-12-11 10:39:26 +0000 (Thu, 11 Dec 2008) | 1 line MULE-2933. Don't create the MEssageAdapter by default. Allow user to specify -DtransportId or -DarchitypeId to be in line with other architypes ........ r13616 | rossmason | 2008-12-11 11:20:12 +0000 (Thu, 11 Dec 2008) | 1 line spelling errors ........ ................ r13766 | dfeist | 2009-01-20 15:05:44 +0100 (Tue, 20 Jan 2009) | 17 lines Merged revisions 13640,13644,13649 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13640 | rossmason | 2008-12-13 20:05:38 +0000 (Sat, 13 Dec 2008) | 1 line MULETOOLS-50, MULETOOLS-51. Added support for updating transports. Added schemadoc support ........ r13644 | jwheeler | 2008-12-15 22:49:03 +0000 (Mon, 15 Dec 2008) | 1 line Fixed a typo ........ r13649 | jwheeler | 2008-12-16 00:20:29 +0000 (Tue, 16 Dec 2008) | 1 line Corrected more typos. ........ ................ r13767 | dfeist | 2009-01-20 15:16:54 +0100 (Tue, 20 Jan 2009) | 21 lines Merged revisions 13650-13653 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13650 | rossmason | 2008-12-16 10:05:17 +0000 (Tue, 16 Dec 2008) | 1 line MULETOOLS-50, MULETOOLS-51. Added support for updating transports. Added schemadoc support. MULETOOLS-53. Add more options for upgrading transports ........ r13651 | rossmason | 2008-12-16 10:05:33 +0000 (Tue, 16 Dec 2008) | 1 line MULETOOLS-52. fix assembly descriptors ........ r13652 | rossmason | 2008-12-16 10:05:45 +0000 (Tue, 16 Dec 2008) | 1 line Fixed the Namespace handler template code ........ r13653 | rossmason | 2008-12-16 10:05:59 +0000 (Tue, 16 Dec 2008) | 1 line Added a note when updating an existing project ........ ................ r13768 | dfeist | 2009-01-20 15:25:43 +0100 (Tue, 20 Jan 2009) | 33 lines Merged revisions 13658-13659,13661-13665 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13658 | jwheeler | 2008-12-17 20:03:38 +0000 (Wed, 17 Dec 2008) | 1 line Noted the default value for threaded profile's poolExhaustedAction in the description. ........ r13659 | jwheeler | 2008-12-17 20:08:29 +0000 (Wed, 17 Dec 2008) | 1 line Changed -- in a description to ;, as it was rendering as strikeout text on the wiki. ........ r13661 | aperepel | 2008-12-18 18:37:03 +0000 (Thu, 18 Dec 2008) | 1 line Some fixes for MULE-4053 Mule Transport Archetype tests fail with a compilation error ........ r13662 | aperepel | 2008-12-18 18:39:27 +0000 (Thu, 18 Dec 2008) | 1 line Use JUnit 3.8.2 in templates ........ r13663 | aperepel | 2008-12-18 18:41:44 +0000 (Thu, 18 Dec 2008) | 1 line Minor formatting improvements in the templates ........ r13664 | aperepel | 2008-12-18 18:43:51 +0000 (Thu, 18 Dec 2008) | 1 line Xml alignment ........ r13665 | aperepel | 2008-12-18 19:07:22 +0000 (Thu, 18 Dec 2008) | 1 line When surefire's -DskipTests is specified, actually skip the archetype tests. They were always executed before. ........ ................ r13781 | dfeist | 2009-01-20 18:09:43 +0100 (Tue, 20 Jan 2009) | 9 lines Merged revisions 13780 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13780 | dfeist | 2009-01-20 17:04:06 +0000 (Tue, 20 Jan 2009) | 1 line MULE-4092 Unable to "serve up" WSDL when using proxy='true' with CXF inbound endpoint ........ ................ r13796 | dfeist | 2009-01-21 21:34:30 +0100 (Wed, 21 Jan 2009) | 9 lines Merged revisions 13717 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13717 | dfeist | 2009-01-15 14:58:02 +0000 (Thu, 15 Jan 2009) | 1 line MULE-4091 Endpoint 'serviceName' attribute is ignored ........ ................ r14001 | tcarlson | 2009-02-11 18:53:32 +0100 (Wed, 11 Feb 2009) | 9 lines Merged revisions 13941 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13941 | aperepel | 2009-02-04 11:20:37 -0400 (Wed, 04 Feb 2009) | 1 line Fix a license header ........ ................ r14002 | tcarlson | 2009-02-11 18:56:11 +0100 (Wed, 11 Feb 2009) | 9 lines Merged revisions 13979 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13979 | jwheeler | 2009-02-09 14:32:03 -0400 (Mon, 09 Feb 2009) | 1 line Updated the annotations. ........ ................ r14115 | dandiep | 2009-02-20 19:25:44 +0100 (Fri, 20 Feb 2009) | 9 lines Merged revisions 14114 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14114 | dandiep | 2009-02-20 13:21:05 -0500 (Fri, 20 Feb 2009) | 1 line allow lazy initialization so users aren't responsible for calling initialise() if they have a <spring:bean/> ........ ................ r14140 | aperepel | 2009-02-25 19:52:05 +0100 (Wed, 25 Feb 2009) | 13 lines Merged revisions 14081-14090,14095-14096,14098-14100,14102-14110,14112,14115-14116,14118-14120,14122-14123,14125-14126,14128-14134,14136-14139 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14081 | ken.yagen | 2009-02-19 12:36:37 -0500 (Thu, 19 Feb 2009) | 1 line EE-1269: Average Response Time not calculated based on interval selected, inconsistent with other service measurements ........ r14139 | aperepel | 2009-02-25 13:48:05 -0500 (Wed, 25 Feb 2009) | 1 line EE-1269 improved ........ ................ r14148 | dzapata | 2009-02-25 22:57:04 +0100 (Wed, 25 Feb 2009) | 14 lines Merged revisions 14142-14143 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14142 | dzapata | 2009-02-25 11:04:05 -0800 (Wed, 25 Feb 2009) | 3 lines comment out testStockQuoteExample since it depends on an external webservice which fails constantly : EE-332 ........ r14143 | dzapata | 2009-02-25 12:50:27 -0800 (Wed, 25 Feb 2009) | 2 lines EE-332: exclude the stockquote tests until we implement a solution ........ ................ r14223 | dfeist | 2009-03-04 21:23:58 +0100 (Wed, 04 Mar 2009) | 9 lines Merged revisions 14112 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14112 | dfeist | 2009-02-20 14:05:07 -0200 (Fri, 20 Feb 2009) | 1 line Uncomment javadoc aggregation now that OSGi refactoring is complete ........ ................ r14232 | dfeist | 2009-03-05 02:28:41 +0100 (Thu, 05 Mar 2009) | 9 lines Merged revisions 14116 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14116 | dandiep | 2009-02-20 16:30:21 -0200 (Fri, 20 Feb 2009) | 1 line allow lazy initialization so users aren't responsible for calling initialise() if they have a <spring:bean/> ........ ................ r14416 | dfeist | 2009-03-24 20:25:37 +0100 (Tue, 24 Mar 2009) | 9 lines Merged revisions 14170 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14170 | dfeist | 2009-02-27 10:50:03 -0200 (Fri, 27 Feb 2009) | 1 line MULE-4209 Embedded distribution has no version info in MANIFEST and so startup splash screen does not show version info ........ ................ r14527 | aperepel | 2009-04-10 22:16:18 +0200 (Fri, 10 Apr 2009) | 17 lines Merged revisions 14513-14514,14521 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14513 | rossmason | 2009-04-10 06:32:10 -0400 (Fri, 10 Apr 2009) | 1 line Minor clean up to the MessageAdapter test cases for File and Http ........ r14514 | rossmason | 2009-04-10 06:33:33 -0400 (Fri, 10 Apr 2009) | 1 line erm... read the manual and simplify ........ r14521 | rossmason | 2009-04-10 15:35:02 -0400 (Fri, 10 Apr 2009) | 1 line MULE-4308: Add a Wiki page template for new MuleForge projects using the schema page generation macros ........ ................ r14528 | aperepel | 2009-04-10 22:22:37 +0200 (Fri, 10 Apr 2009) | 9 lines Merged revisions 14526 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14526 | rossmason | 2009-04-10 16:00:27 -0400 (Fri, 10 Apr 2009) | 1 line MuLE-4309: Add the MuleForge deployer plugin to the template poms for Muleforge projects ........ ................ r14585 | dirk.olmes | 2009-04-24 17:57:05 +0200 (Fri, 24 Apr 2009) | 9 lines Merged revisions 14584 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14584 | dirk.olmes | 2009-04-24 17:05:13 +0200 (Fri, 24 Apr 2009) | 2 lines trivial code cleanup ........ ................ r14589 | dirk.olmes | 2009-04-29 14:49:20 +0200 (Wed, 29 Apr 2009) | 9 lines Merged revisions 14588 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14588 | dirk.olmes | 2009-04-29 14:47:26 +0200 (Wed, 29 Apr 2009) | 1 line code cleanup ........ ................ r14591 | dirk.olmes | 2009-04-30 13:37:43 +0200 (Thu, 30 Apr 2009) | 9 lines Merged revisions 14590 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14590 | dirk.olmes | 2009-04-30 13:35:42 +0200 (Thu, 30 Apr 2009) | 2 lines MULE-4334 (Suggested Fix: org.mule.util.FileUtils.normalizeFilePath( ) breaks jar paths) ........ ................ r14601 | dirk.olmes | 2009-05-05 08:52:46 +0200 (Tue, 05 May 2009) | 9 lines Merged revisions 14600 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14600 | dirk.olmes | 2009-05-04 12:15:13 +0200 (Mon, 04 May 2009) | 2 lines use the same approach for bookstore's poms as the loanbroker example uses. This should help building the site for the bookstore example. ........ ................ r14604 | dirk.olmes | 2009-05-05 15:41:22 +0200 (Tue, 05 May 2009) | 9 lines Merged revisions 14603 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14603 | dirk.olmes | 2009-05-05 15:38:26 +0200 (Tue, 05 May 2009) | 1 line MULE-4245 (java.io.NotSerializableException: java.io.FileInputStream with <queue-profile persistent="true"/>) ........ ................ r14606 | dirk.olmes | 2009-05-05 16:23:24 +0200 (Tue, 05 May 2009) | 9 lines Merged revisions 14605 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14605 | dirk.olmes | 2009-05-05 16:21:52 +0200 (Tue, 05 May 2009) | 1 line remove bloat comment ........ ................ r14608 | dirk.olmes | 2009-05-05 17:05:05 +0200 (Tue, 05 May 2009) | 9 lines Merged revisions 14607 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14607 | dirk.olmes | 2009-05-05 16:59:00 +0200 (Tue, 05 May 2009) | 1 line Pull building the correct message building into FileMessages, this simplifies client code ........ ................ r14610 | dirk.olmes | 2009-05-05 18:35:14 +0200 (Tue, 05 May 2009) | 9 lines Merged revisions 14609 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14609 | dirk.olmes | 2009-05-05 18:29:39 +0200 (Tue, 05 May 2009) | 1 line remove the obsolete comment to a resolved issue ........ ................ r14632 | dirk.olmes | 2009-05-06 13:26:53 +0200 (Wed, 06 May 2009) | 9 lines Merged revisions 14631 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14631 | dirk.olmes | 2009-05-06 13:23:27 +0200 (Wed, 06 May 2009) | 1 line code cleanup ........ ................ r14634 | dirk.olmes | 2009-05-06 13:44:28 +0200 (Wed, 06 May 2009) | 9 lines Merged revisions 14633 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14633 | dirk.olmes | 2009-05-06 13:42:13 +0200 (Wed, 06 May 2009) | 1 line cleanup ........ ................ r14694 | dirk.olmes | 2009-05-11 08:24:59 +0200 (Mon, 11 May 2009) | 9 lines Merged revisions 14693 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14693 | dirk.olmes | 2009-05-11 08:18:22 +0200 (Mon, 11 May 2009) | 2 lines EE-1544 (In WSProxyService "WSDL" parameter should be in lower case) ........ ................ r14701 | dirk.olmes | 2009-05-11 14:20:50 +0200 (Mon, 11 May 2009) | 21 lines Merged revisions 14696-14699 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14696 | dirk.olmes | 2009-05-11 09:55:16 +0200 (Mon, 11 May 2009) | 2 lines remove obsolete import ........ r14697 | dirk.olmes | 2009-05-11 09:56:43 +0200 (Mon, 11 May 2009) | 2 lines code cleanup ........ r14698 | dirk.olmes | 2009-05-11 09:57:31 +0200 (Mon, 11 May 2009) | 3 lines code cleanup ........ r14699 | dirk.olmes | 2009-05-11 09:58:12 +0200 (Mon, 11 May 2009) | 2 lines use override annotation now that we compile with JDK5 ........ ................ r14709 | dirk.olmes | 2009-05-14 10:55:28 +0200 (Thu, 14 May 2009) | 9 lines Merged revisions 14708 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14708 | dirk.olmes | 2009-05-14 10:45:05 +0200 (Thu, 14 May 2009) | 1 line EE-1548 (FileToString transformer doesn't close file input stream) ........ ................ r14712 | dirk.olmes | 2009-05-14 16:00:22 +0200 (Thu, 14 May 2009) | 9 lines Merged revisions 14711 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14711 | dirk.olmes | 2009-05-14 15:56:33 +0200 (Thu, 14 May 2009) | 2 lines code cleanup ........ ................ r14714 | tcarlson | 2009-05-14 19:16:32 +0200 (Thu, 14 May 2009) | 9 lines Merged revisions 14713 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14713 | tcarlson | 2009-05-14 14:11:33 -0300 (Thu, 14 May 2009) | 1 line Fix EE-1551 ........ ................ r14725 | dirk.olmes | 2009-05-18 12:39:41 +0200 (Mon, 18 May 2009) | 13 lines Merged revisions 14723-14724 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14723 | dirk.olmes | 2009-05-18 12:23:33 +0200 (Mon, 18 May 2009) | 1 line Code cleanup, remove obsolete import by fixing the Javadoc, add Override annotations ........ r14724 | dirk.olmes | 2009-05-18 12:25:14 +0200 (Mon, 18 May 2009) | 1 line more code cleanup, remove javadocs that don't add any descriptive value ........ ................ r14727 | dirk.olmes | 2009-05-18 13:11:41 +0200 (Mon, 18 May 2009) | 9 lines Merged revisions 14726 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14726 | dirk.olmes | 2009-05-18 13:10:12 +0200 (Mon, 18 May 2009) | 1 line Simplify, add Override annotations ........ ................ r14730 | dirk.olmes | 2009-05-18 13:32:46 +0200 (Mon, 18 May 2009) | 9 lines Merged revisions 14728 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14728 | dirk.olmes | 2009-05-18 13:26:00 +0200 (Mon, 18 May 2009) | 1 line code cleanup, pull parameter formatting into CxfMessages ........ ................ r14744 | dirk.olmes | 2009-05-19 10:46:08 +0200 (Tue, 19 May 2009) | 9 lines Merged revisions 14743 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14743 | dirk.olmes | 2009-05-19 10:43:56 +0200 (Tue, 19 May 2009) | 1 line fix javadoc message ........ ................ r14746 | dirk.olmes | 2009-05-19 12:12:43 +0200 (Tue, 19 May 2009) | 9 lines Merged revisions 14745 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14745 | dirk.olmes | 2009-05-19 12:05:03 +0200 (Tue, 19 May 2009) | 1 line MULE-4146 (Global file endpoint ignores the filename wildcard filter): Applied the suggested fix in a slightly modified form, added a test case for the issue ........ ................ r14757 | tcarlson | 2009-05-22 04:58:38 +0200 (Fri, 22 May 2009) | 9 lines Merged revisions 14756 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14756 | tcarlson | 2009-05-21 23:55:02 -0300 (Thu, 21 May 2009) | 1 line Complain if file is empty ........ ................ r14769 | dirk.olmes | 2009-05-25 15:35:47 +0200 (Mon, 25 May 2009) | 9 lines Merged revisions 14768 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14768 | dirk.olmes | 2009-05-25 15:34:33 +0200 (Mon, 25 May 2009) | 2 lines code cleanup, use @Override annotation ........ ................ r14780 | dirk.olmes | 2009-05-26 11:50:28 +0200 (Tue, 26 May 2009) | 9 lines Merged revisions 14779 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14779 | dirk.olmes | 2009-05-26 11:47:13 +0200 (Tue, 26 May 2009) | 2 lines cleanup ........ ................ r14782 | dirk.olmes | 2009-05-26 14:37:34 +0200 (Tue, 26 May 2009) | 9 lines Merged revisions 14781 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14781 | dirk.olmes | 2009-05-26 14:36:20 +0200 (Tue, 26 May 2009) | 1 line remove obsolete import, use Override annotation ........ ................ r14788 | dirk.olmes | 2009-05-27 11:31:16 +0200 (Wed, 27 May 2009) | 9 lines Merged revisions 14787 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14787 | dirk.olmes | 2009-05-27 11:28:52 +0200 (Wed, 27 May 2009) | 2 lines remove useless comments, add @Override annotation ........ ................ r14794 | dirk.olmes | 2009-05-27 16:49:29 +0200 (Wed, 27 May 2009) | 9 lines Merged revisions 14793 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14793 | dirk.olmes | 2009-05-27 16:47:08 +0200 (Wed, 27 May 2009) | 1 line code cleanup ........ ................ r14800 | tcarlson | 2009-05-27 18:07:47 +0200 (Wed, 27 May 2009) | 9 lines Merged revisions 14798 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14798 | tcarlson | 2009-05-27 12:59:53 -0300 (Wed, 27 May 2009) | 1 line Fix MULE-4372 ........ ................ r14809 | tcarlson | 2009-05-27 20:21:05 +0200 (Wed, 27 May 2009) | 9 lines Merged revisions 14808 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14808 | tcarlson | 2009-05-27 15:17:35 -0300 (Wed, 27 May 2009) | 1 line Better fix for MULE-4372 ........ ................ r14844 | dirk.olmes | 2009-05-29 04:32:21 +0200 (Fri, 29 May 2009) | 9 lines Merged revisions 14835 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14835 | dirk.olmes | 2009-05-28 17:30:31 +0200 (Thu, 28 May 2009) | 1 line Unify SessionEnabledObjectToJmsMessage transformer implementations ........ ................ r14864 | dirk.olmes | 2009-06-03 16:57:42 +0200 (Wed, 03 Jun 2009) | 9 lines Merged revisions 14863 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14863 | dirk.olmes | 2009-06-03 16:50:20 +0200 (Wed, 03 Jun 2009) | 2 lines MULE-4380 (Hello Example is missing dependency on Servlet Transport) ........ ................ r14868 | dirk.olmes | 2009-06-04 11:59:34 +0200 (Thu, 04 Jun 2009) | 9 lines Merged revisions 14867 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14867 | dirk.olmes | 2009-06-04 11:54:06 +0200 (Thu, 04 Jun 2009) | 1 line MULE-4382 (Provides expression evaluation for cookie values set on an HTTP outbound-endpoint): patch applied ........ ................ r14888 | dfeist | 2009-06-05 01:01:03 +0200 (Fri, 05 Jun 2009) | 165 lines Merged revisions 14522-14524,14564,14587,14611,14640-14641,14647,14673,14703-14706,14710,14715-14717,14729,14731-14735,14738-14742,14748,14759,14855,14862,14865-14866,14869,14872,14874-14875 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14522 | rossmason | 2009-04-10 16:46:40 -0300 (Fri, 10 Apr 2009) | 1 line MULE-4134. Add implmenetation note about transforming the outbound message ........ r14523 | rossmason | 2009-04-10 16:53:26 -0300 (Fri, 10 Apr 2009) | 1 line MULE-4134. Add implmenetation note about transforming the outbound message ........ r14524 | rossmason | 2009-04-10 16:53:50 -0300 (Fri, 10 Apr 2009) | 1 line MULETOOLS-52. Fixed Assembly descriptors ........ r14564 | rossmason | 2009-04-19 18:52:05 -0300 (Sun, 19 Apr 2009) | 1 line fix the build ........ r14587 | dirk.olmes | 2009-04-27 02:03:58 -0300 (Mon, 27 Apr 2009) | 2 lines make the site build work again by downgrading the javadoc plugin version and fiddling with dependencies ........ r14611 | dirk.olmes | 2009-05-05 14:00:51 -0300 (Tue, 05 May 2009) | 1 line Javadoc fixes and code cleanup ........ r14640 | dirk.olmes | 2009-05-07 12:05:27 -0300 (Thu, 07 May 2009) | 1 line Javadoc fix ........ r14641 | dirk.olmes | 2009-05-07 13:22:56 -0300 (Thu, 07 May 2009) | 1 line MULE-3534 (Review serialization of objects that are persisted): first stab at implementing message adapter serialization which is important if you have persistent queues. ........ r14647 | aperepel | 2009-05-07 16:51:53 -0300 (Thu, 07 May 2009) | 1 line Reverted r14641 to give Dirk a chance to implement a full solution later. This should fix those test failures. ........ r14673 | dzapata | 2009-05-08 15:27:04 -0300 (Fri, 08 May 2009) | 2 lines re-enable streaming test cases ........ r14703 | dirk.olmes | 2009-05-11 09:36:36 -0300 (Mon, 11 May 2009) | 2 lines MULE-3534 (Review serialization of objects that are persisted): Implemented an approach to support custom serialization to message adapters that have non serializable payload ........ r14704 | dirk.olmes | 2009-05-11 10:17:26 -0300 (Mon, 11 May 2009) | 2 lines added test case for custom message adapter serialization ........ r14705 | dirk.olmes | 2009-05-11 10:51:54 -0300 (Mon, 11 May 2009) | 1 line better assertions ........ r14706 | dirk.olmes | 2009-05-11 13:10:39 -0300 (Mon, 11 May 2009) | 1 line Code cleanup and tests for some message adapters that use Java serialization ........ r14710 | dirk.olmes | 2009-05-14 10:55:44 -0300 (Thu, 14 May 2009) | 2 lines MULE-3534 (Review serialization of objects that are persisted): make the cache transient, too, it will be rebuilt when the payload is accessed again ........ r14715 | dzapata | 2009-05-15 03:14:26 -0300 (Fri, 15 May 2009) | 2 lines update version of the embedded ftp server to 1.0.0 and refactor ftp tests ........ r14716 | dirk.olmes | 2009-05-15 07:56:19 -0300 (Fri, 15 May 2009) | 2 lines add a comment for the usage of the antrun plugin ........ r14717 | dirk.olmes | 2009-05-18 06:18:39 -0300 (Mon, 18 May 2009) | 2 lines MULE-3534 (Review serialization of objects that are persisted): reworked, proper tests for File message adapters ........ r14729 | dirk.olmes | 2009-05-18 08:32:32 -0300 (Mon, 18 May 2009) | 1 line MULE-3534 (Review serialization of objects that are persisted): review message adapters for RMI ........ r14731 | dirk.olmes | 2009-05-18 08:44:51 -0300 (Mon, 18 May 2009) | 1 line MULE-3534 (Review serialization of objects that are persisted): review message adapters for EJB ........ r14732 | dirk.olmes | 2009-05-18 08:55:51 -0300 (Mon, 18 May 2009) | 1 line MULE-3534 (Review serialization of objects that are persisted): implement MessageAdapterSerialization for WriterMessageAdapter, add test case ........ r14733 | dirk.olmes | 2009-05-18 11:50:40 -0300 (Mon, 18 May 2009) | 1 line Add test case for XMPP message adapter, more to follow ........ r14734 | dirk.olmes | 2009-05-18 11:51:38 -0300 (Mon, 18 May 2009) | 2 lines MULE-3534 (Review serialization of objects that are persisted): work on serialization support for HttpMessageAdapter ........ r14735 | dirk.olmes | 2009-05-18 15:07:40 -0300 (Mon, 18 May 2009) | 1 line This test is obsolete now. ........ r14738 | tcarlson | 2009-05-19 01:03:54 -0300 (Tue, 19 May 2009) | 1 line Don't try to drain the SEDA queues if the WorkManager is no longer available ........ r14739 | tcarlson | 2009-05-19 01:05:39 -0300 (Tue, 19 May 2009) | 1 line Sanity check, this was occurring at shutdown ........ r14740 | dirk.olmes | 2009-05-19 04:43:46 -0300 (Tue, 19 May 2009) | 1 line Fix the build ........ r14741 | dirk.olmes | 2009-05-19 05:17:20 -0300 (Tue, 19 May 2009) | 1 line MULE-3534 (Review serialization of objects that are persisted): implement MessageAdapterSerialization for XmppMessageAdapter ........ r14742 | dirk.olmes | 2009-05-19 05:24:00 -0300 (Tue, 19 May 2009) | 1 line Code cleanup ........ r14748 | tcarlson | 2009-05-19 12:07:30 -0300 (Tue, 19 May 2009) | 1 line Do not drain the queue for ClusteredSedaService ........ r14759 | dfeist | 2009-05-22 09:47:43 -0300 (Fri, 22 May 2009) | 1 line Use isPersistent() method instead of queueProfile to check is queue is persistent. ........ r14855 | dfeist | 2009-06-01 15:44:25 -0300 (Mon, 01 Jun 2009) | 2 lines MULE-4267 SedaService takes up to 10 seconds to stop cleanly MULE-4263 WorkManager should attempt clean shutdown before interrupting workers which in effect cancels waiting jobs with loss of event/message ........ r14862 | dirk.olmes | 2009-06-03 09:27:22 -0300 (Wed, 03 Jun 2009) | 2 lines cleanup ........ r14865 | dfeist | 2009-06-04 00:55:58 -0300 (Thu, 04 Jun 2009) | 1 line MULE-3728 Add ability to configure WorkManager shutdown timeout ........ r14866 | dfeist | 2009-06-04 01:39:55 -0300 (Thu, 04 Jun 2009) | 4 lines Some work on MuleServer: - Ensure that muleContext is shutdown correctly both with controlled and shutdown hook shutdowns (MULE-3727) - Cleanup shutdown hook mess and remove triple registration of shutdown hook and uneedded shutdown hook class (MULE-2773) - Removed unneeded repeat shutdown splashscreen(s) in MuleServer ........ r14869 | dfeist | 2009-06-04 12:06:02 -0300 (Thu, 04 Jun 2009) | 1 line Make MuleContext disposal threadsafe to avoid an early System.exit() before disposal and graceful shutdown is complete in MuleServer if shutdown is called more than once ........ r14872 | dirk.olmes | 2009-06-04 12:44:39 -0300 (Thu, 04 Jun 2009) | 2 lines MULE-3534 (Review serialization of objects that are persisted) ........ r14874 | dfeist | 2009-06-04 13:29:40 -0300 (Thu, 04 Jun 2009) | 1 line Revert formatting of options ........ r14875 | dirk.olmes | 2009-06-04 15:03:53 -0300 (Thu, 04 Jun 2009) | 1 line remove obsolete comment ........ ................ r14891 | dirk.olmes | 2009-06-05 13:54:10 +0200 (Fri, 05 Jun 2009) | 9 lines Merged revisions 14890 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14890 | dirk.olmes | 2009-06-05 13:49:05 +0200 (Fri, 05 Jun 2009) | 1 line javadoc fixes ........ ................ r14905 | dirk.olmes | 2009-06-08 10:12:17 +0200 (Mon, 08 Jun 2009) | 9 lines Merged revisions 14904 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14904 | dirk.olmes | 2009-06-08 10:05:05 +0200 (Mon, 08 Jun 2009) | 1 line remove obsolete comment ........ ................ r14909 | dirk.olmes | 2009-06-09 02:43:34 +0200 (Tue, 09 Jun 2009) | 17 lines Merged revisions 14906-14908 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14906 | jwheeler | 2009-06-08 23:00:07 +0200 (Mon, 08 Jun 2009) | 1 line Expanded description of shutdownTimeout. ........ r14907 | jwheeler | 2009-06-08 23:04:32 +0200 (Mon, 08 Jun 2009) | 1 line Added note that this attribute is as of 2.2.2 ........ r14908 | jwheeler | 2009-06-08 23:31:44 +0200 (Mon, 08 Jun 2009) | 1 line Added more info about how shutdown timeout is applied separately to services and dispatchers, so 5000ms is actually 10 seconds for graceful shutdown. ........ ................ r14912 | dirk.olmes | 2009-06-09 03:12:37 +0200 (Tue, 09 Jun 2009) | 9 lines Merged revisions 14910 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14910 | dirk.olmes | 2009-06-09 02:58:23 +0200 (Tue, 09 Jun 2009) | 2 lines remove obsolete folder ........ ................ r14914 | dirk.olmes | 2009-06-09 03:15:35 +0200 (Tue, 09 Jun 2009) | 9 lines Merged revisions 14911 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14911 | dirk.olmes | 2009-06-09 03:11:05 +0200 (Tue, 09 Jun 2009) | 2 lines MULE-4377 (add registry evaluator to expression-filter) ........ ................ r14915 | dirk.olmes | 2009-06-09 03:21:42 +0200 (Tue, 09 Jun 2009) | 9 lines Merged revisions 14913 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14913 | dirk.olmes | 2009-06-09 03:15:30 +0200 (Tue, 09 Jun 2009) | 1 line fix indentation, remove empty lines and unused local variables ........ ................ r14917 | dirk.olmes | 2009-06-09 03:36:35 +0200 (Tue, 09 Jun 2009) | 9 lines Merged revisions 14916 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r14916 | dirk.olmes | 2009-06-09 03:31:57 +0200 (Tue, 09 Jun 2009) | 2 lines rename test case ........ ................ r14922 | dirk.olmes | 2009-06-09 15:09:43 +0200 (Tue, 09 Jun 2009) | 16 lines Merged revisions 14921 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ................ r14921 | dirk.olmes | 2009-06-09 14:44:31 +0200 (Tue, 09 Jun 2009) | 9 lines Merged revisions 14920 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14920 | dirk.olmes | 2009-06-09 12:24:46 +0200 (Tue, 09 Jun 2009) | 2 lines MULE-4366 (HttpRequestWildcardFilter incorrectly overloads accept method): fix the bug and make the filter accessible through the schema ........ ................ ................ ................ r14950 | dirk.olmes | 2009-06-15 11:57:59 +0200 (Mon, 15 Jun 2009) | 1658 lines Blocked revisions 13123-13124,13127-13128,13133,13135,13146,13149,13167,13174,13183,13245,13267,13289,13319,13349,13389,13438,13519,13531,13554,13627-13628,13643,13654,13681,13712,13734,13736,13752,13756,13758,13769,13775,13778,13784,13794-13795,13866,13887,13893,13897,13918-13919,13926-13927,13981,13997,14041,14203,14215,14222,14224-14225,14260-14262,14302-14303,14314,14336,14393,14415,14417,14461,14482,14493,14499-14501,14508-14512,14515-14520,14531,14534-14535,14537-14541,14544-14550,14558,14563,14565-14568,14572-14573,14581-14583,14612,14616,14619,14621,14625,14627,14629-14630,14646,14664,14666-14667,14669-14670,14672,14675,14682,14722,14747,14773,14786,14792,14802-14804,14807,14812-14834,14836-14838,14840-14843,14845-14846,14848,14852-14854,14858,14861,14877,14881-14882,14884,14886 via svnmerge ................ r13123 | dirk.olmes | 2008-10-23 07:29:08 +0200 (Thu, 23 Oct 2008) | 2 lines fix the schema URL for EE schemas ................ r13124 | dirk.olmes | 2008-10-24 11:57:44 +0200 (Fri, 24 Oct 2008) | 1 line minor code cleanup ................ r13127 | aperepel | 2008-10-24 16:22:36 +0200 (Fri, 24 Oct 2008) | 1 line Minor cleanup and removed redundant boxing/unboxing ................ r13128 | aperepel | 2008-10-24 16:25:52 +0200 (Fri, 24 Oct 2008) | 1 line Use MessageFormat for debug logs, makes it more readable (String.format() is much slower) ................ r13133 | tcarlson | 2008-10-24 19:05:33 +0200 (Fri, 24 Oct 2008) | 1 line Unneeded config ................ r13135 | aperepel | 2008-10-24 19:49:52 +0200 (Fri, 24 Oct 2008) | 1 line Removed unnecessary boxing ................ r13146 | dirk.olmes | 2008-10-27 11:37:12 +0100 (Mon, 27 Oct 2008) | 2 lines fix the license headers ................ r13149 | dirk.olmes | 2008-10-27 15:46:55 +0100 (Mon, 27 Oct 2008) | 1 line remove obsolete TODO items ................ r13167 | aperepel | 2008-10-28 19:41:26 +0100 (Tue, 28 Oct 2008) | 1 line Unused imports removed ................ r13174 | tcarlson | 2008-10-29 19:07:03 +0100 (Wed, 29 Oct 2008) | 1 line Spelling ................ r13183 | dirk.olmes | 2008-10-31 11:59:12 +0100 (Fri, 31 Oct 2008) | 1 line Fix license headers ................ r13245 | aperepel | 2008-11-06 23:43:34 +0100 (Thu, 06 Nov 2008) | 1 line Minor Java 5 syntax updates. Put a TODO for an unused param. ................ r13267 | aperepel | 2008-11-10 16:42:47 +0100 (Mon, 10 Nov 2008) | 1 line Removed unused import ................ r13289 | dirk.olmes | 2008-11-12 15:31:38 +0100 (Wed, 12 Nov 2008) | 1 line comment fix ................ r13319 | jwheeler | 2008-11-13 22:42:08 +0100 (Thu, 13 Nov 2008) | 1 line Blocked revision 13313 from svnmerge ................ r13349 | dandiep | 2008-11-17 00:42:28 +0100 (Mon, 17 Nov 2008) | 1 line javadoc fix ................ r13389 | aperepel | 2008-11-19 22:48:16 +0100 (Wed, 19 Nov 2008) | 1 line SVN ignores ................ r13438 | dirk.olmes | 2008-11-28 15:48:12 +0100 (Fri, 28 Nov 2008) | 1 line MULE-3671 (KeyBasedEncryptionStrategyTestCase disabled): Implement the JCE checks described in the issue. Still cannot enable the test because of problems with the signed cryptix jar. ................ r13519 | dirk.olmes | 2008-12-03 05:11:12 +0100 (Wed, 03 Dec 2008) | 2 lines remove the svn:executable property ................ r13531 | aperepel | 2008-12-03 16:07:18 +0100 (Wed, 03 Dec 2008) | 1 line Fixed svn keywords ................ r13554 | aperepel | 2008-12-04 16:54:04 +0100 (Thu, 04 Dec 2008) | 1 line Unused imports removed ................ r13627 | aperepel | 2008-12-11 22:33:47 +0100 (Thu, 11 Dec 2008) | 1 line Removed unused imports ................ r13628 | aperepel | 2008-12-11 22:37:00 +0100 (Thu, 11 Dec 2008) | 1 line Ignore a working folder ................ r13643 | aperepel | 2008-12-15 22:16:15 +0100 (Mon, 15 Dec 2008) | 1 line Tabs -> spaces, no code changes ................ r13654 | tcarlson | 2008-12-17 12:30:29 +0100 (Wed, 17 Dec 2008) | 1 line Javadoc ................ r13681 | dandiep | 2009-01-08 17:59:44 +0100 (Thu, 08 Jan 2009) | 1 line Organize imports ................ r13712 | aperepel | 2009-01-14 16:33:57 +0100 (Wed, 14 Jan 2009) | 1 line Fixed JavaDoc ................ r13734 | aperepel | 2009-01-16 18:54:10 +0100 (Fri, 16 Jan 2009) | 1 line Drop redundant boxing ................ r13736 | aperepel | 2009-01-16 19:54:05 +0100 (Fri, 16 Jan 2009) | 1 line JavaDoc typo ................ r13752 | dfeist | 2009-01-20 10:03:41 +0100 (Tue, 20 Jan 2009) | 8 lines Blocked revisions 12919 via svnmerge ........ r12919 | tcarlson | 2008-10-06 16:31:01 +0100 (Mon, 06 Oct 2008) | 1 line Add default build target like the other examples ........ ................ r13756 | dfeist | 2009-01-20 12:18:52 +0100 (Tue, 20 Jan 2009) | 8 lines Blocked revisions 13399 via svnmerge ........ r13399 | tcarlson | 2008-11-20 18:32:42 +0000 (Thu, 20 Nov 2008) | 1 line The joy of maintaining branches ........ ................ r13758 | dfeist | 2009-01-20 12:53:10 +0100 (Tue, 20 Jan 2009) | 20 lines Blocked revisions 13417-13418,13420,13424 via svnmerge ........ r13417 | dfeist | 2008-11-25 15:05:43 +0000 (Tue, 25 Nov 2008) | 1 line Add defaults for threading and pooling profile for documentation ........ r13418 | dfeist | 2008-11-25 15:11:06 +0000 (Tue, 25 Nov 2008) | 1 line Rollback r13417 ........ r13420 | dfeist | 2008-11-25 15:35:15 +0000 (Tue, 25 Nov 2008) | 1 line MULE-3984 Add defaults for threading and pooling profiles to schema ........ r13424 | dfeist | 2008-11-25 22:05:51 +0000 (Tue, 25 Nov 2008) | 1 line rollback r13420 ........ ................ r13769 | dfeist | 2009-01-20 15:54:20 +0100 (Tue, 20 Jan 2009) | 8 lines Blocked revisions 13471 via svnmerge ........ r13471 | dfeist | 2008-12-01 16:19:42 +0000 (Mon, 01 Dec 2008) | 1 line Update version for continuing development ........ ................ r13775 | dfeist | 2009-01-20 16:34:03 +0100 (Tue, 20 Jan 2009) | 20 lines Blocked revisions 13487,13490-13491,13494 via svnmerge ........ r13487 | dfeist | 2008-12-02 03:57:43 +0000 (Tue, 02 Dec 2008) | 1 line MULE-3994 Encoding should be preserved when messages are sent over transport ........ r13490 | dfeist | 2008-12-02 04:37:54 +0000 (Tue, 02 Dec 2008) | 1 line Rollback r13487 ........ r13491 | dfeist | 2008-12-02 04:41:44 +0000 (Tue, 02 Dec 2008) | 1 line Rollback r13490 ........ r13494 | dfeist | 2008-12-02 05:01:21 +0000 (Tue, 02 Dec 2008) | 1 line Rollback -r13490 ........ ................ r13778 | dfeist | 2009-01-20 16:37:11 +0100 (Tue, 20 Jan 2009) | 51 lines Blocked revisions 13741 via svnmerge ................ r13741 | dandiep | 2009-01-17 00:11:18 +0000 (Sat, 17 Jan 2009) | 45 lines Merged revisions 13737 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r13737 | dandiep | 2009-01-16 15:50:56 -0500 (Fri, 16 Jan 2009) | 1 line MULE-4095: Now the proxying really works without stream closing. ........ Merged revisions 13676,13679,13683,13688,13699,13705,13723,13733 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r13676 | dandiep | 2009-01-05 15:04:12 -0500 (Mon, 05 Jan 2009) | 1 line MULE-4037: Add a HTTP_CONTEXT_PATH_PROEPRTY (Where the endpoint is mounted) and a HTTP_REQUEST_PATH_PROPERTY (the path of the request without the query string). Makes writing REST components and dealing with WSDL URL generation much easier. ........ r13679 | dandiep | 2009-01-07 18:27:09 -0500 (Wed, 07 Jan 2009) | 1 line Deal more gracefully with concurrency exceptions due to a bug in GreenMail ........ r13683 | dandiep | 2009-01-09 12:26:01 -0500 (Fri, 09 Jan 2009) | 1 line MULE-3620: make servlet transport find receivers correctly and not based on some incredibly hackish algorithm. To do this I added a hack to the axis transport to treat the servlet transport differently. This is because when Axis is listening on normal HTTP endpoints it doesn't require the service name in the url (http://foo/services), but on the servlet transport it does require this (http://foo/services/your_service). This is related to MULE-3931, which I'm going to mark as won't fix. While it would clean up this code, it would cause backward incompatiblity. And for code we hope to deprecate its not worth the effort. ........ r13688 | dandiep | 2009-01-09 14:48:39 -0500 (Fri, 09 Jan 2009) | 1 line Remove unnecessary addition. ........ r13699 | dandiep | 2009-01-12 21:34:05 -0500 (Mon, 12 Jan 2009) | 1 line Remove MultipleWsdlCxfCallsTestCase and add in a required property for wsdl-cxf (no idea why this should be required) ........ r13705 | dandiep | 2009-01-13 13:44:59 -0500 (Tue, 13 Jan 2009) | 1 line This is no longer needed for CXF. ........ r13723 | dandiep | 2009-01-15 11:04:58 -0500 (Thu, 15 Jan 2009) | 1 line MULE-4094: expectedType attribute shouldn't be there. ........ r13733 | dandiep | 2009-01-16 12:46:17 -0500 (Fri, 16 Jan 2009) | 1 line MULE-4095: don't close streams for proxies. ........ ................ ................ r13784 | dfeist | 2009-01-20 21:37:09 +0100 (Tue, 20 Jan 2009) | 8 lines Unblocked revisions 13491 via svnmerge ........ r13491 | dfeist | 2008-12-02 04:41:44 +0000 (Tue, 02 Dec 2008) | 1 line Rollback r13490 ........ ................ r13794 | dfeist | 2009-01-21 21:31:33 +0100 (Wed, 21 Jan 2009) | 2 lines Update svnmerge-integrated property after rollback ................ r13795 | dfeist | 2009-01-21 21:32:34 +0100 (Wed, 21 Jan 2009) | 12 lines Blocked revisions 13732,13792 via svnmerge ........ r13732 | rossmason | 2009-01-16 16:48:13 +0000 (Fri, 16 Jan 2009) | 1 line MULE-4104. Returning an error message from an ExceptionStrategy was always returning a NullPayload. ........ r13792 | dfeist | 2009-01-21 20:13:36 +0000 (Wed, 21 Jan 2009) | 1 line Rollback r13732 (MULE-4104. Returning an error message from an ExceptionStrategy was always returning a NullPayload.) due to failing tests ........ ................ r13866 | aperepel | 2009-01-28 19:07:06 +0100 (Wed, 28 Jan 2009) | 1 line Just formatting, no changes ................ r13887 | tcarlson | 2009-01-29 19:57:16 +0100 (Thu, 29 Jan 2009) | 1 line AP says keep concurrency under strict control ................ r13893 | tcarlson | 2009-01-29 21:08:22 +0100 (Thu, 29 Jan 2009) | 1 line Revert r13887 ................ r13897 | aperepel | 2009-01-30 17:19:00 +0100 (Fri, 30 Jan 2009) | 1 line Tabs -> spaces, no code changes ................ r13918 | aperepel | 2009-02-03 15:57:58 +0100 (Tue, 03 Feb 2009) | 1 line Added a deprecation warning ................ r13919 | aperepel | 2009-02-03 15:59:02 +0100 (Tue, 03 Feb 2009) | 1 line Revert: Added a deprecation warning (committed wrong changelist) ................ r13926 | dandiep | 2009-02-03 19:24:28 +0100 (Tue, 03 Feb 2009) | 1 line Fix license headers ................ r13927 | aperepel | 2009-02-03 19:30:35 +0100 (Tue, 03 Feb 2009) | 1 line Javadoc cleanup ................ r13981 | aperepel | 2009-02-09 23:05:43 +0100 (Mon, 09 Feb 2009) | 1 line Some @Override annotations ................ r13997 | tcarlson | 2009-02-11 18:37:20 +0100 (Wed, 11 Feb 2009) | 13 lines Blocked revisions 13844,13904 via svnmerge ........ r13844 | tcarlson | 2009-01-27 12:50:19 -0400 (Tue, 27 Jan 2009) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-13843" from https://svn.codehaus.org/mule/branches/mule-2.1.x-retry ........ r13904 | tcarlson | 2009-01-30 17:14:09 -0400 (Fri, 30 Jan 2009) | 1 line Didn't use this branch in the end ........ ................ r14041 | aperepel | 2009-02-17 18:47:31 +0100 (Tue, 17 Feb 2009) | 1 line Corrected javadocs ................ r14203 | aperepel | 2009-03-03 18:35:55 +0100 (Tue, 03 Mar 2009) | 1 line Fix license headers ................ r14215 | aperepel | 2009-03-04 15:31:23 +0100 (Wed, 04 Mar 2009) | 1 line Added a license header ................ r14222 | dfeist | 2009-03-04 20:51:49 +0100 (Wed, 04 Mar 2009) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-14052" from https://svn.codehaus.org/mule/branches/mule-2.2.x ................ r14224 | dfeist | 2009-03-04 21:29:17 +0100 (Wed, 04 Mar 2009) | 8 lines Blocked revisions 14110 via svnmerge ........ r14110 | dfeist | 2009-02-20 10:56:55 -0200 (Fri, 20 Feb 2009) | 1 line Update version for continuing development ........ ................ r14225 | dfeist | 2009-03-04 21:33:33 +0100 (Wed, 04 Mar 2009) | 8 lines Blocked revisions 14057 via svnmerge ........ r14057 | dandiep | 2009-02-17 21:04:33 -0200 (Tue, 17 Feb 2009) | 1 line Update version for 2.2.0 release ........ ................ r14260 | aperepel | 2009-03-11 21:28:45 +0100 (Wed, 11 Mar 2009) | 1 line A better toString() ................ r14261 | aperepel | 2009-03-11 21:30:51 +0100 (Wed, 11 Mar 2009) | 1 line A better toString() ................ r14262 | aperepel | 2009-03-11 21:34:05 +0100 (Wed, 11 Mar 2009) | 1 line Better message ................ r14302 | dfeist | 2009-03-15 11:56:52 +0100 (Sun, 15 Mar 2009) | 1 line Add missing license header ................ r14303 | dfeist | 2009-03-15 12:18:22 +0100 (Sun, 15 Mar 2009) | 1 line Update ScanLicenseHeaders script to exclude ModuleArchetypeMojo.java ................ r14314 | aperepel | 2009-03-16 15:21:00 +0100 (Mon, 16 Mar 2009) | 1 line Tabs -> spaces ................ r14336 | aperepel | 2009-03-18 18:22:40 +0100 (Wed, 18 Mar 2009) | 1 line Fixed javadocs ................ r14393 | rossmason | 2009-03-22 16:55:01 +0100 (Sun, 22 Mar 2009) | 1 line Added some javadoc ................ r14415 | dfeist | 2009-03-24 19:57:23 +0100 (Tue, 24 Mar 2009) | 12 lines Blocked revisions 14117,14202 via svnmerge ........ r14117 | dzapata | 2009-02-20 18:24:18 -0200 (Fri, 20 Feb 2009) | 2 lines update version to 2.1.3 ........ r14202 | dzapata | 2009-03-03 14:54:51 -0200 (Tue, 03 Mar 2009) | 2 lines update version to 2.1.4-SNAPSHOT ........ ................ r14417 | dfeist | 2009-03-24 20:26:32 +0100 (Tue, 24 Mar 2009) | 12 lines Blocked revisions 14185,14199 via svnmerge ........ r14185 | dandiep | 2009-02-27 20:46:25 -0200 (Fri, 27 Feb 2009) | 1 line Commons codec doesn't have this form for the name in 2.1.x. Seems this never got ported from 2.x branch as it's already fixed there? ........ r14199 | dzapata | 2009-03-02 22:27:33 -0200 (Mon, 02 Mar 2009) | 2 lines fix webapp bouncycastle error using solution from: http://www.nabble.com/SecurityException-using-CXF-and-Mule-(-bouncycastle-)-td20939210.html ........ ................ r14461 | dirk.olmes | 2009-04-06 15:16:41 +0200 (Mon, 06 Apr 2009) | 2 lines ignore eclipse project files ................ r14482 | aperepel | 2009-04-07 23:32:27 +0200 (Tue, 07 Apr 2009) | 1 line typos ................ r14493 | aperepel | 2009-04-08 22:19:33 +0200 (Wed, 08 Apr 2009) | 1 line Update Mule version to 3.0.0-SNAPSHOT. Also includes MULE-4044 Drop version from namespaces ................ r14499 | aperepel | 2009-04-09 00:11:18 +0200 (Thu, 09 Apr 2009) | 1 line Switch gears ................ r14500 | aperepel | 2009-04-09 00:15:55 +0200 (Thu, 09 Apr 2009) | 1 line Re-applied the mule-3.x patch after mule-2.x branch rename ................ r14501 | aperepel | 2009-04-09 00:21:11 +0200 (Thu, 09 Apr 2009) | 1 line Update the version name to 3.0.0-M1-SNAPSHOT ................ r14508 | aperepel | 2009-04-09 20:35:31 +0200 (Thu, 09 Apr 2009) | 1 line Moved into the main tree ................ r14509 | aperepel | 2009-04-09 20:55:44 +0200 (Thu, 09 Apr 2009) | 1 line Hot-deployment enabled by default. Added a switch to disable it (-production) and a TODO ................ r14510 | aperepel | 2009-04-09 21:04:03 +0200 (Thu, 09 Apr 2009) | 1 line Added Mule mode to the splash screen. ................ r14511 | aperepel | 2009-04-09 23:24:00 +0200 (Thu, 09 Apr 2009) | 1 line Improve behavior if lib dir doesn't exist ................ r14512 | dzapata | 2009-04-10 08:29:28 +0200 (Fri, 10 Apr 2009) | 2 lines update SwitchSchema to convert to new schema format ................ r14515 | aperepel | 2009-04-10 15:35:45 +0200 (Fri, 10 Apr 2009) | 1 line Added apps directory for Mule applications. Slightly updated hello example for a demo (disabled stdio version for now, deploy via ant to apps/lib/hello, touch the config file on ant build to trigger hot-redeploy). ................ r14516 | aperepel | 2009-04-10 15:42:47 +0200 (Fri, 10 Apr 2009) | 1 line Always copy an expanded config, as that's what we currently support for hot-deploy ................ r14517 | aperepel | 2009-04-10 16:26:49 +0200 (Fri, 10 Apr 2009) | 1 line Exclude a duplicate jar from lib/user ................ r14518 | aperepel | 2009-04-10 16:29:37 +0200 (Fri, 10 Apr 2009) | 1 line Updated whitelist ................ r14519 | aperepel | 2009-04-10 17:05:40 +0200 (Fri, 10 Apr 2009) | 1 line Fix linux scripts ................ r14520 | dzapata | 2009-04-10 20:54:50 +0200 (Fri, 10 Apr 2009) | 2 lines update regex to support the ee namespaces ................ r14531 | aperepel | 2009-04-14 19:52:44 +0200 (Tue, 14 Apr 2009) | 1 line Introduce a 'default' deployment folder ................ r14534 | aperepel | 2009-04-14 23:13:12 +0200 (Tue, 14 Apr 2009) | 1 line Now carries startup context info across classes during init/startup. -production switch works now, disabling the hot-reloading, also updates splash screen with correct mode. ................ r14535 | aperepel | 2009-04-14 23:14:28 +0200 (Tue, 14 Apr 2009) | 1 line License header ................ r14537 | aperepel | 2009-04-14 23:42:54 +0200 (Tue, 14 Apr 2009) | 1 line Refactored the code to extract a MuleApplicationClassloader ................ r14538 | aperepel | 2009-04-14 23:50:42 +0200 (Tue, 14 Apr 2009) | 1 line Added support for 'classes' dir, overrides 'lib' in the app ................ r14539 | aperepel | 2009-04-15 01:26:29 +0200 (Wed, 15 Apr 2009) | 1 line Removed the hack which modified the system classloader for Mule. Route Mule library loading through a classloader hierarchy now instead. ................ r14540 | aperepel | 2009-04-15 01:53:49 +0200 (Wed, 15 Apr 2009) | 1 line Encapsulated logic into a MuleSystemClassLoader ................ r14541 | aperepel | 2009-04-15 01:58:27 +0200 (Wed, 15 Apr 2009) | 1 line Follow conventions for a field ................ r14544 | aperepel | 2009-04-15 20:28:14 +0200 (Wed, 15 Apr 2009) | 1 line Implemented shared classloader domain (default one) ................ r14545 | aperepel | 2009-04-15 20:30:21 +0200 (Wed, 15 Apr 2009) | 1 line Added a TODO for later ................ r14546 | aperepel | 2009-04-15 20:32:00 +0200 (Wed, 15 Apr 2009) | 1 line License headers ................ r14547 | tcarlson | 2009-04-15 21:24:10 +0200 (Wed, 15 Apr 2009) | 1 line Possibly fix some JMS test failures ................ r14548 | aperepel | 2009-04-15 21:28:06 +0200 (Wed, 15 Apr 2009) | 1 line Fix the build ................ r14549 | aperepel | 2009-04-15 23:20:30 +0200 (Wed, 15 Apr 2009) | 1 line Revert r14547 (Possibly fix some JMS test failures). This is a valid assertion and exception. If any test needs this fix that means the test is either created incorrectly for jms 1.0.2b, or its config needs to be updated to use jms 1.1 domain. ................ r14550 | aperepel | 2009-04-15 23:25:35 +0200 (Wed, 15 Apr 2009) | 1 line Fix the build ................ r14558 | rossmason | 2009-04-19 23:31:02 +0200 (Sun, 19 Apr 2009) | 1 line MULE-4323,New module: json support. See http://www.mulesource.org/display/JSON/Home ................ r14563 | rossmason | 2009-04-19 23:34:27 +0200 (Sun, 19 Apr 2009) | 1 line New transport: cometd. Allow Mule to publish and subscribe to Ajax events ................ r14565 | rossmason | 2009-04-20 00:24:09 +0200 (Mon, 20 Apr 2009) | 1 line change ports as not to conflict with the build server ................ r14566 | dirk.olmes | 2009-04-20 07:09:55 +0200 (Mon, 20 Apr 2009) | 2 lines add the new transports/modules to the all-xx modules ................ r14567 | dirk.olmes | 2009-04-20 10:57:48 +0200 (Mon, 20 Apr 2009) | 2 lines fix the build and license headers, remove deprecated API in test case, ignore eclipse project files on new modules ................ r14568 | dirk.olmes | 2009-04-20 12:26:49 +0200 (Mon, 20 Apr 2009) | 2 lines add the new modules plus dependencies to the distributions ................ r14572 | dirk.olmes | 2009-04-22 12:36:24 +0200 (Wed, 22 Apr 2009) | 2 lines update the default schema version to match the branch ................ r14573 | dirk.olmes | 2009-04-22 12:38:27 +0200 (Wed, 22 Apr 2009) | 2 lines Updated the WebLogic part while testing here locally. Noted down the remaining problems. ................ r14581 | dirk.olmes | 2009-04-23 13:14:10 +0200 (Thu, 23 Apr 2009) | 3 lines fix the distributions (again in two days) ................ r14582 | rossmason | 2009-04-23 21:09:28 +0200 (Thu, 23 Apr 2009) | 1 line Cleaned up the endpoint schema for embedded. Added a Container functional test ................ r14583 | dirk.olmes | 2009-04-24 10:19:59 +0200 (Fri, 24 Apr 2009) | 2 lines fix for the license header ................ r14612 | rossmason | 2009-05-05 22:41:22 +0200 (Tue, 05 May 2009) | 1 line removed unused namespaces ................ r14616 | rossmason | 2009-05-06 00:37:53 +0200 (Wed, 06 May 2009) | 1 line MULE-4345. create a default servlet connector if one does not exist ................ r14619 | rossmason | 2009-05-06 00:39:06 +0200 (Wed, 06 May 2009) | 1 line no need for this ................ r14621 | rossmason | 2009-05-06 00:39:56 +0200 (Wed, 06 May 2009) | 1 line changed dependency scope as not to bring in unessary dependencies ................ r14625 | rossmason | 2009-05-06 00:45:07 +0200 (Wed, 06 May 2009) | 1 line New Example: GeoMail. Plots the origins of incoming mail on a google map ................ r14627 | rossmason | 2009-05-06 00:49:00 +0200 (Wed, 06 May 2009) | 1 line New Example: Notifications. demonstrates how to fire cusotm notifications using Cometd ................ r14629 | rossmason | 2009-05-06 11:49:16 +0200 (Wed, 06 May 2009) | 1 line minor improvements to the example. Heartbeat should publish the IP and local address ................ r14630 | rossmason | 2009-05-06 11:50:44 +0200 (Wed, 06 May 2009) | 1 line add the examples to the parent pom ................ r14646 | aperepel | 2009-05-07 21:50:06 +0200 (Thu, 07 May 2009) | 1 line License headers ................ r14664 | rossmason | 2009-05-08 18:50:56 +0200 (Fri, 08 May 2009) | 1 line Data Transfer objects. Simply the serializated form of MuleMessage. Useful for Notifications and possible the client remote dispatcher. No support for attachments currently. ................ r14666 | rossmason | 2009-05-08 18:51:59 +0200 (Fri, 08 May 2009) | 1 line Added RPC support. Also cleaned things up and added a lot more test coverage ................ r14667 | rossmason | 2009-05-08 18:52:23 +0200 (Fri, 08 May 2009) | 1 line pointless restriction ................ r14669 | rossmason | 2009-05-08 18:53:12 +0200 (Fri, 08 May 2009) | 1 line clean up of the notification example ................ r14670 | rossmason | 2009-05-08 18:53:52 +0200 (Fri, 08 May 2009) | 1 line optimised the json filter ................ r14672 | rossmason | 2009-05-08 18:54:32 +0200 (Fri, 08 May 2009) | 1 line clean up ................ r14675 | rossmason | 2009-05-09 11:00:23 +0200 (Sat, 09 May 2009) | 1 line MULE-4357: New Example: GPS Walker. Plots GPS coords generated by Mule on a map in the browser ................ r14682 | rossmason | 2009-05-10 08:59:47 +0200 (Sun, 10 May 2009) | 1 line Fixed license header, generaliza the service class ................ r14722 | rossmason | 2009-05-18 11:47:50 +0200 (Mon, 18 May 2009) | 1 line Allow 'ajax' protocol ................ r14747 | dirk.olmes | 2009-05-19 14:10:17 +0200 (Tue, 19 May 2009) | 1 line adjust the test config for the 3.0 branch ................ r14773 | dirk.olmes | 2009-05-25 16:32:20 +0200 (Mon, 25 May 2009) | 2 lines MULE-4368 (fix for the config in 3.x branch) ................ r14786 | aperepel | 2009-05-27 00:41:23 +0200 (Wed, 27 May 2009) | 1 line Typos ................ r14792 | dirk.olmes | 2009-05-27 16:13:51 +0200 (Wed, 27 May 2009) | 2 lines ignore unwanted resources ................ r14802 | rossmason | 2009-05-27 19:06:45 +0200 (Wed, 27 May 2009) | 1 line Added a classpath and annotation scanner. Simple but does what we need. ................ r14803 | rossmason | 2009-05-27 19:09:18 +0200 (Wed, 27 May 2009) | 1 line MULE-4375. New Guice support. Currently possible to wire in Serivce objects and Transformers. Note, I am removing the String Key support, but checking it in just to keep the history. Also, there is no way of starting Mule with a Guice config builder with Mule yet, but it can be done programmatically. ................ r14804 | rossmason | 2009-05-27 19:35:43 +0200 (Wed, 27 May 2009) | 1 line missing xml-config deps ................ r14807 | aperepel | 2009-05-27 20:10:13 +0200 (Wed, 27 May 2009) | 1 line Inherit the testcase from AMTC so that it honors test exclusions and disabled the failing test. Ross, please review, it consistently fails for me with IOException 'no class found' ................ r14812 | rossmason | 2009-05-27 22:54:58 +0200 (Wed, 27 May 2009) | 1 line Renamed cometd to ajax ................ r14813 | rossmason | 2009-05-27 22:58:12 +0200 (Wed, 27 May 2009) | 1 line update the whitelists for ajax, guice and an ASM addition ................ r14814 | dirk.olmes | 2009-05-28 06:34:54 +0200 (Thu, 28 May 2009) | 2 lines fix the distributions ................ r14815 | dirk.olmes | 2009-05-28 07:04:27 +0200 (Thu, 28 May 2009) | 1 line see if this modified javadoc makes the CI server happier ................ r14816 | dirk.olmes | 2009-05-28 07:06:11 +0200 (Thu, 28 May 2009) | 1 line organize imports ................ r14817 | dirk.olmes | 2009-05-28 07:51:06 +0200 (Thu, 28 May 2009) | 1 line javadoc fix (in order to make CI server happy) ................ r14818 | dirk.olmes | 2009-05-28 09:16:50 +0200 (Thu, 28 May 2009) | 1 line another javadoc fix in order to make the ci server run green again ................ r14819 | dirk.olmes | 2009-05-28 09:43:19 +0200 (Thu, 28 May 2009) | 1 line another javadoc fix to make the CI server happy ................ r14820 | dirk.olmes | 2009-05-28 09:50:00 +0200 (Thu, 28 May 2009) | 1 line fix license headers ................ r14821 | dirk.olmes | 2009-05-28 10:06:51 +0200 (Thu, 28 May 2009) | 1 line Remove obsolete javadoc class comment ................ r14822 | dirk.olmes | 2009-05-28 10:34:04 +0200 (Thu, 28 May 2009) | 1 line and yet another javadoc fix ................ r14823 | dirk.olmes | 2009-05-28 10:51:25 +0200 (Thu, 28 May 2009) | 1 line Break the cyclic dependency between RetryPolicy and PolicyStatus that was created by the javadoc. ................ r14824 | dirk.olmes | 2009-05-28 11:06:33 +0200 (Thu, 28 May 2009) | 1 line and yet another javadoc fix ................ r14825 | rossmason | 2009-05-28 11:17:15 +0200 (Thu, 28 May 2009) | 1 line minor fixes tot he GPSWalker example. Still need to test again ................ r14826 | rossmason | 2009-05-28 11:25:21 +0200 (Thu, 28 May 2009) | 1 line enabled the @Override annotations and removed some redundant ones ................ r14827 | dirk.olmes | 2009-05-28 11:39:57 +0200 (Thu, 28 May 2009) | 1 line and yet another javadoc fix ................ r14828 | dirk.olmes | 2009-05-28 12:31:27 +0200 (Thu, 28 May 2009) | 1 line and yet another javadoc fix ................ r14829 | dirk.olmes | 2009-05-28 13:07:08 +0200 (Thu, 28 May 2009) | 2 lines revert to the 2.4 version of the javadoc plugin, see if that fixes the CE build plan in bamboo ................ r14830 | rossmason | 2009-05-28 16:32:28 +0200 (Thu, 28 May 2009) | 1 line make public ................ r14831 | rossmason | 2009-05-28 16:33:52 +0200 (Thu, 28 May 2009) | 1 line This passes for me locally, trying again on the CI now the build is green again ................ r14832 | dirk.olmes | 2009-05-28 16:36:52 +0200 (Thu, 28 May 2009) | 2 lines more javadoc fixes: @see {@link ...} is not supported by javadoc ................ r14833 | rossmason | 2009-05-28 17:15:49 +0200 (Thu, 28 May 2009) | 1 line use var args ................ r14834 | dirk.olmes | 2009-05-28 17:21:15 +0200 (Thu, 28 May 2009) | 2 lines javadoc link cleanup ................ r14836 | dirk.olmes | 2009-05-28 18:32:17 +0200 (Thu, 28 May 2009) | 1 line more javadoc link fixes ................ r14837 | dirk.olmes | 2009-05-28 18:45:27 +0200 (Thu, 28 May 2009) | 1 line this is the latst link-related javadoc error. Fingers crossed that this fixes the build. ................ r14838 | dirk.olmes | 2009-05-28 19:33:00 +0200 (Thu, 28 May 2009) | 2 lines even more javadoc fixes. I think the failure is related to http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=882c2798f6cdcffffffffa2b044b4eda792f?bug_id=5082928 but need to verify that. ................ r14840 | rossmason | 2009-05-29 00:27:16 +0200 (Fri, 29 May 2009) | 1 line remove the safehaus jug dependency ................ r14841 | rossmason | 2009-05-29 00:33:07 +0200 (Fri, 29 May 2009) | 1 line debug these messages ................ r14842 | aperepel | 2009-05-29 00:44:37 +0200 (Fri, 29 May 2009) | 1 line No empty cycles for data which won't be used, also some readability improvements and a TODO for Ross ................ r14843 | dirk.olmes | 2009-05-29 04:27:31 +0200 (Fri, 29 May 2009) | 2 lines remove almost all javadoc warnings. Hopefully this will finally fix the CI server ... ................ r14845 | dirk.olmes | 2009-05-29 06:28:50 +0200 (Fri, 29 May 2009) | 2 lines more work on the javadocs - the build failure is clearly triggered by the ajax transport. Need to conserve these changes before digging in deeper now. ................ r14846 | dirk.olmes | 2009-05-29 06:35:13 +0200 (Fri, 29 May 2009) | 2 lines this will make the build run green again. Hooray! ................ r14848 | dzapata | 2009-05-29 23:23:51 +0200 (Fri, 29 May 2009) | 2 lines fix test failure; we now generate UUIDs like this: java.util.UUID.randomUUID().toString() not this: generator.generateTimeBasedUUID().toString() ................ r14852 | rossmason | 2009-05-30 23:57:06 +0200 (Sat, 30 May 2009) | 1 line removed support for string bindings for Guice objects. Added redimentary support for configuring Connectors and Agents ................ r14853 | rossmason | 2009-05-31 22:40:51 +0200 (Sun, 31 May 2009) | 1 line Log a warning rather than throw an exception ................ r14854 | rossmason | 2009-05-31 23:17:45 +0200 (Sun, 31 May 2009) | 1 line added better logging ................ r14858 | dzapata | 2009-06-02 18:18:55 +0200 (Tue, 02 Jun 2009) | 2 lines change version to 3.0.0-M1 ................ r14861 | dzapata | 2009-06-02 21:11:58 +0200 (Tue, 02 Jun 2009) | 2 lines update version to 3.0.0-M2-SNAPSHOT ................ r14877 | dfeist | 2009-06-04 20:23:09 +0200 (Thu, 04 Jun 2009) | 772 lines Blocked revisions 14305,14309,14312,14320,14332,14358-14363,14369,14375,14382,14398,14401,14403,14406,14409,14412,14419-14420,14445-14448,14458,14460,14463,14470,14476-14477,14481,14485,14505-14507,14536,14593,14596,14645,14648,14762,14839,14870-14871 via svnmerge ................ r14305 | dfeist | 2009-03-15 08:25:39 -0300 (Sun, 15 Mar 2009) | 9 lines Merged revisions 14303 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14303 | dfeist | 2009-03-15 08:18:22 -0300 (Sun, 15 Mar 2009) | 1 line Update ScanLicenseHeaders script to exclude ModuleArchetypeMojo.java ........ ................ r14309 | dfeist | 2009-03-15 22:49:17 -0300 (Sun, 15 Mar 2009) | 13 lines Merged revisions 14306,14308 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14306 | rossmason | 2009-03-15 13:44:37 -0300 (Sun, 15 Mar 2009) | 1 line Added documentation to these classes that should explain how the two fit together and how the suite works ........ r14308 | rossmason | 2009-03-15 18:08:27 -0300 (Sun, 15 Mar 2009) | 1 line pesky annotation left after a merge ........ ................ r14312 | dfeist | 2009-03-16 09:09:27 -0300 (Mon, 16 Mar 2009) | 9 lines Merged revisions 14311 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14311 | dfeist | 2009-03-16 08:57:29 -0300 (Mon, 16 Mar 2009) | 1 line Exclude another intermittent test method (MULE-4253) ........ ................ r14320 | dfeist | 2009-03-16 13:28:11 -0300 (Mon, 16 Mar 2009) | 29 lines Merged revisions 14314-14319 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14314 | aperepel | 2009-03-16 11:21:00 -0300 (Mon, 16 Mar 2009) | 1 line Tabs -> spaces ........ r14315 | aperepel | 2009-03-16 11:35:37 -0300 (Mon, 16 Mar 2009) | 1 line Proofreading ........ r14316 | aperepel | 2009-03-16 11:40:32 -0300 (Mon, 16 Mar 2009) | 1 line Don't return nulls ........ r14317 | aperepel | 2009-03-16 12:13:23 -0300 (Mon, 16 Mar 2009) | 1 line Raise MULE_TEST output to info level ........ r14318 | aperepel | 2009-03-16 13:04:33 -0300 (Mon, 16 Mar 2009) | 1 line This should make wmq happy ........ r14319 | aperepel | 2009-03-16 13:11:35 -0300 (Mon, 16 Mar 2009) | 1 line This should make wmq happy ........ ................ r14332 | dfeist | 2009-03-17 16:39:08 -0300 (Tue, 17 Mar 2009) | 21 lines Merged revisions 14322-14324,14331 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14322 | aperepel | 2009-03-16 15:36:57 -0300 (Mon, 16 Mar 2009) | 1 line Renamed some queues for consistency ........ r14323 | aperepel | 2009-03-16 17:44:49 -0300 (Mon, 16 Mar 2009) | 1 line Stream message adapter is not applicable to Mule 2.x. Moreover those classes referred to in the config no longer exist. ........ r14324 | tcarlson | 2009-03-16 19:00:24 -0300 (Mon, 16 Mar 2009) | 1 line EE-1389 Working on automated testing of JNDI ........ r14331 | aperepel | 2009-03-17 14:53:46 -0300 (Tue, 17 Mar 2009) | 1 line Fix the test ........ ................ r14358 | dfeist | 2009-03-19 21:02:56 -0300 (Thu, 19 Mar 2009) | 16 lines Blocked revisions 14343,14347-14348 via svnmerge ........ r14343 | dfeist | 2009-03-18 17:48:08 -0300 (Wed, 18 Mar 2009) | 1 line MULE-4263 WorkManager should attempt clean shutdown before interrupting workers which in effect cancels waiting jobs with loss of event/message ........ r14347 | dfeist | 2009-03-19 11:16:19 -0300 (Thu, 19 Mar 2009) | 1 line Don't wait any longer for work items that have already failed to responsd to clean shutdown. (MULE-4263 WorkManager should attempt clean shutdown before interrupting workers which in effect cancels waiting jobs with loss of event/message) ........ r14348 | dfeist | 2009-03-19 13:21:45 -0300 (Thu, 19 Mar 2009) | 1 line Revert r14343,14347. This was a simple/needed fix but uncovered a couple of other things that don't work properly and will take a bit longer to fix (MULE-4263) ........ ................ r14359 | dfeist | 2009-03-19 21:20:36 -0300 (Thu, 19 Mar 2009) | 57 lines Merged revisions 14307,14335,14345-14346,14349-14357 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14307 | rossmason | 2009-03-15 13:45:25 -0300 (Sun, 15 Mar 2009) | 1 line made the method "applyLifecycle" optional and added some doc about its usage and to the ConfigurationBuilder interface ........ r14335 | tcarlson | 2009-03-17 21:00:01 -0300 (Tue, 17 Mar 2009) | 1 line Add a new simple JMS functional test ........ r14345 | dfeist | 2009-03-18 23:25:04 -0300 (Wed, 18 Mar 2009) | 1 line MULE-4262 MessageRequester.getEndpoint() should return InboundEndpoint ........ r14346 | dfeist | 2009-03-18 23:27:08 -0300 (Wed, 18 Mar 2009) | 1 line MULE-4262 MessageRequester.getEndpoint() should return InboundEndpoint ........ r14349 | aperepel | 2009-03-19 14:42:11 -0300 (Thu, 19 Mar 2009) | 1 line Added a drain() method to clean up queues. Each test knows best what destinations it uses against which connectors, and should perform those. ........ r14350 | aperepel | 2009-03-19 16:35:34 -0300 (Thu, 19 Mar 2009) | 1 line MuleClient must honor isStartContext() ........ r14351 | tcarlson | 2009-03-19 16:57:15 -0300 (Thu, 19 Mar 2009) | 1 line Improve test case ........ r14352 | aperepel | 2009-03-19 16:57:33 -0300 (Thu, 19 Mar 2009) | 1 line Reimplemented drain() to use raw low-level jms apis. MuleClient doesn't do the job, as it needs initialized Mule context, and it's too late at that point already (need to purge queues before any receivers connect). ........ r14353 | aperepel | 2009-03-19 16:59:03 -0300 (Thu, 19 Mar 2009) | 1 line Renamed to purge(), just to avoid introducing another word into the mix (the former is a standard concept in messaging) ........ r14354 | dfeist | 2009-03-19 17:03:41 -0300 (Thu, 19 Mar 2009) | 1 line Rollback r14267 because of MULE-4268 so that retry works ........ r14355 | aperepel | 2009-03-19 17:55:15 -0300 (Thu, 19 Mar 2009) | 1 line Fixed method name ........ r14356 | dfeist | 2009-03-19 18:13:02 -0300 (Thu, 19 Mar 2009) | 1 line Need to exclude this test after rollback of r14267 (MULE-4251) ........ r14357 | aperepel | 2009-03-19 18:15:30 -0300 (Thu, 19 Mar 2009) | 1 line Fix the test by ensuring a clean environment ........ ................ r14360 | dfeist | 2009-03-19 21:42:36 -0300 (Thu, 19 Mar 2009) | 1 line Rollback merge r14359 ................ r14361 | dfeist | 2009-03-19 21:46:29 -0300 (Thu, 19 Mar 2009) | 13 lines Merged revisions 14345-14346 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14345 | dfeist | 2009-03-18 23:25:04 -0300 (Wed, 18 Mar 2009) | 1 line MULE-4262 MessageRequester.getEndpoint() should return InboundEndpoint ........ r14346 | dfeist | 2009-03-18 23:27:08 -0300 (Wed, 18 Mar 2009) | 1 line MULE-4262 MessageRequester.getEndpoint() should return InboundEndpoint ........ ................ r14362 | dfeist | 2009-03-19 21:50:17 -0300 (Thu, 19 Mar 2009) | 13 lines Merged revisions 14354,14356 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14354 | dfeist | 2009-03-19 17:03:41 -0300 (Thu, 19 Mar 2009) | 1 line Rollback r14267 because of MULE-4268 so that retry works ........ r14356 | dfeist | 2009-03-19 18:13:02 -0300 (Thu, 19 Mar 2009) | 1 line Need to exclude this test after rollback of r14267 (MULE-4251) ........ ................ r14363 | dfeist | 2009-03-19 22:26:34 -0300 (Thu, 19 Mar 2009) | 37 lines Merged revisions 14335,14349-14353,14355,14357 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14335 | tcarlson | 2009-03-17 21:00:01 -0300 (Tue, 17 Mar 2009) | 1 line Add a new simple JMS functional test ........ r14349 | aperepel | 2009-03-19 14:42:11 -0300 (Thu, 19 Mar 2009) | 1 line Added a drain() method to clean up queues. Each test knows best what destinations it uses against which connectors, and should perform those. ........ r14350 | aperepel | 2009-03-19 16:35:34 -0300 (Thu, 19 Mar 2009) | 1 line MuleClient must honor isStartContext() ........ r14351 | tcarlson | 2009-03-19 16:57:15 -0300 (Thu, 19 Mar 2009) | 1 line Improve test case ........ r14352 | aperepel | 2009-03-19 16:57:33 -0300 (Thu, 19 Mar 2009) | 1 line Reimplemented drain() to use raw low-level jms apis. MuleClient doesn't do the job, as it needs initialized Mule context, and it's too late at that point already (need to purge queues before any receivers connect). ........ r14353 | aperepel | 2009-03-19 16:59:03 -0300 (Thu, 19 Mar 2009) | 1 line Renamed to purge(), just to avoid introducing another word into the mix (the former is a standard concept in messaging) ........ r14355 | aperepel | 2009-03-19 17:55:15 -0300 (Thu, 19 Mar 2009) | 1 line Fixed method name ........ r14357 | aperepel | 2009-03-19 18:15:30 -0300 (Thu, 19 Mar 2009) | 1 line Fix the test by ensuring a clean environment ........ ................ r14369 | dfeist | 2009-03-20 10:10:03 -0300 (Fri, 20 Mar 2009) | 9 lines Merged revisions 14368 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14368 | dfeist | 2009-03-20 10:06:35 -0300 (Fri, 20 Mar 2009) | 1 line Update javadoc (MULE-4266 missing lookupEndpoint() in MuleRegistry) ........ ................ r14375 | aperepel | 2009-03-20 13:53:42 -0300 (Fri, 20 Mar 2009) | 25 lines Merged revisions 14370-14374 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14370 | aperepel | 2009-03-20 09:33:27 -0400 (Fri, 20 Mar 2009) | 1 line Simplify, use stock components ........ r14371 | aperepel | 2009-03-20 09:33:54 -0400 (Fri, 20 Mar 2009) | 1 line Update the file to validate (although it doesn't seem to be used by any test case now) ........ r14372 | aperepel | 2009-03-20 09:55:56 -0400 (Fri, 20 Mar 2009) | 1 line Timebox the reply wait and fail if none (default is false) ........ r14373 | aperepel | 2009-03-20 11:04:12 -0400 (Fri, 20 Mar 2009) | 1 line Drop this last dot, it results in .. in the exception report ........ r14374 | aperepel | 2009-03-20 11:06:58 -0400 (Fri, 20 Mar 2009) | 1 line Don't overwrite the correlation id if one has been set already ........ ................ r14382 | dfeist | 2009-03-20 20:02:01 -0300 (Fri, 20 Mar 2009) | 17 lines Merged revisions 14378,14380-14381 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14378 | aperepel | 2009-03-20 14:10:37 -0300 (Fri, 20 Mar 2009) | 1 line Purge some junk ........ r14380 | tcarlson | 2009-03-20 14:39:12 -0300 (Fri, 20 Mar 2009) | 1 line Test binary message type ........ r14381 | tcarlson | 2009-03-20 15:22:03 -0300 (Fri, 20 Mar 2009) | 1 line Add a flag so that AbstractJmsFunctionalTestCase can be used without the multi-provider substitution magic ........ ................ r14398 | tcarlson | 2009-03-22 22:35:25 -0300 (Sun, 22 Mar 2009) | 9 lines Merged revisions 14397 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14397 | tcarlson | 2009-03-22 22:02:03 -0300 (Sun, 22 Mar 2009) | 1 line Fix EE-1448 (WMQ reconnection) ........ ................ r14401 | tcarlson | 2009-03-22 23:32:57 -0300 (Sun, 22 Mar 2009) | 9 lines Merged revisions 14400 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14400 | tcarlson | 2009-03-22 23:28:56 -0300 (Sun, 22 Mar 2009) | 1 line xalan:serializer is not in assembly whitelist ........ ................ r14403 | dfeist | 2009-03-23 09:53:44 -0300 (Mon, 23 Mar 2009) | 57 lines Merged revisions 14384-14396 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14384 | rossmason | 2009-03-20 20:59:51 -0300 (Fri, 20 Mar 2009) | 1 line Added a hook for pre processing messages ........ r14385 | rossmason | 2009-03-21 21:28:45 -0300 (Sat, 21 Mar 2009) | 1 line Fixed the property scoping for the JMSMessageAdapter. Need to do this for Email and Http ........ r14386 | rossmason | 2009-03-21 21:29:50 -0300 (Sat, 21 Mar 2009) | 1 line Fixed QoS header support ........ r14387 | rossmason | 2009-03-21 21:30:31 -0300 (Sat, 21 Mar 2009) | 1 line some minor tweeks ........ r14388 | rossmason | 2009-03-21 21:31:51 -0300 (Sat, 21 Mar 2009) | 1 line method for printing out properties and scopes ........ r14389 | rossmason | 2009-03-21 21:32:12 -0300 (Sat, 21 Mar 2009) | 1 line We need a null here if the expression fails ........ r14390 | rossmason | 2009-03-21 21:33:16 -0300 (Sat, 21 Mar 2009) | 1 line Fix error even though the test passes ........ r14391 | rossmason | 2009-03-22 12:51:55 -0300 (Sun, 22 Mar 2009) | 1 line New test for customising correlation. Right now it's not at all intuitive, but it does work. I've added some comments to the config about how we could improve it. ........ r14392 | rossmason | 2009-03-22 12:53:21 -0300 (Sun, 22 Mar 2009) | 1 line Added a message details logging method to the FTC ........ r14393 | rossmason | 2009-03-22 12:55:01 -0300 (Sun, 22 Mar 2009) | 1 line Added some javadoc ........ r14394 | rossmason | 2009-03-22 16:33:51 -0300 (Sun, 22 Mar 2009) | 1 line minor tweeks ........ r14395 | rossmason | 2009-03-22 18:41:31 -0300 (Sun, 22 Mar 2009) | 1 line Fixed QoS header regression ........ r14396 | rossmason | 2009-03-22 19:12:52 -0300 (Sun, 22 Mar 2009) | 1 line The replyTo needs to be in the invocation scope i.e. only valid for a single invocation ........ ................ r14406 | tcarlson | 2009-03-23 12:24:08 -0300 (Mon, 23 Mar 2009) | 11 lines Merged revisions 14405 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14405 | tcarlson | 2009-03-23 11:57:44 -0300 (Mon, 23 Mar 2009) | 4 lines - MULE-4277 New test case for forceJndiDestinations="true" - Fix a bug where optional JNDI Destinations were not working - Refactor and improve JNDI Test Case ........ ................ r14409 | dfeist | 2009-03-23 23:41:33 -0300 (Mon, 23 Mar 2009) | 9 lines Merged revisions 14408 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14408 | aperepel | 2009-03-23 13:13:48 -0300 (Mon, 23 Mar 2009) | 1 line Minor review improvements. Ensure properties are sorted when logged (doesn't affect regular runtime operation) ........ ................ r14412 | dandiep | 2009-03-24 12:18:48 -0300 (Tue, 24 Mar 2009) | 13 lines Merged revisions 14410-14411 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14410 | dandiep | 2009-03-24 10:46:57 -0400 (Tue, 24 Mar 2009) | 1 line Add compiler plugin definition so we can handle 1.5 ........ r14411 | dandiep | 2009-03-24 11:15:04 -0400 (Tue, 24 Mar 2009) | 1 line Loanbroker example maven build dies due to missing dependency. ........ ................ r14419 | dfeist | 2009-03-24 16:46:34 -0300 (Tue, 24 Mar 2009) | 43 lines Blocked revisions 14415,14417-14418 via svnmerge ................ r14415 | dfeist | 2009-03-24 15:57:23 -0300 (Tue, 24 Mar 2009) | 12 lines Blocked revisions 14117,14202 via svnmerge ........ r14117 | dzapata | 2009-02-20 18:24:18 -0200 (Fri, 20 Feb 2009) | 2 lines update version to 2.1.3 ........ r14202 | dzapata | 2009-03-03 14:54:51 -0200 (Tue, 03 Mar 2009) | 2 lines update version to 2.1.4-SNAPSHOT ........ ................ r14417 | dfeist | 2009-03-24 16:26:32 -0300 (Tue, 24 Mar 2009) | 12 lines Blocked revisions 14185,14199 via svnmerge ........ r14185 | dandiep | 2009-02-27 20:46:25 -0200 (Fri, 27 Feb 2009) | 1 line Commons codec doesn't have this form for the name in 2.1.x. Seems this never got ported from 2.x branch as it's already fixed there? ........ r14199 | dzapata | 2009-03-02 22:27:33 -0200 (Mon, 02 Mar 2009) | 2 lines fix webapp bouncycastle error using solution from: http://www.nabble.com/SecurityException-using-CXF-and-Mule-(-bouncycastle-)-td20939210.html ........ ................ r14418 | dfeist | 2009-03-24 16:27:50 -0300 (Tue, 24 Mar 2009) | 9 lines Recorded merge of revisions 14111 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14111 | dandiep | 2009-02-20 13:51:51 -0200 (Fri, 20 Feb 2009) | 1 line Give HTTP more threads. Otherwise we end up in a dead lock waiting for HttpClients when all the HTTP clients are in use. By default there are only 16 HttpClients available (due to the default threading profile), but this test requires several times that amount. ........ ................ ................ r14420 | dfeist | 2009-03-24 16:49:36 -0300 (Tue, 24 Mar 2009) | 16 lines Merged revisions 14416 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ................ r14416 | dfeist | 2009-03-24 16:25:37 -0300 (Tue, 24 Mar 2009) | 9 lines Merged revisions 14170 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14170 | dfeist | 2009-02-27 10:50:03 -0200 (Fri, 27 Feb 2009) | 1 line MULE-4209 Embedded distribution has no version info in MANIFEST and so startup splash screen does not show version info ........ ................ ................ r14445 | aperepel | 2009-04-02 10:34:46 -0300 (Thu, 02 Apr 2009) | 9 lines Merged revisions 14444 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14444 | aperepel | 2009-04-02 09:33:10 -0400 (Thu, 02 Apr 2009) | 1 line MULE-4294 Bring back the option to disable JMS exception listener on the connection ........ ................ r14446 | aperepel | 2009-04-02 10:37:20 -0300 (Thu, 02 Apr 2009) | 21 lines Recorded merge of revisions 14431-14432,14435-14437,14439,14442 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14431 | tcarlson | 2009-03-26 15:00:46 -0400 (Thu, 26 Mar 2009) | 1 line Carry JMS properties set on the MuleMessage over to the javax.jms.Message ........ r14432 | tcarlson | 2009-03-26 15:02:53 -0400 (Thu, 26 Mar 2009) | 1 line EE-1445 Port JMS tests from QA suite to JMS transport ........ r14436 | tcarlson | 2009-03-27 11:41:44 -0400 (Fri, 27 Mar 2009) | 1 line EE-1445 Port JMS tests from QA suite to JMS transport ........ r14442 | aperepel | 2009-04-01 10:44:49 -0400 (Wed, 01 Apr 2009) | 1 line Reverted r14431,14432,14436. Messages must not mess directly with JMS properties. They were overwriting things they shouldn't be, also bypassing Mule's control of QoS header application. Also, was changing Mule's behavior 180 degrees from the stable documented one. ........ ................ r14447 | aperepel | 2009-04-02 10:39:37 -0300 (Thu, 02 Apr 2009) | 13 lines Recorded merge of revisions 14427-14428 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14427 | aperepel | 2009-03-25 13:57:20 -0400 (Wed, 25 Mar 2009) | 1 line Honor the transacted=false flag, should help some jmsreplyto issues reported on the list. ........ r14428 | aperepel | 2009-03-25 15:38:19 -0400 (Wed, 25 Mar 2009) | 1 line Rollback r14427, need to rethink ........ ................ r14448 | aperepel | 2009-04-02 10:41:14 -0300 (Thu, 02 Apr 2009) | 29 lines Merged revisions 14424-14426,14429-14430,14435,14437,14439-14441 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14424 | aperepel | 2009-03-25 10:32:13 -0400 (Wed, 25 Mar 2009) | 1 line Properly cleanup after yourself, otherwise message stay on the queue after xa rollback ........ r14425 | aperepel | 2009-03-25 13:52:25 -0400 (Wed, 25 Mar 2009) | 1 line Don't intermix xa & jms ........ r14426 | aperepel | 2009-03-25 13:53:02 -0400 (Wed, 25 Mar 2009) | 1 line Use more up-to-date param name ........ r14429 | aperepel | 2009-03-25 18:29:41 -0400 (Wed, 25 Mar 2009) | 1 line Let's now run with this change ........ r14440 | jwheeler | 2009-03-30 17:37:31 -0400 (Mon, 30 Mar 2009) | 1 line Updated annotations. ........ r14441 | aperepel | 2009-04-01 09:44:10 -0400 (Wed, 01 Apr 2009) | 1 line Replace FQN with an import ........ ................ r14458 | aperepel | 2009-04-03 12:07:16 -0300 (Fri, 03 Apr 2009) | 9 lines Merged revisions 14457 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14457 | aperepel | 2009-04-03 09:46:46 -0400 (Fri, 03 Apr 2009) | 1 line Relax a little ........ ................ r14460 | aperepel | 2009-04-03 19:14:10 -0300 (Fri, 03 Apr 2009) | 9 lines Merged revisions 14459 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14459 | aperepel | 2009-04-03 17:28:35 -0400 (Fri, 03 Apr 2009) | 1 line Fixed classloader leaks - don't hold onto an object for longer than needed. Exposed during repetitive redeployment, resulted in a copy of a full stack each time (because custom component objects weren't GCed). ........ ................ r14463 | dandiep | 2009-04-06 13:07:55 -0300 (Mon, 06 Apr 2009) | 9 lines Merged revisions 14462 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14462 | dandiep | 2009-04-06 11:55:03 -0400 (Mon, 06 Apr 2009) | 1 line MULE-4289: fix ClassCastException which occurs when adding logging interceptors in a certain fashion. ........ ................ r14470 | aperepel | 2009-04-07 14:50:01 -0300 (Tue, 07 Apr 2009) | 9 lines Merged revisions 14469 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14469 | aperepel | 2009-04-07 13:41:09 -0400 (Tue, 07 Apr 2009) | 1 line MULE-4303 ObjectToMimeMessageTransformer ignores attachment file names ........ ................ r14476 | aperepel | 2009-04-07 16:20:30 -0300 (Tue, 07 Apr 2009) | 9 lines Merged revisions 14474 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14474 | aperepel | 2009-04-07 15:18:12 -0400 (Tue, 07 Apr 2009) | 1 line MULE-3862 Mule's lifecycle is broken after XML parser exception on startup ........ ................ r14477 | aperepel | 2009-04-07 16:29:43 -0300 (Tue, 07 Apr 2009) | 13 lines Merged revisions 14472-14473 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14472 | aperepel | 2009-04-07 14:45:30 -0400 (Tue, 07 Apr 2009) | 1 line MULE-4304 Improve registry lookups to select(type) instead of select(all).filter(type). ........ r14473 | aperepel | 2009-04-07 15:01:14 -0400 (Tue, 07 Apr 2009) | 1 line MULE-4304 Improve registry lookups to select(type) instead of select(all).filter(type). Dropped confusing and unused argument. Also, it was redundant, IMO. ........ ................ r14481 | aperepel | 2009-04-07 16:38:09 -0300 (Tue, 07 Apr 2009) | 9 lines Merged revisions 14479 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14479 | aperepel | 2009-04-07 15:37:00 -0400 (Tue, 07 Apr 2009) | 1 line MULE-4304 Improve registry lookups to select(type) instead of select(all).filter(type). Cleaned up TODOs ........ ................ r14485 | aperepel | 2009-04-07 19:59:08 -0300 (Tue, 07 Apr 2009) | 9 lines Merged revisions 14484 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14484 | aperepel | 2009-04-07 18:57:41 -0400 (Tue, 07 Apr 2009) | 1 line MULE-3862 Mule's lifecycle is broken after XML parser exception on startup (a fix which makes both jbpm tests and main use case happy) ........ ................ r14505 | dandiep | 2009-04-09 13:17:25 -0300 (Thu, 09 Apr 2009) | 1 line Track 3.x now. ................ r14506 | dandiep | 2009-04-09 13:21:11 -0300 (Thu, 09 Apr 2009) | 9 lines Merged revisions 14504 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14504 | dandiep | 2009-04-09 12:09:37 -0400 (Thu, 09 Apr 2009) | 1 line MULE-4157: support sending the whole soap envelope via a new payload=envelope attribute. ........ ................ r14507 | aperepel | 2009-04-09 13:24:43 -0300 (Thu, 09 Apr 2009) | 20 lines Blocked revisions 14493,14499-14501 via svnmerge ........ r14493 | aperepel | 2009-04-08 16:19:33 -0400 (Wed, 08 Apr 2009) | 1 line Update Mule version to 3.0.0-SNAPSHOT. Also includes MULE-4044 Drop version from namespaces ........ r14499 | aperepel | 2009-04-08 18:11:18 -0400 (Wed, 08 Apr 2009) | 1 line Switch gears ........ r14500 | aperepel | 2009-04-08 18:15:55 -0400 (Wed, 08 Apr 2009) | 1 line Re-applied the mule-3.x patch after mule-2.x branch rename ........ r14501 | aperepel | 2009-04-08 18:21:11 -0400 (Wed, 08 Apr 2009) | 1 line Update the version name to 3.0.0-M1-SNAPSHOT ........ ................ r14536 | dandiep | 2009-04-14 18:18:29 -0300 (Tue, 14 Apr 2009) | 13 lines Merged revisions 14532-14533 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14532 | dandiep | 2009-04-14 15:50:34 -0400 (Tue, 14 Apr 2009) | 1 line Close the stream once we're done with it so connections are released. ........ r14533 | dandiep | 2009-04-14 15:59:43 -0400 (Tue, 14 Apr 2009) | 1 line put close in a finally block ........ ................ r14593 | aperepel | 2009-04-30 12:28:06 -0300 (Thu, 30 Apr 2009) | 9 lines Merged revisions 14592 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14592 | aperepel | 2009-04-30 11:26:26 -0400 (Thu, 30 Apr 2009) | 1 line MULE-4097 Support declarative Mule serverId configuration when embedded in webapp ........ ................ r14596 | aperepel | 2009-04-30 12:44:18 -0300 (Thu, 30 Apr 2009) | 9 lines Merged revisions 14595 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14595 | aperepel | 2009-04-30 11:43:10 -0400 (Thu, 30 Apr 2009) | 1 line MULE-3625 Registering transaction manager causes non xa transaction to fail ........ ................ r14645 | aperepel | 2009-05-07 16:11:10 -0300 (Thu, 07 May 2009) | 9 lines Merged revisions 14643 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14643 | aperepel | 2009-05-07 15:06:47 -0400 (Thu, 07 May 2009) | 1 line MULE-4354 Custom expression evalutor configured declaratively is ignored ........ ................ r14648 | aperepel | 2009-05-07 16:53:41 -0300 (Thu, 07 May 2009) | 9 lines Merged revisions 14646 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14646 | aperepel | 2009-05-07 15:50:06 -0400 (Thu, 07 May 2009) | 1 line License headers ........ ................ r14762 | dfeist | 2009-05-22 21:14:03 -0300 (Fri, 22 May 2009) | 1 line Rollback r14460 (MULE-4353 SoftReference change to SingletonObjectFactory cause NullPointerException) ................ r14839 | dfeist | 2009-05-28 14:56:41 -0300 (Thu, 28 May 2009) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-14051" from https://svn.codehaus.org/mule/branches/mule-2.x ................ r14870 | dfeist | 2009-06-04 12:27:41 -0300 (Thu, 04 Jun 2009) | 3 lines Removed merge tracking for "svnmerge" for https://svn.codehaus.org/mule/branches/mule-3.x ................ r14871 | dfeist | 2009-06-04 12:28:40 -0300 (Thu, 04 Jun 2009) | 3 lines Removed merge tracking for "svnmerge" for https://svn.codehaus.org/mule/branches/mule-2.x ................ ................ r14881 | dfeist | 2009-06-04 21:35:22 +0200 (Thu, 04 Jun 2009) | 19 lines Blocked revisions 14639 via svnmerge ................ r14639 | aperepel | 2009-05-06 15:36:11 -0300 (Wed, 06 May 2009) | 13 lines Merged revisions 14636-14637 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14636 | aperepel | 2009-05-06 12:55:07 -0400 (Wed, 06 May 2009) | 1 line Fixed log4j jmx lifecycle, was preventing webapps with jmx from redeployment ........ r14637 | aperepel | 2009-05-06 13:12:16 -0400 (Wed, 06 May 2009) | 1 line Unregister MBeans on disposal ........ ................ ................ r14882 | rossmason | 2009-06-04 22:48:00 +0200 (Thu, 04 Jun 2009) | 1 line improved the loading for the scanner classes. ASM defaults to the System classloader and cannot be overloaded, so it's not easy to load form child classloaders unless the raw bytecode is loaded ourselves ................ r14884 | rossmason | 2009-06-04 22:54:13 +0200 (Thu, 04 Jun 2009) | 1 line make basepath configurable ................ r14886 | rossmason | 2009-06-04 22:54:52 +0200 (Thu, 04 Jun 2009) | 1 line minor changes to support the name change ................ ................ r14951 | dirk.olmes | 2009-06-15 13:27:48 +0200 (Mon, 15 Jun 2009) | 17 lines Merged revisions 14636,14767,14806 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14636 | aperepel | 2009-05-06 18:55:07 +0200 (Wed, 06 May 2009) | 1 line Fixed log4j jmx lifecycle, was preventing webapps with jmx from redeployment ........ r14767 | rossmason | 2009-05-23 17:19:32 +0200 (Sat, 23 May 2009) | 1 line add equals and hashcode ........ r14806 | aperepel | 2009-05-27 19:53:42 +0200 (Wed, 27 May 2009) | 1 line Prompt a user with a way to modify defaults ........ ................ r14952 | dirk.olmes | 2009-06-15 13:58:47 +0200 (Mon, 15 Jun 2009) | 1179 lines Blocked revisions 14613-14615,14637,14642,14665,14677-14678,14707,14719,14758,14760,14849,14856-14857,14859,14876,14887,14889 via svnmerge ................ r14613 | rossmason | 2009-05-06 00:36:33 +0200 (Wed, 06 May 2009) | 1 line use a less common port ................ r14614 | rossmason | 2009-05-06 00:36:57 +0200 (Wed, 06 May 2009) | 1 line use a less common port ................ r14615 | rossmason | 2009-05-06 00:37:20 +0200 (Wed, 06 May 2009) | 1 line MULE-4346: loosen the requirement for tls info, not required for most servers ................ r14637 | aperepel | 2009-05-06 19:12:16 +0200 (Wed, 06 May 2009) | 1 line Unregister MBeans on disposal ................ r14642 | aperepel | 2009-05-07 20:55:11 +0200 (Thu, 07 May 2009) | 1 line No NPE in embedded mode ................ r14665 | rossmason | 2009-05-08 18:51:15 +0200 (Fri, 08 May 2009) | 1 line remove cruft ................ r14677 | rossmason | 2009-05-09 21:31:00 +0200 (Sat, 09 May 2009) | 2 lines MULE-3953. Removed the not attribute. This is difficult to implement globally and with expression filters it's much cleaner to keep the logic in the expression itself ................ r14678 | rossmason | 2009-05-09 21:40:18 +0200 (Sat, 09 May 2009) | 1 line MULE-4009. relax the schema for backupFolder and Folder attributes ................ r14707 | dfeist | 2009-05-14 03:00:15 +0200 (Thu, 14 May 2009) | 1 line MULE-2554 Consider deleting the MessageBuilder component ................ r14719 | rossmason | 2009-05-18 11:44:49 +0200 (Mon, 18 May 2009) | 1 line use constant ................ r14758 | rossmason | 2009-05-22 13:18:40 +0200 (Fri, 22 May 2009) | 1 line removed unused throws statement ................ r14760 | aperepel | 2009-05-22 17:06:51 +0200 (Fri, 22 May 2009) | 1 line Cleanup ................ r14849 | dzapata | 2009-05-29 23:55:40 +0200 (Fri, 29 May 2009) | 2 lines fix test failures by setting an existing working directory ................ r14856 | dzapata | 2009-06-02 00:52:51 +0200 (Tue, 02 Jun 2009) | 2 lines fix the path in the build.xml so the scripts will find the configuration file ................ r14857 | rossmason | 2009-06-02 16:02:17 +0200 (Tue, 02 Jun 2009) | 1 line minor API change ................ r14859 | dzapata | 2009-06-02 19:53:36 +0200 (Tue, 02 Jun 2009) | 2 lines roll back r14857 ................ r14876 | dfeist | 2009-06-04 20:06:23 +0200 (Thu, 04 Jun 2009) | 1101 lines Blocked revisions 14053-14054,14057,14063,14065,14074-14075,14085,14089-14090,14096,14099,14102,14105,14110,14116,14122,14133-14134,14141,14150-14151,14155,14163-14164,14172,14181,14183,14190,14196,14204,14206,14209,14212-14213,14216,14228-14229,14231,14237-14238,14240,14242-14243,14245,14249,14251,14254,14257,14264-14265,14270,14279-14280,14283,14285,14289-14291,14296,14300,14304,14326,14330,14340,14344,14379,14435,14437,14439 via svnmerge ................ r14053 | dandiep | 2009-02-17 20:34:26 -0200 (Tue, 17 Feb 2009) | 1 line Remove old svnmerge properties ................ r14054 | dandiep | 2009-02-17 20:37:35 -0200 (Tue, 17 Feb 2009) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-14051" from https://svn.codehaus.org/mule/branches/mule-2.x ................ r14057 | dandiep | 2009-02-17 21:04:33 -0200 (Tue, 17 Feb 2009) | 1 line Update version for 2.2.0 release ................ r14063 | aperepel | 2009-02-18 15:43:24 -0200 (Wed, 18 Feb 2009) | 9 lines Merged revisions 14061 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14061 | aperepel | 2009-02-18 12:21:10 -0500 (Wed, 18 Feb 2009) | 1 line MULE-4172 PGPSecurityProvider assumes all messages are signed ........ ................ r14065 | aperepel | 2009-02-18 16:04:49 -0200 (Wed, 18 Feb 2009) | 9 lines Merged revisions 14064 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14064 | dandiep | 2009-02-18 12:49:36 -0500 (Wed, 18 Feb 2009) | 1 line Fix standalone pom ........ ................ r14074 | aperepel | 2009-02-19 13:32:08 -0200 (Thu, 19 Feb 2009) | 8 lines Blocked revisions 14060 via svnmerge ........ r14060 | dandiep | 2009-02-18 10:49:26 -0500 (Wed, 18 Feb 2009) | 1 line Move to next development version: 2.5.0-SNAPSHOT ........ ................ r14075 | aperepel | 2009-02-19 13:33:07 -0200 (Thu, 19 Feb 2009) | 33 lines Merged revisions 14052-14059,14062-14063,14065-14074 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14059 | dzapata | 2009-02-17 19:51:28 -0500 (Tue, 17 Feb 2009) | 1 line remove fail as it locks some tests ........ r14066 | aperepel | 2009-02-18 13:39:05 -0500 (Wed, 18 Feb 2009) | 1 line cleanup ........ r14067 | aperepel | 2009-02-18 13:48:31 -0500 (Wed, 18 Feb 2009) | 1 line Constant clases as interfaces smell - converted to classes ........ r14068 | aperepel | 2009-02-18 18:01:28 -0500 (Wed, 18 Feb 2009) | 1 line MULE-4183 Some examples still use JDK 1.4 target in their Ant builds ........ r14069 | aperepel | 2009-02-18 18:06:29 -0500 (Wed, 18 Feb 2009) | 1 line More fixes for ant build ........ r14070 | aperepel | 2009-02-18 18:08:03 -0500 (Wed, 18 Feb 2009) | 1 line Revert: More fixes for ant build (wrong build.xml) ........ r14071 | aperepel | 2009-02-18 18:34:13 -0500 (Wed, 18 Feb 2009) | 1 line MULE-4179 Webapp example has broken link to the MX4J console ........ ................ r14085 | dandiep | 2009-02-19 16:31:51 -0200 (Thu, 19 Feb 2009) | 17 lines Merged revisions 14079 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14079 | dandiep | 2009-02-19 12:16:13 -0500 (Thu, 19 Feb 2009) | 11 lines MULE-4173: Change the defaults of the CXF connector so that it is a little more intuitive Transformers/security/filters now apply to the protocol level (i.e. HTTP/JMS) by default. MULE-4174: auto transform payloads when using proxies so people don't get weird exceptions about the payload not being an XMLStreamReader. Along the lines I had to do a couple other random things: * Add OutputHandler/StreamSource to the list of consumable classes in DefaultMuleMessage * Make XmlToXMLStreamReader discoverable * Decrease the logging level of the HTTP warning as there is still some CXF code that uses the custom http headers map, and I believe it is actually still useful. We should revisit this in the future though. ........ ................ r14089 | dandiep | 2009-02-19 17:10:03 -0200 (Thu, 19 Feb 2009) | 9 lines Merged revisions 14088 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14088 | dandiep | 2009-02-19 14:06:34 -0500 (Thu, 19 Feb 2009) | 1 line fix url output ........ ................ r14090 | aperepel | 2009-02-19 17:11:48 -0200 (Thu, 19 Feb 2009) | 37 lines Merged revisions 14062-14063,14065,14072-14078,14080-14087,14089 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14076 | aperepel | 2009-02-19 11:31:36 -0500 (Thu, 19 Feb 2009) | 1 line Just formatting ........ r14077 | aperepel | 2009-02-19 11:55:29 -0500 (Thu, 19 Feb 2009) | 1 line MULE-4180 Webapp example REST support is broken on embedded Tomcat ........ r14078 | aperepel | 2009-02-19 12:15:39 -0500 (Thu, 19 Feb 2009) | 1 line Current progress on bookstore example (for easier deployment to 2 embedded tomcats on 2 different ports) ........ r14082 | aperepel | 2009-02-19 12:44:17 -0500 (Thu, 19 Feb 2009) | 1 line Simplify deployment of the apps, now can be run embedded OOTB, updated instructions ........ r14083 | aperepel | 2009-02-19 12:57:59 -0500 (Thu, 19 Feb 2009) | 1 line Java 5 syntax ........ r14084 | aperepel | 2009-02-19 13:29:31 -0500 (Thu, 19 Feb 2009) | 1 line MULE-4185 Bookstore admin example Add Book returns data as form/urlencoded (also added a log4j config) ........ r14086 | aperepel | 2009-02-19 13:48:21 -0500 (Thu, 19 Feb 2009) | 1 line MULE-4184 Bookstore admin example Get Stats return data as text/plain instead of text/html ........ r14087 | aperepel | 2009-02-19 14:03:54 -0500 (Thu, 19 Feb 2009) | 1 line MULE-4184 Bookstore admin example Get Stats return data as text/plain instead of text/html (improved stats output formatting) ........ ................ r14096 | aperepel | 2009-02-19 18:46:11 -0200 (Thu, 19 Feb 2009) | 9 lines Merged revisions 14095 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14095 | aperepel | 2009-02-19 15:45:23 -0500 (Thu, 19 Feb 2009) | 1 line Properly escape ${version} in velocity macros, we need to put them verbatim in poms, so that version isn't hardcoded in the artifact name. ........ ................ r14099 | dfeist | 2009-02-19 19:14:59 -0200 (Thu, 19 Feb 2009) | 9 lines Merged revisions 14098 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14098 | dfeist | 2009-02-19 19:02:01 -0200 (Thu, 19 Feb 2009) | 1 line MULE-4178 Errorhandler maven build fails to fetch all dependencies ........ ................ r14102 | aperepel | 2009-02-19 19:28:56 -0200 (Thu, 19 Feb 2009) | 9 lines Merged revisions 14100 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14100 | aperepel | 2009-02-19 16:26:59 -0500 (Thu, 19 Feb 2009) | 1 line MULE-4176 Disambiguate Encoding line in startup splash ........ ................ r14105 | dandiep | 2009-02-19 20:50:18 -0200 (Thu, 19 Feb 2009) | 9 lines Merged revisions 14103 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14103 | dandiep | 2009-02-19 17:43:47 -0500 (Thu, 19 Feb 2009) | 1 line Not all classpaths have these classes... ........ ................ r14110 | dfeist | 2009-02-20 10:56:55 -0200 (Fri, 20 Feb 2009) | 1 line Update version for continuing development ................ r14116 | dandiep | 2009-02-20 16:30:21 -0200 (Fri, 20 Feb 2009) | 1 line allow lazy initialization so users aren't responsible for calling initialise() if they have a <spring:bean/> ................ r14122 | dandiep | 2009-02-23 19:30:03 -0200 (Mon, 23 Feb 2009) | 9 lines Merged revisions 14120 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14120 | dandiep | 2009-02-23 16:17:48 -0500 (Mon, 23 Feb 2009) | 2 lines Need more connections if we're sending a 100 requests (like we do in the distro) ........ ................ r14133 | aperepel | 2009-02-25 13:33:16 -0200 (Wed, 25 Feb 2009) | 21 lines Merged revisions 14118-14119,14121-14122,14124-14128 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14118 | jwheeler | 2009-02-20 19:56:42 -0500 (Fri, 20 Feb 2009) | 1 line Added annotations for schema validation filter. ........ r14125 | aperepel | 2009-02-24 08:52:05 -0500 (Tue, 24 Feb 2009) | 1 line Renamed SimpleX -> TestX , so those dummy implementations don't come up in the hierarchy and clash with stock SimpleX aggregators/sequencers. ........ r14126 | aperepel | 2009-02-24 08:56:16 -0500 (Tue, 24 Feb 2009) | 1 line Added a TODO ........ r14128 | aperepel | 2009-02-24 17:07:26 -0500 (Tue, 24 Feb 2009) | 1 line Cleanup and a better toString() on arrays ........ ................ r14134 | aperepel | 2009-02-25 13:34:38 -0200 (Wed, 25 Feb 2009) | 13 lines Merged revisions 14129,14132 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14129 | aperepel | 2009-02-24 19:17:23 -0500 (Tue, 24 Feb 2009) | 1 line MULE-4199 this was missing from before ........ r14132 | aperepel | 2009-02-25 10:19:20 -0500 (Wed, 25 Feb 2009) | 1 line MULE-4199 Errorhandler example logic is broken - not routing messages to Email and JMS endpoints ........ ................ r14141 | aperepel | 2009-02-25 16:54:44 -0200 (Wed, 25 Feb 2009) | 20 lines Merged revisions 14140 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ................ r14140 | aperepel | 2009-02-25 13:52:05 -0500 (Wed, 25 Feb 2009) | 13 lines Merged revisions 14081-14090,14095-14096,14098-14100,14102-14110,14112,14115-14116,14118-14120,14122-14123,14125-14126,14128-14134,14136-14139 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14081 | ken.yagen | 2009-02-19 12:36:37 -0500 (Thu, 19 Feb 2009) | 1 line EE-1269: Average Response Time not calculated based on interval selected, inconsistent with other service measurements ........ r14139 | aperepel | 2009-02-25 13:48:05 -0500 (Wed, 25 Feb 2009) | 1 line EE-1269 improved ........ ................ ................ r14150 | dzapata | 2009-02-25 20:25:21 -0200 (Wed, 25 Feb 2009) | 21 lines Merged revisions 14148 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ................ r14148 | dzapata | 2009-02-25 13:57:04 -0800 (Wed, 25 Feb 2009) | 14 lines Merged revisions 14142-14143 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14142 | dzapata | 2009-02-25 11:04:05 -0800 (Wed, 25 Feb 2009) | 3 lines comment out testStockQuoteExample since it depends on an external webservice which fails constantly : EE-332 ........ r14143 | dzapata | 2009-02-25 12:50:27 -0800 (Wed, 25 Feb 2009) | 2 lines EE-332: exclude the stockquote tests until we implement a solution ........ ................ ................ r14151 | aperepel | 2009-02-25 20:31:32 -0200 (Wed, 25 Feb 2009) | 9 lines Merged revisions 14149 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14149 | aperepel | 2009-02-25 17:22:08 -0500 (Wed, 25 Feb 2009) | 1 line MULE-3847 Upgrade YourKit integration to v8.0.1 ........ ................ r14155 | aperepel | 2009-02-26 12:23:48 -0200 (Thu, 26 Feb 2009) | 9 lines Merged revisions 14154 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14154 | aperepel | 2009-02-26 09:21:34 -0500 (Thu, 26 Feb 2009) | 1 line Revert: MULE-3847 Upgrade YourKit integration to v8.0.1 (need to review api changes introduced) ........ ................ r14163 | aperepel | 2009-02-26 16:13:56 -0200 (Thu, 26 Feb 2009) | 40 lines Merged revisions 14115-14117,14119,14121-14124,14127,14130-14131,14133-14135,14139,14141-14145,14147,14150-14151,14155-14156 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ................ r14115 | dandiep | 2009-02-20 13:25:44 -0500 (Fri, 20 Feb 2009) | 9 lines Merged revisions 14114 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14114 | dandiep | 2009-02-20 13:21:05 -0500 (Fri, 20 Feb 2009) | 1 line allow lazy initialization so users aren't responsible for calling initialise() if they have a <spring:bean/> ........ ................ r14123 | dandiep | 2009-02-23 17:38:19 -0500 (Mon, 23 Feb 2009) | 1 line When in a distribution, these deps are versioned 1.0 ................ r14130 | tcarlson | 2009-02-25 09:21:12 -0500 (Wed, 25 Feb 2009) | 1 line Fix regressions from MULE-4130 (r13983) ................ r14131 | tcarlson | 2009-02-25 09:23:42 -0500 (Wed, 25 Feb 2009) | 1 line Fix regressions from MULE-4155 (r14009) ................ r14144 | jwheeler | 2009-02-25 16:00:51 -0500 (Wed, 25 Feb 2009) | 1 line Fixed the annotations. ................ r14145 | jwheeler | 2009-02-25 16:17:51 -0500 (Wed, 25 Feb 2009) | 1 line Finished editing the annotations. ................ r14156 | aperepel | 2009-02-26 10:40:46 -0500 (Thu, 26 Feb 2009) | 1 line Fixed a lifecycle state error ................ ................ r14164 | aperepel | 2009-02-26 16:16:50 -0200 (Thu, 26 Feb 2009) | 9 lines Merged revisions 14157 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14157 | aperepel | 2009-02-26 10:45:50 -0500 (Thu, 26 Feb 2009) | 1 line MULE-3847 Upgrade YourKit integration to v8.0.1. Now with APIs adapted ........ ................ r14172 | aperepel | 2009-02-27 13:34:22 -0200 (Fri, 27 Feb 2009) | 57 lines Merged revisions 14137,14139,14141-14143,14146-14147,14150-14151,14153,14155,14158-14169 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14137 | rossmason | 2009-02-25 11:58:41 -0500 (Wed, 25 Feb 2009) | 1 line Minor logging changes ........ r14146 | dandiep | 2009-02-25 16:33:08 -0500 (Wed, 25 Feb 2009) | 1 line No getPath() needed here. It's already included in the path. ........ r14153 | tcarlson | 2009-02-26 09:05:35 -0500 (Thu, 26 Feb 2009) | 1 line add a comment ........ r14158 | aperepel | 2009-02-26 10:51:26 -0500 (Thu, 26 Feb 2009) | 1 line Fixed some IllegalStateExceptions ........ r14159 | aperepel | 2009-02-26 10:52:17 -0500 (Thu, 26 Feb 2009) | 1 line Log the notification too ........ r14160 | jwheeler | 2009-02-26 12:38:05 -0500 (Thu, 26 Feb 2009) | 1 line Tweaked the annotations to make them show up in the wiki. ........ r14161 | jwheeler | 2009-02-26 12:40:34 -0500 (Thu, 26 Feb 2009) | 1 line Added simple javadoc entries. ........ r14162 | jwheeler | 2009-02-26 12:42:01 -0500 (Thu, 26 Feb 2009) | 1 line Fixed line breaks in the annotations. ........ r14165 | jwheeler | 2009-02-26 13:31:28 -0500 (Thu, 26 Feb 2009) | 1 line MULE-4145: updated annotation to correctly doc how to use dateStamp ........ r14166 | jwheeler | 2009-02-26 13:34:14 -0500 (Thu, 26 Feb 2009) | 1 line Fixed typo. ........ r14167 | dandiep | 2009-02-26 18:01:40 -0500 (Thu, 26 Feb 2009) | 1 line Examples have version 1.0 in their poms when in the distro... ........ r14168 | jwheeler | 2009-02-26 18:03:23 -0500 (Thu, 26 Feb 2009) | 1 line Corrected some annotations. ........ r14169 | aperepel | 2009-02-26 18:19:47 -0500 (Thu, 26 Feb 2009) | 1 line JavaDoc typo ........ ................ r14181 | aperepel | 2009-02-27 18:19:51 -0200 (Fri, 27 Feb 2009) | 37 lines Merged revisions 14173-14180 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14173 | aperepel | 2009-02-27 13:11:33 -0500 (Fri, 27 Feb 2009) | 1 line Get rid of some UMO legacy ........ r14174 | aperepel | 2009-02-27 13:11:51 -0500 (Fri, 27 Feb 2009) | 1 line Fixed javadoc ........ r14175 | aperepel | 2009-02-27 13:26:09 -0500 (Fri, 27 Feb 2009) | 1 line Cleanup ........ r14176 | aperepel | 2009-02-27 13:30:50 -0500 (Fri, 27 Feb 2009) | 1 line Get rid of some UMO legacy ........ r14177 | aperepel | 2009-02-27 13:35:08 -0500 (Fri, 27 Feb 2009) | 1 line Get rid of some UMO legacy ........ r14178 | aperepel | 2009-02-27 13:36:19 -0500 (Fri, 27 Feb 2009) | 1 line Get rid of some UMO legacy ........ r14179 | aperepel | 2009-02-27 13:46:19 -0500 (Fri, 27 Feb 2009) | 1 line Get rid of some UMO legacy (no code changes) ........ r14180 | aperepel | 2009-02-27 14:13:07 -0500 (Fri, 27 Feb 2009) | 1 line Cleanup ........ ................ r14183 | aperepel | 2009-02-27 18:45:04 -0200 (Fri, 27 Feb 2009) | 9 lines Merged revisions 14182 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14182 | aperepel | 2009-02-27 15:43:53 -0500 (Fri, 27 Feb 2009) | 1 line MULE-4222 CorrelationEventResequencer must not be abstract ........ ................ r14190 | dandiep | 2009-03-02 16:35:38 -0200 (Mon, 02 Mar 2009) | 9 lines Merged revisions 14189 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14189 | dandiep | 2009-03-02 13:17:32 -0500 (Mon, 02 Mar 2009) | 1 line MULE-3611: we were doing an unnecessary transform call which was screwing up the multiplewsdlcxftestcase. ........ ................ r14196 | aperepel | 2009-03-02 19:28:30 -0200 (Mon, 02 Mar 2009) | 13 lines Merged revisions 14194-14195 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14194 | aperepel | 2009-03-02 16:25:03 -0500 (Mon, 02 Mar 2009) | 1 line MULE-4226 Mule 2 Expression regex doesn't detect all expresssions ........ r14195 | aperepel | 2009-03-02 16:25:28 -0500 (Mon, 02 Mar 2009) | 1 line MULE-4226 Mule 2 Expression regex doesn't detect all expresssions (cleanup) ........ ................ r14204 | aperepel | 2009-03-03 15:39:36 -0200 (Tue, 03 Mar 2009) | 9 lines Merged revisions 14203 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14203 | aperepel | 2009-03-03 12:35:55 -0500 (Tue, 03 Mar 2009) | 1 line Fix license headers ........ ................ r14206 | dzapata | 2009-03-03 16:27:25 -0200 (Tue, 03 Mar 2009) | 9 lines Merged revisions 14205 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14205 | dzapata | 2009-03-03 10:13:55 -0800 (Tue, 03 Mar 2009) | 2 lines add test exclusion for RESTTestCase ........ ................ r14209 | aperepel | 2009-03-03 20:00:10 -0200 (Tue, 03 Mar 2009) | 9 lines Merged revisions 14208 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14208 | aperepel | 2009-03-03 16:10:01 -0500 (Tue, 03 Mar 2009) | 1 line MULE-4229 Outbound Routing breaks order created by <correlation-resequencer-router/>. There was no reason to use a concurrent map in the first place, as it was a local instance and any access to it was scoped to the current method/stack. Surprisingly, Iterator and Iterable return different order for LinkedHashMap, put a big "don't touch" warning in the code. ........ ................ r14212 | aperepel | 2009-03-03 22:23:58 -0200 (Tue, 03 Mar 2009) | 17 lines Recorded merge of revisions 14104-14107 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14104 | dzapata | 2009-02-19 17:46:23 -0500 (Thu, 19 Feb 2009) | 1 line add MuleParameterized class to support running Mule tests with parameterized data ........ r14106 | dzapata | 2009-02-19 18:14:46 -0500 (Thu, 19 Feb 2009) | 2 lines parameterize jms integration tests ........ r14107 | aperepel | 2009-02-19 19:20:18 -0500 (Thu, 19 Feb 2009) | 1 line Reverted r 14104 and 14106, as they are messed up. Set up codestyle before touching core classes. Also don't forget the svn properties setup. Don't reformat complete files together with code changes. ........ ................ r14213 | aperepel | 2009-03-03 22:27:44 -0200 (Tue, 03 Mar 2009) | 57 lines Merged revisions 14108-14114,14116-14117,14119,14121-14122,14124,14127,14133-14136,14138-14139,14141-14143,14147,14150-14152,14155,14163-14164,14170,14172,14181,14183-14188,14190-14193,14196-14202,14204,14206-14207,14209-14211 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14108 | dzapata | 2009-02-19 23:07:46 -0500 (Thu, 19 Feb 2009) | 2 lines fix formatting errors ........ r14136 | rossmason | 2009-02-25 11:58:20 -0500 (Wed, 25 Feb 2009) | 1 line Added support for parameterized Jms Vendor config ........ r14138 | rossmason | 2009-02-25 11:59:10 -0500 (Wed, 25 Feb 2009) | 1 line Migrated tests to parameterized model (Generic flows should not contain the jms namespace) ........ r14152 | rossmason | 2009-02-26 05:31:10 -0500 (Thu, 26 Feb 2009) | 1 line Minor fixes ........ r14184 | dandiep | 2009-02-27 16:24:56 -0500 (Fri, 27 Feb 2009) | 1 line Don't embed dependencies. ........ r14187 | rossmason | 2009-02-28 04:51:31 -0500 (Sat, 28 Feb 2009) | 1 line parameterizing tests ........ r14188 | rossmason | 2009-02-28 04:52:20 -0500 (Sat, 28 Feb 2009) | 1 line removed todo ........ r14191 | aperepel | 2009-03-02 14:43:42 -0500 (Mon, 02 Mar 2009) | 1 line Cleanup ........ r14192 | tcarlson | 2009-03-02 15:52:33 -0500 (Mon, 02 Mar 2009) | 1 line Fix EE-1174 regression ........ r14200 | jwheeler | 2009-03-02 19:37:43 -0500 (Mon, 02 Mar 2009) | 1 line Updated annotations. Removed cron from XSD and moving to wiki page, as it won't render correctly. ........ r14207 | tcarlson | 2009-03-03 13:49:44 -0500 (Tue, 03 Mar 2009) | 1 line Add TODO ........ r14210 | aperepel | 2009-03-03 18:43:22 -0500 (Tue, 03 Mar 2009) | 1 line Varargs baby ;) ........ r14211 | aperepel | 2009-03-03 19:11:16 -0500 (Tue, 03 Mar 2009) | 1 line Fix the build ........ ................ r14216 | aperepel | 2009-03-04 12:31:50 -0200 (Wed, 04 Mar 2009) | 9 lines Merged revisions 14215 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14215 | aperepel | 2009-03-04 09:31:23 -0500 (Wed, 04 Mar 2009) | 1 line Added a license header ........ ................ r14228 | aperepel | 2009-03-04 19:39:05 -0200 (Wed, 04 Mar 2009) | 9 lines Merged revisions 14227 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14227 | aperepel | 2009-03-04 16:11:09 -0500 (Wed, 04 Mar 2009) | 1 line Do not swallow exceptions, make behavior consistent ........ ................ r14229 | dandiep | 2009-03-04 20:04:24 -0200 (Wed, 04 Mar 2009) | 9 lines Merged revisions 14226 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14226 | dandiep | 2009-03-04 15:36:41 -0500 (Wed, 04 Mar 2009) | 1 line MULE-4231: add a namespace attribute to the schema. MULE-4225: add a flag to disable soap headers ........ ................ r14231 | dfeist | 2009-03-04 22:32:25 -0200 (Wed, 04 Mar 2009) | 25 lines Merged revisions 14217-14221 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14217 | jwheeler | 2009-03-04 14:24:59 -0200 (Wed, 04 Mar 2009) | 1 line Tweaked the annotations. ........ r14218 | jwheeler | 2009-03-04 14:42:18 -0200 (Wed, 04 Mar 2009) | 1 line Added the element names into the annotations so that configuration is clearer. ........ r14219 | jwheeler | 2009-03-04 15:07:49 -0200 (Wed, 04 Mar 2009) | 1 line Tweaked the annotations for more content/better display. ........ r14220 | jwheeler | 2009-03-04 15:14:33 -0200 (Wed, 04 Mar 2009) | 1 line Tweaked annotations. ........ r14221 | jwheeler | 2009-03-04 15:57:16 -0200 (Wed, 04 Mar 2009) | 1 line Removed formatting from annotations, since it looks crappy when displayed in the IDE. Won't be as clear on the wiki, but seems like the best compromise. ........ ................ r14237 | dandiep | 2009-03-05 14:50:23 -0200 (Thu, 05 Mar 2009) | 13 lines Merged revisions 14234,14236 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14234 | dandiep | 2009-03-04 22:55:02 -0500 (Wed, 04 Mar 2009) | 1 line Add in some friendly defaults. ........ r14236 | dandiep | 2009-03-05 11:44:03 -0500 (Thu, 05 Mar 2009) | 1 line MULE-4230: support protocolConnector on CXF outbound endpoints ........ ................ r14238 | aperepel | 2009-03-05 18:08:03 -0200 (Thu, 05 Mar 2009) | 9 lines Merged revisions 14235 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14235 | jwheeler | 2009-03-05 10:55:18 -0500 (Thu, 05 Mar 2009) | 1 line Removed formatting ........ ................ r14240 | aperepel | 2009-03-05 18:11:06 -0200 (Thu, 05 Mar 2009) | 9 lines Merged revisions 14239 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14239 | aperepel | 2009-03-05 15:10:28 -0500 (Thu, 05 Mar 2009) | 1 line MULE-4065 Typos in archetype prompts ........ ................ r14242 | aperepel | 2009-03-05 18:24:38 -0200 (Thu, 05 Mar 2009) | 9 lines Merged revisions 14241 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14241 | aperepel | 2009-03-05 15:23:25 -0500 (Thu, 05 Mar 2009) | 1 line MULE-4236 mule-module-spring-security is bundled in lib/opt instead of lib/mule ........ ................ r14243 | aperepel | 2009-03-05 19:42:42 -0200 (Thu, 05 Mar 2009) | 13 lines Merged revisions 14214,14216,14228-14230 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14214 | tcarlson | 2009-03-04 09:06:58 -0500 (Wed, 04 Mar 2009) | 1 line TODOs are usually removed when they are no longer TO DO... ........ r14230 | aperepel | 2009-03-04 17:04:38 -0500 (Wed, 04 Mar 2009) | 1 line Fixed a typo and improved an error message ........ ................ r14245 | aperepel | 2009-03-05 21:00:25 -0200 (Thu, 05 Mar 2009) | 9 lines Merged revisions 14244 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14244 | aperepel | 2009-03-05 17:59:23 -0500 (Thu, 05 Mar 2009) | 1 line Fixed a typo in the message and message method name ........ ................ r14249 | dandiep | 2009-03-10 20:06:33 -0200 (Tue, 10 Mar 2009) | 9 lines Merged revisions 14247 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14247 | dandiep | 2009-03-10 17:49:01 -0400 (Tue, 10 Mar 2009) | 1 line MULE-4246: servlet transport wasn't putting properties in the inbound scope. Also, tweak to HttpRequestMessageAdapter to prevent NPEs (MULE-4196). ........ ................ r14251 | dandiep | 2009-03-10 20:18:36 -0200 (Tue, 10 Mar 2009) | 9 lines Merged revisions 14250 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14250 | dandiep | 2009-03-10 18:14:06 -0400 (Tue, 10 Mar 2009) | 1 line This isn't legal it seems... ........ ................ r14254 | dandiep | 2009-03-11 00:45:25 -0200 (Wed, 11 Mar 2009) | 13 lines Merged revisions 14252-14253 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14252 | dandiep | 2009-03-10 19:54:24 -0400 (Tue, 10 Mar 2009) | 1 line Roll back MULE-4196 change. ........ r14253 | dandiep | 2009-03-10 20:46:12 -0400 (Tue, 10 Mar 2009) | 1 line We should really allow users to use the HEAD method\! ........ ................ r14257 | dandiep | 2009-03-11 17:12:12 -0200 (Wed, 11 Mar 2009) | 13 lines Merged revisions 14255-14256 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14255 | dandiep | 2009-03-11 14:50:41 -0400 (Wed, 11 Mar 2009) | 1 line MULE-4192: If we have a pass through component and the outbound router returns null, make sure our response payload is null too. ........ r14256 | dandiep | 2009-03-11 15:07:52 -0400 (Wed, 11 Mar 2009) | 1 line Thought of a simple fix to MULE-4196, we won't use the message property since it may be gone. We'll use the call we used to create the message property. ........ ................ r14264 | dandiep | 2009-03-11 19:02:57 -0200 (Wed, 11 Mar 2009) | 9 lines Merged revisions 14258 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14258 | dandiep | 2009-03-11 15:38:46 -0400 (Wed, 11 Mar 2009) | 1 line Fix failing test (which was written wrong...). Remove redundant remoteSync test. ........ ................ r14265 | aperepel | 2009-03-12 11:45:20 -0200 (Thu, 12 Mar 2009) | 33 lines Merged revisions 14246,14248-14249,14251,14254,14257,14259-14263 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14246 | aperepel | 2009-03-09 09:34:11 -0400 (Mon, 09 Mar 2009) | 1 line Unwrape reflective exceptions ........ r14248 | aperepel | 2009-03-10 17:54:39 -0400 (Tue, 10 Mar 2009) | 1 line Receiver is already disposed in destroyReceiver() ........ r14259 | aperepel | 2009-03-11 16:09:20 -0400 (Wed, 11 Mar 2009) | 1 line Varargs ........ r14260 | aperepel | 2009-03-11 16:28:45 -0400 (Wed, 11 Mar 2009) | 1 line A better toString() ........ r14261 | aperepel | 2009-03-11 16:30:51 -0400 (Wed, 11 Mar 2009) | 1 line A better toString() ........ r14262 | aperepel | 2009-03-11 16:34:05 -0400 (Wed, 11 Mar 2009) | 1 line Better message ........ r14263 | aperepel | 2009-03-11 16:45:20 -0400 (Wed, 11 Mar 2009) | 1 line MULE-4249 Lifecycle phase must be applied to Connectors before Services ........ ................ r14270 | aperepel | 2009-03-12 15:43:20 -0200 (Thu, 12 Mar 2009) | 9 lines Merged revisions 14269 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14269 | aperepel | 2009-03-12 13:38:55 -0400 (Thu, 12 Mar 2009) | 1 line Rolled back r 14263 MULE-4249 Lifecycle phase must be applied to Connectors before Services ........ ................ r14279 | aperepel | 2009-03-13 11:18:13 -0200 (Fri, 13 Mar 2009) | 21 lines Merged revisions 14274-14277 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14274 | aperepel | 2009-03-12 16:50:21 -0400 (Thu, 12 Mar 2009) | 1 line Fixed a typo in the method name ........ r14275 | aperepel | 2009-03-12 17:26:39 -0400 (Thu, 12 Mar 2009) | 1 line MULE-4255 NPE in jms tests using mocks. Get rid of this junk, it tests nothing, doesn't help us see a real lifecycle in a live system and is generally useless. ........ r14276 | aperepel | 2009-03-12 17:29:52 -0400 (Thu, 12 Mar 2009) | 1 line Nuke those eclipse-generated pseudo-javadocs. Who was that genius to invent them? :) ........ r14277 | aperepel | 2009-03-12 18:46:59 -0400 (Thu, 12 Mar 2009) | 1 line Added error feedback and more validation to param tests. Also added a MULE_TESTS log category to dump junit4 internals when needed. ........ ................ r14280 | dfeist | 2009-03-13 11:29:53 -0200 (Fri, 13 Mar 2009) | 8 lines Blocked revisions 14171 via svnmerge ........ r14171 | tcarlson | 2009-02-27 12:54:04 -0200 (Fri, 27 Feb 2009) | 1 line Preliminary work on MULE-4215 ........ ................ r14283 | dfeist | 2009-03-13 12:21:42 -0200 (Fri, 13 Mar 2009) | 41 lines Merged revisions 14266-14268,14271-14273,14278,14281-14282 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14266 | dfeist | 2009-03-12 12:32:45 -0200 (Thu, 12 Mar 2009) | 1 line Exclude only the assertions that are affected by the bug rather than excluding the whole test case. (MULE-4072 Timing/concurrency issue causes events to sometimes be processed when a paused SedaService is stopped) ........ r14267 | dfeist | 2009-03-12 14:26:36 -0200 (Thu, 12 Mar 2009) | 1 line MULE-4251 Connector workManager's should be disposed in stop phase before transport itself is stopped. ........ r14268 | dfeist | 2009-03-12 14:35:03 -0200 (Thu, 12 Mar 2009) | 1 line EE-606 Perform same tests carried out with VM with JMS that has the concept of being started/stopped. ........ r14271 | aperepel | 2009-03-12 15:55:18 -0200 (Thu, 12 Mar 2009) | 1 line No need to use vendor connector classes here ........ r14272 | aperepel | 2009-03-12 16:05:14 -0200 (Thu, 12 Mar 2009) | 1 line Make timeout scale depending on the master test watchdog timeout ........ r14273 | dfeist | 2009-03-12 16:25:01 -0200 (Thu, 12 Mar 2009) | 1 line Remove risky assertions that can fail depending on environment and just leave in the assertions we can rely on (EE-606 Perform same tests carried out with VM with JMS that has the concept of being started/stopped.) ........ r14278 | dfeist | 2009-03-12 21:31:04 -0200 (Thu, 12 Mar 2009) | 1 line Exclude another intermittent test method without excluding whole test case to ensure we maintain at least some graceful shutdown test coverage (MULE-4253) ........ r14281 | dfeist | 2009-03-13 12:07:11 -0200 (Fri, 13 Mar 2009) | 1 line MULE-4240 Filtering routers must operate on a copy of the message ........ r14282 | dfeist | 2009-03-13 12:10:21 -0200 (Fri, 13 Mar 2009) | 1 line Javadoc and JIRA reference (MULE-4240 Filtering routers must operate on a copy of the message) ........ ................ r14285 | dfeist | 2009-03-13 12:27:52 -0200 (Fri, 13 Mar 2009) | 1 line Update version for continuing development ................ r14289 | aperepel | 2009-03-13 15:36:18 -0200 (Fri, 13 Mar 2009) | 9 lines Merged revisions 14288 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14288 | aperepel | 2009-03-13 13:34:13 -0400 (Fri, 13 Mar 2009) | 1 line MULE-4257 Archetypes generate non-compilable FunctionalTestCases when defaults are used ........ ................ r14290 | aperepel | 2009-03-13 15:47:24 -0200 (Fri, 13 Mar 2009) | 1 line Related to MULE-4257 . Note that it can't be applied to 2.x until MULE-4044 is resolved ................ r14291 | aperepel | 2009-03-13 15:52:14 -0200 (Fri, 13 Mar 2009) | 1 line Drop outdated comment ................ r14296 | aperepel | 2009-03-13 18:17:39 -0200 (Fri, 13 Mar 2009) | 1 line Revert for now ................ r14300 | ken.yagen | 2009-03-13 20:27:58 -0200 (Fri, 13 Mar 2009) | 1 line Updated documentation link ................ r14304 | dfeist | 2009-03-15 08:19:11 -0300 (Sun, 15 Mar 2009) | 29 lines Merged revisions 14287,14295,14298-14299,14301-14302 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14287 | aperepel | 2009-03-13 13:41:36 -0200 (Fri, 13 Mar 2009) | 1 line Fix typos ........ r14295 | tcarlson | 2009-03-13 17:58:01 -0200 (Fri, 13 Mar 2009) | 1 line EE-1414 Allow generic JMS test suite to be run from Eclipse (not just Maven) ........ r14298 | aperepel | 2009-03-13 19:59:30 -0200 (Fri, 13 Mar 2009) | 1 line Fixed messed up multi-line messages ........ r14299 | ken.yagen | 2009-03-13 20:25:01 -0200 (Fri, 13 Mar 2009) | 1 line updated link to documentation ........ r14301 | tcarlson | 2009-03-13 21:18:02 -0200 (Fri, 13 Mar 2009) | 1 line EE-1389 WMQ functional tests ........ r14302 | dfeist | 2009-03-15 07:56:52 -0300 (Sun, 15 Mar 2009) | 1 line Add missing license header ........ ................ r14326 | dfeist | 2009-03-17 13:26:33 -0300 (Tue, 17 Mar 2009) | 9 lines Merged revisions 14325 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14325 | dfeist | 2009-03-16 21:18:54 -0300 (Mon, 16 Mar 2009) | 1 line Update root directory for source aggregation ........ ................ r14330 | dandiep | 2009-03-17 14:36:58 -0300 (Tue, 17 Mar 2009) | 13 lines Merged revisions 14328-14329 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14328 | dandiep | 2009-03-17 13:30:14 -0400 (Tue, 17 Mar 2009) | 1 line Payload should include query parameters for HTTP GET requests. ........ r14329 | dandiep | 2009-03-17 13:30:31 -0400 (Tue, 17 Mar 2009) | 1 line MULE-4252: correctly pull out features from the endpoint properties. ........ ................ r14340 | aperepel | 2009-03-18 16:22:12 -0300 (Wed, 18 Mar 2009) | 21 lines Merged revisions 14334,14336-14337,14339 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14334 | aperepel | 2009-03-17 16:47:57 -0400 (Tue, 17 Mar 2009) | 1 line Let the real replyTo handler please stand up! ........ r14336 | aperepel | 2009-03-18 13:22:40 -0400 (Wed, 18 Mar 2009) | 1 line Fixed javadocs ........ r14337 | aperepel | 2009-03-18 13:47:24 -0400 (Wed, 18 Mar 2009) | 1 line Oops, it was a while loop, not try/catch ........ r14339 | aperepel | 2009-03-18 15:17:41 -0400 (Wed, 18 Mar 2009) | 1 line MULE-4265 registry-bootstrap.properties should understand optional entries ........ ................ r14344 | dandiep | 2009-03-18 17:51:00 -0300 (Wed, 18 Mar 2009) | 9 lines Merged revisions 14342 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14342 | dandiep | 2009-03-18 16:45:49 -0400 (Wed, 18 Mar 2009) | 1 line Fix version on errorhandler POM. ........ ................ r14379 | dfeist | 2009-03-20 14:18:49 -0300 (Fri, 20 Mar 2009) | 12 lines Blocked revisions 14338,14377 via svnmerge ........ r14338 | tcarlson | 2009-03-18 16:07:49 -0300 (Wed, 18 Mar 2009) | 1 line Use global default WorkManager for reconnection rather than one from receiver/dispatcher/requester ........ r14377 | dfeist | 2009-03-20 13:59:57 -0300 (Fri, 20 Mar 2009) | 1 line Rollback r14338 because it didn't fix what we thought it would (conflict between clean connector stop and retry) ........ ................ r14435 | dfeist | 2009-03-27 09:49:00 -0300 (Fri, 27 Mar 2009) | 9 lines Merged revisions 14433 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14433 | dfeist | 2009-03-27 08:32:48 -0300 (Fri, 27 Mar 2009) | 1 line MULE-4281 archetypes generate test classes with wrong package name ........ ................ r14437 | dfeist | 2009-03-27 14:19:49 -0300 (Fri, 27 Mar 2009) | 1 line Update embedded distribution file name for consistency ................ r14439 | dfeist | 2009-03-27 19:56:33 -0300 (Fri, 27 Mar 2009) | 9 lines Merged revisions 14438 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14438 | dfeist | 2009-03-27 19:30:22 -0300 (Fri, 27 Mar 2009) | 1 line MULE-3137 Remove all references to xfire in code ........ ................ ................ r14887 | rossmason | 2009-06-04 22:55:06 +0200 (Thu, 04 Jun 2009) | 1 line update docs ................ r14889 | dfeist | 2009-06-05 05:12:53 +0200 (Fri, 05 Jun 2009) | 1 line Update namespaces/schemas of new config files merged into branch ................ ................ r14953 | dirk.olmes | 2009-06-15 14:00:54 +0200 (Mon, 15 Jun 2009) | 16 lines Blocked revisions 13677-13678,13704 via svnmerge ........ r13677 | dfeist | 2009-01-06 11:07:15 +0100 (Tue, 06 Jan 2009) | 1 line Module for more CXF examples ........ r13678 | dfeist | 2009-01-06 11:18:42 +0100 (Tue, 06 Jan 2009) | 1 line Module for more CXF examples ........ r13704 | dfeist | 2009-01-13 19:25:29 +0100 (Tue, 13 Jan 2009) | 1 line Remove this example from main mule source code, at least for now ........ ................ r14954 | dirk.olmes | 2009-06-15 14:14:45 +0200 (Mon, 15 Jun 2009) | 9 lines Merged revisions 13116 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13116 | dirk.olmes | 2008-10-22 12:16:23 +0200 (Wed, 22 Oct 2008) | 2 lines MULE-3849 (errorhandler does not build in maven on a clean system) ........ ................ r14955 | dirk.olmes | 2009-06-15 14:21:37 +0200 (Mon, 15 Jun 2009) | 9 lines Recorded merge of revisions 13117 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13117 | dirk.olmes | 2008-10-22 15:08:12 +0200 (Wed, 22 Oct 2008) | 2 lines MULE-3778 (Webapp example built with ant does not work) ........ ................ r14956 | dirk.olmes | 2009-06-15 14:33:58 +0200 (Mon, 15 Jun 2009) | 13 lines Merged revisions 13130-13131 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13130 | aperepel | 2008-10-24 17:56:37 +0200 (Fri, 24 Oct 2008) | 1 line MULE-3761 JMX statistics influenced by asynch dispatch are incorrect. Adapted the testcase. ........ r13131 | aperepel | 2008-10-24 18:06:18 +0200 (Fri, 24 Oct 2008) | 1 line MULE-3761 Made enqueue/deque operation with statistics update atomic. If statistics are disabled, just use no syncronization. ........ ................ r14957 | dirk.olmes | 2009-06-15 15:57:30 +0200 (Mon, 15 Jun 2009) | 8 lines Blocked revisions 13150 via svnmerge ........ r13150 | rossmason | 2008-10-27 17:03:41 +0100 (Mon, 27 Oct 2008) | 1 line fix the test ........ ................ r14958 | dirk.olmes | 2009-06-15 16:03:15 +0200 (Mon, 15 Jun 2009) | 9 lines Merged revisions 13151 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13151 | aperepel | 2008-10-27 18:34:27 +0100 (Mon, 27 Oct 2008) | 1 line Added a JIRA ref on why the block is commented out. ........ ................ r14959 | dirk.olmes | 2009-06-15 16:06:14 +0200 (Mon, 15 Jun 2009) | 9 lines Merged revisions 13152 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13152 | aperepel | 2008-10-27 18:46:57 +0100 (Mon, 27 Oct 2008) | 1 line Added a testcase for parse() to validate the functionality ........ ................ r14960 | dirk.olmes | 2009-06-15 16:47:55 +0200 (Mon, 15 Jun 2009) | 1 line update schema namespaces to the correct branch version ................ r14961 | dirk.olmes | 2009-06-15 16:53:29 +0200 (Mon, 15 Jun 2009) | 188 lines Blocked revisions 13108,13110,13115,13118,13126,13129,13132,13134,13138-13142,13147-13148,13150,13157,13160,13163-13166,13176-13182,13185-13197,13200,13206-13208 via svnmerge ........ r13108 | tcarlson | 2008-10-20 20:06:12 +0200 (Mon, 20 Oct 2008) | 1 line Use transport-specific endpoint ........ r13110 | tcarlson | 2008-10-21 20:39:40 +0200 (Tue, 21 Oct 2008) | 1 line Use transport-specific endpoints ........ r13115 | dirk.olmes | 2008-10-22 12:11:19 +0200 (Wed, 22 Oct 2008) | 2 lines EE-960 (http schema file location is missing in hello-http-config.xml) ........ r13118 | tcarlson | 2008-10-22 16:39:37 +0200 (Wed, 22 Oct 2008) | 2 lines This test never, ever passed (it was excluded since its creation in r10816), and according to its creator (Andrew Cooke) it was not needed in the end and "only left in case it was useful later" (comment on MULE-2996) ........ r13126 | aperepel | 2008-10-24 16:11:53 +0200 (Fri, 24 Oct 2008) | 1 line A testcase for MULE-3864 (JmxAgent throws an exception when mule context is restarted). Cannot reproduce, but adding this test to the suite anyway. ........ r13129 | aperepel | 2008-10-24 17:31:16 +0200 (Fri, 24 Oct 2008) | 1 line Enable the @Override annotation where commented out. Removed where doesn't apply (e.g. a method implementing an interface method can't have it). ........ r13132 | aperepel | 2008-10-24 18:41:06 +0200 (Fri, 24 Oct 2008) | 1 line A testcase for custom expression evaluator with direct programmatic registration. ........ r13134 | tcarlson | 2008-10-24 19:14:53 +0200 (Fri, 24 Oct 2008) | 1 line Follow up on an old TODO from acooke ........ r13138 | rossmason | 2008-10-27 08:36:57 +0100 (Mon, 27 Oct 2008) | 1 line MULE-3882. Removal of remoteSync. note that the remoteSyncTimeout property was renamed to responseTimeout. The global configuration properties on Muleconfiguration were also changed. Mule-3499 is also fixed by this changeset ........ r13139 | rossmason | 2008-10-27 08:41:44 +0100 (Mon, 27 Oct 2008) | 1 line MULE-3766. check return values from all message dispatchers ........ r13140 | rossmason | 2008-10-27 08:44:58 +0100 (Mon, 27 Oct 2008) | 1 line MULE-3842. Refactor expression evaluator api ........ r13141 | rossmason | 2008-10-27 08:45:17 +0100 (Mon, 27 Oct 2008) | 1 line removed redundant test ........ r13142 | rossmason | 2008-10-27 11:21:49 +0100 (Mon, 27 Oct 2008) | 1 line I can't run this locally for some reason. Hoping this will fix the issue ........ r13147 | dirk.olmes | 2008-10-27 12:39:29 +0100 (Mon, 27 Oct 2008) | 2 lines fix the build ........ r13148 | tcarlson | 2008-10-27 14:33:20 +0100 (Mon, 27 Oct 2008) | 1 line Clean up some confusing code ........ r13150 | rossmason | 2008-10-27 17:03:41 +0100 (Mon, 27 Oct 2008) | 1 line fix the test ........ r13157 | aperepel | 2008-10-27 21:20:07 +0100 (Mon, 27 Oct 2008) | 1 line Javadoc fixes ........ r13160 | dandiep | 2008-10-28 02:44:53 +0100 (Tue, 28 Oct 2008) | 1 line snippet tags ........ r13163 | aperepel | 2008-10-28 16:14:38 +0100 (Tue, 28 Oct 2008) | 1 line Open up the nested test class, used in some not-yet committed code, but might be required by a user. ........ r13164 | aperepel | 2008-10-28 19:05:51 +0100 (Tue, 28 Oct 2008) | 1 line Synchronize 'queue' field mutations. Updated iterator loops to use Java 5 foreach syntax. ........ r13165 | aperepel | 2008-10-28 19:07:13 +0100 (Tue, 28 Oct 2008) | 1 line Aggressively expose a race condition in the test. ........ r13166 | aperepel | 2008-10-28 19:32:07 +0100 (Tue, 28 Oct 2008) | 1 line Ensure the log statement and assert have the same number and the log doesn't lie. Temporarily enabled the test's DEBUG output. ........ r13176 | tcarlson | 2008-10-30 03:17:43 +0100 (Thu, 30 Oct 2008) | 1 line Fix CI failures ........ r13177 | tcarlson | 2008-10-30 03:34:10 +0100 (Thu, 30 Oct 2008) | 1 line Some healthy refactoring of security classes ........ r13178 | tcarlson | 2008-10-30 03:34:21 +0100 (Thu, 30 Oct 2008) | 1 line Add test classes for testing security ........ r13179 | tcarlson | 2008-10-30 03:36:38 +0100 (Thu, 30 Oct 2008) | 1 line Test cases for EE-979 ........ r13180 | tcarlson | 2008-10-30 14:04:15 +0100 (Thu, 30 Oct 2008) | 1 line Fix CI failures ........ r13181 | tcarlson | 2008-10-30 14:21:11 +0100 (Thu, 30 Oct 2008) | 1 line Fix CI failures ........ r13182 | tcarlson | 2008-10-30 17:12:05 +0100 (Thu, 30 Oct 2008) | 1 line This doesn't fail for me, let's try it again on CI ........ r13185 | rossmason | 2008-11-01 23:25:18 +0100 (Sat, 01 Nov 2008) | 1 line MULE-3840, MULE-3841. Refactor the ExpressionManager API and remove the singleton implementation ........ r13186 | rossmason | 2008-11-01 23:25:57 +0100 (Sat, 01 Nov 2008) | 1 line MULE-3898. Register default transformers with the Registry ........ r13187 | rossmason | 2008-11-01 23:27:14 +0100 (Sat, 01 Nov 2008) | 1 line MULE-3903. Add specific support for <test:web-service-component> in the test Namespace ........ r13188 | rossmason | 2008-11-01 23:27:44 +0100 (Sat, 01 Nov 2008) | 1 line MULE-3899. The Transient registry needs to be able to inject MuleContext ........ r13189 | rossmason | 2008-11-02 10:40:54 +0100 (Sun, 02 Nov 2008) | 1 line fix test now that the MuleContext is being injected ........ r13190 | rossmason | 2008-11-02 18:57:52 +0100 (Sun, 02 Nov 2008) | 1 line MULE-3303. Added support for configuring a global namespace manager that can be used by all XML filters, extressions and transformers ........ r13191 | rossmason | 2008-11-02 18:59:50 +0100 (Sun, 02 Nov 2008) | 1 line MULE-3904. Global namespace support for the JXPathFilter ........ r13192 | rossmason | 2008-11-02 19:01:13 +0100 (Sun, 02 Nov 2008) | 1 line MULE-3906. Global namespace support for the JaxenFilter ........ r13193 | rossmason | 2008-11-02 21:25:18 +0100 (Sun, 02 Nov 2008) | 1 line NPE handling ........ r13194 | rossmason | 2008-11-02 22:10:49 +0100 (Sun, 02 Nov 2008) | 1 line MULE-3907, MULE-3908. Support for namespaces in Xml expression evaluators ........ r13195 | rossmason | 2008-11-02 22:28:19 +0100 (Sun, 02 Nov 2008) | 1 line MULE-3909. Support for global namespaces ........ r13196 | rossmason | 2008-11-02 23:04:20 +0100 (Sun, 02 Nov 2008) | 1 line MULE-3910. Support for xpath-node results. ........ r13197 | rossmason | 2008-11-03 00:08:59 +0100 (Mon, 03 Nov 2008) | 1 line regression. now added logging rather than just swallow the exception ........ r13200 | aperepel | 2008-11-03 16:57:01 +0100 (Mon, 03 Nov 2008) | 1 line Use shorthand syntax for empty nodes. ........ r13206 | rossmason | 2008-11-04 08:57:52 +0100 (Tue, 04 Nov 2008) | 1 line MULE-3914. Global namespace support for SXC filters ........ r13207 | rossmason | 2008-11-04 10:14:38 +0100 (Tue, 04 Nov 2008) | 1 line MULE-3923. Renamed CorrelationAggregator ........ r13208 | rossmason | 2008-11-04 12:16:46 +0100 (Tue, 04 Nov 2008) | 1 line Changed the ExpressionEvaluator evaluate() signature to pass in a MuleMessage instead of a MessageAdapter ........ ................ r14962 | dirk.olmes | 2009-06-15 17:07:13 +0200 (Mon, 15 Jun 2009) | 9 lines Merged revisions 13224 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13224 | dandiep | 2008-11-05 03:20:45 +0100 (Wed, 05 Nov 2008) | 1 line MULE-3930: fix NPE with WS-Addressing and add test. ........ ................ r14963 | dirk.olmes | 2009-06-15 17:09:02 +0200 (Mon, 15 Jun 2009) | 9 lines Merged revisions 13225 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13225 | dandiep | 2008-11-05 03:23:02 +0100 (Wed, 05 Nov 2008) | 1 line turn logging back down ........ ................ r14964 | dirk.olmes | 2009-06-15 17:22:43 +0200 (Mon, 15 Jun 2009) | 9 lines Merged revisions 13303 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13303 | dandiep | 2008-11-12 18:41:45 +0100 (Wed, 12 Nov 2008) | 1 line MULE-3557: fix test case. Connections were being validated which was causing an extra message to be sent. Also, the SimpleStreamingBean needed to close the incoming stream ........ ................ r14965 | dirk.olmes | 2009-06-15 18:38:57 +0200 (Mon, 15 Jun 2009) | 244 lines Blocked revisions 13209-13214,13219,13226,13228,13235-13237,13246,13262,13264,13282-13284,13293,13314-13315,13320,13325-13329,13331-13334,13337-13341,13347-13348,13350-13356,13359-13363,13371-13372,13376-13377,13383,13385,13387-13388,13390-13391 via svnmerge ........ r13209 | rossmason | 2008-11-04 12:33:12 +0100 (Tue, 04 Nov 2008) | 1 line AutoTransform Xml string to document ........ r13210 | rossmason | 2008-11-04 12:33:28 +0100 (Tue, 04 Nov 2008) | 1 line Allow Boolean and String types to be returned ........ r13211 | rossmason | 2008-11-04 12:33:40 +0100 (Tue, 04 Nov 2008) | 1 line Auto wrap elements into a Document since other transformers and routers deal with Documents ........ r13212 | rossmason | 2008-11-04 12:45:30 +0100 (Tue, 04 Nov 2008) | 1 line MULE-3918, MULE-3919. Document the router elements. Ensure that the Expression splitter has the correct round robin attributes ........ r13213 | rossmason | 2008-11-04 12:47:52 +0100 (Tue, 04 Nov 2008) | 1 line MULE-3919. Tests for the different Expression splitter options. This fulfills part 2 of MULE-3920 (deprecating the Xml message splitter) ........ r13214 | rossmason | 2008-11-04 20:24:00 +0100 (Tue, 04 Nov 2008) | 1 line fix test. give us a green line! ........ r13219 | aperepel | 2008-11-04 21:54:23 +0100 (Tue, 04 Nov 2008) | 1 line Reverted the log level setting ........ r13226 | tcarlson | 2008-11-05 14:01:31 +0100 (Wed, 05 Nov 2008) | 1 line Try to stop intermittent failures ........ r13228 | dfeist | 2008-11-05 16:44:17 +0100 (Wed, 05 Nov 2008) | 1 line Refactor, improve and add some more documentation for ServiceInFlightMessagesTestCase. If this still fails intermittently then there are some assertions (waiting and testing that seda queue empties) that aren't that important that we can disable. ........ r13235 | tcarlson | 2008-11-06 13:04:10 +0100 (Thu, 06 Nov 2008) | 1 line Get more info. about this test failure ........ r13236 | dfeist | 2008-11-06 15:52:01 +0100 (Thu, 06 Nov 2008) | 1 line Refactor, improve and add some more documentation for ServiceInFlightMessagesTestCase. If this still fails intermittently then there are some assertions (waiting and testing that seda queue empties) that aren't that important that we can disable. ........ r13237 | dfeist | 2008-11-06 15:56:54 +0100 (Thu, 06 Nov 2008) | 1 line Opps... (Refactor, improve and add some more documentation for ServiceInFlightMessagesTestCase. If this still fails intermittently then there are some assertions (waiting and testing that seda queue empties) that aren't that important that we can disable.) ........ r13246 | aperepel | 2008-11-06 23:45:14 +0100 (Thu, 06 Nov 2008) | 1 line Removed sync block. It's useless, as it doesn't guard anything (it's a local var), and also because a set returned is immutable already. ........ r13262 | dzapata | 2008-11-07 18:13:27 +0100 (Fri, 07 Nov 2008) | 1 line remove extra endpoint definition ........ r13264 | dzapata | 2008-11-07 22:55:59 +0100 (Fri, 07 Nov 2008) | 1 line revert previous change 1326 ........ r13282 | tcarlson | 2008-11-11 22:23:39 +0100 (Tue, 11 Nov 2008) | 1 line Remove some unused/unnecessary booleans: connecting, disconnecting, disposing, useStrictConnectDisconnect ........ r13283 | tcarlson | 2008-11-11 22:24:42 +0100 (Tue, 11 Nov 2008) | 1 line Unused dep ........ r13284 | aperepel | 2008-11-11 22:52:16 +0100 (Tue, 11 Nov 2008) | 1 line Removed ex.printStackTrace() from production code. ........ r13293 | aperepel | 2008-11-12 15:54:28 +0100 (Wed, 12 Nov 2008) | 1 line Simplify ........ r13314 | aperepel | 2008-11-13 22:08:48 +0100 (Thu, 13 Nov 2008) | 1 line A test confirming the flow stopped via component calling setStopFurtherProcessing(true) ........ r13315 | aperepel | 2008-11-13 22:23:43 +0100 (Thu, 13 Nov 2008) | 1 line Cleanup and reuse an existing constant ........ r13320 | aperepel | 2008-11-13 23:02:59 +0100 (Thu, 13 Nov 2008) | 1 line A demo of a transformer stopping a flow for non-Callable components. ........ r13325 | aperepel | 2008-11-14 16:24:00 +0100 (Fri, 14 Nov 2008) | 1 line See if it helps ci to run green ........ r13326 | aperepel | 2008-11-14 17:42:24 +0100 (Fri, 14 Nov 2008) | 1 line Typos in method names ........ r13327 | aperepel | 2008-11-14 17:49:06 +0100 (Fri, 14 Nov 2008) | 1 line Use the shiny new disableTemporaryReplyToDestinations and avoid 'already closed' error (harmless, though). ........ r13328 | aperepel | 2008-11-14 17:55:09 +0100 (Fri, 14 Nov 2008) | 1 line Use the shiny new disableTemporaryReplyToDestinations and avoid 'already closed' error (harmless, though). ........ r13329 | aperepel | 2008-11-14 17:58:25 +0100 (Fri, 14 Nov 2008) | 1 line Use the shiny new disableTemporaryReplyToDestinations and avoid 'already closed' error (harmless, though). ........ r13331 | aperepel | 2008-11-14 20:21:43 +0100 (Fri, 14 Nov 2008) | 1 line Properly log the errors instead of dumping to an inaccessible sys console ........ r13332 | rossmason | 2008-11-15 19:14:42 +0100 (Sat, 15 Nov 2008) | 1 line Added a parse() method to configure using an expression string and a testcase ........ r13333 | rossmason | 2008-11-15 20:24:54 +0100 (Sat, 15 Nov 2008) | 1 line Removed deprecation since, now the constructor is fixed it still makes sense to have this signature ........ r13334 | rossmason | 2008-11-16 01:54:50 +0100 (Sun, 16 Nov 2008) | 1 line MULE-3951. Refactor the LoanBroker example to not use the ReflectionMessageBuilder. I also removed two of the custom transformers and replaced them with expression -based transformers to demonstrate the use of the <expression-transformer> and using expressions in the <message-properties-transformer> ........ r13337 | rossmason | 2008-11-16 07:12:58 +0100 (Sun, 16 Nov 2008) | 1 line MULE-3950. Filter router improvements. Tightened up the schema ........ r13338 | rossmason | 2008-11-16 07:14:14 +0100 (Sun, 16 Nov 2008) | 1 line MULE-3951. Migrated other testcase ........ r13339 | rossmason | 2008-11-16 07:43:39 +0100 (Sun, 16 Nov 2008) | 1 line MULE-3951. Change progammatic config to use a component binding ........ r13340 | rossmason | 2008-11-16 07:44:39 +0100 (Sun, 16 Nov 2008) | 1 line MULE-2554. deprecated the MessageBuilder component ........ r13341 | rossmason | 2008-11-16 07:47:49 +0100 (Sun, 16 Nov 2008) | 1 line Should use injection via the ObjectProcessor ........ r13347 | rossmason | 2008-11-16 16:52:45 +0100 (Sun, 16 Nov 2008) | 1 line seems to be a bug in the intellij file rename refactoring... ........ r13348 | rossmason | 2008-11-16 18:02:29 +0100 (Sun, 16 Nov 2008) | 1 line revert, raise a jira ........ r13350 | rossmason | 2008-11-17 03:17:40 +0100 (Mon, 17 Nov 2008) | 1 line Auto Wrap w3c Element objects into a Dom ........ r13351 | rossmason | 2008-11-17 03:18:33 +0100 (Mon, 17 Nov 2008) | 1 line MULE-3955, support for 'all' attachments/headers. MULE-3956, support for optional arguments. MULE-3957 support for Registry Expressions ........ r13352 | rossmason | 2008-11-17 03:53:55 +0100 (Mon, 17 Nov 2008) | 1 line MULE-3955, support for 'all' attachments/headers. MULE-3956, support for optional arguments. MULE-3957 support for Registry Expressions ........ r13353 | rossmason | 2008-11-17 11:23:55 +0100 (Mon, 17 Nov 2008) | 1 line MULE-3955, support for 'all' attachments/headers. MULE-3956, support for optional arguments. MULE-3957 support for Registry Expressions ........ r13354 | rossmason | 2008-11-17 11:25:10 +0100 (Mon, 17 Nov 2008) | 1 line MULE-3955, support for 'all' attachments/headers. MULE-3956, support for optional arguments. MULE-3957 support for Registry Expressions ........ r13355 | rossmason | 2008-11-17 16:30:48 +0100 (Mon, 17 Nov 2008) | 1 line MULE-3958. Allow disabling of Temporary destinations on the endpoint and the connector. Added a test case ........ r13356 | rossmason | 2008-11-17 17:43:41 +0100 (Mon, 17 Nov 2008) | 1 line Test for: MULE-3423 ........ r13359 | aperepel | 2008-11-17 22:53:26 +0100 (Mon, 17 Nov 2008) | 1 line MULE-3896 Renamed SQLStrategy -> SqlStatementStrategy ........ r13360 | aperepel | 2008-11-17 22:55:23 +0100 (Mon, 17 Nov 2008) | 1 line MULE-3896 Renamed SQLStrategyFactory -> DefaultSqlStatementStrategyFactory ........ r13361 | aperepel | 2008-11-18 16:05:29 +0100 (Tue, 18 Nov 2008) | 1 line MULE-3896 Here, nice, clear and simple NameSpaceHandler for defining a nested child element either through a 'class' attribute inline or external bean 'ref'. Extracted an interface for the SqlStatementStrategyFactory, renamed the old class to DefaultXXX. ........ r13362 | aperepel | 2008-11-18 16:26:54 +0100 (Tue, 18 Nov 2008) | 1 line MULE-3896 Minor improvements ........ r13363 | aperepel | 2008-11-18 16:34:48 +0100 (Tue, 18 Nov 2008) | 1 line Oops, junk got in ........ r13371 | tcarlson | 2008-11-18 20:13:59 +0100 (Tue, 18 Nov 2008) | 1 line MULE-3965 Merge tests/integration-jdk5 back into tests/integration ........ r13372 | tcarlson | 2008-11-18 20:19:18 +0100 (Tue, 18 Nov 2008) | 1 line MULE-3965 Merge tests/integration-jdk5 back into tests/integration ........ r13376 | dirk.olmes | 2008-11-19 06:49:29 +0100 (Wed, 19 Nov 2008) | 2 lines MULE-3753 (Remove the POM workarounds for split JDK build) ........ r13377 | rossmason | 2008-11-19 07:45:59 +0100 (Wed, 19 Nov 2008) | 1 line Corrections for MULE-3423 ........ r13383 | aperepel | 2008-11-19 17:32:27 +0100 (Wed, 19 Nov 2008) | 1 line Refactor JDBC schema for easier EE extension ........ r13385 | aperepel | 2008-11-19 18:22:07 +0100 (Wed, 19 Nov 2008) | 1 line IDE and runtime (maven) seem to be using different parsers? :( ........ r13387 | aperepel | 2008-11-19 22:21:27 +0100 (Wed, 19 Nov 2008) | 1 line Further refining jdbc schema to support extensions ........ r13388 | aperepel | 2008-11-19 22:24:22 +0100 (Wed, 19 Nov 2008) | 1 line Updated the javadoc ........ r13390 | aperepel | 2008-11-19 22:49:07 +0100 (Wed, 19 Nov 2008) | 1 line I said protected. So freakishly simple rule, but causes much pain for extenders ........ r13391 | rossmason | 2008-11-20 16:22:54 +0100 (Thu, 20 Nov 2008) | 1 line Added some logging ........ ................ r14966 | dirk.olmes | 2009-06-15 19:39:52 +0200 (Mon, 15 Jun 2009) | 8 lines Blocked revisions 13392 via svnmerge ........ r13392 | rossmason | 2008-11-20 16:23:23 +0100 (Thu, 20 Nov 2008) | 1 line MULE-3971. add a count expression ........ ................ r14970 | dirk.olmes | 2009-06-16 04:27:11 +0200 (Tue, 16 Jun 2009) | 106 lines Blocked revisions 13393-13396,13401,13405-13407,13409-13410,13416,13419,13428-13429,13431-13437,13439-13442 via svnmerge ........ r13393 | rossmason | 2008-11-20 16:24:23 +0100 (Thu, 20 Nov 2008) | 1 line MULE-3970. String expressions support ........ r13394 | rossmason | 2008-11-20 16:25:04 +0100 (Thu, 20 Nov 2008) | 1 line MULE-3970. String expressions support ........ r13395 | rossmason | 2008-11-20 16:31:34 +0100 (Thu, 20 Nov 2008) | 1 line Tests for the bean utils ........ r13396 | aperepel | 2008-11-20 16:38:32 +0100 (Thu, 20 Nov 2008) | 1 line Minor improvements ........ r13401 | rossmason | 2008-11-20 23:58:31 +0100 (Thu, 20 Nov 2008) | 1 line MULE-3972. Qualify expression arguments with braces ........ r13405 | aperepel | 2008-11-21 17:52:11 +0100 (Fri, 21 Nov 2008) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-13404" from https://svn.codehaus.org/mule/branches/multi-tx ........ r13406 | aperepel | 2008-11-21 17:53:23 +0100 (Fri, 21 Nov 2008) | 1 line Hey, I didn't tell you to commit every changelist.. ........ r13407 | aperepel | 2008-11-21 17:56:53 +0100 (Fri, 21 Nov 2008) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-13404" from https://svn.codehaus.org/mule/branches/multi-tx ........ r13409 | rossmason | 2008-11-22 09:11:11 +0100 (Sat, 22 Nov 2008) | 1 line MULE-3980. Support for a bean builder transformer ........ r13410 | rossmason | 2008-11-22 16:15:42 +0100 (Sat, 22 Nov 2008) | 1 line MULE-3924. Cleaned up Nestedrouter naming to BindingCollection and binding. ........ r13416 | dirk.olmes | 2008-11-25 15:29:26 +0100 (Tue, 25 Nov 2008) | 2 lines MULE-3949 (Support a JDK 1.6 profile so that we test against 1.6 without tripping over JDBC issues) ........ r13419 | aperepel | 2008-11-25 16:32:23 +0100 (Tue, 25 Nov 2008) | 1 line Set watchdog back to 1 minute, don't waste half an hour on RESTTestCase using external site. ........ r13428 | tcarlson | 2008-11-26 14:57:18 +0100 (Wed, 26 Nov 2008) | 1 line Update method name + description ........ r13429 | tcarlson | 2008-11-26 15:21:34 +0100 (Wed, 26 Nov 2008) | 1 line Add JIRA reference ........ r13431 | dirk.olmes | 2008-11-27 11:43:50 +0100 (Thu, 27 Nov 2008) | 1 line MULE-3992 (JettyContinuationsTwoEndpointsSinglePortTestCase hangs on JDK6) ........ r13432 | tcarlson | 2008-11-27 17:20:58 +0100 (Thu, 27 Nov 2008) | 1 line Improve javadoc ........ r13433 | tcarlson | 2008-11-27 17:35:31 +0100 (Thu, 27 Nov 2008) | 1 line Transformers deserve their own package ........ r13434 | tcarlson | 2008-11-27 17:43:29 +0100 (Thu, 27 Nov 2008) | 1 line Transformers deserve their own package ........ r13435 | rossmason | 2008-11-27 21:09:21 +0100 (Thu, 27 Nov 2008) | 1 line MULE-3933. Minor improvements to the EndpointSelector router. Now supports a default endpoint name ........ r13436 | rossmason | 2008-11-27 21:10:31 +0100 (Thu, 27 Nov 2008) | 1 line MULE-3920. Deprecation warnings ........ r13437 | rossmason | 2008-11-27 21:11:29 +0100 (Thu, 27 Nov 2008) | 1 line Add the ability to validate the return type ........ r13439 | rossmason | 2008-11-30 14:24:48 +0100 (Sun, 30 Nov 2008) | 1 line MULE-2682. Ognl Expression evaluator. ........ r13440 | rossmason | 2008-11-30 14:37:28 +0100 (Sun, 30 Nov 2008) | 1 line cleaned up the MessagePropertiesContext and added a package method for copying the context. this should be quicker than using the message API to copy the properties ........ r13441 | rossmason | 2008-11-30 14:37:44 +0100 (Sun, 30 Nov 2008) | 1 line copy the properties context directly. its quicker ........ r13442 | rossmason | 2008-11-30 14:38:10 +0100 (Sun, 30 Nov 2008) | 1 line MULE-3996, MULE-3979, MULE-3411. ........ ................ r14971 | dirk.olmes | 2009-06-16 05:20:29 +0200 (Tue, 16 Jun 2009) | 9 lines Merged revisions 13556 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13556 | aperepel | 2008-12-04 17:01:07 +0100 (Thu, 04 Dec 2008) | 1 line MULE-3250 Rename 'numberOfConcurrentTransactedReceivers' property for JmsConnector. Introduced a synonym getters and setters in JmsConnector pointing to the numberOfConcurrentTransactedReceivers. This way we guarantee it always works without messing with namespace handlers and schemas. ........ ................ r14972 | dirk.olmes | 2009-06-16 05:25:05 +0200 (Tue, 16 Jun 2009) | 9 lines Merged revisions 13562 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13562 | tcarlson | 2008-12-05 19:24:49 +0100 (Fri, 05 Dec 2008) | 1 line Fix NPE ........ ................ r14973 | dirk.olmes | 2009-06-16 05:42:39 +0200 (Tue, 16 Jun 2009) | 9 lines Merged revisions 13647 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13647 | aperepel | 2008-12-16 00:08:14 +0100 (Tue, 16 Dec 2008) | 1 line Use existing constants ........ ................ r14974 | dirk.olmes | 2009-06-16 05:47:14 +0200 (Tue, 16 Jun 2009) | 9 lines Merged revisions 13657 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13657 | tcarlson | 2008-12-17 19:38:02 +0100 (Wed, 17 Dec 2008) | 1 line Better logging ........ ................ r14975 | dirk.olmes | 2009-06-16 05:52:14 +0200 (Tue, 16 Jun 2009) | 9 lines Merged revisions 13671 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13671 | dzapata | 2008-12-23 18:04:55 +0100 (Tue, 23 Dec 2008) | 2 lines add config file param to the LoanBrokerApp ........ ................ r14976 | dirk.olmes | 2009-06-16 05:53:59 +0200 (Tue, 16 Jun 2009) | 9 lines Merged revisions 13672 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13672 | aperepel | 2008-12-29 20:58:06 +0100 (Mon, 29 Dec 2008) | 1 line Log at a correct level ........ ................ r14977 | dirk.olmes | 2009-06-16 05:59:11 +0200 (Tue, 16 Jun 2009) | 9 lines Recorded merge of revisions 13676 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13676 | dandiep | 2009-01-05 21:04:12 +0100 (Mon, 05 Jan 2009) | 1 line MULE-4037: Add a HTTP_CONTEXT_PATH_PROEPRTY (Where the endpoint is mounted) and a HTTP_REQUEST_PATH_PROPERTY (the path of the request without the query string). Makes writing REST components and dealing with WSDL URL generation much easier. ........ ................ r14978 | dirk.olmes | 2009-06-16 06:03:58 +0200 (Tue, 16 Jun 2009) | 9 lines Recorded merge of revisions 13683 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13683 | dandiep | 2009-01-09 18:26:01 +0100 (Fri, 09 Jan 2009) | 1 line MULE-3620: make servlet transport find receivers correctly and not based on some incredibly hackish algorithm. To do this I added a hack to the axis transport to treat the servlet transport differently. This is because when Axis is listening on normal HTTP endpoints it doesn't require the service name in the url (http://foo/services), but on the servlet transport it does require this (http://foo/services/your_service). This is related to MULE-3931, which I'm going to mark as won't fix. While it would clean up this code, it would cause backward incompatiblity. And for code we hope to deprecate its not worth the effort. ........ ................ r14979 | dirk.olmes | 2009-06-16 06:17:02 +0200 (Tue, 16 Jun 2009) | 9 lines Merged revisions 13701 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13701 | aperepel | 2009-01-13 16:58:13 +0100 (Tue, 13 Jan 2009) | 1 line Improved TX status reporting, now outputs human-readable TX descriptions from the javax.transaction.Status class ........ ................ r14980 | dirk.olmes | 2009-06-16 06:21:28 +0200 (Tue, 16 Jun 2009) | 9 lines Merged revisions 13703 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13703 | tcarlson | 2009-01-13 19:02:07 +0100 (Tue, 13 Jan 2009) | 1 line Add more functionality for working with Derby ........ ................ r14981 | dirk.olmes | 2009-06-16 06:25:39 +0200 (Tue, 16 Jun 2009) | 9 lines Merged revisions 13709 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13709 | tcarlson | 2009-01-14 02:31:28 +0100 (Wed, 14 Jan 2009) | 1 line More functionality + a bug fix ........ ................ r14982 | dirk.olmes | 2009-06-16 07:00:03 +0200 (Tue, 16 Jun 2009) | 651 lines Blocked revisions 13443-13453,13457-13462,13464,13484,13561,13563,13574,13591,13594-13596,13598,13600,13602,13606,13623,13626,13630-13632,13637-13638,13641-13642,13655-13656,13666-13667,13669-13670,13675,13679-13680,13682,13684,13687-13695,13697-13700,13702,13705-13708,13710-13711,13715-13716,13718-13721,13723-13724,13727,13729-13731,13733,13735,13737-13740,13742-13744,13746-13751,13753,13762,13770-13774,13776-13777,13782-13783,13786-13791,13793,13797-13806 via svnmerge ................ r13443 | rossmason | 2008-11-30 14:38:35 +0100 (Sun, 30 Nov 2008) | 1 line MULE-841. Unified the MessageResequencer to use the EventCorrelator like other routers ................ r13444 | rossmason | 2008-11-30 14:39:08 +0100 (Sun, 30 Nov 2008) | 1 line MULE-3997. Added support for getting properties for a given scope. Added a properties test case. ................ r13445 | rossmason | 2008-11-30 14:39:50 +0100 (Sun, 30 Nov 2008) | 1 line MULE-4000. Changed the getProperty signature and check the session properties ................ r13446 | rossmason | 2008-11-30 15:26:10 +0100 (Sun, 30 Nov 2008) | 1 line oops ................ r13447 | rossmason | 2008-11-30 15:32:35 +0100 (Sun, 30 Nov 2008) | 1 line omit to get the build server green again ................ r13448 | rossmason | 2008-11-30 15:46:11 +0100 (Sun, 30 Nov 2008) | 1 line Added some JavaDoc ................ r13449 | rossmason | 2008-11-30 16:29:34 +0100 (Sun, 30 Nov 2008) | 1 line Use the invocation scope for temporary properties ................ r13450 | rossmason | 2008-11-30 17:27:01 +0100 (Sun, 30 Nov 2008) | 1 line MULE-3300. The chnages to ther MessgaePropertiesContext *should* have fixed the property scribbling issue. Working for me locally, lets try the build server... ................ r13451 | rossmason | 2008-11-30 17:36:20 +0100 (Sun, 30 Nov 2008) | 1 line MULE-3300. beefed up the testcase to use more concurrent threads ................ r13452 | rossmason | 2008-11-30 22:37:00 +0100 (Sun, 30 Nov 2008) | 1 line MULE-1684. pass on the method information on the binding so that the endpoint can use it. ................ r13453 | rossmason | 2008-12-01 00:13:44 +0100 (Mon, 01 Dec 2008) | 1 line added new dependency ................ r13457 | dirk.olmes | 2008-12-01 12:24:04 +0100 (Mon, 01 Dec 2008) | 2 lines MULE-3686 (MulticastConnectorFunctionalTestCase fails on CI): fix the override in MulticastConnector and enable the test to see if it still fails on CI ................ r13458 | tcarlson | 2008-12-01 14:18:05 +0100 (Mon, 01 Dec 2008) | 1 line Temporary branch for new webapp example ................ r13459 | tcarlson | 2008-12-01 14:21:04 +0100 (Mon, 01 Dec 2008) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-13458" from https://svn.codehaus.org/mule/branches/mule-2.x/examples/new-bookstore ................ r13460 | tcarlson | 2008-12-01 14:55:01 +0100 (Mon, 01 Dec 2008) | 1 line New webapp example ................ r13461 | tcarlson | 2008-12-01 15:00:55 +0100 (Mon, 01 Dec 2008) | 3 lines Removed merge tracking for "svnmerge" for https://svn.codehaus.org/mule/branches/mule-2.x/examples/new-bookstore ................ r13462 | tcarlson | 2008-12-01 15:01:48 +0100 (Mon, 01 Dec 2008) | 1 line Oops, messed that up ................ r13464 | tcarlson | 2008-12-01 15:04:13 +0100 (Mon, 01 Dec 2008) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-13463" from https://svn.codehaus.org/mule/branches/mule-2.x-new-bookstore ................ r13484 | dandiep | 2008-12-02 00:15:44 +0100 (Tue, 02 Dec 2008) | 1 line Test jetty:// style endpoints ................ r13561 | tcarlson | 2008-12-05 19:23:47 +0100 (Fri, 05 Dec 2008) | 1 line Move the GMail connector from DD's bookstore example to the email transport itself ................ r13563 | tcarlson | 2008-12-05 19:27:05 +0100 (Fri, 05 Dec 2008) | 1 line New transformer ................ r13574 | tcarlson | 2008-12-08 15:23:24 +0100 (Mon, 08 Dec 2008) | 1 line Add transformers to servlet namespace ................ r13591 | dandiep | 2008-12-09 20:33:42 +0100 (Tue, 09 Dec 2008) | 1 line EE-1100: Upgrade to SXC 0.7.3 ................ r13594 | dandiep | 2008-12-09 22:12:08 +0100 (Tue, 09 Dec 2008) | 1 line An additional test case for wildcard endpoints. ................ r13595 | dandiep | 2008-12-09 23:16:23 +0100 (Tue, 09 Dec 2008) | 1 line MULE-4032: Spring security module ................ r13596 | dandiep | 2008-12-09 23:18:33 +0100 (Tue, 09 Dec 2008) | 1 line svn ignores ................ r13598 | dandiep | 2008-12-09 23:45:23 +0100 (Tue, 09 Dec 2008) | 1 line Exclude test case ................ r13600 | dandiep | 2008-12-10 03:51:08 +0100 (Wed, 10 Dec 2008) | 1 line Commit pom.xml change. ................ r13602 | aperepel | 2008-12-10 19:16:41 +0100 (Wed, 10 Dec 2008) | 1 line MULE-4035 Support Spring-first style configuration for Mule embedded in a webapp ................ r13606 | tcarlson | 2008-12-10 20:04:40 +0100 (Wed, 10 Dec 2008) | 1 line Integrate new bookstore example into distro ................ r13623 | tcarlson | 2008-12-11 18:38:54 +0100 (Thu, 11 Dec 2008) | 1 line This branch has been merged back into mule-2.x/examples/bookstore ................ r13626 | aperepel | 2008-12-11 22:33:23 +0100 (Thu, 11 Dec 2008) | 1 line Removed the TODO which should be should be fixed by now ................ r13630 | dandiep | 2008-12-11 23:04:37 +0100 (Thu, 11 Dec 2008) | 1 line MULE-3992: this appears to be a race condition and failing sometimes on all platforms. Assigned the issue to Ross as I think he has a better handle of what he intended with the continuations support. ................ r13631 | dandiep | 2008-12-11 23:12:45 +0100 (Thu, 11 Dec 2008) | 1 line disable test since it fails. MULE-3686 ................ r13632 | dandiep | 2008-12-11 23:29:34 +0100 (Thu, 11 Dec 2008) | 1 line cleanup ................ r13637 | dandiep | 2008-12-12 18:14:24 +0100 (Fri, 12 Dec 2008) | 1 line "Improved" Spring Security syntax. Per the spring guys we're suppsoed to use the AuthenticationManager instead of the AuthenticationProvider interface: http://jira.springframework.org/browse/SEC-1053 ................ r13638 | tcarlson | 2008-12-12 18:15:54 +0100 (Fri, 12 Dec 2008) | 1 line Test different headers to ensure MuleMessageToHttpResponse was used (regression from MULE-4047) ................ r13641 | tcarlson | 2008-12-15 18:02:25 +0100 (Mon, 15 Dec 2008) | 1 line Add missing repo info. so that deploy goal doesn't fail ................ r13642 | aperepel | 2008-12-15 22:15:48 +0100 (Mon, 15 Dec 2008) | 1 line svn ignores ................ r13655 | tcarlson | 2008-12-17 14:52:37 +0100 (Wed, 17 Dec 2008) | 1 line Clean up debug output ................ r13656 | aperepel | 2008-12-17 16:30:38 +0100 (Wed, 17 Dec 2008) | 1 line Moving stuff around to avoid split packages ................ r13666 | tcarlson | 2008-12-19 19:16:27 +0100 (Fri, 19 Dec 2008) | 1 line MULE-4060 Bump ActiveMQ version to 4.1.2 ................ r13667 | tcarlson | 2008-12-19 20:54:30 +0100 (Fri, 19 Dec 2008) | 1 line closeQuietly() should live up to its name ................ r13669 | tcarlson | 2008-12-22 13:54:35 +0100 (Mon, 22 Dec 2008) | 1 line Revert r13667 ................ r13670 | tcarlson | 2008-12-23 13:48:33 +0100 (Tue, 23 Dec 2008) | 1 line MULE-4060 Bump ActiveMQ version to 4.1.2 ................ r13675 | dfeist | 2008-12-30 03:19:43 +0100 (Tue, 30 Dec 2008) | 1 line Complete work renaming defaultSynchronousEventTimeout to defaultResponseTimeout (MULE-3882 remoteSync attribute on endpoints can be removed) ................ r13679 | dandiep | 2009-01-08 00:27:09 +0100 (Thu, 08 Jan 2009) | 1 line Deal more gracefully with concurrency exceptions due to a bug in GreenMail ................ r13680 | dandiep | 2009-01-08 17:41:30 +0100 (Thu, 08 Jan 2009) | 1 line MULE-4038: ensure jetty http stem matching works the same way as all the other http code. ................ r13682 | dandiep | 2009-01-08 19:34:49 +0100 (Thu, 08 Jan 2009) | 1 line Give this test some more time to process messages because it was failing on some machines. ................ r13684 | tcarlson | 2009-01-09 19:04:59 +0100 (Fri, 09 Jan 2009) | 1 line Give some info when logging ................ r13687 | tcarlson | 2009-01-09 19:09:46 +0100 (Fri, 09 Jan 2009) | 1 line Exception handling and retry is done by the connector ................ r13688 | dandiep | 2009-01-09 20:48:39 +0100 (Fri, 09 Jan 2009) | 1 line Remove unnecessary addition. ................ r13689 | aperepel | 2009-01-09 20:51:29 +0100 (Fri, 09 Jan 2009) | 1 line Added braces to the if statement ................ r13690 | aperepel | 2009-01-09 21:14:37 +0100 (Fri, 09 Jan 2009) | 1 line MULE-4025 Fixed typos in interface method names, improved to be of a more generic callback style. ................ r13691 | aperepel | 2009-01-09 21:45:40 +0100 (Fri, 09 Jan 2009) | 1 line No response, assuming ok with reverting r13684 ................ r13692 | aperepel | 2009-01-09 22:22:42 +0100 (Fri, 09 Jan 2009) | 1 line Rolled back r13687 to fix the build. Also, reviewing the code, it appears that with the introduced changes every exception would have been handled by the *connector*, and e.g. a service exception strategy wouldn't even kick in. ................ r13693 | aperepel | 2009-01-09 23:21:11 +0100 (Fri, 09 Jan 2009) | 1 line JDBC connector now does a connection blip, thus needs a physical database present. Set up one and add a proper cleanup ................ r13694 | aperepel | 2009-01-10 19:51:11 +0100 (Sat, 10 Jan 2009) | 1 line Cleaning up the schema ................ r13695 | aperepel | 2009-01-10 20:20:29 +0100 (Sat, 10 Jan 2009) | 1 line Cleanup ................ r13697 | tcarlson | 2009-01-12 17:32:25 +0100 (Mon, 12 Jan 2009) | 1 line At least use the right class name when logging ................ r13698 | aperepel | 2009-01-12 22:09:11 +0100 (Mon, 12 Jan 2009) | 1 line Call super too ................ r13699 | dandiep | 2009-01-13 03:34:05 +0100 (Tue, 13 Jan 2009) | 1 line Remove MultipleWsdlCxfCallsTestCase and add in a required property for wsdl-cxf (no idea why this should be required) ................ r13700 | aperepel | 2009-01-13 16:39:39 +0100 (Tue, 13 Jan 2009) | 1 line MULE-4086 Improve a warning message for 'no resource bound' ................ r13702 | tcarlson | 2009-01-13 19:00:57 +0100 (Tue, 13 Jan 2009) | 1 line Don't try to reconnect if we're not connected in the first place ................ r13705 | dandiep | 2009-01-13 19:44:59 +0100 (Tue, 13 Jan 2009) | 1 line This is no longer needed for CXF. ................ r13706 | tcarlson | 2009-01-13 19:58:55 +0100 (Tue, 13 Jan 2009) | 1 line Remove duplicate class, this is available as part of the TCK ................ r13707 | aperepel | 2009-01-13 20:07:19 +0100 (Tue, 13 Jan 2009) | 1 line Better implementation for EE-803 (per-TX notifications). Added a template getId() method to the Transaction interface. By default it will use the current TX's object hashCode(), which is fine for our use cases (e.g. for XA getting a TX global node ID would require reflective or proprietary non-standard calls). Improved the test so that it tests per-TX notifications instead of global generic notifications. ................ r13708 | aperepel | 2009-01-13 20:13:10 +0100 (Tue, 13 Jan 2009) | 1 line Thank you, no debug ................ r13710 | tcarlson | 2009-01-14 02:31:47 +0100 (Wed, 14 Jan 2009) | 1 line Use the new method signature ................ r13711 | aperepel | 2009-01-14 16:13:36 +0100 (Wed, 14 Jan 2009) | 1 line Simplify, don't nest the whole method implementation inside if, but rather bail out early ................ r13715 | tcarlson | 2009-01-14 19:23:25 +0100 (Wed, 14 Jan 2009) | 1 line Propagate changes from pom.xml to dist/pom.xml ................ r13716 | tcarlson | 2009-01-14 19:24:18 +0100 (Wed, 14 Jan 2009) | 1 line Fix MULE-4082 loanbroker bpm example fails on hpux ................ r13718 | tcarlson | 2009-01-15 16:17:13 +0100 (Thu, 15 Jan 2009) | 1 line No further opinion from AP, so add some logging info back in ................ r13719 | tcarlson | 2009-01-15 16:18:34 +0100 (Thu, 15 Jan 2009) | 1 line Empty package ................ r13720 | tcarlson | 2009-01-15 16:20:47 +0100 (Thu, 15 Jan 2009) | 1 line Add property to schema ................ r13721 | tcarlson | 2009-01-15 16:24:00 +0100 (Thu, 15 Jan 2009) | 1 line Intelligently handle .ack statement for batch updates ................ r13723 | dandiep | 2009-01-15 17:04:58 +0100 (Thu, 15 Jan 2009) | 1 line MULE-4094: expectedType attribute shouldn't be there. ................ r13724 | tcarlson | 2009-01-15 18:09:28 +0100 (Thu, 15 Jan 2009) | 1 line Fix failing JettyTestCase ................ r13727 | aperepel | 2009-01-15 21:42:55 +0100 (Thu, 15 Jan 2009) | 1 line Log guard ................ r13729 | tcarlson | 2009-01-15 21:53:55 +0100 (Thu, 15 Jan 2009) | 1 line Let's try a different fix for MULE-4082 ................ r13730 | dandiep | 2009-01-15 22:09:46 +0100 (Thu, 15 Jan 2009) | 1 line attempting to make the hello http example work completely on both the servlet and stock http transports. The HttpRequestToParameter transformer doesn't work on the stock http transport so that was out. However, I fixed MULE-4101 so the servlet transport can take invocations on the servlet://name endpoint. ................ r13731 | dandiep | 2009-01-15 22:10:44 +0100 (Thu, 15 Jan 2009) | 1 line Didn't mean to commit that. ................ r13733 | dandiep | 2009-01-16 18:46:17 +0100 (Fri, 16 Jan 2009) | 1 line MULE-4095: don't close streams for proxies. ................ r13735 | aperepel | 2009-01-16 18:57:43 +0100 (Fri, 16 Jan 2009) | 1 line Open up the stiff class ................ r13737 | dandiep | 2009-01-16 21:50:56 +0100 (Fri, 16 Jan 2009) | 1 line MULE-4095: Now the proxying really works without stream closing. ................ r13738 | tcarlson | 2009-01-16 23:06:02 +0100 (Fri, 16 Jan 2009) | 1 line Missing some Mule packages ................ r13739 | tcarlson | 2009-01-16 23:09:55 +0100 (Fri, 16 Jan 2009) | 1 line Add support for attributes in our simple components (<echo-component>, <log-component>, etc.) ................ r13740 | tcarlson | 2009-01-16 23:10:29 +0100 (Fri, 16 Jan 2009) | 1 line New simple component ................ r13742 | dzapata | 2009-01-17 01:58:12 +0100 (Sat, 17 Jan 2009) | 3 lines Exclude tests which fail intermittently until we can fix them; jira to follow ................ r13743 | jwheeler | 2009-01-19 18:58:26 +0100 (Mon, 19 Jan 2009) | 1 line Tweaked description of transactionPerMessage. ................ r13744 | dandiep | 2009-01-19 23:31:58 +0100 (Mon, 19 Jan 2009) | 1 line EE-1197: the servlet transport exception mappings file was improperly named. This caused a 500 response instead of a 401 response for an UnauthorisedException. I added a test which tests the security stuff over the servlet transport to make sure this doesn't happen again. ................ r13746 | dandiep | 2009-01-20 00:44:45 +0100 (Tue, 20 Jan 2009) | 1 line Fix CxfLoanBrokerAsyncronousTestCase. It was running out of HttpClients to send messages through the loan broker flow, and so it was locking up waiting for them to be released. ................ r13747 | dfeist | 2009-01-20 00:56:16 +0100 (Tue, 20 Jan 2009) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-12806" from https://svn.codehaus.org/mule/branches/mule-2.1.x ................ r13748 | tcarlson | 2009-01-20 01:14:37 +0100 (Tue, 20 Jan 2009) | 1 line Fix MULE-4111 Limit amount of characters to log for an exception ................ r13749 | dandiep | 2009-01-20 01:15:33 +0100 (Tue, 20 Jan 2009) | 1 line This doesn't appear to be needed anymore. ................ r13750 | dfeist | 2009-01-20 01:35:47 +0100 (Tue, 20 Jan 2009) | 91 lines Blocked revisions 12808,12831,12839,12891-12893,12895-12896,12936,12941,12943,12969,12976,13017-13018,13056,13103,13272,13382,13384 via svnmerge ................ r12808 | dfeist | 2008-09-30 19:38:05 +0100 (Tue, 30 Sep 2008) | 1 line Update versions for 2.1 maintenance branch ................ r12831 | dfeist | 2008-10-01 23:28:07 +0100 (Wed, 01 Oct 2008) | 1 line Fix value of CEVersion ................ r12839 | dfeist | 2008-10-02 14:02:39 +0100 (Thu, 02 Oct 2008) | 1 line Switch schema version for 2.1 ................ r12891 | dfeist | 2008-10-03 23:09:20 +0100 (Fri, 03 Oct 2008) | 1 line Fix incorrect schema versions ................ r12892 | dfeist | 2008-10-03 23:12:04 +0100 (Fri, 03 Oct 2008) | 1 line Fix incorrect schema versions ................ r12893 | dfeist | 2008-10-03 23:16:57 +0100 (Fri, 03 Oct 2008) | 1 line Update pom versions for 2.1.0 ................ r12895 | dfeist | 2008-10-03 23:47:07 +0100 (Fri, 03 Oct 2008) | 1 line Update pom versions for 2.1.0 ................ r12896 | dfeist | 2008-10-04 00:54:04 +0100 (Sat, 04 Oct 2008) | 1 line Fix oustanding schema issues ................ r12936 | dirk.olmes | 2008-10-07 13:22:46 +0100 (Tue, 07 Oct 2008) | 2 lines adjust schema version to current branch ................ r12941 | dfeist | 2008-10-07 22:07:12 +0100 (Tue, 07 Oct 2008) | 1 line Update version for continuing developement ................ r12943 | dfeist | 2008-10-07 23:35:42 +0100 (Tue, 07 Oct 2008) | 1 line Update version for continuing developement ................ r12969 | dfeist | 2008-10-09 03:30:55 +0100 (Thu, 09 Oct 2008) | 1 line Update schema version in merged test config files (Maybe we should keep schema versions in 2.x at '2.1' for now to ahead this headache? ................ r12976 | dfeist | 2008-10-09 13:38:19 +0100 (Thu, 09 Oct 2008) | 1 line Update schema versions to 2.1 for new config file in merge ................ r13017 | dfeist | 2008-10-09 22:25:05 +0100 (Thu, 09 Oct 2008) | 1 line Update schema versions after merge to 2.1.x ................ r13018 | dfeist | 2008-10-09 22:29:34 +0100 (Thu, 09 Oct 2008) | 1 line Update schema versions after merge to 2.1.x ................ r13056 | dfeist | 2008-10-13 14:58:55 +0100 (Mon, 13 Oct 2008) | 1 line Update version for 2.1.1 ................ r13103 | dfeist | 2008-10-18 01:36:06 +0100 (Sat, 18 Oct 2008) | 1 line Update version for continuing development ................ r13272 | aperepel | 2008-11-10 20:50:05 +0000 (Mon, 10 Nov 2008) | 1 line MULE-3858 Backported to Mule 2.1.x, refactored to preserve API compatibility. Not very nice, but done properly in Mule 2.x :) ................ r13382 | tcarlson | 2008-11-19 14:02:28 +0000 (Wed, 19 Nov 2008) | 1 line Update schema version ................ r13384 | dfeist | 2008-11-19 16:57:17 +0000 (Wed, 19 Nov 2008) | 8 lines Merged revisions 13366 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r13366 | dfeist | 2008-11-18 15:57:43 -0200 (Tue, 18 Nov 2008) | 1 line MULE-3888 Spring bean java component implementations have life-cycle methods called twice. ........ ................ ................ r13751 | dirk.olmes | 2009-01-20 09:39:57 +0100 (Tue, 20 Jan 2009) | 2 lines Use the official release of the buildnumber plugin with our patch rolled in ................ r13753 | dfeist | 2009-01-20 10:17:26 +0100 (Tue, 20 Jan 2009) | 19 lines Recorded merge of revisions 12924,13111,13159 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r12924 | tcarlson | 2008-10-06 23:26:37 +0100 (Mon, 06 Oct 2008) | 1 line javax.mail and javax.activation are in the distro now ........ r13111 | jwheeler | 2008-10-21 21:20:23 +0100 (Tue, 21 Oct 2008) | 1 line Added annotation and default value for brokerUrl ........ r13159 | dfeist | 2008-10-27 22:05:44 +0000 (Mon, 27 Oct 2008) | 4 lines MULE-3846 Lifecyle methods not honored or too honored on components MULE-3890 Life-cycle methods not invoked on components instantiated as part of pool initialisation MULE-3887 Dispose on java component implementations is called twice ........ ................ r13762 | dfeist | 2009-01-20 13:58:23 +0100 (Tue, 20 Jan 2009) | 1 line Resolve issue from merging with schema defaults and test case. ................ r13770 | dfeist | 2009-01-20 16:03:56 +0100 (Tue, 20 Jan 2009) | 9 lines Recorded merge of revisions 13480 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13480 | rossmason | 2008-12-01 21:55:50 +0000 (Mon, 01 Dec 2008) | 1 line Manual merge for issue: MULE-3979 ........ ................ r13771 | dfeist | 2009-01-20 16:18:45 +0100 (Tue, 20 Jan 2009) | 1 line Fix NPE with test case for MULE-3587 ................ r13772 | dfeist | 2009-01-20 16:21:55 +0100 (Tue, 20 Jan 2009) | 1 line MULE-3439 http-client-response-to-object-transformer should be renamed to http-response-to-message-transformer ................ r13773 | dfeist | 2009-01-20 16:27:49 +0100 (Tue, 20 Jan 2009) | 1 line MULE-3440 object-to-http-client-request-transformer should be renamed to object-to-http-request-transformer for consistency ................ r13774 | dfeist | 2009-01-20 16:31:24 +0100 (Tue, 20 Jan 2009) | 17 lines Recorded merge of revisions 13483 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ................ r13483 | rossmason | 2008-12-01 23:03:25 +0000 (Mon, 01 Dec 2008) | 10 lines ........ r13452 | rossmason | 2008-11-30 22:37:00 +0100 (Sun, 30 Nov 2008) | 1 line MULE-1684. pass on the method information on the binding so that the endpoint can use it. ........ r13453 | rossmason | 2008-12-01 00:13:44 +0100 (Mon, 01 Dec 2008) | 1 line added new dependency ........ ................ ................ r13776 | dfeist | 2009-01-20 16:35:04 +0100 (Tue, 20 Jan 2009) | 9 lines Recorded merge of revisions 13545 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13545 | rossmason | 2008-12-04 14:26:40 +0000 (Thu, 04 Dec 2008) | 1 line Backported a 2.2 fix that doesn't handle expression conversions properly ........ ................ r13777 | dfeist | 2009-01-20 16:36:22 +0100 (Tue, 20 Jan 2009) | 9 lines Recorded merge of revisions 13552 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13552 | rossmason | 2008-12-04 15:14:31 +0000 (Thu, 04 Dec 2008) | 1 line backport of fix to remove deprecation ........ ................ r13782 | dfeist | 2009-01-20 18:24:12 +0100 (Tue, 20 Jan 2009) | 1 line Fix compilation error after merges ................ r13783 | dfeist | 2009-01-20 18:41:25 +0100 (Tue, 20 Jan 2009) | 1 line Correct pom.xml versions after merges ................ r13786 | tcarlson | 2009-01-21 01:59:21 +0100 (Wed, 21 Jan 2009) | 1 line Throw a better exception in the case of EE-1259 ................ r13787 | aperepel | 2009-01-21 02:12:41 +0100 (Wed, 21 Jan 2009) | 1 line Fixed broken merges. ................ r13788 | dfeist | 2009-01-21 12:12:18 +0100 (Wed, 21 Jan 2009) | 1 line Resolve merge issues in mule-core ................ r13789 | dfeist | 2009-01-21 12:16:36 +0100 (Wed, 21 Jan 2009) | 1 line Exclude failing test for MULE-4117 ................ r13790 | dfeist | 2009-01-21 13:59:01 +0100 (Wed, 21 Jan 2009) | 1 line MULE-4117 Unable to override some message properties because outbound scope does not have priority over inbound scope. ................ r13791 | tcarlson | 2009-01-21 20:08:25 +0100 (Wed, 21 Jan 2009) | 1 line Avoid exceptions in EE-1259 ................ r13793 | dfeist | 2009-01-21 21:16:26 +0100 (Wed, 21 Jan 2009) | 1 line Rollback merge of r13732 (MULE-4104. Returning an error message from an ExceptionStrategy was always returning a NullPayload.) ................ r13797 | dfeist | 2009-01-21 23:17:46 +0100 (Wed, 21 Jan 2009) | 1 line Fix config file schema versions after merge from 2.1.x (MULE-4092) ................ r13798 | aperepel | 2009-01-22 17:35:43 +0100 (Thu, 22 Jan 2009) | 1 line Reverted r13740, this functionality is already provided by FTC's waitTime attribute (from the test: namespace). ................ r13799 | tcarlson | 2009-01-22 17:58:15 +0100 (Thu, 22 Jan 2009) | 1 line MULE-4118 Allow pollingFrequency to be configured on XaTransactedJmsMessageReceiver ................ r13800 | tcarlson | 2009-01-22 19:06:26 +0100 (Thu, 22 Jan 2009) | 1 line Roll back r13799, AP's against putting junk into the jms connector ................ r13801 | tcarlson | 2009-01-22 19:22:15 +0100 (Thu, 22 Jan 2009) | 1 line MULE-4118 Allow pollingFrequency to be configured on XaTransactedJmsMessageReceiver ................ r13802 | dzapata | 2009-01-23 00:43:24 +0100 (Fri, 23 Jan 2009) | 2 lines fix bug with timed out tests not getting reported ................ r13803 | rossmason | 2009-01-23 12:29:18 +0100 (Fri, 23 Jan 2009) | 1 line Attempting to fix the build. The problem was that you cannot mix remoteSync and transactions together ................ r13804 | rossmason | 2009-01-23 15:34:23 +0100 (Fri, 23 Jan 2009) | 1 line Explicitly set useReplyToDestination (was remoteSync) after we know if we are using transactions ................ r13805 | aperepel | 2009-01-23 15:38:11 +0100 (Fri, 23 Jan 2009) | 1 line Fixed license headers to fix the build. Fixed svn keywords on java test files ................ r13806 | rossmason | 2009-01-23 15:39:09 +0100 (Fri, 23 Jan 2009) | 1 line fixed typos ................ ................ r14983 | dirk.olmes | 2009-06-16 14:16:04 +0200 (Tue, 16 Jun 2009) | 25 lines Merged revisions 13810-13814 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13810 | aperepel | 2009-01-23 16:35:33 +0100 (Fri, 23 Jan 2009) | 1 line svn on win is case-insensitive, rename on server and follow-up. ........ r13811 | aperepel | 2009-01-23 16:35:55 +0100 (Fri, 23 Jan 2009) | 1 line svn on win is case-insensitive, rename on server and follow-up. ........ r13812 | aperepel | 2009-01-23 16:36:10 +0100 (Fri, 23 Jan 2009) | 1 line svn on win is case-insensitive, rename on server and follow-up. ........ r13813 | aperepel | 2009-01-23 16:36:25 +0100 (Fri, 23 Jan 2009) | 1 line svn on win is case-insensitive, rename on server and follow-up. ........ r13814 | aperepel | 2009-01-23 16:37:55 +0100 (Fri, 23 Jan 2009) | 1 line This completes the renaming ........ ................ r14984 | dirk.olmes | 2009-06-16 14:19:02 +0200 (Tue, 16 Jun 2009) | 9 lines Merged revisions 13815 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13815 | aperepel | 2009-01-23 16:52:55 +0100 (Fri, 23 Jan 2009) | 1 line Single quotes must be properly escaped, otherwise the content is interpreted as a subformat ........ ................ r14985 | dirk.olmes | 2009-06-16 14:35:51 +0200 (Tue, 16 Jun 2009) | 9 lines Merged revisions 13838 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13838 | tcarlson | 2009-01-27 15:41:38 +0100 (Tue, 27 Jan 2009) | 1 line Improvement left over from my work on webapp webinar ........ ................ r14986 | dirk.olmes | 2009-06-16 15:09:48 +0200 (Tue, 16 Jun 2009) | 9 lines Merged revisions 13878 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13878 | aperepel | 2009-01-29 00:36:01 +0100 (Thu, 29 Jan 2009) | 1 line MULE-4131 Improvement to flag non-JMS compliant header names ........ ................ r14987 | dirk.olmes | 2009-06-16 15:29:58 +0200 (Tue, 16 Jun 2009) | 2 lines revert the merge from r14983, the tests fail on the CI server so we better not touch them ................ r14988 | dirk.olmes | 2009-06-16 18:27:54 +0200 (Tue, 16 Jun 2009) | 225 lines Blocked revisions 13808-13809,13816-13837,13839-13841,13847-13851,13854-13865,13867-13871,13874-13878 via svnmerge ........ r13808 | aperepel | 2009-01-23 15:49:13 +0100 (Fri, 23 Jan 2009) | 1 line Put back tha jvm halt for cases when things go really bad. ........ r13809 | aperepel | 2009-01-23 15:54:33 +0100 (Fri, 23 Jan 2009) | 1 line Protected ........ r13816 | aperepel | 2009-01-23 16:53:06 +0100 (Fri, 23 Jan 2009) | 1 line Java 5 ........ r13817 | aperepel | 2009-01-23 16:59:05 +0100 (Fri, 23 Jan 2009) | 1 line Reviewed Message.format() usages, use Java 5 ........ r13818 | aperepel | 2009-01-23 18:37:44 +0100 (Fri, 23 Jan 2009) | 1 line Better debug ........ r13819 | aperepel | 2009-01-23 20:24:46 +0100 (Fri, 23 Jan 2009) | 1 line MULE-4120 <jms:selector/> doesn't make sense when empty, switch expression attribute to be a mandatory one ........ r13820 | aperepel | 2009-01-23 20:46:35 +0100 (Fri, 23 Jan 2009) | 1 line Better expose the timeoutSecs, so that tests can dynamically adjust their timeouts if needed ........ r13821 | dandiep | 2009-01-23 21:37:33 +0100 (Fri, 23 Jan 2009) | 9 lines Redo OSGification to use a custom maven plugin. This maven plugin keeps the same groupId and artifactId, while appending "-osgi" to the version name. This makes dependencyManagement much easier for people down stream. And for us too. To use an osgi-ified version one just needs to declare that dependency in the dependencyManagement section and declare it in the osgi-libs/pom.xml. ........ r13822 | dandiep | 2009-01-23 21:43:03 +0100 (Fri, 23 Jan 2009) | 1 line fix parent reference. ........ r13823 | dandiep | 2009-01-23 21:47:57 +0100 (Fri, 23 Jan 2009) | 1 line Change type of dependency so things resolve correctly. ........ r13824 | dandiep | 2009-01-23 22:02:57 +0100 (Fri, 23 Jan 2009) | 1 line Add repository for bndlib. ........ r13825 | aperepel | 2009-01-23 22:16:04 +0100 (Fri, 23 Jan 2009) | 1 line ignore target dir ........ r13826 | dandiep | 2009-01-23 22:17:13 +0100 (Fri, 23 Jan 2009) | 1 line don't specify version for plugin as maven should figure it out. and my version # was wrong. ........ r13827 | dandiep | 2009-01-23 22:21:52 +0100 (Fri, 23 Jan 2009) | 1 line I had a version of this without the classifier locally, but the osgi-libs/pom.xml uses the classifier. ........ r13828 | aperepel | 2009-01-23 22:51:21 +0100 (Fri, 23 Jan 2009) | 1 line Fix dependency version for jug ........ r13829 | dandiep | 2009-01-23 23:21:43 +0100 (Fri, 23 Jan 2009) | 1 line Switch this back as it isn't the real problem and it breaks distributions. ........ r13830 | dandiep | 2009-01-23 23:42:26 +0100 (Fri, 23 Jan 2009) | 1 line Temp disable javadoc so we can run dependent builds while I continue looking for a solution. ........ r13831 | aperepel | 2009-01-23 23:48:47 +0100 (Fri, 23 Jan 2009) | 1 line Ouch, the script hasn't been updated, and the build ended up reaching too high in the folder tree. This meant repackaging all Mule branches for me, or, in case of Bamboo server, all builds configured (?). Anyway, that brings it back to normal, and OOME on Bamboo should be gone. ........ r13832 | dandiep | 2009-01-24 00:08:46 +0100 (Sat, 24 Jan 2009) | 1 line Update distribution lists. ........ r13833 | aperepel | 2009-01-26 15:24:13 +0100 (Mon, 26 Jan 2009) | 1 line Fixed the license headers build. ........ r13834 | aperepel | 2009-01-26 17:34:51 +0100 (Mon, 26 Jan 2009) | 1 line Ignore target dirs. ........ r13835 | aperepel | 2009-01-26 23:41:26 +0100 (Mon, 26 Jan 2009) | 1 line After digging through around 3.5 years of svn history, I realized the comment and the actual were never in sync (code had a logical error). If reconnection is configured, no session/consumer reuse should ever happen. If nothing is configured, keep defaults (false). If overrides are provided by a user, use those (albeit that means user knows what he/she's doing). Fix this. Also fixes several dozen QA test cases on XA ........ r13836 | dandiep | 2009-01-27 00:24:08 +0100 (Tue, 27 Jan 2009) | 1 line Increase my Andrew P karma by ensuring source jars are published with the OSGi bundles. :-) ........ r13837 | aperepel | 2009-01-27 15:34:13 +0100 (Tue, 27 Jan 2009) | 1 line MULE-4124 Transaction declarations in config must always have an 'action' attribute specified. ........ r13839 | tcarlson | 2009-01-27 16:09:46 +0100 (Tue, 27 Jan 2009) | 1 line @Override is a wonderful thing ........ r13840 | aperepel | 2009-01-27 16:31:55 +0100 (Tue, 27 Jan 2009) | 1 line MULE-4124 Transaction declarations in config must always have an 'action' attribute specified. ........ r13841 | tcarlson | 2009-01-27 16:32:41 +0100 (Tue, 27 Jan 2009) | 1 line Some tests always fail when run off-line ........ r13847 | aperepel | 2009-01-27 20:10:11 +0100 (Tue, 27 Jan 2009) | 1 line MULE-4107 Enabling JMX Management in Mule causes application to run extremely slow and appear to hang ........ r13848 | aperepel | 2009-01-27 22:20:59 +0100 (Tue, 27 Jan 2009) | 1 line A tentative implementation for MULE-4119 Make JmsMessageRequester support expressions in selector ........ r13849 | aperepel | 2009-01-27 22:23:51 +0100 (Tue, 27 Jan 2009) | 1 line Test name follows the earlier refactoring in 2.2 ........ r13850 | aperepel | 2009-01-27 23:13:40 +0100 (Tue, 27 Jan 2009) | 1 line A tentative implementation for MULE-4119 Make JmsMessageRequester support expressions in selector (fix npe) ........ r13851 | aperepel | 2009-01-27 23:14:43 +0100 (Tue, 27 Jan 2009) | 1 line Fixed a typo in class name ........ r13854 | tcarlson | 2009-01-28 03:15:36 +0100 (Wed, 28 Jan 2009) | 1 line Changes needed for FTP retry (EE-1244) ........ r13855 | tcarlson | 2009-01-28 03:20:56 +0100 (Wed, 28 Jan 2009) | 1 line Some lifecycle improvements for retry ........ r13856 | tcarlson | 2009-01-28 03:25:38 +0100 (Wed, 28 Jan 2009) | 1 line Fix EE-1277 Receivers keep failing after reconnection ........ r13857 | dandiep | 2009-01-28 17:41:58 +0100 (Wed, 28 Jan 2009) | 1 line MULE-4001: rename to standalone and fix the assembly build to include all the right libraries ........ r13858 | aperepel | 2009-01-28 17:43:59 +0100 (Wed, 28 Jan 2009) | 1 line Added a TODO, don't like this blip, slows down connection considerably ........ r13859 | aperepel | 2009-01-28 17:45:28 +0100 (Wed, 28 Jan 2009) | 1 line Added a schemadoc import to resolve errors in ide ........ r13860 | dandiep | 2009-01-28 17:45:58 +0100 (Wed, 28 Jan 2009) | 1 line MULE-4001: Rename artifactId to standalone too. ........ r13861 | aperepel | 2009-01-28 17:50:21 +0100 (Wed, 28 Jan 2009) | 1 line MULE-3917 ObjectToXml transformer should rename its parameter "acceptUMOMessage" to "acceptMuleMessage" ........ r13862 | aperepel | 2009-01-28 18:29:24 +0100 (Wed, 28 Jan 2009) | 1 line Ignore IDEA module files. ........ r13863 | rossmason | 2009-01-28 18:40:20 +0100 (Wed, 28 Jan 2009) | 1 line Fix for MULE-4128. NPE check ........ r13864 | aperepel | 2009-01-28 18:52:52 +0100 (Wed, 28 Jan 2009) | 1 line Switching to jms 1.1 fixed one error logged about using an already deleted temp destination ........ r13865 | aperepel | 2009-01-28 19:03:06 +0100 (Wed, 28 Jan 2009) | 1 line Refactored to extract the createJmsSupport() factory method. Will need that later for sessionPooling in wmq. ........ r13867 | aperepel | 2009-01-28 19:07:19 +0100 (Wed, 28 Jan 2009) | 1 line Protected ........ r13868 | aperepel | 2009-01-28 19:08:15 +0100 (Wed, 28 Jan 2009) | 1 line Added a TODO for Ross' change ........ r13869 | aperepel | 2009-01-28 19:11:22 +0100 (Wed, 28 Jan 2009) | 1 line Added another TODO question for Ross to review ........ r13870 | aperepel | 2009-01-28 21:39:13 +0100 (Wed, 28 Jan 2009) | 1 line Use JMS Client-Ack TX config element, as the test implies. Fixed a warning when a connector tries to close temp replyTo destination with another consumer still listening on it. All clean now :) ........ r13871 | aperepel | 2009-01-28 22:09:12 +0100 (Wed, 28 Jan 2009) | 1 line MULE-4121 (can't reproduce, but still committing a testcase) configuring xa-transaction on vm:inbound-endpoint with queueEvents="true" results in error ........ r13874 | dandiep | 2009-01-29 00:00:31 +0100 (Thu, 29 Jan 2009) | 1 line First cut at MULE-3962 - a callback handler which authenticates against the Mule SecurityManager. ........ r13875 | dandiep | 2009-01-29 00:00:49 +0100 (Thu, 29 Jan 2009) | 1 line rollback logging level change ........ r13876 | aperepel | 2009-01-29 00:00:57 +0100 (Thu, 29 Jan 2009) | 1 line Typo ........ r13877 | dandiep | 2009-01-29 00:05:49 +0100 (Thu, 29 Jan 2009) | 1 line Add configuration for security manager test. ........ r13878 | aperepel | 2009-01-29 00:36:01 +0100 (Thu, 29 Jan 2009) | 1 line MULE-4131 Improvement to flag non-JMS compliant header names ........ ................ r14994 | dirk.olmes | 2009-06-17 14:27:53 +0200 (Wed, 17 Jun 2009) | 9 lines Merged revisions 13900 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13900 | tcarlson | 2009-01-30 21:25:45 +0100 (Fri, 30 Jan 2009) | 1 line Allow Derby properties to be set ........ ................ r14996 | dirk.olmes | 2009-06-17 15:51:21 +0200 (Wed, 17 Jun 2009) | 9 lines Merged revisions 14156 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14156 | aperepel | 2009-02-26 16:40:46 +0100 (Thu, 26 Feb 2009) | 1 line Fixed a lifecycle state error ........ ................ r14997 | dirk.olmes | 2009-06-17 15:58:41 +0200 (Wed, 17 Jun 2009) | 9 lines Merged revisions 14173 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14173 | aperepel | 2009-02-27 19:11:33 +0100 (Fri, 27 Feb 2009) | 1 line Get rid of some UMO legacy ........ ................ r14998 | dirk.olmes | 2009-06-17 16:01:38 +0200 (Wed, 17 Jun 2009) | 9 lines Merged revisions 14174 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14174 | aperepel | 2009-02-27 19:11:51 +0100 (Fri, 27 Feb 2009) | 1 line Fixed javadoc ........ ................ r14999 | dirk.olmes | 2009-06-17 16:06:46 +0200 (Wed, 17 Jun 2009) | 9 lines Merged revisions 14180 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14180 | aperepel | 2009-02-27 20:13:07 +0100 (Fri, 27 Feb 2009) | 1 line Cleanup ........ ................ r15000 | dirk.olmes | 2009-06-17 16:28:07 +0200 (Wed, 17 Jun 2009) | 622 lines Blocked revisions 13878-13879,13882,13884-13885,13890-13891,13895,13901,13905-13914,13916-13917,13920,13923-13925,13929-13930,13935-13938,13942-13956,13960-13968,13970-13973,13978,13983,13985-13989,13993-13996,13998-14000,14004-14005,14007-14008,14010-14011,14014,14021-14023,14035-14036,14046,14048,14064,14066-14067,14076,14078-14079,14082-14084,14086-14087,14098,14104,14106-14108,14118,14125-14126,14128,14130-14131,14136-14138,14144-14145,14149,14152-14154,14157-14162,14165-14166,14168-14169,14171,14175-14179,14182,14184,14187-14188 via svnmerge ................ r13878 | aperepel | 2009-01-29 00:36:01 +0100 (Thu, 29 Jan 2009) | 1 line MULE-4131 Improvement to flag non-JMS compliant header names ................ r13879 | aperepel | 2009-01-29 15:58:19 +0100 (Thu, 29 Jan 2009) | 1 line MULE-3985 Service Provider configs should use the org.mule.transport package ................ r13882 | aperepel | 2009-01-29 17:11:45 +0100 (Thu, 29 Jan 2009) | 1 line MULE-3985 Service Provider configs should use the org.mule.transport package. Much more robust TSD discovery now, which also works with EE transports. First, it will scan for preferred-xxx in all locations, then regular tsd locations, every time with a warning if found in old-style location. ................ r13884 | aperepel | 2009-01-29 19:23:11 +0100 (Thu, 29 Jan 2009) | 1 line MULE-4133 Provide auto-defaults for transaction manager XA node id ................ r13885 | tcarlson | 2009-01-29 19:53:24 +0100 (Thu, 29 Jan 2009) | 1 line This is needed for EE-1174 ................ r13890 | aperepel | 2009-01-29 20:06:56 +0100 (Thu, 29 Jan 2009) | 1 line A config which allows to produce a livelock, saving for later ................ r13891 | aperepel | 2009-01-29 20:29:40 +0100 (Thu, 29 Jan 2009) | 1 line Java 5 cleanup ................ r13895 | aperepel | 2009-01-30 17:14:10 +0100 (Fri, 30 Jan 2009) | 1 line Renamed isAbleToConnect() -> validateConnection(). Still no switch to enable/disable this check... ................ r13901 | tcarlson | 2009-01-30 21:36:33 +0100 (Fri, 30 Jan 2009) | 1 line oops ................ r13905 | aperepel | 2009-01-30 23:06:03 +0100 (Fri, 30 Jan 2009) | 1 line Old name was too generic, renamed to have a spring-security- prefix ................ r13906 | aperepel | 2009-01-30 23:06:49 +0100 (Fri, 30 Jan 2009) | 1 line Use XA throughout ................ r13907 | aperepel | 2009-01-30 23:07:44 +0100 (Fri, 30 Jan 2009) | 1 line Tabs, formatting and added an xml header, no code changes ................ r13908 | tcarlson | 2009-02-02 05:17:24 +0100 (Mon, 02 Feb 2009) | 1 line Expose metaInfo so that we can actually use it ................ r13909 | tcarlson | 2009-02-02 05:18:22 +0100 (Mon, 02 Feb 2009) | 1 line Create more specific exceptions so that we can handle metaInfo ................ r13910 | tcarlson | 2009-02-02 05:21:31 +0100 (Mon, 02 Feb 2009) | 1 line Add the new validateConnection() method to the interface ................ r13911 | tcarlson | 2009-02-02 05:22:09 +0100 (Mon, 02 Feb 2009) | 1 line Make sure the receiver or dispatcher which triggered the reconnection is now able to connect successfully ................ r13912 | tcarlson | 2009-02-02 05:22:48 +0100 (Mon, 02 Feb 2009) | 1 line This test is now done by AbstractConnector.connect() ................ r13913 | tcarlson | 2009-02-02 05:24:50 +0100 (Mon, 02 Feb 2009) | 1 line Improvements for FTP retry (EE-865) ................ r13914 | tcarlson | 2009-02-02 14:39:28 +0100 (Mon, 02 Feb 2009) | 1 line oops ................ r13916 | dandiep | 2009-02-03 02:21:09 +0100 (Tue, 03 Feb 2009) | 1 line Bump down annoying logging. ................ r13917 | aperepel | 2009-02-03 15:52:49 +0100 (Tue, 03 Feb 2009) | 1 line Reviewed the code. Now, where is this abstract super class? ................ r13920 | aperepel | 2009-02-03 15:59:11 +0100 (Tue, 03 Feb 2009) | 1 line Added a deprecation warning ................ r13923 | aperepel | 2009-02-03 16:42:20 +0100 (Tue, 03 Feb 2009) | 1 line Cleanup ................ r13924 | dandiep | 2009-02-03 17:15:04 +0100 (Tue, 03 Feb 2009) | 1 line MULE-3936: missing code for new xpath filters/schema validation filter. ................ r13925 | dandiep | 2009-02-03 17:15:59 +0100 (Tue, 03 Feb 2009) | 1 line MULE-3936: missing code for new xpath filters/schema validation filter. ................ r13929 | dandiep | 2009-02-03 20:57:12 +0100 (Tue, 03 Feb 2009) | 1 line Cleanup for WS-Security/Mule SecurityManager integration. MULE-3962 ................ r13930 | dandiep | 2009-02-03 21:00:11 +0100 (Tue, 03 Feb 2009) | 1 line Some docs. ................ r13935 | tcarlson | 2009-02-03 23:30:33 +0100 (Tue, 03 Feb 2009) | 1 line Don't wrap a ConnectException, otherwise the retry policy will not go into effect ................ r13936 | tcarlson | 2009-02-04 03:11:30 +0100 (Wed, 04 Feb 2009) | 1 line Better design for making sure the receiver/dispatcher which triggered the reconnection is now able to connect successfully ................ r13937 | tcarlson | 2009-02-04 03:14:36 +0100 (Wed, 04 Feb 2009) | 1 line Streaming tests are working again, hooray ................ r13938 | jwheeler | 2009-02-04 08:10:15 +0100 (Wed, 04 Feb 2009) | 1 line Added info about explicitly setting XA node ID (MULE-4133). ................ r13942 | rossmason | 2009-02-04 16:31:26 +0100 (Wed, 04 Feb 2009) | 1 line MULE-3696. Test fixed with updated config ................ r13943 | rossmason | 2009-02-04 16:34:40 +0100 (Wed, 04 Feb 2009) | 1 line removed unecessary method ................ r13944 | rossmason | 2009-02-04 16:42:31 +0100 (Wed, 04 Feb 2009) | 1 line Jms test suite refactoring to make it easier to add support for other messaging providers (part of the WMQ transport testing). Danny/Others I can talk through this, but it basically splits the config for the connector from the rest of the test ................ r13945 | aperepel | 2009-02-04 17:14:21 +0100 (Wed, 04 Feb 2009) | 1 line Constants are implicitly public static ................ r13946 | aperepel | 2009-02-04 17:34:00 +0100 (Wed, 04 Feb 2009) | 1 line Cleanup ................ r13947 | dandiep | 2009-02-04 20:11:22 +0100 (Wed, 04 Feb 2009) | 1 line Add NamespaceManager support to the XPathFilter. Also loosen up <namespace-manager> <namespace> requirements as they may all be declared in the XML itself. ................ r13948 | dandiep | 2009-02-04 20:25:43 +0100 (Wed, 04 Feb 2009) | 1 line Mule OSGI project is set up, so we can remove all the osgi stuff from the build now. ................ r13949 | dandiep | 2009-02-04 21:06:42 +0100 (Wed, 04 Feb 2009) | 1 line Avoid NPE in tests. ................ r13950 | rossmason | 2009-02-04 21:20:22 +0100 (Wed, 04 Feb 2009) | 1 line Addressed AP's comments. Cheers ears! ................ r13951 | rossmason | 2009-02-04 21:32:00 +0100 (Wed, 04 Feb 2009) | 1 line fixed this test case so it correctly tests the scenario ................ r13952 | aperepel | 2009-02-04 23:08:12 +0100 (Wed, 04 Feb 2009) | 1 line Drop junk ................ r13953 | aperepel | 2009-02-04 23:45:12 +0100 (Wed, 04 Feb 2009) | 1 line Less confusing method name and also added JavaDocs ................ r13954 | aperepel | 2009-02-04 23:48:11 +0100 (Wed, 04 Feb 2009) | 1 line Doc typo ................ r13955 | aperepel | 2009-02-05 00:26:22 +0100 (Thu, 05 Feb 2009) | 1 line Cleanup ................ r13956 | rossmason | 2009-02-05 01:14:30 +0100 (Thu, 05 Feb 2009) | 1 line some tweaks for testing with WMQ ................ r13960 | aperepel | 2009-02-05 15:25:16 +0100 (Thu, 05 Feb 2009) | 1 line Just formatting... ................ r13961 | aperepel | 2009-02-05 20:42:44 +0100 (Thu, 05 Feb 2009) | 1 line MULE-4100 Support failOnTimeout option for all inbound aggregator routers ................ r13962 | aperepel | 2009-02-05 20:50:46 +0100 (Thu, 05 Feb 2009) | 1 line MULE-4100 Added schema documentation ................ r13963 | dandiep | 2009-02-05 21:11:38 +0100 (Thu, 05 Feb 2009) | 1 line Support multiple schema locations for validation. ................ r13964 | aperepel | 2009-02-05 21:12:25 +0100 (Thu, 05 Feb 2009) | 1 line MULE-4100 Added a note that messages are forwarded as lists ................ r13965 | aperepel | 2009-02-05 21:58:34 +0100 (Thu, 05 Feb 2009) | 1 line Cleanup ................ r13966 | aperepel | 2009-02-05 22:34:06 +0100 (Thu, 05 Feb 2009) | 1 line Clarified the docs ................ r13967 | dandiep | 2009-02-05 23:32:41 +0100 (Thu, 05 Feb 2009) | 1 line No longer needed ................ r13968 | aperepel | 2009-02-05 23:49:35 +0100 (Thu, 05 Feb 2009) | 1 line Removed a duplicate bdp registration ................ r13970 | aperepel | 2009-02-06 00:07:29 +0100 (Fri, 06 Feb 2009) | 1 line Formatting ................ r13971 | aperepel | 2009-02-06 00:09:05 +0100 (Fri, 06 Feb 2009) | 1 line Mule xml namespace manager is now registered under a known name (_muleNamespaceManager) ................ r13972 | aperepel | 2009-02-06 00:09:45 +0100 (Fri, 06 Feb 2009) | 1 line MULE-4140 Add support for global namespaces in the XmlMessageSplitter ................ r13973 | aperepel | 2009-02-06 15:12:02 +0100 (Fri, 06 Feb 2009) | 1 line Corrected JavaDocs ................ r13978 | aperepel | 2009-02-09 18:51:09 +0100 (Mon, 09 Feb 2009) | 5 lines MULE-4147 Current contract for Connectable.validateConnection() is wrong. Refactored the validateConnection() signature and added more context info to the RetryContext (also read detailed JavaDocs for more info): * getMetaInfo() now returns a read-only view and _never_ null. Trying to pass in null will cause an IAE * Made retry context behave more like what it is - a cross-cutting context, validateConnection() being the major user of new apis Most interesting bits are in RetryContext itself and AbstractConnector. ................ r13983 | aperepel | 2009-02-09 23:25:30 +0100 (Mon, 09 Feb 2009) | 1 line MULE-4130 Create a flag for disabling the validateConnection() "blip" for performance reasons. Pulled it up to the AbstractConnector (some transports implemented it already ad-hoc). Updated the code to honour the flag. Split TCP's and UDP doConnect() into a connect and validate operations for a finer control (with the new switch(. ................ r13985 | tcarlson | 2009-02-10 05:40:20 +0100 (Tue, 10 Feb 2009) | 1 line Fix MULE-4149 ................ r13986 | tcarlson | 2009-02-10 05:50:02 +0100 (Tue, 10 Feb 2009) | 1 line Version must be hard-coded for standalone example to build ................ r13987 | tcarlson | 2009-02-10 05:54:01 +0100 (Tue, 10 Feb 2009) | 2 lines Leftover from MULE-4001: the EE nomenclature uses "muleesb", not "mule" ................ r13988 | aperepel | 2009-02-10 17:01:43 +0100 (Tue, 10 Feb 2009) | 1 line Removed some completed TODO entries ................ r13989 | aperepel | 2009-02-10 17:54:24 +0100 (Tue, 10 Feb 2009) | 1 line Simplify ................ r13993 | tcarlson | 2009-02-10 21:08:49 +0100 (Tue, 10 Feb 2009) | 1 line Better comment ................ r13994 | tcarlson | 2009-02-10 22:10:43 +0100 (Tue, 10 Feb 2009) | 1 line EE-1326 ................ r13995 | dandiep | 2009-02-10 23:06:44 +0100 (Tue, 10 Feb 2009) | 1 line MULE-4103: copy MTOM attachments for CXF proxies. ................ r13996 | dzapata | 2009-02-11 02:10:53 +0100 (Wed, 11 Feb 2009) | 4 lines revert rev 13983 (fix for MULE-4130) by running "svn merge -c -13983 ."; it was breaking 2 tests and thus the ce build. The failing tests are: org.mule.transport.ftp.FtpStreamingTestCase and org.mule.transport.ftp.issues.MultiStreamMule1696TestCase with a java.net.BindException: Address already in use error. http://bamboo.mulesource.org/browse/MULE-MULE2JDK5-1006/commit ................ r13998 | tcarlson | 2009-02-11 18:44:00 +0100 (Wed, 11 Feb 2009) | 29 lines Recorded merge of revisions 13883-13895,13897-13901,13903,13905-13921,13923-13939,13942-13958,13960-13975,13977-13978,13980-13981,13983,13985-13990,13992 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13883 | tcarlson | 2009-01-29 13:47:00 -0400 (Thu, 29 Jan 2009) | 1 line Fix EE-1275 and EE-1277 ........ r13886 | tcarlson | 2009-01-29 14:55:00 -0400 (Thu, 29 Jan 2009) | 1 line This is needed for EE-1174 ........ r13888 | tcarlson | 2009-01-29 14:59:39 -0400 (Thu, 29 Jan 2009) | 1 line AP says to keep concurrency under strict control ........ r13889 | tcarlson | 2009-01-29 15:05:40 -0400 (Thu, 29 Jan 2009) | 1 line Compiling the code tends to catch errors ;-) ........ r13892 | tcarlson | 2009-01-29 16:08:02 -0400 (Thu, 29 Jan 2009) | 1 line Revert r13888 ........ r13992 | aperepel | 2009-02-10 15:02:11 -0400 (Tue, 10 Feb 2009) | 1 line Fixed NPE, already fine in 2.x ........ ................ r13999 | tcarlson | 2009-02-11 18:49:17 +0100 (Wed, 11 Feb 2009) | 9 lines Recorded merge of revisions 13873 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13873 | aperepel | 2009-01-28 18:08:58 -0400 (Wed, 28 Jan 2009) | 1 line MULE-4121 (can't reproduce, but still committing a testcase) configuring xa-transaction on vm:inbound-endpoint with queueEvents="true" results in error ........ ................ r14000 | tcarlson | 2009-02-11 18:52:18 +0100 (Wed, 11 Feb 2009) | 13 lines Recorded merge of revisions 13660,13666-13667,13669-13673,13675-13716,13718-13731,13733-13740,13742-13779,13781-13791,13793-13843,13845,13847-13872 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13660 | aperepel | 2008-12-18 14:25:15 -0400 (Thu, 18 Dec 2008) | 1 line svn ignores ........ r13872 | aperepel | 2009-01-28 17:11:45 -0400 (Wed, 28 Jan 2009) | 1 line Ignore target dir ........ ................ r14004 | aperepel | 2009-02-13 00:37:43 +0100 (Fri, 13 Feb 2009) | 1 line Re-apply MULE-4130 ................ r14005 | aperepel | 2009-02-13 00:42:33 +0100 (Fri, 13 Feb 2009) | 1 line Disabled for MULE-4138 - failing in the older MINA code on linux when trying to rebind to TIME_WAIT server sockets. It doesn't reuse an address properly in this older version in the first place, though. ................ r14007 | aperepel | 2009-02-13 15:22:52 +0100 (Fri, 13 Feb 2009) | 1 line Use Mule's codestyle conventions, fixed a potential incomplete read of the file operation, also some potential file descriptor leaks. ................ r14008 | aperepel | 2009-02-13 16:53:18 +0100 (Fri, 13 Feb 2009) | 1 line Documented some current defaults ................ r14010 | aperepel | 2009-02-13 16:58:36 +0100 (Fri, 13 Feb 2009) | 1 line No debug logging. ................ r14011 | dzapata | 2009-02-13 17:29:23 +0100 (Fri, 13 Feb 2009) | 2 lines refactor jms integration tests to parameterize the jms provider without add provider-specific test classes ................ r14014 | dzapata | 2009-02-13 19:10:24 +0100 (Fri, 13 Feb 2009) | 2 lines revert rev 14011 until it works for ee jms and satisfies some mule test framework requirements ................ r14021 | aperepel | 2009-02-13 23:44:55 +0100 (Fri, 13 Feb 2009) | 1 line Some UMO legacy ................ r14022 | aperepel | 2009-02-13 23:45:57 +0100 (Fri, 13 Feb 2009) | 1 line Some UMO legacy ................ r14023 | rossmason | 2009-02-14 18:33:55 +0100 (Sat, 14 Feb 2009) | 1 line parameterising tests ................ r14035 | dandiep | 2009-02-15 20:01:38 +0100 (Sun, 15 Feb 2009) | 9 lines Clean up message property scoping issues. * No more property copying in MuleEvent between messages. This should always be done with a template message. * CXF endpoints always use a template message to create a message now so message properties are preserved. * The HTTP transport was copying properties twice. * Removing properties would not remove them from all scopes (MULE-4161) * Properties were not read in order of decreasing scope (MULE-4117) I also made a fix for MULE-4153 (transports being init'd multiple times) ................ r14036 | dandiep | 2009-02-15 20:03:52 +0100 (Sun, 15 Feb 2009) | 1 line Didn't mean to commit this. ................ r14046 | dandiep | 2009-02-17 19:29:07 +0100 (Tue, 17 Feb 2009) | 1 line Add CXF over JMS test ................ r14048 | aperepel | 2009-02-17 21:14:37 +0100 (Tue, 17 Feb 2009) | 1 line cleanup ................ r14064 | dandiep | 2009-02-18 18:49:36 +0100 (Wed, 18 Feb 2009) | 1 line Fix standalone pom ................ r14066 | aperepel | 2009-02-18 19:39:05 +0100 (Wed, 18 Feb 2009) | 1 line cleanup ................ r14067 | aperepel | 2009-02-18 19:48:31 +0100 (Wed, 18 Feb 2009) | 1 line Constant clases as interfaces smell - converted to classes ................ r14076 | aperepel | 2009-02-19 17:31:36 +0100 (Thu, 19 Feb 2009) | 1 line Just formatting ................ r14078 | aperepel | 2009-02-19 18:15:39 +0100 (Thu, 19 Feb 2009) | 1 line Current progress on bookstore example (for easier deployment to 2 embedded tomcats on 2 different ports) ................ r14079 | dandiep | 2009-02-19 18:16:13 +0100 (Thu, 19 Feb 2009) | 11 lines MULE-4173: Change the defaults of the CXF connector so that it is a little more intuitive Transformers/security/filters now apply to the protocol level (i.e. HTTP/JMS) by default. MULE-4174: auto transform payloads when using proxies so people don't get weird exceptions about the payload not being an XMLStreamReader. Along the lines I had to do a couple other random things: * Add OutputHandler/StreamSource to the list of consumable classes in DefaultMuleMessage * Make XmlToXMLStreamReader discoverable * Decrease the logging level of the HTTP warning as there is still some CXF code that uses the custom http headers map, and I believe it is actually still useful. We should revisit this in the future though. ................ r14082 | aperepel | 2009-02-19 18:44:17 +0100 (Thu, 19 Feb 2009) | 1 line Simplify deployment of the apps, now can be run embedded OOTB, updated instructions ................ r14083 | aperepel | 2009-02-19 18:57:59 +0100 (Thu, 19 Feb 2009) | 1 line Java 5 syntax ................ r14084 | aperepel | 2009-02-19 19:29:31 +0100 (Thu, 19 Feb 2009) | 1 line MULE-4185 Bookstore admin example Add Book returns data as form/urlencoded (also added a log4j config) ................ r14086 | aperepel | 2009-02-19 19:48:21 +0100 (Thu, 19 Feb 2009) | 1 line MULE-4184 Bookstore admin example Get Stats return data as text/plain instead of text/html ................ r14087 | aperepel | 2009-02-19 20:03:54 +0100 (Thu, 19 Feb 2009) | 1 line MULE-4184 Bookstore admin example Get Stats return data as text/plain instead of text/html (improved stats output formatting) ................ r14098 | dfeist | 2009-02-19 22:02:01 +0100 (Thu, 19 Feb 2009) | 1 line MULE-4178 Errorhandler maven build fails to fetch all dependencies ................ r14104 | dzapata | 2009-02-19 23:46:23 +0100 (Thu, 19 Feb 2009) | 1 line add MuleParameterized class to support running Mule tests with parameterized data ................ r14106 | dzapata | 2009-02-20 00:14:46 +0100 (Fri, 20 Feb 2009) | 2 lines parameterize jms integration tests ................ r14107 | aperepel | 2009-02-20 01:20:18 +0100 (Fri, 20 Feb 2009) | 1 line Reverted r 14104 and 14106, as they are messed up. Set up codestyle before touching core classes. Also don't forget the svn properties setup. Don't reformat complete files together with code changes. ................ r14108 | dzapata | 2009-02-20 05:07:46 +0100 (Fri, 20 Feb 2009) | 2 lines fix formatting errors ................ r14118 | jwheeler | 2009-02-21 01:56:42 +0100 (Sat, 21 Feb 2009) | 1 line Added annotations for schema validation filter. ................ r14125 | aperepel | 2009-02-24 14:52:05 +0100 (Tue, 24 Feb 2009) | 1 line Renamed SimpleX -> TestX , so those dummy implementations don't come up in the hierarchy and clash with stock SimpleX aggregators/sequencers. ................ r14126 | aperepel | 2009-02-24 14:56:16 +0100 (Tue, 24 Feb 2009) | 1 line Added a TODO ................ r14128 | aperepel | 2009-02-24 23:07:26 +0100 (Tue, 24 Feb 2009) | 1 line Cleanup and a better toString() on arrays ................ r14130 | tcarlson | 2009-02-25 15:21:12 +0100 (Wed, 25 Feb 2009) | 1 line Fix regressions from MULE-4130 (r13983) ................ r14131 | tcarlson | 2009-02-25 15:23:42 +0100 (Wed, 25 Feb 2009) | 1 line Fix regressions from MULE-4155 (r14009) ................ r14136 | rossmason | 2009-02-25 17:58:20 +0100 (Wed, 25 Feb 2009) | 1 line Added support for parameterized Jms Vendor config ................ r14137 | rossmason | 2009-02-25 17:58:41 +0100 (Wed, 25 Feb 2009) | 1 line Minor logging changes ................ r14138 | rossmason | 2009-02-25 17:59:10 +0100 (Wed, 25 Feb 2009) | 1 line Migrated tests to parameterized model (Generic flows should not contain the jms namespace) ................ r14144 | jwheeler | 2009-02-25 22:00:51 +0100 (Wed, 25 Feb 2009) | 1 line Fixed the annotations. ................ r14145 | jwheeler | 2009-02-25 22:17:51 +0100 (Wed, 25 Feb 2009) | 1 line Finished editing the annotations. ................ r14149 | aperepel | 2009-02-25 23:22:08 +0100 (Wed, 25 Feb 2009) | 1 line MULE-3847 Upgrade YourKit integration to v8.0.1 ................ r14152 | rossmason | 2009-02-26 11:31:10 +0100 (Thu, 26 Feb 2009) | 1 line Minor fixes ................ r14153 | tcarlson | 2009-02-26 15:05:35 +0100 (Thu, 26 Feb 2009) | 1 line add a comment ................ r14154 | aperepel | 2009-02-26 15:21:34 +0100 (Thu, 26 Feb 2009) | 1 line Revert: MULE-3847 Upgrade YourKit integration to v8.0.1 (need to review api changes introduced) ................ r14157 | aperepel | 2009-02-26 16:45:50 +0100 (Thu, 26 Feb 2009) | 1 line MULE-3847 Upgrade YourKit integration to v8.0.1. Now with APIs adapted ................ r14158 | aperepel | 2009-02-26 16:51:26 +0100 (Thu, 26 Feb 2009) | 1 line Fixed some IllegalStateExceptions ................ r14159 | aperepel | 2009-02-26 16:52:17 +0100 (Thu, 26 Feb 2009) | 1 line Log the notification too ................ r14160 | jwheeler | 2009-02-26 18:38:05 +0100 (Thu, 26 Feb 2009) | 1 line Tweaked the annotations to make them show up in the wiki. ................ r14161 | jwheeler | 2009-02-26 18:40:34 +0100 (Thu, 26 Feb 2009) | 1 line Added simple javadoc entries. ................ r14162 | jwheeler | 2009-02-26 18:42:01 +0100 (Thu, 26 Feb 2009) | 1 line Fixed line breaks in the annotations. ................ r14165 | jwheeler | 2009-02-26 19:31:28 +0100 (Thu, 26 Feb 2009) | 1 line MULE-4145: updated annotation to correctly doc how to use dateStamp ................ r14166 | jwheeler | 2009-02-26 19:34:14 +0100 (Thu, 26 Feb 2009) | 1 line Fixed typo. ................ r14168 | jwheeler | 2009-02-27 00:03:23 +0100 (Fri, 27 Feb 2009) | 1 line Corrected some annotations. ................ r14169 | aperepel | 2009-02-27 00:19:47 +0100 (Fri, 27 Feb 2009) | 1 line JavaDoc typo ................ r14171 | tcarlson | 2009-02-27 15:54:04 +0100 (Fri, 27 Feb 2009) | 1 line Preliminary work on MULE-4215 ................ r14175 | aperepel | 2009-02-27 19:26:09 +0100 (Fri, 27 Feb 2009) | 1 line Cleanup ................ r14176 | aperepel | 2009-02-27 19:30:50 +0100 (Fri, 27 Feb 2009) | 1 line Get rid of some UMO legacy ................ r14177 | aperepel | 2009-02-27 19:35:08 +0100 (Fri, 27 Feb 2009) | 1 line Get rid of some UMO legacy ................ r14178 | aperepel | 2009-02-27 19:36:19 +0100 (Fri, 27 Feb 2009) | 1 line Get rid of some UMO legacy ................ r14179 | aperepel | 2009-02-27 19:46:19 +0100 (Fri, 27 Feb 2009) | 1 line Get rid of some UMO legacy (no code changes) ................ r14182 | aperepel | 2009-02-27 21:43:53 +0100 (Fri, 27 Feb 2009) | 1 line MULE-4222 CorrelationEventResequencer must not be abstract ................ r14184 | dandiep | 2009-02-27 22:24:56 +0100 (Fri, 27 Feb 2009) | 1 line Don't embed dependencies. ................ r14187 | rossmason | 2009-02-28 10:51:31 +0100 (Sat, 28 Feb 2009) | 1 line parameterizing tests ................ r14188 | rossmason | 2009-02-28 10:52:20 +0100 (Sat, 28 Feb 2009) | 1 line removed todo ................ ................ r15001 | dirk.olmes | 2009-06-17 16:40:12 +0200 (Wed, 17 Jun 2009) | 9 lines Merged revisions 14227 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14227 | aperepel | 2009-03-04 22:11:09 +0100 (Wed, 04 Mar 2009) | 1 line Do not swallow exceptions, make behavior consistent ........ ................ r15002 | dirk.olmes | 2009-06-17 16:44:50 +0200 (Wed, 17 Jun 2009) | 9 lines Merged revisions 14246 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14246 | aperepel | 2009-03-09 14:34:11 +0100 (Mon, 09 Mar 2009) | 1 line Unwrape reflective exceptions ........ ................ r15003 | dirk.olmes | 2009-06-17 16:51:38 +0200 (Wed, 17 Jun 2009) | 9 lines Merged revisions 14253 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14253 | dandiep | 2009-03-11 01:46:12 +0100 (Wed, 11 Mar 2009) | 1 line We should really allow users to use the HEAD method\! ........ ................ r15004 | dirk.olmes | 2009-06-17 17:27:56 +0200 (Wed, 17 Jun 2009) | 9 lines Merged revisions 14427 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14427 | aperepel | 2009-03-25 18:57:20 +0100 (Wed, 25 Mar 2009) | 1 line Honor the transacted=false flag, should help some jmsreplyto issues reported on the list. ........ ................ r15005 | dirk.olmes | 2009-06-17 17:34:22 +0200 (Wed, 17 Jun 2009) | 2 lines revert the previous merge, it was rolled back later on the 2.x branch, too ................ r15006 | dirk.olmes | 2009-06-17 18:00:28 +0200 (Wed, 17 Jun 2009) | 877 lines Blocked revisions 14189,14191,14194-14195,14200,14205,14207-14208,14210-14211,14214,14217-14221,14226,14230,14233-14236,14239,14241,14244,14247-14248,14250,14252,14255-14256,14258-14259,14263,14266-14269,14271-14278,14282,14287-14288,14295,14298-14299,14301,14306-14308,14311,14315-14319,14322-14325,14328-14329,14331,14334-14339,14342-14343,14345-14357,14368,14370-14374,14377-14378,14380-14381,14384-14392,14394-14397,14400,14405,14408,14410-14411,14418,14424-14428,14431-14434,14436,14438,14440,14442,14450-14457,14459,14465-14468,14483,14493,14502-14504,14529-14530,14542-14543,14551-14557,14559-14562,14569,14577-14580,14592,14595,14598-14599,14617-14618,14620,14622-14624,14626,14628,14635,14643,14668,14671,14674,14676,14689-14690,14718,14720-14721,14736,14755,14761,14763-14766,14783-14785,14801,14805,14810,14847,14850-14851,14878-14879,14883,14885,14902-14903 via svnmerge ................ r14189 | dandiep | 2009-03-02 19:17:32 +0100 (Mon, 02 Mar 2009) | 1 line MULE-3611: we were doing an unnecessary transform call which was screwing up the multiplewsdlcxftestcase. ................ r14191 | aperepel | 2009-03-02 20:43:42 +0100 (Mon, 02 Mar 2009) | 1 line Cleanup ................ r14194 | aperepel | 2009-03-02 22:25:03 +0100 (Mon, 02 Mar 2009) | 1 line MULE-4226 Mule 2 Expression regex doesn't detect all expresssions ................ r14195 | aperepel | 2009-03-02 22:25:28 +0100 (Mon, 02 Mar 2009) | 1 line MULE-4226 Mule 2 Expression regex doesn't detect all expresssions (cleanup) ................ r14200 | jwheeler | 2009-03-03 01:37:43 +0100 (Tue, 03 Mar 2009) | 1 line Updated annotations. Removed cron from XSD and moving to wiki page, as it won't render correctly. ................ r14205 | dzapata | 2009-03-03 19:13:55 +0100 (Tue, 03 Mar 2009) | 2 lines add test exclusion for RESTTestCase ................ r14207 | tcarlson | 2009-03-03 19:49:44 +0100 (Tue, 03 Mar 2009) | 1 line Add TODO ................ r14208 | aperepel | 2009-03-03 22:10:01 +0100 (Tue, 03 Mar 2009) | 1 line MULE-4229 Outbound Routing breaks order created by <correlation-resequencer-router/>. There was no reason to use a concurrent map in the first place, as it was a local instance and any access to it was scoped to the current method/stack. Surprisingly, Iterator and Iterable return different order for LinkedHashMap, put a big "don't touch" warning in the code. ................ r14210 | aperepel | 2009-03-04 00:43:22 +0100 (Wed, 04 Mar 2009) | 1 line Varargs baby ;) ................ r14211 | aperepel | 2009-03-04 01:11:16 +0100 (Wed, 04 Mar 2009) | 1 line Fix the build ................ r14214 | tcarlson | 2009-03-04 15:06:58 +0100 (Wed, 04 Mar 2009) | 1 line TODOs are usually removed when they are no longer TO DO... ................ r14217 | jwheeler | 2009-03-04 17:24:59 +0100 (Wed, 04 Mar 2009) | 1 line Tweaked the annotations. ................ r14218 | jwheeler | 2009-03-04 17:42:18 +0100 (Wed, 04 Mar 2009) | 1 line Added the element names into the annotations so that configuration is clearer. ................ r14219 | jwheeler | 2009-03-04 18:07:49 +0100 (Wed, 04 Mar 2009) | 1 line Tweaked the annotations for more content/better display. ................ r14220 | jwheeler | 2009-03-04 18:14:33 +0100 (Wed, 04 Mar 2009) | 1 line Tweaked annotations. ................ r14221 | jwheeler | 2009-03-04 18:57:16 +0100 (Wed, 04 Mar 2009) | 1 line Removed formatting from annotations, since it looks crappy when displayed in the IDE. Won't be as clear on the wiki, but seems like the best compromise. ................ r14226 | dandiep | 2009-03-04 21:36:41 +0100 (Wed, 04 Mar 2009) | 1 line MULE-4231: add a namespace attribute to the schema. MULE-4225: add a flag to disable soap headers ................ r14230 | aperepel | 2009-03-04 23:04:38 +0100 (Wed, 04 Mar 2009) | 1 line Fixed a typo and improved an error message ................ r14233 | dfeist | 2009-03-05 02:33:31 +0100 (Thu, 05 Mar 2009) | 1 line Rollback r14232 committed in error ................ r14234 | dandiep | 2009-03-05 04:55:02 +0100 (Thu, 05 Mar 2009) | 1 line Add in some friendly defaults. ................ r14235 | jwheeler | 2009-03-05 16:55:18 +0100 (Thu, 05 Mar 2009) | 1 line Removed formatting ................ r14236 | dandiep | 2009-03-05 17:44:03 +0100 (Thu, 05 Mar 2009) | 1 line MULE-4230: support protocolConnector on CXF outbound endpoints ................ r14239 | aperepel | 2009-03-05 21:10:28 +0100 (Thu, 05 Mar 2009) | 1 line MULE-4065 Typos in archetype prompts ................ r14241 | aperepel | 2009-03-05 21:23:25 +0100 (Thu, 05 Mar 2009) | 1 line MULE-4236 mule-module-spring-security is bundled in lib/opt instead of lib/mule ................ r14244 | aperepel | 2009-03-05 23:59:23 +0100 (Thu, 05 Mar 2009) | 1 line Fixed a typo in the message and message method name ................ r14247 | dandiep | 2009-03-10 22:49:01 +0100 (Tue, 10 Mar 2009) | 1 line MULE-4246: servlet transport wasn't putting properties in the inbound scope. Also, tweak to HttpRequestMessageAdapter to prevent NPEs (MULE-4196). ................ r14248 | aperepel | 2009-03-10 22:54:39 +0100 (Tue, 10 Mar 2009) | 1 line Receiver is already disposed in destroyReceiver() ................ r14250 | dandiep | 2009-03-10 23:14:06 +0100 (Tue, 10 Mar 2009) | 1 line This isn't legal it seems... ................ r14252 | dandiep | 2009-03-11 00:54:24 +0100 (Wed, 11 Mar 2009) | 1 line Roll back MULE-4196 change. ................ r14255 | dandiep | 2009-03-11 19:50:41 +0100 (Wed, 11 Mar 2009) | 1 line MULE-4192: If we have a pass through component and the outbound router returns null, make sure our response payload is null too. ................ r14256 | dandiep | 2009-03-11 20:07:52 +0100 (Wed, 11 Mar 2009) | 1 line Thought of a simple fix to MULE-4196, we won't use the message property since it may be gone. We'll use the call we used to create the message property. ................ r14258 | dandiep | 2009-03-11 20:38:46 +0100 (Wed, 11 Mar 2009) | 1 line Fix failing test (which was written wrong...). Remove redundant remoteSync test. ................ r14259 | aperepel | 2009-03-11 21:09:20 +0100 (Wed, 11 Mar 2009) | 1 line Varargs ................ r14263 | aperepel | 2009-03-11 21:45:20 +0100 (Wed, 11 Mar 2009) | 1 line MULE-4249 Lifecycle phase must be applied to Connectors before Services ................ r14266 | dfeist | 2009-03-12 15:32:45 +0100 (Thu, 12 Mar 2009) | 1 line Exclude only the assertions that are affected by the bug rather than excluding the whole test case. (MULE-4072 Timing/concurrency issue causes events to sometimes be processed when a paused SedaService is stopped) ................ r14267 | dfeist | 2009-03-12 17:26:36 +0100 (Thu, 12 Mar 2009) | 1 line MULE-4251 Connector workManager's should be disposed in stop phase before transport itself is stopped. ................ r14268 | dfeist | 2009-03-12 17:35:03 +0100 (Thu, 12 Mar 2009) | 1 line EE-606 Perform same tests carried out with VM with JMS that has the concept of being started/stopped. ................ r14269 | aperepel | 2009-03-12 18:38:55 +0100 (Thu, 12 Mar 2009) | 1 line Rolled back r 14263 MULE-4249 Lifecycle phase must be applied to Connectors before Services ................ r14271 | aperepel | 2009-03-12 18:55:18 +0100 (Thu, 12 Mar 2009) | 1 line No need to use vendor connector classes here ................ r14272 | aperepel | 2009-03-12 19:05:14 +0100 (Thu, 12 Mar 2009) | 1 line Make timeout scale depending on the master test watchdog timeout ................ r14273 | dfeist | 2009-03-12 19:25:01 +0100 (Thu, 12 Mar 2009) | 1 line Remove risky assertions that can fail depending on environment and just leave in the assertions we can rely on (EE-606 Perform same tests carried out with VM with JMS that has the concept of being started/stopped.) ................ r14274 | aperepel | 2009-03-12 21:50:21 +0100 (Thu, 12 Mar 2009) | 1 line Fixed a typo in the method name ................ r14275 | aperepel | 2009-03-12 22:26:39 +0100 (Thu, 12 Mar 2009) | 1 line MULE-4255 NPE in jms tests using mocks. Get rid of this junk, it tests nothing, doesn't help us see a real lifecycle in a live system and is generally useless. ................ r14276 | aperepel | 2009-03-12 22:29:52 +0100 (Thu, 12 Mar 2009) | 1 line Nuke those eclipse-generated pseudo-javadocs. Who was that genius to invent them? :) ................ r14277 | aperepel | 2009-03-12 23:46:59 +0100 (Thu, 12 Mar 2009) | 1 line Added error feedback and more validation to param tests. Also added a MULE_TESTS log category to dump junit4 internals when needed. ................ r14278 | dfeist | 2009-03-13 00:31:04 +0100 (Fri, 13 Mar 2009) | 1 line Exclude another intermittent test method without excluding whole test case to ensure we maintain at least some graceful shutdown test coverage (MULE-4253) ................ r14282 | dfeist | 2009-03-13 15:10:21 +0100 (Fri, 13 Mar 2009) | 1 line Javadoc and JIRA reference (MULE-4240 Filtering routers must operate on a copy of the message) ................ r14287 | aperepel | 2009-03-13 16:41:36 +0100 (Fri, 13 Mar 2009) | 1 line Fix typos ................ r14288 | aperepel | 2009-03-13 18:34:13 +0100 (Fri, 13 Mar 2009) | 1 line MULE-4257 Archetypes generate non-compilable FunctionalTestCases when defaults are used ................ r14295 | tcarlson | 2009-03-13 20:58:01 +0100 (Fri, 13 Mar 2009) | 1 line EE-1414 Allow generic JMS test suite to be run from Eclipse (not just Maven) ................ r14298 | aperepel | 2009-03-13 22:59:30 +0100 (Fri, 13 Mar 2009) | 1 line Fixed messed up multi-line messages ................ r14299 | ken.yagen | 2009-03-13 23:25:01 +0100 (Fri, 13 Mar 2009) | 1 line updated link to documentation ................ r14301 | tcarlson | 2009-03-14 00:18:02 +0100 (Sat, 14 Mar 2009) | 1 line EE-1389 WMQ functional tests ................ r14306 | rossmason | 2009-03-15 17:44:37 +0100 (Sun, 15 Mar 2009) | 1 line Added documentation to these classes that should explain how the two fit together and how the suite works ................ r14307 | rossmason | 2009-03-15 17:45:25 +0100 (Sun, 15 Mar 2009) | 1 line made the method "applyLifecycle" optional and added some doc about its usage and to the ConfigurationBuilder interface ................ r14308 | rossmason | 2009-03-15 22:08:27 +0100 (Sun, 15 Mar 2009) | 1 line pesky annotation left after a merge ................ r14311 | dfeist | 2009-03-16 12:57:29 +0100 (Mon, 16 Mar 2009) | 1 line Exclude another intermittent test method (MULE-4253) ................ r14315 | aperepel | 2009-03-16 15:35:37 +0100 (Mon, 16 Mar 2009) | 1 line Proofreading ................ r14316 | aperepel | 2009-03-16 15:40:32 +0100 (Mon, 16 Mar 2009) | 1 line Don't return nulls ................ r14317 | aperepel | 2009-03-16 16:13:23 +0100 (Mon, 16 Mar 2009) | 1 line Raise MULE_TEST output to info level ................ r14318 | aperepel | 2009-03-16 17:04:33 +0100 (Mon, 16 Mar 2009) | 1 line This should make wmq happy ................ r14319 | aperepel | 2009-03-16 17:11:35 +0100 (Mon, 16 Mar 2009) | 1 line This should make wmq happy ................ r14322 | aperepel | 2009-03-16 19:36:57 +0100 (Mon, 16 Mar 2009) | 1 line Renamed some queues for consistency ................ r14323 | aperepel | 2009-03-16 21:44:49 +0100 (Mon, 16 Mar 2009) | 1 line Stream message adapter is not applicable to Mule 2.x. Moreover those classes referred to in the config no longer exist. ................ r14324 | tcarlson | 2009-03-16 23:00:24 +0100 (Mon, 16 Mar 2009) | 1 line EE-1389 Working on automated testing of JNDI ................ r14325 | dfeist | 2009-03-17 01:18:54 +0100 (Tue, 17 Mar 2009) | 1 line Update root directory for source aggregation ................ r14328 | dandiep | 2009-03-17 18:30:14 +0100 (Tue, 17 Mar 2009) | 1 line Payload should include query parameters for HTTP GET requests. ................ r14329 | dandiep | 2009-03-17 18:30:31 +0100 (Tue, 17 Mar 2009) | 1 line MULE-4252: correctly pull out features from the endpoint properties. ................ r14331 | aperepel | 2009-03-17 18:53:46 +0100 (Tue, 17 Mar 2009) | 1 line Fix the test ................ r14334 | aperepel | 2009-03-17 21:47:57 +0100 (Tue, 17 Mar 2009) | 1 line Let the real replyTo handler please stand up! ................ r14335 | tcarlson | 2009-03-18 01:00:01 +0100 (Wed, 18 Mar 2009) | 1 line Add a new simple JMS functional test ................ r14336 | aperepel | 2009-03-18 18:22:40 +0100 (Wed, 18 Mar 2009) | 1 line Fixed javadocs ................ r14337 | aperepel | 2009-03-18 18:47:24 +0100 (Wed, 18 Mar 2009) | 1 line Oops, it was a while loop, not try/catch ................ r14338 | tcarlson | 2009-03-18 20:07:49 +0100 (Wed, 18 Mar 2009) | 1 line Use global default WorkManager for reconnection rather than one from receiver/dispatcher/requester ................ r14339 | aperepel | 2009-03-18 20:17:41 +0100 (Wed, 18 Mar 2009) | 1 line MULE-4265 registry-bootstrap.properties should understand optional entries ................ r14342 | dandiep | 2009-03-18 21:45:49 +0100 (Wed, 18 Mar 2009) | 1 line Fix version on errorhandler POM. ................ r14343 | dfeist | 2009-03-18 21:48:08 +0100 (Wed, 18 Mar 2009) | 1 line MULE-4263 WorkManager should attempt clean shutdown before interrupting workers which in effect cancels waiting jobs with loss of event/message ................ r14345 | dfeist | 2009-03-19 03:25:04 +0100 (Thu, 19 Mar 2009) | 1 line MULE-4262 MessageRequester.getEndpoint() should return InboundEndpoint ................ r14346 | dfeist | 2009-03-19 03:27:08 +0100 (Thu, 19 Mar 2009) | 1 line MULE-4262 MessageRequester.getEndpoint() should return InboundEndpoint ................ r14347 | dfeist | 2009-03-19 15:16:19 +0100 (Thu, 19 Mar 2009) | 1 line Don't wait any longer for work items that have already failed to responsd to clean shutdown. (MULE-4263 WorkManager should attempt clean shutdown before interrupting workers which in effect cancels waiting jobs with loss of event/message) ................ r14348 | dfeist | 2009-03-19 17:21:45 +0100 (Thu, 19 Mar 2009) | 1 line Revert r14343,14347. This was a simple/needed fix but uncovered a couple of other things that don't work properly and will take a bit longer to fix (MULE-4263) ................ r14349 | aperepel | 2009-03-19 18:42:11 +0100 (Thu, 19 Mar 2009) | 1 line Added a drain() method to clean up queues. Each test knows best what destinations it uses against which connectors, and should perform those. ................ r14350 | aperepel | 2009-03-19 20:35:34 +0100 (Thu, 19 Mar 2009) | 1 line MuleClient must honor isStartContext() ................ r14351 | tcarlson | 2009-03-19 20:57:15 +0100 (Thu, 19 Mar 2009) | 1 line Improve test case ................ r14352 | aperepel | 2009-03-19 20:57:33 +0100 (Thu, 19 Mar 2009) | 1 line Reimplemented drain() to use raw low-level jms apis. MuleClient doesn't do the job, as it needs initialized Mule context, and it's too late at that point already (need to purge queues before any receivers connect). ................ r14353 | aperepel | 2009-03-19 20:59:03 +0100 (Thu, 19 Mar 2009) | 1 line Renamed to purge(), just to avoid introducing another word into the mix (the former is a standard concept in messaging) ................ r14354 | dfeist | 2009-03-19 21:03:41 +0100 (Thu, 19 Mar 2009) | 1 line Rollback r14267 because of MULE-4268 so that retry works ................ r14355 | aperepel | 2009-03-19 21:55:15 +0100 (Thu, 19 Mar 2009) | 1 line Fixed method name ................ r14356 | dfeist | 2009-03-19 22:13:02 +0100 (Thu, 19 Mar 2009) | 1 line Need to exclude this test after rollback of r14267 (MULE-4251) ................ r14357 | aperepel | 2009-03-19 22:15:30 +0100 (Thu, 19 Mar 2009) | 1 line Fix the test by ensuring a clean environment ................ r14368 | dfeist | 2009-03-20 14:06:35 +0100 (Fri, 20 Mar 2009) | 1 line Update javadoc (MULE-4266 missing lookupEndpoint() in MuleRegistry) ................ r14370 | aperepel | 2009-03-20 14:33:27 +0100 (Fri, 20 Mar 2009) | 1 line Simplify, use stock components ................ r14371 | aperepel | 2009-03-20 14:33:54 +0100 (Fri, 20 Mar 2009) | 1 line Update the file to validate (although it doesn't seem to be used by any test case now) ................ r14372 | aperepel | 2009-03-20 14:55:56 +0100 (Fri, 20 Mar 2009) | 1 line Timebox the reply wait and fail if none (default is false) ................ r14373 | aperepel | 2009-03-20 16:04:12 +0100 (Fri, 20 Mar 2009) | 1 line Drop this last dot, it results in .. in the exception report ................ r14374 | aperepel | 2009-03-20 16:06:58 +0100 (Fri, 20 Mar 2009) | 1 line Don't overwrite the correlation id if one has been set already ................ r14377 | dfeist | 2009-03-20 17:59:57 +0100 (Fri, 20 Mar 2009) | 1 line Rollback r14338 because it didn't fix what we thought it would (conflict between clean connector stop and retry) ................ r14378 | aperepel | 2009-03-20 18:10:37 +0100 (Fri, 20 Mar 2009) | 1 line Purge some junk ................ r14380 | tcarlson | 2009-03-20 18:39:12 +0100 (Fri, 20 Mar 2009) | 1 line Test binary message type ................ r14381 | tcarlson | 2009-03-20 19:22:03 +0100 (Fri, 20 Mar 2009) | 1 line Add a flag so that AbstractJmsFunctionalTestCase can be used without the multi-provider substitution magic ................ r14384 | rossmason | 2009-03-21 00:59:51 +0100 (Sat, 21 Mar 2009) | 1 line Added a hook for pre processing messages ................ r14385 | rossmason | 2009-03-22 01:28:45 +0100 (Sun, 22 Mar 2009) | 1 line Fixed the property scoping for the JMSMessageAdapter. Need to do this for Email and Http ................ r14386 | rossmason | 2009-03-22 01:29:50 +0100 (Sun, 22 Mar 2009) | 1 line Fixed QoS header support ................ r14387 | rossmason | 2009-03-22 01:30:31 +0100 (Sun, 22 Mar 2009) | 1 line some minor tweeks ................ r14388 | rossmason | 2009-03-22 01:31:51 +0100 (Sun, 22 Mar 2009) | 1 line method for printing out properties and scopes ................ r14389 | rossmason | 2009-03-22 01:32:12 +0100 (Sun, 22 Mar 2009) | 1 line We need a null here if the expression fails ................ r14390 | rossmason | 2009-03-22 01:33:16 +0100 (Sun, 22 Mar 2009) | 1 line Fix error even though the test passes ................ r14391 | rossmason | 2009-03-22 16:51:55 +0100 (Sun, 22 Mar 2009) | 1 line New test for customising correlation. Right now it's not at all intuitive, but it does work. I've added some comments to the config about how we could improve it. ................ r14392 | rossmason | 2009-03-22 16:53:21 +0100 (Sun, 22 Mar 2009) | 1 line Added a message details logging method to the FTC ................ r14394 | rossmason | 2009-03-22 20:33:51 +0100 (Sun, 22 Mar 2009) | 1 line minor tweeks ................ r14395 | rossmason | 2009-03-22 22:41:31 +0100 (Sun, 22 Mar 2009) | 1 line Fixed QoS header regression ................ r14396 | rossmason | 2009-03-22 23:12:52 +0100 (Sun, 22 Mar 2009) | 1 line The replyTo needs to be in the invocation scope i.e. only valid for a single invocation ................ r14397 | tcarlson | 2009-03-23 02:02:03 +0100 (Mon, 23 Mar 2009) | 1 line Fix EE-1448 (WMQ reconnection) ................ r14400 | tcarlson | 2009-03-23 03:28:56 +0100 (Mon, 23 Mar 2009) | 1 line xalan:serializer is not in assembly whitelist ................ r14405 | tcarlson | 2009-03-23 15:57:44 +0100 (Mon, 23 Mar 2009) | 4 lines - MULE-4277 New test case for forceJndiDestinations="true" - Fix a bug where optional JNDI Destinations were not working - Refactor and improve JNDI Test Case ................ r14408 | aperepel | 2009-03-23 17:13:48 +0100 (Mon, 23 Mar 2009) | 1 line Minor review improvements. Ensure properties are sorted when logged (doesn't affect regular runtime operation) ................ r14410 | dandiep | 2009-03-24 15:46:57 +0100 (Tue, 24 Mar 2009) | 1 line Add compiler plugin definition so we can handle 1.5 ................ r14411 | dandiep | 2009-03-24 16:15:04 +0100 (Tue, 24 Mar 2009) | 1 line Loanbroker example maven build dies due to missing dependency. ................ r14418 | dfeist | 2009-03-24 20:27:50 +0100 (Tue, 24 Mar 2009) | 9 lines Recorded merge of revisions 14111 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14111 | dandiep | 2009-02-20 13:51:51 -0200 (Fri, 20 Feb 2009) | 1 line Give HTTP more threads. Otherwise we end up in a dead lock waiting for HttpClients when all the HTTP clients are in use. By default there are only 16 HttpClients available (due to the default threading profile), but this test requires several times that amount. ........ ................ r14424 | aperepel | 2009-03-25 15:32:13 +0100 (Wed, 25 Mar 2009) | 1 line Properly cleanup after yourself, otherwise message stay on the queue after xa rollback ................ r14425 | aperepel | 2009-03-25 18:52:25 +0100 (Wed, 25 Mar 2009) | 1 line Don't intermix xa & jms ................ r14426 | aperepel | 2009-03-25 18:53:02 +0100 (Wed, 25 Mar 2009) | 1 line Use more up-to-date param name ................ r14427 | aperepel | 2009-03-25 18:57:20 +0100 (Wed, 25 Mar 2009) | 1 line Honor the transacted=false flag, should help some jmsreplyto issues reported on the list. ................ r14428 | aperepel | 2009-03-25 20:38:19 +0100 (Wed, 25 Mar 2009) | 1 line Rollback r14427, need to rethink ................ r14431 | tcarlson | 2009-03-26 20:00:46 +0100 (Thu, 26 Mar 2009) | 1 line Carry JMS properties set on the MuleMessage over to the javax.jms.Message ................ r14432 | tcarlson | 2009-03-26 20:02:53 +0100 (Thu, 26 Mar 2009) | 1 line EE-1445 Port JMS tests from QA suite to JMS transport ................ r14433 | dfeist | 2009-03-27 12:32:48 +0100 (Fri, 27 Mar 2009) | 1 line MULE-4281 archetypes generate test classes with wrong package name ................ r14434 | dfeist | 2009-03-27 13:15:02 +0100 (Fri, 27 Mar 2009) | 1 line MULE-4286 Module archetype use incorrect package nomenclature ................ r14436 | tcarlson | 2009-03-27 16:41:44 +0100 (Fri, 27 Mar 2009) | 1 line EE-1445 Port JMS tests from QA suite to JMS transport ................ r14438 | dfeist | 2009-03-27 23:30:22 +0100 (Fri, 27 Mar 2009) | 1 line MULE-3137 Remove all references to xfire in code ................ r14440 | jwheeler | 2009-03-30 23:37:31 +0200 (Mon, 30 Mar 2009) | 1 line Updated annotations. ................ r14442 | aperepel | 2009-04-01 16:44:49 +0200 (Wed, 01 Apr 2009) | 1 line Reverted r14431,14432,14436. Messages must not mess directly with JMS properties. They were overwriting things they shouldn't be, also bypassing Mule's control of QoS header application. Also, was changing Mule's behavior 180 degrees from the stable documented one. ................ r14450 | aperepel | 2009-04-02 15:57:20 +0200 (Thu, 02 Apr 2009) | 1 line MULE-4295 Update jms config schema to support exception listener registration flag ................ r14451 | tcarlson | 2009-04-03 15:25:37 +0200 (Fri, 03 Apr 2009) | 1 line Turn off debug ................ r14452 | tcarlson | 2009-04-03 15:29:32 +0200 (Fri, 03 Apr 2009) | 1 line Bring in TCK classes from QA, add dead letter endpoint needed by some tests ................ r14453 | tcarlson | 2009-04-03 15:29:47 +0200 (Fri, 03 Apr 2009) | 1 line Remove the use of scenarios, bring back @MuleParametrized, various refactoring + improvement ................ r14454 | tcarlson | 2009-04-03 15:30:11 +0200 (Fri, 03 Apr 2009) | 1 line Update functional tests based on API changes in AbstractJmsFunctionalTestCase ................ r14455 | tcarlson | 2009-04-03 15:30:22 +0200 (Fri, 03 Apr 2009) | 1 line Bring back tests which got removed in r14442 ................ r14456 | tcarlson | 2009-04-03 15:30:34 +0200 (Fri, 03 Apr 2009) | 1 line Update JMS test suite to work with JUnit 4 and Parameterized tests ................ r14457 | aperepel | 2009-04-03 15:46:46 +0200 (Fri, 03 Apr 2009) | 1 line Relax a little ................ r14459 | aperepel | 2009-04-03 23:28:35 +0200 (Fri, 03 Apr 2009) | 1 line Fixed classloader leaks - don't hold onto an object for longer than needed. Exposed during repetitive redeployment, resulted in a copy of a full stack each time (because custom component objects weren't GCed). ................ r14465 | rossmason | 2009-04-07 13:38:59 +0200 (Tue, 07 Apr 2009) | 1 line MULE-4299. added support arrays as return class ................ r14466 | rossmason | 2009-04-07 13:40:31 +0200 (Tue, 07 Apr 2009) | 1 line Mule-4301. Proper handling of Map message types. Now primitive maps will be converted to MapMessage, Maps containing other serializable objects will become ObjectMessages ................ r14467 | rossmason | 2009-04-07 13:41:22 +0200 (Tue, 07 Apr 2009) | 1 line EE-1422 . Stdio missing from POM ................ r14468 | rossmason | 2009-04-07 13:41:54 +0200 (Tue, 07 Apr 2009) | 1 line Added some better tracing ................ r14483 | tcarlson | 2009-04-08 00:38:29 +0200 (Wed, 08 Apr 2009) | 1 line Allow comments in the vendor-configs.txt file ................ r14493 | aperepel | 2009-04-08 22:19:33 +0200 (Wed, 08 Apr 2009) | 1 line Update Mule version to 3.0.0-SNAPSHOT. Also includes MULE-4044 Drop version from namespaces ................ r14502 | tcarlson | 2009-04-09 14:58:08 +0200 (Thu, 09 Apr 2009) | 1 line Make it clear in the test log which parameter is being used ................ r14503 | tcarlson | 2009-04-09 14:58:33 +0200 (Thu, 09 Apr 2009) | 1 line Make this interface more flexible ................ r14504 | dandiep | 2009-04-09 18:09:37 +0200 (Thu, 09 Apr 2009) | 1 line MULE-4157: support sending the whole soap envelope via a new payload=envelope attribute. ................ r14529 | tcarlson | 2009-04-14 01:30:52 +0200 (Tue, 14 Apr 2009) | 1 line Fix EE-1513 mule-test-exclusions.txt is ignored for parameterized JMS tests ................ r14530 | tcarlson | 2009-04-14 05:11:24 +0200 (Tue, 14 Apr 2009) | 1 line Fix some classpath mixups regarding wmq-test.properties ................ r14542 | tcarlson | 2009-04-15 18:07:40 +0200 (Wed, 15 Apr 2009) | 1 line EE-1523 Create a way to disable test configs per build plan ................ r14543 | aperepel | 2009-04-15 18:23:11 +0200 (Wed, 15 Apr 2009) | 1 line Never return nulls for maps/collections ................ r14551 | tcarlson | 2009-04-16 14:47:25 +0200 (Thu, 16 Apr 2009) | 1 line @Override is a healthy thing ................ r14552 | tcarlson | 2009-04-16 16:06:34 +0200 (Thu, 16 Apr 2009) | 1 line EE-1523 Create a way to disable test configs per build plan ................ r14553 | rossmason | 2009-04-16 18:40:35 +0200 (Thu, 16 Apr 2009) | 1 line MULE-3615: moved custom-agent to core. Fixed abstract agent types ................ r14554 | rossmason | 2009-04-16 18:40:57 +0200 (Thu, 16 Apr 2009) | 1 line expose the real endpoint ................ r14555 | aperepel | 2009-04-16 22:16:08 +0200 (Thu, 16 Apr 2009) | 1 line Fix the pom, version is required for plugins ................ r14556 | rossmason | 2009-04-16 22:18:50 +0200 (Thu, 16 Apr 2009) | 1 line fix the build ................ r14557 | dirk.olmes | 2009-04-17 09:30:14 +0200 (Fri, 17 Apr 2009) | 2 lines MULE-4315 (mule 2.2.1 archetype for maven): The JDK name property was 'jdk5Name' but the eclipse plugin used 'jdk15Name'. ................ r14559 | rossmason | 2009-04-19 23:31:31 +0200 (Sun, 19 Apr 2009) | 1 line don't convert payload to string ................ r14560 | rossmason | 2009-04-19 23:31:51 +0200 (Sun, 19 Apr 2009) | 1 line MULE-4322: add support for custom security filter ................ r14561 | rossmason | 2009-04-19 23:32:17 +0200 (Sun, 19 Apr 2009) | 1 line MULE-4321. Allow connectors to be initialised in a stopped state ................ r14562 | rossmason | 2009-04-19 23:32:39 +0200 (Sun, 19 Apr 2009) | 1 line fix schema for endpoint ref ................ r14569 | dirk.olmes | 2009-04-20 13:40:02 +0200 (Mon, 20 Apr 2009) | 2 lines MULE-3671, MULE-3672, MULE-3673 Enable the tests now that we don't seem to have cryptix lib troubles any more ................ r14577 | rossmason | 2009-04-23 11:20:34 +0200 (Thu, 23 Apr 2009) | 1 line MULE-4330: Added XQuery support. Also made AbstractXmlTransformer implement AbstractMessageAwareTransformer and removed call to the EventContext ................ r14578 | rossmason | 2009-04-23 12:17:11 +0200 (Thu, 23 Apr 2009) | 1 line Part of MULE-4317. Make XStream transformer more configurable. Added better handling of Aliases and converters ................ r14579 | rossmason | 2009-04-23 12:19:59 +0200 (Thu, 23 Apr 2009) | 1 line fixed test ................ r14580 | rossmason | 2009-04-23 12:24:41 +0200 (Thu, 23 Apr 2009) | 1 line temporary exclusion ................ r14592 | aperepel | 2009-04-30 17:26:26 +0200 (Thu, 30 Apr 2009) | 1 line MULE-4097 Support declarative Mule serverId configuration when embedded in webapp ................ r14595 | aperepel | 2009-04-30 17:43:10 +0200 (Thu, 30 Apr 2009) | 1 line MULE-3625 Registering transaction manager causes non xa transaction to fail ................ r14598 | aperepel | 2009-05-01 22:21:54 +0200 (Fri, 01 May 2009) | 1 line Simplify, a leftover from an older refactoring ................ r14599 | aperepel | 2009-05-01 22:36:12 +0200 (Fri, 01 May 2009) | 1 line Updated JavaDocs ................ r14617 | rossmason | 2009-05-06 00:38:17 +0200 (Wed, 06 May 2009) | 1 line improve error message ................ r14618 | rossmason | 2009-05-06 00:38:42 +0200 (Wed, 06 May 2009) | 1 line Initialise XStream on initialize. Tomcat throws a linkage error if you dont. Jetty does not. ................ r14620 | rossmason | 2009-05-06 00:39:34 +0200 (Wed, 06 May 2009) | 1 line MULE-4348. Add path attribute to endpoints ................ r14622 | rossmason | 2009-05-06 00:40:42 +0200 (Wed, 06 May 2009) | 1 line Apply filters, though this really needs to be moved to the endpoint ................ r14623 | rossmason | 2009-05-06 00:41:05 +0200 (Wed, 06 May 2009) | 1 line MULE-4349. Set the actual MailMessage as the payload, not a body part ................ r14624 | rossmason | 2009-05-06 00:41:43 +0200 (Wed, 06 May 2009) | 1 line MULE-4347: Set the muleContext on the servlet context ................ r14626 | rossmason | 2009-05-06 00:47:58 +0200 (Wed, 06 May 2009) | 1 line A start on MULE-4350. ................ r14628 | rossmason | 2009-05-06 11:47:42 +0200 (Wed, 06 May 2009) | 1 line MULE-4351: Clean up notifications ................ r14635 | aperepel | 2009-05-06 16:12:46 +0200 (Wed, 06 May 2009) | 1 line Make muleContext available in the servlet context for components that might need it during Mule init/startup ................ r14643 | aperepel | 2009-05-07 21:06:47 +0200 (Thu, 07 May 2009) | 1 line MULE-4354 Custom expression evalutor configured declaratively is ignored ................ r14668 | rossmason | 2009-05-08 18:52:42 +0200 (Fri, 08 May 2009) | 1 line testing ................ r14671 | rossmason | 2009-05-08 18:54:08 +0200 (Fri, 08 May 2009) | 1 line no need to serialize the message here ................ r14674 | rossmason | 2009-05-09 10:55:53 +0200 (Sat, 09 May 2009) | 1 line MULE-4356. New MapToBean and beanToMap transformers ................ r14676 | rossmason | 2009-05-09 21:14:51 +0200 (Sat, 09 May 2009) | 1 line MULE-4135. Added tests for Null return values ................ r14689 | rossmason | 2009-05-10 22:05:07 +0200 (Sun, 10 May 2009) | 1 line Improved the Xml splitter test to actually test the Xml. No code changes ................ r14690 | rossmason | 2009-05-11 00:27:03 +0200 (Mon, 11 May 2009) | 1 line Added additional test with filters. No code changes ................ r14718 | rossmason | 2009-05-18 11:44:04 +0200 (Mon, 18 May 2009) | 1 line MULE-4363 Fix. Added more test coverage and cleaned up the use of literal values ................ r14720 | rossmason | 2009-05-18 11:45:11 +0200 (Mon, 18 May 2009) | 1 line MULE-4365. short for URI of vm://my.queue?queueEvents=true ................ r14721 | rossmason | 2009-05-18 11:47:12 +0200 (Mon, 18 May 2009) | 1 line missed the test ................ r14736 | rossmason | 2009-05-18 20:21:08 +0200 (Mon, 18 May 2009) | 1 line Backing out the count # functionality in the the Header and Attachment expression evaluators ................ r14755 | rossmason | 2009-05-21 22:39:29 +0200 (Thu, 21 May 2009) | 1 line Use the muleContext passed into the method ................ r14761 | rossmason | 2009-05-22 18:58:32 +0200 (Fri, 22 May 2009) | 1 line fix optional single header value ................ r14763 | rossmason | 2009-05-23 17:17:40 +0200 (Sat, 23 May 2009) | 1 line MULE-4374. support proper uri format for Jms Topics i.e. jms:topic://my.topic ................ r14764 | rossmason | 2009-05-23 17:18:01 +0200 (Sat, 23 May 2009) | 1 line invert for correct behaviour ................ r14765 | rossmason | 2009-05-23 17:18:32 +0200 (Sat, 23 May 2009) | 1 line Needed change for Spring 3.0 support ................ r14766 | rossmason | 2009-05-23 17:18:58 +0200 (Sat, 23 May 2009) | 1 line create a real exception and wrap the status code and text ................ r14783 | aperepel | 2009-05-26 20:45:08 +0200 (Tue, 26 May 2009) | 1 line MULE-4353 SoftReference change to SingletonObjectFactory causes NullPointerExceptions ................ r14784 | aperepel | 2009-05-26 21:21:42 +0200 (Tue, 26 May 2009) | 1 line MULE-4353 SoftReference change to SingletonObjectFactory causes NullPointerExceptions (updated programmatic tests) ................ r14785 | aperepel | 2009-05-26 22:36:50 +0200 (Tue, 26 May 2009) | 1 line MULE-4353 more updates ................ r14801 | rossmason | 2009-05-27 19:03:00 +0200 (Wed, 27 May 2009) | 1 line Generify the registry API ................ r14805 | rossmason | 2009-05-27 19:38:47 +0200 (Wed, 27 May 2009) | 1 line added encoding test case ................ r14810 | aperepel | 2009-05-27 21:03:01 +0200 (Wed, 27 May 2009) | 5 lines MULE-4353 Changes: * Service now propagates its MuleContext to a Component. Should've been done from day one, a combination of MuleClient + Spring beans exposed it * Introduced a way to bypass lifecycle callbacks when registering objects, e.g. when component's lifecycle is managed elsewhere and we don't want to mess it up * Reworked the hard-ref trick for registry based on the above ................ r14847 | dzapata | 2009-05-29 19:37:46 +0200 (Fri, 29 May 2009) | 2 lines added missing @Test annotation ................ r14850 | rossmason | 2009-05-30 14:08:58 +0200 (Sat, 30 May 2009) | 1 line make the filter API easier to use, remove deprecated methods ................ r14851 | rossmason | 2009-05-30 23:55:50 +0200 (Sat, 30 May 2009) | 1 line this is probably the most confuing class in Mule. tried make things a little easier to understand with generics ................ r14878 | dfeist | 2009-06-04 20:43:56 +0200 (Thu, 04 Jun 2009) | 1 line Manual merge of r14686 from old 2.x branch (MULE-3991. Fix handling of RegEx groups) ................ r14879 | dfeist | 2009-06-04 20:56:15 +0200 (Thu, 04 Jun 2009) | 1 line Manual merge of r14685 from old 2.x branch (Handle is* as well as get* bean methods) ................ r14883 | rossmason | 2009-06-04 22:53:56 +0200 (Thu, 04 Jun 2009) | 1 line make receiverServlet more extensible, overload correct servlet methods ................ r14885 | rossmason | 2009-06-04 22:54:32 +0200 (Thu, 04 Jun 2009) | 1 line remove dependency on MuleClient form the connector to the job that uses it ................ r14902 | rossmason | 2009-06-07 11:11:13 +0200 (Sun, 07 Jun 2009) | 1 line make sure the endpoint connector is started before dispatching ................ r14903 | rossmason | 2009-06-07 11:27:59 +0200 (Sun, 07 Jun 2009) | 1 line slight improvement so that if a notification is specifically ignorred there will not be a warning message ................ ................ r15007 | dirk.olmes | 2009-06-17 18:12:01 +0200 (Wed, 17 Jun 2009) | 127 lines Blocked revisions 13605 via svnmerge ................ r13605 | tcarlson | 2008-12-10 20:00:15 +0100 (Wed, 10 Dec 2008) | 121 lines Merged revisions 13464-13604 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x-new-bookstore ........ r13465 | tcarlson | 2008-12-01 12:06:43 -0200 (Mon, 01 Dec 2008) | 1 line New webapp example ........ r13466 | tcarlson | 2008-12-01 12:09:30 -0200 (Mon, 01 Dec 2008) | 1 line New webapp example ........ r13467 | tcarlson | 2008-12-01 13:08:16 -0200 (Mon, 01 Dec 2008) | 1 line New webapp example ........ r13485 | tcarlson | 2008-12-02 01:44:58 -0200 (Tue, 02 Dec 2008) | 1 line New webapp example ........ r13516 | tcarlson | 2008-12-03 00:02:41 -0200 (Wed, 03 Dec 2008) | 1 line New webapp example ........ r13530 | tcarlson | 2008-12-03 12:11:49 -0200 (Wed, 03 Dec 2008) | 1 line New webapp example ........ r13536 | tcarlson | 2008-12-03 16:50:42 -0200 (Wed, 03 Dec 2008) | 1 line New webapp example ........ r13541 | tcarlson | 2008-12-04 11:03:02 -0200 (Thu, 04 Dec 2008) | 1 line New webapp example ........ r13557 | tcarlson | 2008-12-04 16:41:18 -0200 (Thu, 04 Dec 2008) | 1 line Add preso for backup purposes ........ r13564 | tcarlson | 2008-12-05 19:55:22 -0200 (Fri, 05 Dec 2008) | 1 line New webapp example ........ r13565 | tcarlson | 2008-12-06 00:18:08 -0200 (Sat, 06 Dec 2008) | 1 line New webapp example ........ r13566 | tcarlson | 2008-12-06 00:36:51 -0200 (Sat, 06 Dec 2008) | 1 line New webapp example ........ r13568 | tcarlson | 2008-12-07 23:07:20 -0200 (Sun, 07 Dec 2008) | 1 line New webapp example ........ r13570 | tcarlson | 2008-12-08 00:01:12 -0200 (Mon, 08 Dec 2008) | 1 line Use new GET functionality ........ r13571 | tcarlson | 2008-12-08 10:10:41 -0200 (Mon, 08 Dec 2008) | 1 line Set default Content-Type on the servlet itself ........ r13572 | tcarlson | 2008-12-08 10:50:56 -0200 (Mon, 08 Dec 2008) | 1 line Javadoc and cleanup ........ r13573 | tcarlson | 2008-12-08 12:05:36 -0200 (Mon, 08 Dec 2008) | 1 line Javadocs + cleanup ........ r13575 | tcarlson | 2008-12-08 12:24:03 -0200 (Mon, 08 Dec 2008) | 1 line Add transformers to servlet namespace ........ r13576 | tcarlson | 2008-12-08 12:46:32 -0200 (Mon, 08 Dec 2008) | 1 line Implement bestseller functionality ........ r13577 | tcarlson | 2008-12-08 12:50:11 -0200 (Mon, 08 Dec 2008) | 1 line Add comment ........ r13578 | tcarlson | 2008-12-08 12:55:13 -0200 (Mon, 08 Dec 2008) | 1 line Empty dir ........ r13579 | tcarlson | 2008-12-08 13:21:28 -0200 (Mon, 08 Dec 2008) | 1 line Use different color to differentiate between webapps ........ r13580 | tcarlson | 2008-12-08 16:22:28 -0200 (Mon, 08 Dec 2008) | 1 line Table headings ........ r13583 | tcarlson | 2008-12-09 12:15:21 -0200 (Tue, 09 Dec 2008) | 1 line Better test data ........ r13584 | tcarlson | 2008-12-09 12:19:42 -0200 (Tue, 09 Dec 2008) | 1 line Wrong caption ........ r13585 | tcarlson | 2008-12-09 13:28:40 -0200 (Tue, 09 Dec 2008) | 1 line Fix error in logic ........ r13601 | tcarlson | 2008-12-10 13:08:20 -0200 (Wed, 10 Dec 2008) | 1 line Add test case ........ r13603 | tcarlson | 2008-12-10 16:49:36 -0200 (Wed, 10 Dec 2008) | 1 line Remove command-line interface and shell scripts ........ r13604 | tcarlson | 2008-12-10 16:51:07 -0200 (Wed, 10 Dec 2008) | 1 line Clean up versions to make example work with the full distro ........ ................ ................ r15008 | dirk.olmes | 2009-06-17 18:15:40 +0200 (Wed, 17 Jun 2009) | 75 lines Blocked revisions 13629 via svnmerge ................ r13629 | aperepel | 2008-12-11 23:00:43 +0100 (Thu, 11 Dec 2008) | 69 lines Merged revisions 13423,13430,13475-13476,13534,13560,13586,13589-13590,13597,13617-13621,13624 via svnmerge from https://svn.codehaus.org/mule/branches/multi-tx ........ r13423 | aperepel | 2008-11-25 15:17:23 -0500 (Tue, 25 Nov 2008) | 1 line Removed obsolete and commented out entries ........ r13430 | aperepel | 2008-11-26 17:21:50 -0500 (Wed, 26 Nov 2008) | 1 line Override toString() to provide some debugging info ........ r13475 | aperepel | 2008-12-01 16:36:02 -0500 (Mon, 01 Dec 2008) | 1 line EE-803 fix TX listener registration ........ r13476 | aperepel | 2008-12-01 16:40:13 -0500 (Mon, 01 Dec 2008) | 1 line CE Part of multi-tx support ........ r13534 | aperepel | 2008-12-03 12:11:29 -0500 (Wed, 03 Dec 2008) | 1 line Package-friendly classifiers should've been banned from Java :) The benefit is non-existent, while the pain when you need to access those from subclasses is real. ........ r13560 | aperepel | 2008-12-05 11:12:43 -0500 (Fri, 05 Dec 2008) | 1 line Use the new aliased getter to avoid confusion (consumers need not be transactional) ........ r13586 | aperepel | 2008-12-09 10:38:15 -0500 (Tue, 09 Dec 2008) | 1 line Preserve existing dispatcher behavior as is ........ r13589 | aperepel | 2008-12-09 14:01:12 -0500 (Tue, 09 Dec 2008) | 1 line No package-friendly classifiers ........ r13590 | aperepel | 2008-12-09 14:27:41 -0500 (Tue, 09 Dec 2008) | 1 line Fix occasional (harmless) errors logged about deleted temp destinations ........ r13597 | aperepel | 2008-12-09 17:29:06 -0500 (Tue, 09 Dec 2008) | 1 line Minor refactoring and cleanup ........ r13617 | aperepel | 2008-12-11 11:12:11 -0500 (Thu, 11 Dec 2008) | 1 line Added a logger to be used in definition parser hierarchy ........ r13618 | aperepel | 2008-12-11 11:15:06 -0500 (Thu, 11 Dec 2008) | 1 line EE-1087 fail-fast mechanism for multi-tx configuration. EE-1086 updated xsd schemas for multi-tx ........ r13619 | aperepel | 2008-12-11 11:19:43 -0500 (Thu, 11 Dec 2008) | 1 line Call through to the parser once the class is loaded ........ r13620 | aperepel | 2008-12-11 11:32:10 -0500 (Thu, 11 Dec 2008) | 1 line Be more specific about what we catch ........ r13621 | aperepel | 2008-12-11 12:04:15 -0500 (Thu, 11 Dec 2008) | 1 line Be smarter about this failure so that other tests work fine. Plugged into a parser problem reporter. ........ r13624 | aperepel | 2008-12-11 13:23:17 -0500 (Thu, 11 Dec 2008) | 1 line Output an EE-trigger message only when it applies ........ ................ ................ r15009 | dirk.olmes | 2009-06-17 18:22:36 +0200 (Wed, 17 Jun 2009) | 22 lines Blocked revisions 14992 via svnmerge ................ r14992 | tcarlson | 2009-06-16 23:18:16 +0200 (Tue, 16 Jun 2009) | 16 lines Recorded merge of revisions 14991 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ................ r14991 | tcarlson | 2009-06-16 18:11:23 -0300 (Tue, 16 Jun 2009) | 9 lines Recorded merge of revisions 14990 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14990 | tcarlson | 2009-06-16 18:06:15 -0300 (Tue, 16 Jun 2009) | 1 line Enable test after fix for MULE-4251 ........ ................ ................ ................ r15018 | dirk.olmes | 2009-06-18 15:00:16 +0200 (Thu, 18 Jun 2009) | 81 lines Blocked revisions 13779,13785,14941,14944,14989,15011 via svnmerge ................ r13779 | dfeist | 2009-01-20 16:49:20 +0100 (Tue, 20 Jan 2009) | 13 lines Merged revisions 13717,13732 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13717 | dfeist | 2009-01-15 14:58:02 +0000 (Thu, 15 Jan 2009) | 1 line MULE-4091 Endpoint 'serviceName' attribute is ignored ........ r13732 | rossmason | 2009-01-16 16:48:13 +0000 (Fri, 16 Jan 2009) | 1 line MULE-4104. Returning an error message from an ExceptionStrategy was always returning a NullPayload. ........ ................ r13785 | dfeist | 2009-01-20 21:46:37 +0100 (Tue, 20 Jan 2009) | 9 lines Merged revisions 13491 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r13491 | dfeist | 2008-12-02 04:41:44 +0000 (Tue, 02 Dec 2008) | 1 line Rollback r13490 ........ ................ r14941 | rossmason | 2009-06-11 06:13:51 +0200 (Thu, 11 Jun 2009) | 1 line Support dynamic Json bean object conversion ................ r14944 | dfeist | 2009-06-11 18:24:32 +0200 (Thu, 11 Jun 2009) | 16 lines Merged revisions 14943 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ................ r14943 | dfeist | 2009-06-11 10:11:59 -0300 (Thu, 11 Jun 2009) | 9 lines Merged revisions 14942 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14942 | dfeist | 2009-06-11 10:05:50 -0300 (Thu, 11 Jun 2009) | 1 line MULE-4352 Multiple outbound routers receiving each others transformed payloads ........ ................ ................ r14989 | tcarlson | 2009-06-16 22:37:21 +0200 (Tue, 16 Jun 2009) | 16 lines Merged revisions 14969 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ................ r14969 | tcarlson | 2009-06-15 17:25:30 -0300 (Mon, 15 Jun 2009) | 9 lines Merged revisions 14968 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14968 | tcarlson | 2009-06-15 17:08:39 -0300 (Mon, 15 Jun 2009) | 1 line Fix for MULE-4259 ........ ................ ................ r15011 | tcarlson | 2009-06-17 19:09:55 +0200 (Wed, 17 Jun 2009) | 9 lines Merged revisions 15010 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r15010 | tcarlson | 2009-06-17 14:03:10 -0300 (Wed, 17 Jun 2009) | 1 line Fix MULE-4400 by rolling back r14756 ........ ................ ................ r15047 | tcarlson | 2009-06-22 18:41:30 +0200 (Mon, 22 Jun 2009) | 19 lines Blocked revisions 15021,15029 via svnmerge ................ r15021 | tcarlson | 2009-06-18 11:09:22 -0300 (Thu, 18 Jun 2009) | 9 lines Merged revisions 15012 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r15012 | tcarlson | 2009-06-18 00:44:28 -0300 (Thu, 18 Jun 2009) | 1 line Fix for MULE-4316 + test case ........ ................ r15029 | tcarlson | 2009-06-19 08:51:38 -0300 (Fri, 19 Jun 2009) | 1 line Roll back r15021 which caused a regression ................ ................ r15048 | tcarlson | 2009-06-22 18:46:26 +0200 (Mon, 22 Jun 2009) | 9 lines Merged revisions 13074 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r13074 | tcarlson | 2008-10-15 00:43:18 -0300 (Wed, 15 Oct 2008) | 1 line Shouldn't the RequesterWorkManager be in there also? ........ ................ git-svn-id: https://svn.codehaus.org/mule/branches/mule-2.2.x@15052 bf997673-6b11-0410-b953-e057580c5b09
mule-2.2.x
Dirk Olmes
24/Jun/09 08:02 AM
View full commit
Blocked revisions 15017,15050,15055 via svnmerge ................ r15017 | dirk.olmes | 2009-06-18 11:13:56 +0200 (Thu, 18 Jun 2009) | 2228 lines Blocked revisions 14057,14063,14065,14074-14075,14085,14089-14090,14096,14099,14102,14105,14110,14112,14116,14122,14133-14134,14141,14150-14151,14155,14163-14164,14172,14181,14183,14190,14196,14204,14206,14209,14212-14213,14216,14228-14229,14231,14237-14238,14240,14242-14243,14245,14249,14251,14254,14257,14264-14265,14270,14279-14280,14283,14285,14289-14291,14296,14300,14304-14305,14309,14312,14320,14326,14330,14332,14340,14344,14358-14363,14369,14375,14379,14382,14398,14401,14403,14406,14409,14412,14419-14420,14435,14437,14439,14445-14448,14458,14460,14463,14470,14476-14477,14481,14485,14505-14507,14513-14514,14521-14524,14526,14536,14564,14584,14587-14588,14593,14596,14600,14605,14607,14609,14611,14631,14633,14639-14641,14645,14647-14648,14673,14696-14699,14703-14706,14710-14711,14713,14715-14717,14723-14724,14726,14728-14729,14731-14735,14738-14743,14745,14748,14756,14759,14762,14768,14770,14775,14779,14781,14787,14789-14790,14793,14795,14798,14808,14835,14855,14862-14863,14865-14867,14869,14872,14874-14875,14890,14892,14904,14906-14908,14910-14911,14913,14916,14925 via svnmerge ................ r14057 | dandiep | 2009-02-18 00:04:33 +0100 (Wed, 18 Feb 2009) | 1 line Update version for 2.2.0 release ................ r14063 | aperepel | 2009-02-18 18:43:24 +0100 (Wed, 18 Feb 2009) | 9 lines Merged revisions 14061 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14061 | aperepel | 2009-02-18 12:21:10 -0500 (Wed, 18 Feb 2009) | 1 line MULE-4172 PGPSecurityProvider assumes all messages are signed ........ ................ r14065 | aperepel | 2009-02-18 19:04:49 +0100 (Wed, 18 Feb 2009) | 9 lines Merged revisions 14064 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14064 | dandiep | 2009-02-18 12:49:36 -0500 (Wed, 18 Feb 2009) | 1 line Fix standalone pom ........ ................ r14074 | aperepel | 2009-02-19 16:32:08 +0100 (Thu, 19 Feb 2009) | 8 lines Blocked revisions 14060 via svnmerge ........ r14060 | dandiep | 2009-02-18 10:49:26 -0500 (Wed, 18 Feb 2009) | 1 line Move to next development version: 2.5.0-SNAPSHOT ........ ................ r14075 | aperepel | 2009-02-19 16:33:07 +0100 (Thu, 19 Feb 2009) | 33 lines Merged revisions 14052-14059,14062-14063,14065-14074 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14059 | dzapata | 2009-02-17 19:51:28 -0500 (Tue, 17 Feb 2009) | 1 line remove fail as it locks some tests ........ r14066 | aperepel | 2009-02-18 13:39:05 -0500 (Wed, 18 Feb 2009) | 1 line cleanup ........ r14067 | aperepel | 2009-02-18 13:48:31 -0500 (Wed, 18 Feb 2009) | 1 line Constant clases as interfaces smell - converted to classes ........ r14068 | aperepel | 2009-02-18 18:01:28 -0500 (Wed, 18 Feb 2009) | 1 line MULE-4183 Some examples still use JDK 1.4 target in their Ant builds ........ r14069 | aperepel | 2009-02-18 18:06:29 -0500 (Wed, 18 Feb 2009) | 1 line More fixes for ant build ........ r14070 | aperepel | 2009-02-18 18:08:03 -0500 (Wed, 18 Feb 2009) | 1 line Revert: More fixes for ant build (wrong build.xml) ........ r14071 | aperepel | 2009-02-18 18:34:13 -0500 (Wed, 18 Feb 2009) | 1 line MULE-4179 Webapp example has broken link to the MX4J console ........ ................ r14085 | dandiep | 2009-02-19 19:31:51 +0100 (Thu, 19 Feb 2009) | 17 lines Merged revisions 14079 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14079 | dandiep | 2009-02-19 12:16:13 -0500 (Thu, 19 Feb 2009) | 11 lines MULE-4173: Change the defaults of the CXF connector so that it is a little more intuitive Transformers/security/filters now apply to the protocol level (i.e. HTTP/JMS) by default. MULE-4174: auto transform payloads when using proxies so people don't get weird exceptions about the payload not being an XMLStreamReader. Along the lines I had to do a couple other random things: * Add OutputHandler/StreamSource to the list of consumable classes in DefaultMuleMessage * Make XmlToXMLStreamReader discoverable * Decrease the logging level of the HTTP warning as there is still some CXF code that uses the custom http headers map, and I believe it is actually still useful. We should revisit this in the future though. ........ ................ r14089 | dandiep | 2009-02-19 20:10:03 +0100 (Thu, 19 Feb 2009) | 9 lines Merged revisions 14088 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14088 | dandiep | 2009-02-19 14:06:34 -0500 (Thu, 19 Feb 2009) | 1 line fix url output ........ ................ r14090 | aperepel | 2009-02-19 20:11:48 +0100 (Thu, 19 Feb 2009) | 37 lines Merged revisions 14062-14063,14065,14072-14078,14080-14087,14089 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14076 | aperepel | 2009-02-19 11:31:36 -0500 (Thu, 19 Feb 2009) | 1 line Just formatting ........ r14077 | aperepel | 2009-02-19 11:55:29 -0500 (Thu, 19 Feb 2009) | 1 line MULE-4180 Webapp example REST support is broken on embedded Tomcat ........ r14078 | aperepel | 2009-02-19 12:15:39 -0500 (Thu, 19 Feb 2009) | 1 line Current progress on bookstore example (for easier deployment to 2 embedded tomcats on 2 different ports) ........ r14082 | aperepel | 2009-02-19 12:44:17 -0500 (Thu, 19 Feb 2009) | 1 line Simplify deployment of the apps, now can be run embedded OOTB, updated instructions ........ r14083 | aperepel | 2009-02-19 12:57:59 -0500 (Thu, 19 Feb 2009) | 1 line Java 5 syntax ........ r14084 | aperepel | 2009-02-19 13:29:31 -0500 (Thu, 19 Feb 2009) | 1 line MULE-4185 Bookstore admin example Add Book returns data as form/urlencoded (also added a log4j config) ........ r14086 | aperepel | 2009-02-19 13:48:21 -0500 (Thu, 19 Feb 2009) | 1 line MULE-4184 Bookstore admin example Get Stats return data as text/plain instead of text/html ........ r14087 | aperepel | 2009-02-19 14:03:54 -0500 (Thu, 19 Feb 2009) | 1 line MULE-4184 Bookstore admin example Get Stats return data as text/plain instead of text/html (improved stats output formatting) ........ ................ r14096 | aperepel | 2009-02-19 21:46:11 +0100 (Thu, 19 Feb 2009) | 9 lines Merged revisions 14095 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14095 | aperepel | 2009-02-19 15:45:23 -0500 (Thu, 19 Feb 2009) | 1 line Properly escape ${version} in velocity macros, we need to put them verbatim in poms, so that version isn't hardcoded in the artifact name. ........ ................ r14099 | dfeist | 2009-02-19 22:14:59 +0100 (Thu, 19 Feb 2009) | 9 lines Merged revisions 14098 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14098 | dfeist | 2009-02-19 19:02:01 -0200 (Thu, 19 Feb 2009) | 1 line MULE-4178 Errorhandler maven build fails to fetch all dependencies ........ ................ r14102 | aperepel | 2009-02-19 22:28:56 +0100 (Thu, 19 Feb 2009) | 9 lines Merged revisions 14100 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14100 | aperepel | 2009-02-19 16:26:59 -0500 (Thu, 19 Feb 2009) | 1 line MULE-4176 Disambiguate Encoding line in startup splash ........ ................ r14105 | dandiep | 2009-02-19 23:50:18 +0100 (Thu, 19 Feb 2009) | 9 lines Merged revisions 14103 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14103 | dandiep | 2009-02-19 17:43:47 -0500 (Thu, 19 Feb 2009) | 1 line Not all classpaths have these classes... ........ ................ r14110 | dfeist | 2009-02-20 13:56:55 +0100 (Fri, 20 Feb 2009) | 1 line Update version for continuing development ................ r14112 | dfeist | 2009-02-20 17:05:07 +0100 (Fri, 20 Feb 2009) | 1 line Uncomment javadoc aggregation now that OSGi refactoring is complete ................ r14116 | dandiep | 2009-02-20 19:30:21 +0100 (Fri, 20 Feb 2009) | 1 line allow lazy initialization so users aren't responsible for calling initialise() if they have a <spring:bean/> ................ r14122 | dandiep | 2009-02-23 22:30:03 +0100 (Mon, 23 Feb 2009) | 9 lines Merged revisions 14120 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14120 | dandiep | 2009-02-23 16:17:48 -0500 (Mon, 23 Feb 2009) | 2 lines Need more connections if we're sending a 100 requests (like we do in the distro) ........ ................ r14133 | aperepel | 2009-02-25 16:33:16 +0100 (Wed, 25 Feb 2009) | 21 lines Merged revisions 14118-14119,14121-14122,14124-14128 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14118 | jwheeler | 2009-02-20 19:56:42 -0500 (Fri, 20 Feb 2009) | 1 line Added annotations for schema validation filter. ........ r14125 | aperepel | 2009-02-24 08:52:05 -0500 (Tue, 24 Feb 2009) | 1 line Renamed SimpleX -> TestX , so those dummy implementations don't come up in the hierarchy and clash with stock SimpleX aggregators/sequencers. ........ r14126 | aperepel | 2009-02-24 08:56:16 -0500 (Tue, 24 Feb 2009) | 1 line Added a TODO ........ r14128 | aperepel | 2009-02-24 17:07:26 -0500 (Tue, 24 Feb 2009) | 1 line Cleanup and a better toString() on arrays ........ ................ r14134 | aperepel | 2009-02-25 16:34:38 +0100 (Wed, 25 Feb 2009) | 13 lines Merged revisions 14129,14132 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14129 | aperepel | 2009-02-24 19:17:23 -0500 (Tue, 24 Feb 2009) | 1 line MULE-4199 this was missing from before ........ r14132 | aperepel | 2009-02-25 10:19:20 -0500 (Wed, 25 Feb 2009) | 1 line MULE-4199 Errorhandler example logic is broken - not routing messages to Email and JMS endpoints ........ ................ r14141 | aperepel | 2009-02-25 19:54:44 +0100 (Wed, 25 Feb 2009) | 20 lines Merged revisions 14140 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ................ r14140 | aperepel | 2009-02-25 13:52:05 -0500 (Wed, 25 Feb 2009) | 13 lines Merged revisions 14081-14090,14095-14096,14098-14100,14102-14110,14112,14115-14116,14118-14120,14122-14123,14125-14126,14128-14134,14136-14139 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14081 | ken.yagen | 2009-02-19 12:36:37 -0500 (Thu, 19 Feb 2009) | 1 line EE-1269: Average Response Time not calculated based on interval selected, inconsistent with other service measurements ........ r14139 | aperepel | 2009-02-25 13:48:05 -0500 (Wed, 25 Feb 2009) | 1 line EE-1269 improved ........ ................ ................ r14150 | dzapata | 2009-02-25 23:25:21 +0100 (Wed, 25 Feb 2009) | 21 lines Merged revisions 14148 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ................ r14148 | dzapata | 2009-02-25 13:57:04 -0800 (Wed, 25 Feb 2009) | 14 lines Merged revisions 14142-14143 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14142 | dzapata | 2009-02-25 11:04:05 -0800 (Wed, 25 Feb 2009) | 3 lines comment out testStockQuoteExample since it depends on an external webservice which fails constantly : EE-332 ........ r14143 | dzapata | 2009-02-25 12:50:27 -0800 (Wed, 25 Feb 2009) | 2 lines EE-332: exclude the stockquote tests until we implement a solution ........ ................ ................ r14151 | aperepel | 2009-02-25 23:31:32 +0100 (Wed, 25 Feb 2009) | 9 lines Merged revisions 14149 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14149 | aperepel | 2009-02-25 17:22:08 -0500 (Wed, 25 Feb 2009) | 1 line MULE-3847 Upgrade YourKit integration to v8.0.1 ........ ................ r14155 | aperepel | 2009-02-26 15:23:48 +0100 (Thu, 26 Feb 2009) | 9 lines Merged revisions 14154 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14154 | aperepel | 2009-02-26 09:21:34 -0500 (Thu, 26 Feb 2009) | 1 line Revert: MULE-3847 Upgrade YourKit integration to v8.0.1 (need to review api changes introduced) ........ ................ r14163 | aperepel | 2009-02-26 19:13:56 +0100 (Thu, 26 Feb 2009) | 40 lines Merged revisions 14115-14117,14119,14121-14124,14127,14130-14131,14133-14135,14139,14141-14145,14147,14150-14151,14155-14156 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ................ r14115 | dandiep | 2009-02-20 13:25:44 -0500 (Fri, 20 Feb 2009) | 9 lines Merged revisions 14114 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14114 | dandiep | 2009-02-20 13:21:05 -0500 (Fri, 20 Feb 2009) | 1 line allow lazy initialization so users aren't responsible for calling initialise() if they have a <spring:bean/> ........ ................ r14123 | dandiep | 2009-02-23 17:38:19 -0500 (Mon, 23 Feb 2009) | 1 line When in a distribution, these deps are versioned 1.0 ................ r14130 | tcarlson | 2009-02-25 09:21:12 -0500 (Wed, 25 Feb 2009) | 1 line Fix regressions from MULE-4130 (r13983) ................ r14131 | tcarlson | 2009-02-25 09:23:42 -0500 (Wed, 25 Feb 2009) | 1 line Fix regressions from MULE-4155 (r14009) ................ r14144 | jwheeler | 2009-02-25 16:00:51 -0500 (Wed, 25 Feb 2009) | 1 line Fixed the annotations. ................ r14145 | jwheeler | 2009-02-25 16:17:51 -0500 (Wed, 25 Feb 2009) | 1 line Finished editing the annotations. ................ r14156 | aperepel | 2009-02-26 10:40:46 -0500 (Thu, 26 Feb 2009) | 1 line Fixed a lifecycle state error ................ ................ r14164 | aperepel | 2009-02-26 19:16:50 +0100 (Thu, 26 Feb 2009) | 9 lines Merged revisions 14157 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14157 | aperepel | 2009-02-26 10:45:50 -0500 (Thu, 26 Feb 2009) | 1 line MULE-3847 Upgrade YourKit integration to v8.0.1. Now with APIs adapted ........ ................ r14172 | aperepel | 2009-02-27 16:34:22 +0100 (Fri, 27 Feb 2009) | 57 lines Merged revisions 14137,14139,14141-14143,14146-14147,14150-14151,14153,14155,14158-14169 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14137 | rossmason | 2009-02-25 11:58:41 -0500 (Wed, 25 Feb 2009) | 1 line Minor logging changes ........ r14146 | dandiep | 2009-02-25 16:33:08 -0500 (Wed, 25 Feb 2009) | 1 line No getPath() needed here. It's already included in the path. ........ r14153 | tcarlson | 2009-02-26 09:05:35 -0500 (Thu, 26 Feb 2009) | 1 line add a comment ........ r14158 | aperepel | 2009-02-26 10:51:26 -0500 (Thu, 26 Feb 2009) | 1 line Fixed some IllegalStateExceptions ........ r14159 | aperepel | 2009-02-26 10:52:17 -0500 (Thu, 26 Feb 2009) | 1 line Log the notification too ........ r14160 | jwheeler | 2009-02-26 12:38:05 -0500 (Thu, 26 Feb 2009) | 1 line Tweaked the annotations to make them show up in the wiki. ........ r14161 | jwheeler | 2009-02-26 12:40:34 -0500 (Thu, 26 Feb 2009) | 1 line Added simple javadoc entries. ........ r14162 | jwheeler | 2009-02-26 12:42:01 -0500 (Thu, 26 Feb 2009) | 1 line Fixed line breaks in the annotations. ........ r14165 | jwheeler | 2009-02-26 13:31:28 -0500 (Thu, 26 Feb 2009) | 1 line MULE-4145: updated annotation to correctly doc how to use dateStamp ........ r14166 | jwheeler | 2009-02-26 13:34:14 -0500 (Thu, 26 Feb 2009) | 1 line Fixed typo. ........ r14167 | dandiep | 2009-02-26 18:01:40 -0500 (Thu, 26 Feb 2009) | 1 line Examples have version 1.0 in their poms when in the distro... ........ r14168 | jwheeler | 2009-02-26 18:03:23 -0500 (Thu, 26 Feb 2009) | 1 line Corrected some annotations. ........ r14169 | aperepel | 2009-02-26 18:19:47 -0500 (Thu, 26 Feb 2009) | 1 line JavaDoc typo ........ ................ r14181 | aperepel | 2009-02-27 21:19:51 +0100 (Fri, 27 Feb 2009) | 37 lines Merged revisions 14173-14180 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14173 | aperepel | 2009-02-27 13:11:33 -0500 (Fri, 27 Feb 2009) | 1 line Get rid of some UMO legacy ........ r14174 | aperepel | 2009-02-27 13:11:51 -0500 (Fri, 27 Feb 2009) | 1 line Fixed javadoc ........ r14175 | aperepel | 2009-02-27 13:26:09 -0500 (Fri, 27 Feb 2009) | 1 line Cleanup ........ r14176 | aperepel | 2009-02-27 13:30:50 -0500 (Fri, 27 Feb 2009) | 1 line Get rid of some UMO legacy ........ r14177 | aperepel | 2009-02-27 13:35:08 -0500 (Fri, 27 Feb 2009) | 1 line Get rid of some UMO legacy ........ r14178 | aperepel | 2009-02-27 13:36:19 -0500 (Fri, 27 Feb 2009) | 1 line Get rid of some UMO legacy ........ r14179 | aperepel | 2009-02-27 13:46:19 -0500 (Fri, 27 Feb 2009) | 1 line Get rid of some UMO legacy (no code changes) ........ r14180 | aperepel | 2009-02-27 14:13:07 -0500 (Fri, 27 Feb 2009) | 1 line Cleanup ........ ................ r14183 | aperepel | 2009-02-27 21:45:04 +0100 (Fri, 27 Feb 2009) | 9 lines Merged revisions 14182 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14182 | aperepel | 2009-02-27 15:43:53 -0500 (Fri, 27 Feb 2009) | 1 line MULE-4222 CorrelationEventResequencer must not be abstract ........ ................ r14190 | dandiep | 2009-03-02 19:35:38 +0100 (Mon, 02 Mar 2009) | 9 lines Merged revisions 14189 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14189 | dandiep | 2009-03-02 13:17:32 -0500 (Mon, 02 Mar 2009) | 1 line MULE-3611: we were doing an unnecessary transform call which was screwing up the multiplewsdlcxftestcase. ........ ................ r14196 | aperepel | 2009-03-02 22:28:30 +0100 (Mon, 02 Mar 2009) | 13 lines Merged revisions 14194-14195 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14194 | aperepel | 2009-03-02 16:25:03 -0500 (Mon, 02 Mar 2009) | 1 line MULE-4226 Mule 2 Expression regex doesn't detect all expresssions ........ r14195 | aperepel | 2009-03-02 16:25:28 -0500 (Mon, 02 Mar 2009) | 1 line MULE-4226 Mule 2 Expression regex doesn't detect all expresssions (cleanup) ........ ................ r14204 | aperepel | 2009-03-03 18:39:36 +0100 (Tue, 03 Mar 2009) | 9 lines Merged revisions 14203 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14203 | aperepel | 2009-03-03 12:35:55 -0500 (Tue, 03 Mar 2009) | 1 line Fix license headers ........ ................ r14206 | dzapata | 2009-03-03 19:27:25 +0100 (Tue, 03 Mar 2009) | 9 lines Merged revisions 14205 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14205 | dzapata | 2009-03-03 10:13:55 -0800 (Tue, 03 Mar 2009) | 2 lines add test exclusion for RESTTestCase ........ ................ r14209 | aperepel | 2009-03-03 23:00:10 +0100 (Tue, 03 Mar 2009) | 9 lines Merged revisions 14208 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14208 | aperepel | 2009-03-03 16:10:01 -0500 (Tue, 03 Mar 2009) | 1 line MULE-4229 Outbound Routing breaks order created by <correlation-resequencer-router/>. There was no reason to use a concurrent map in the first place, as it was a local instance and any access to it was scoped to the current method/stack. Surprisingly, Iterator and Iterable return different order for LinkedHashMap, put a big "don't touch" warning in the code. ........ ................ r14212 | aperepel | 2009-03-04 01:23:58 +0100 (Wed, 04 Mar 2009) | 17 lines Recorded merge of revisions 14104-14107 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14104 | dzapata | 2009-02-19 17:46:23 -0500 (Thu, 19 Feb 2009) | 1 line add MuleParameterized class to support running Mule tests with parameterized data ........ r14106 | dzapata | 2009-02-19 18:14:46 -0500 (Thu, 19 Feb 2009) | 2 lines parameterize jms integration tests ........ r14107 | aperepel | 2009-02-19 19:20:18 -0500 (Thu, 19 Feb 2009) | 1 line Reverted r 14104 and 14106, as they are messed up. Set up codestyle before touching core classes. Also don't forget the svn properties setup. Don't reformat complete files together with code changes. ........ ................ r14213 | aperepel | 2009-03-04 01:27:44 +0100 (Wed, 04 Mar 2009) | 57 lines Merged revisions 14108-14114,14116-14117,14119,14121-14122,14124,14127,14133-14136,14138-14139,14141-14143,14147,14150-14152,14155,14163-14164,14170,14172,14181,14183-14188,14190-14193,14196-14202,14204,14206-14207,14209-14211 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14108 | dzapata | 2009-02-19 23:07:46 -0500 (Thu, 19 Feb 2009) | 2 lines fix formatting errors ........ r14136 | rossmason | 2009-02-25 11:58:20 -0500 (Wed, 25 Feb 2009) | 1 line Added support for parameterized Jms Vendor config ........ r14138 | rossmason | 2009-02-25 11:59:10 -0500 (Wed, 25 Feb 2009) | 1 line Migrated tests to parameterized model (Generic flows should not contain the jms namespace) ........ r14152 | rossmason | 2009-02-26 05:31:10 -0500 (Thu, 26 Feb 2009) | 1 line Minor fixes ........ r14184 | dandiep | 2009-02-27 16:24:56 -0500 (Fri, 27 Feb 2009) | 1 line Don't embed dependencies. ........ r14187 | rossmason | 2009-02-28 04:51:31 -0500 (Sat, 28 Feb 2009) | 1 line parameterizing tests ........ r14188 | rossmason | 2009-02-28 04:52:20 -0500 (Sat, 28 Feb 2009) | 1 line removed todo ........ r14191 | aperepel | 2009-03-02 14:43:42 -0500 (Mon, 02 Mar 2009) | 1 line Cleanup ........ r14192 | tcarlson | 2009-03-02 15:52:33 -0500 (Mon, 02 Mar 2009) | 1 line Fix EE-1174 regression ........ r14200 | jwheeler | 2009-03-02 19:37:43 -0500 (Mon, 02 Mar 2009) | 1 line Updated annotations. Removed cron from XSD and moving to wiki page, as it won't render correctly. ........ r14207 | tcarlson | 2009-03-03 13:49:44 -0500 (Tue, 03 Mar 2009) | 1 line Add TODO ........ r14210 | aperepel | 2009-03-03 18:43:22 -0500 (Tue, 03 Mar 2009) | 1 line Varargs baby ;) ........ r14211 | aperepel | 2009-03-03 19:11:16 -0500 (Tue, 03 Mar 2009) | 1 line Fix the build ........ ................ r14216 | aperepel | 2009-03-04 15:31:50 +0100 (Wed, 04 Mar 2009) | 9 lines Merged revisions 14215 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14215 | aperepel | 2009-03-04 09:31:23 -0500 (Wed, 04 Mar 2009) | 1 line Added a license header ........ ................ r14228 | aperepel | 2009-03-04 22:39:05 +0100 (Wed, 04 Mar 2009) | 9 lines Merged revisions 14227 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14227 | aperepel | 2009-03-04 16:11:09 -0500 (Wed, 04 Mar 2009) | 1 line Do not swallow exceptions, make behavior consistent ........ ................ r14229 | dandiep | 2009-03-04 23:04:24 +0100 (Wed, 04 Mar 2009) | 9 lines Merged revisions 14226 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14226 | dandiep | 2009-03-04 15:36:41 -0500 (Wed, 04 Mar 2009) | 1 line MULE-4231: add a namespace attribute to the schema. MULE-4225: add a flag to disable soap headers ........ ................ r14231 | dfeist | 2009-03-05 01:32:25 +0100 (Thu, 05 Mar 2009) | 25 lines Merged revisions 14217-14221 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14217 | jwheeler | 2009-03-04 14:24:59 -0200 (Wed, 04 Mar 2009) | 1 line Tweaked the annotations. ........ r14218 | jwheeler | 2009-03-04 14:42:18 -0200 (Wed, 04 Mar 2009) | 1 line Added the element names into the annotations so that configuration is clearer. ........ r14219 | jwheeler | 2009-03-04 15:07:49 -0200 (Wed, 04 Mar 2009) | 1 line Tweaked the annotations for more content/better display. ........ r14220 | jwheeler | 2009-03-04 15:14:33 -0200 (Wed, 04 Mar 2009) | 1 line Tweaked annotations. ........ r14221 | jwheeler | 2009-03-04 15:57:16 -0200 (Wed, 04 Mar 2009) | 1 line Removed formatting from annotations, since it looks crappy when displayed in the IDE. Won't be as clear on the wiki, but seems like the best compromise. ........ ................ r14237 | dandiep | 2009-03-05 17:50:23 +0100 (Thu, 05 Mar 2009) | 13 lines Merged revisions 14234,14236 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14234 | dandiep | 2009-03-04 22:55:02 -0500 (Wed, 04 Mar 2009) | 1 line Add in some friendly defaults. ........ r14236 | dandiep | 2009-03-05 11:44:03 -0500 (Thu, 05 Mar 2009) | 1 line MULE-4230: support protocolConnector on CXF outbound endpoints ........ ................ r14238 | aperepel | 2009-03-05 21:08:03 +0100 (Thu, 05 Mar 2009) | 9 lines Merged revisions 14235 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14235 | jwheeler | 2009-03-05 10:55:18 -0500 (Thu, 05 Mar 2009) | 1 line Removed formatting ........ ................ r14240 | aperepel | 2009-03-05 21:11:06 +0100 (Thu, 05 Mar 2009) | 9 lines Merged revisions 14239 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14239 | aperepel | 2009-03-05 15:10:28 -0500 (Thu, 05 Mar 2009) | 1 line MULE-4065 Typos in archetype prompts ........ ................ r14242 | aperepel | 2009-03-05 21:24:38 +0100 (Thu, 05 Mar 2009) | 9 lines Merged revisions 14241 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14241 | aperepel | 2009-03-05 15:23:25 -0500 (Thu, 05 Mar 2009) | 1 line MULE-4236 mule-module-spring-security is bundled in lib/opt instead of lib/mule ........ ................ r14243 | aperepel | 2009-03-05 22:42:42 +0100 (Thu, 05 Mar 2009) | 13 lines Merged revisions 14214,14216,14228-14230 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14214 | tcarlson | 2009-03-04 09:06:58 -0500 (Wed, 04 Mar 2009) | 1 line TODOs are usually removed when they are no longer TO DO... ........ r14230 | aperepel | 2009-03-04 17:04:38 -0500 (Wed, 04 Mar 2009) | 1 line Fixed a typo and improved an error message ........ ................ r14245 | aperepel | 2009-03-06 00:00:25 +0100 (Fri, 06 Mar 2009) | 9 lines Merged revisions 14244 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14244 | aperepel | 2009-03-05 17:59:23 -0500 (Thu, 05 Mar 2009) | 1 line Fixed a typo in the message and message method name ........ ................ r14249 | dandiep | 2009-03-10 23:06:33 +0100 (Tue, 10 Mar 2009) | 9 lines Merged revisions 14247 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14247 | dandiep | 2009-03-10 17:49:01 -0400 (Tue, 10 Mar 2009) | 1 line MULE-4246: servlet transport wasn't putting properties in the inbound scope. Also, tweak to HttpRequestMessageAdapter to prevent NPEs (MULE-4196). ........ ................ r14251 | dandiep | 2009-03-10 23:18:36 +0100 (Tue, 10 Mar 2009) | 9 lines Merged revisions 14250 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14250 | dandiep | 2009-03-10 18:14:06 -0400 (Tue, 10 Mar 2009) | 1 line This isn't legal it seems... ........ ................ r14254 | dandiep | 2009-03-11 03:45:25 +0100 (Wed, 11 Mar 2009) | 13 lines Merged revisions 14252-14253 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14252 | dandiep | 2009-03-10 19:54:24 -0400 (Tue, 10 Mar 2009) | 1 line Roll back MULE-4196 change. ........ r14253 | dandiep | 2009-03-10 20:46:12 -0400 (Tue, 10 Mar 2009) | 1 line We should really allow users to use the HEAD method\! ........ ................ r14257 | dandiep | 2009-03-11 20:12:12 +0100 (Wed, 11 Mar 2009) | 13 lines Merged revisions 14255-14256 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14255 | dandiep | 2009-03-11 14:50:41 -0400 (Wed, 11 Mar 2009) | 1 line MULE-4192: If we have a pass through component and the outbound router returns null, make sure our response payload is null too. ........ r14256 | dandiep | 2009-03-11 15:07:52 -0400 (Wed, 11 Mar 2009) | 1 line Thought of a simple fix to MULE-4196, we won't use the message property since it may be gone. We'll use the call we used to create the message property. ........ ................ r14264 | dandiep | 2009-03-11 22:02:57 +0100 (Wed, 11 Mar 2009) | 9 lines Merged revisions 14258 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14258 | dandiep | 2009-03-11 15:38:46 -0400 (Wed, 11 Mar 2009) | 1 line Fix failing test (which was written wrong...). Remove redundant remoteSync test. ........ ................ r14265 | aperepel | 2009-03-12 14:45:20 +0100 (Thu, 12 Mar 2009) | 33 lines Merged revisions 14246,14248-14249,14251,14254,14257,14259-14263 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14246 | aperepel | 2009-03-09 09:34:11 -0400 (Mon, 09 Mar 2009) | 1 line Unwrape reflective exceptions ........ r14248 | aperepel | 2009-03-10 17:54:39 -0400 (Tue, 10 Mar 2009) | 1 line Receiver is already disposed in destroyReceiver() ........ r14259 | aperepel | 2009-03-11 16:09:20 -0400 (Wed, 11 Mar 2009) | 1 line Varargs ........ r14260 | aperepel | 2009-03-11 16:28:45 -0400 (Wed, 11 Mar 2009) | 1 line A better toString() ........ r14261 | aperepel | 2009-03-11 16:30:51 -0400 (Wed, 11 Mar 2009) | 1 line A better toString() ........ r14262 | aperepel | 2009-03-11 16:34:05 -0400 (Wed, 11 Mar 2009) | 1 line Better message ........ r14263 | aperepel | 2009-03-11 16:45:20 -0400 (Wed, 11 Mar 2009) | 1 line MULE-4249 Lifecycle phase must be applied to Connectors before Services ........ ................ r14270 | aperepel | 2009-03-12 18:43:20 +0100 (Thu, 12 Mar 2009) | 9 lines Merged revisions 14269 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14269 | aperepel | 2009-03-12 13:38:55 -0400 (Thu, 12 Mar 2009) | 1 line Rolled back r 14263 MULE-4249 Lifecycle phase must be applied to Connectors before Services ........ ................ r14279 | aperepel | 2009-03-13 14:18:13 +0100 (Fri, 13 Mar 2009) | 21 lines Merged revisions 14274-14277 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14274 | aperepel | 2009-03-12 16:50:21 -0400 (Thu, 12 Mar 2009) | 1 line Fixed a typo in the method name ........ r14275 | aperepel | 2009-03-12 17:26:39 -0400 (Thu, 12 Mar 2009) | 1 line MULE-4255 NPE in jms tests using mocks. Get rid of this junk, it tests nothing, doesn't help us see a real lifecycle in a live system and is generally useless. ........ r14276 | aperepel | 2009-03-12 17:29:52 -0400 (Thu, 12 Mar 2009) | 1 line Nuke those eclipse-generated pseudo-javadocs. Who was that genius to invent them? :) ........ r14277 | aperepel | 2009-03-12 18:46:59 -0400 (Thu, 12 Mar 2009) | 1 line Added error feedback and more validation to param tests. Also added a MULE_TESTS log category to dump junit4 internals when needed. ........ ................ r14280 | dfeist | 2009-03-13 14:29:53 +0100 (Fri, 13 Mar 2009) | 8 lines Blocked revisions 14171 via svnmerge ........ r14171 | tcarlson | 2009-02-27 12:54:04 -0200 (Fri, 27 Feb 2009) | 1 line Preliminary work on MULE-4215 ........ ................ r14283 | dfeist | 2009-03-13 15:21:42 +0100 (Fri, 13 Mar 2009) | 41 lines Merged revisions 14266-14268,14271-14273,14278,14281-14282 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14266 | dfeist | 2009-03-12 12:32:45 -0200 (Thu, 12 Mar 2009) | 1 line Exclude only the assertions that are affected by the bug rather than excluding the whole test case. (MULE-4072 Timing/concurrency issue causes events to sometimes be processed when a paused SedaService is stopped) ........ r14267 | dfeist | 2009-03-12 14:26:36 -0200 (Thu, 12 Mar 2009) | 1 line MULE-4251 Connector workManager's should be disposed in stop phase before transport itself is stopped. ........ r14268 | dfeist | 2009-03-12 14:35:03 -0200 (Thu, 12 Mar 2009) | 1 line EE-606 Perform same tests carried out with VM with JMS that has the concept of being started/stopped. ........ r14271 | aperepel | 2009-03-12 15:55:18 -0200 (Thu, 12 Mar 2009) | 1 line No need to use vendor connector classes here ........ r14272 | aperepel | 2009-03-12 16:05:14 -0200 (Thu, 12 Mar 2009) | 1 line Make timeout scale depending on the master test watchdog timeout ........ r14273 | dfeist | 2009-03-12 16:25:01 -0200 (Thu, 12 Mar 2009) | 1 line Remove risky assertions that can fail depending on environment and just leave in the assertions we can rely on (EE-606 Perform same tests carried out with VM with JMS that has the concept of being started/stopped.) ........ r14278 | dfeist | 2009-03-12 21:31:04 -0200 (Thu, 12 Mar 2009) | 1 line Exclude another intermittent test method without excluding whole test case to ensure we maintain at least some graceful shutdown test coverage (MULE-4253) ........ r14281 | dfeist | 2009-03-13 12:07:11 -0200 (Fri, 13 Mar 2009) | 1 line MULE-4240 Filtering routers must operate on a copy of the message ........ r14282 | dfeist | 2009-03-13 12:10:21 -0200 (Fri, 13 Mar 2009) | 1 line Javadoc and JIRA reference (MULE-4240 Filtering routers must operate on a copy of the message) ........ ................ r14285 | dfeist | 2009-03-13 15:27:52 +0100 (Fri, 13 Mar 2009) | 1 line Update version for continuing development ................ r14289 | aperepel | 2009-03-13 18:36:18 +0100 (Fri, 13 Mar 2009) | 9 lines Merged revisions 14288 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14288 | aperepel | 2009-03-13 13:34:13 -0400 (Fri, 13 Mar 2009) | 1 line MULE-4257 Archetypes generate non-compilable FunctionalTestCases when defaults are used ........ ................ r14290 | aperepel | 2009-03-13 18:47:24 +0100 (Fri, 13 Mar 2009) | 1 line Related to MULE-4257 . Note that it can't be applied to 2.x until MULE-4044 is resolved ................ r14291 | aperepel | 2009-03-13 18:52:14 +0100 (Fri, 13 Mar 2009) | 1 line Drop outdated comment ................ r14296 | aperepel | 2009-03-13 21:17:39 +0100 (Fri, 13 Mar 2009) | 1 line Revert for now ................ r14300 | ken.yagen | 2009-03-13 23:27:58 +0100 (Fri, 13 Mar 2009) | 1 line Updated documentation link ................ r14304 | dfeist | 2009-03-15 12:19:11 +0100 (Sun, 15 Mar 2009) | 29 lines Merged revisions 14287,14295,14298-14299,14301-14302 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14287 | aperepel | 2009-03-13 13:41:36 -0200 (Fri, 13 Mar 2009) | 1 line Fix typos ........ r14295 | tcarlson | 2009-03-13 17:58:01 -0200 (Fri, 13 Mar 2009) | 1 line EE-1414 Allow generic JMS test suite to be run from Eclipse (not just Maven) ........ r14298 | aperepel | 2009-03-13 19:59:30 -0200 (Fri, 13 Mar 2009) | 1 line Fixed messed up multi-line messages ........ r14299 | ken.yagen | 2009-03-13 20:25:01 -0200 (Fri, 13 Mar 2009) | 1 line updated link to documentation ........ r14301 | tcarlson | 2009-03-13 21:18:02 -0200 (Fri, 13 Mar 2009) | 1 line EE-1389 WMQ functional tests ........ r14302 | dfeist | 2009-03-15 07:56:52 -0300 (Sun, 15 Mar 2009) | 1 line Add missing license header ........ ................ r14305 | dfeist | 2009-03-15 12:25:39 +0100 (Sun, 15 Mar 2009) | 9 lines Merged revisions 14303 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14303 | dfeist | 2009-03-15 08:18:22 -0300 (Sun, 15 Mar 2009) | 1 line Update ScanLicenseHeaders script to exclude ModuleArchetypeMojo.java ........ ................ r14309 | dfeist | 2009-03-16 02:49:17 +0100 (Mon, 16 Mar 2009) | 13 lines Merged revisions 14306,14308 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14306 | rossmason | 2009-03-15 13:44:37 -0300 (Sun, 15 Mar 2009) | 1 line Added documentation to these classes that should explain how the two fit together and how the suite works ........ r14308 | rossmason | 2009-03-15 18:08:27 -0300 (Sun, 15 Mar 2009) | 1 line pesky annotation left after a merge ........ ................ r14312 | dfeist | 2009-03-16 13:09:27 +0100 (Mon, 16 Mar 2009) | 9 lines Merged revisions 14311 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14311 | dfeist | 2009-03-16 08:57:29 -0300 (Mon, 16 Mar 2009) | 1 line Exclude another intermittent test method (MULE-4253) ........ ................ r14320 | dfeist | 2009-03-16 17:28:11 +0100 (Mon, 16 Mar 2009) | 29 lines Merged revisions 14314-14319 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14314 | aperepel | 2009-03-16 11:21:00 -0300 (Mon, 16 Mar 2009) | 1 line Tabs -> spaces ........ r14315 | aperepel | 2009-03-16 11:35:37 -0300 (Mon, 16 Mar 2009) | 1 line Proofreading ........ r14316 | aperepel | 2009-03-16 11:40:32 -0300 (Mon, 16 Mar 2009) | 1 line Don't return nulls ........ r14317 | aperepel | 2009-03-16 12:13:23 -0300 (Mon, 16 Mar 2009) | 1 line Raise MULE_TEST output to info level ........ r14318 | aperepel | 2009-03-16 13:04:33 -0300 (Mon, 16 Mar 2009) | 1 line This should make wmq happy ........ r14319 | aperepel | 2009-03-16 13:11:35 -0300 (Mon, 16 Mar 2009) | 1 line This should make wmq happy ........ ................ r14326 | dfeist | 2009-03-17 17:26:33 +0100 (Tue, 17 Mar 2009) | 9 lines Merged revisions 14325 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14325 | dfeist | 2009-03-16 21:18:54 -0300 (Mon, 16 Mar 2009) | 1 line Update root directory for source aggregation ........ ................ r14330 | dandiep | 2009-03-17 18:36:58 +0100 (Tue, 17 Mar 2009) | 13 lines Merged revisions 14328-14329 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14328 | dandiep | 2009-03-17 13:30:14 -0400 (Tue, 17 Mar 2009) | 1 line Payload should include query parameters for HTTP GET requests. ........ r14329 | dandiep | 2009-03-17 13:30:31 -0400 (Tue, 17 Mar 2009) | 1 line MULE-4252: correctly pull out features from the endpoint properties. ........ ................ r14332 | dfeist | 2009-03-17 20:39:08 +0100 (Tue, 17 Mar 2009) | 21 lines Merged revisions 14322-14324,14331 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14322 | aperepel | 2009-03-16 15:36:57 -0300 (Mon, 16 Mar 2009) | 1 line Renamed some queues for consistency ........ r14323 | aperepel | 2009-03-16 17:44:49 -0300 (Mon, 16 Mar 2009) | 1 line Stream message adapter is not applicable to Mule 2.x. Moreover those classes referred to in the config no longer exist. ........ r14324 | tcarlson | 2009-03-16 19:00:24 -0300 (Mon, 16 Mar 2009) | 1 line EE-1389 Working on automated testing of JNDI ........ r14331 | aperepel | 2009-03-17 14:53:46 -0300 (Tue, 17 Mar 2009) | 1 line Fix the test ........ ................ r14340 | aperepel | 2009-03-18 20:22:12 +0100 (Wed, 18 Mar 2009) | 21 lines Merged revisions 14334,14336-14337,14339 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14334 | aperepel | 2009-03-17 16:47:57 -0400 (Tue, 17 Mar 2009) | 1 line Let the real replyTo handler please stand up! ........ r14336 | aperepel | 2009-03-18 13:22:40 -0400 (Wed, 18 Mar 2009) | 1 line Fixed javadocs ........ r14337 | aperepel | 2009-03-18 13:47:24 -0400 (Wed, 18 Mar 2009) | 1 line Oops, it was a while loop, not try/catch ........ r14339 | aperepel | 2009-03-18 15:17:41 -0400 (Wed, 18 Mar 2009) | 1 line MULE-4265 registry-bootstrap.properties should understand optional entries ........ ................ r14344 | dandiep | 2009-03-18 21:51:00 +0100 (Wed, 18 Mar 2009) | 9 lines Merged revisions 14342 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14342 | dandiep | 2009-03-18 16:45:49 -0400 (Wed, 18 Mar 2009) | 1 line Fix version on errorhandler POM. ........ ................ r14358 | dfeist | 2009-03-20 01:02:56 +0100 (Fri, 20 Mar 2009) | 16 lines Blocked revisions 14343,14347-14348 via svnmerge ........ r14343 | dfeist | 2009-03-18 17:48:08 -0300 (Wed, 18 Mar 2009) | 1 line MULE-4263 WorkManager should attempt clean shutdown before interrupting workers which in effect cancels waiting jobs with loss of event/message ........ r14347 | dfeist | 2009-03-19 11:16:19 -0300 (Thu, 19 Mar 2009) | 1 line Don't wait any longer for work items that have already failed to responsd to clean shutdown. (MULE-4263 WorkManager should attempt clean shutdown before interrupting workers which in effect cancels waiting jobs with loss of event/message) ........ r14348 | dfeist | 2009-03-19 13:21:45 -0300 (Thu, 19 Mar 2009) | 1 line Revert r14343,14347. This was a simple/needed fix but uncovered a couple of other things that don't work properly and will take a bit longer to fix (MULE-4263) ........ ................ r14359 | dfeist | 2009-03-20 01:20:36 +0100 (Fri, 20 Mar 2009) | 57 lines Merged revisions 14307,14335,14345-14346,14349-14357 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14307 | rossmason | 2009-03-15 13:45:25 -0300 (Sun, 15 Mar 2009) | 1 line made the method "applyLifecycle" optional and added some doc about its usage and to the ConfigurationBuilder interface ........ r14335 | tcarlson | 2009-03-17 21:00:01 -0300 (Tue, 17 Mar 2009) | 1 line Add a new simple JMS functional test ........ r14345 | dfeist | 2009-03-18 23:25:04 -0300 (Wed, 18 Mar 2009) | 1 line MULE-4262 MessageRequester.getEndpoint() should return InboundEndpoint ........ r14346 | dfeist | 2009-03-18 23:27:08 -0300 (Wed, 18 Mar 2009) | 1 line MULE-4262 MessageRequester.getEndpoint() should return InboundEndpoint ........ r14349 | aperepel | 2009-03-19 14:42:11 -0300 (Thu, 19 Mar 2009) | 1 line Added a drain() method to clean up queues. Each test knows best what destinations it uses against which connectors, and should perform those. ........ r14350 | aperepel | 2009-03-19 16:35:34 -0300 (Thu, 19 Mar 2009) | 1 line MuleClient must honor isStartContext() ........ r14351 | tcarlson | 2009-03-19 16:57:15 -0300 (Thu, 19 Mar 2009) | 1 line Improve test case ........ r14352 | aperepel | 2009-03-19 16:57:33 -0300 (Thu, 19 Mar 2009) | 1 line Reimplemented drain() to use raw low-level jms apis. MuleClient doesn't do the job, as it needs initialized Mule context, and it's too late at that point already (need to purge queues before any receivers connect). ........ r14353 | aperepel | 2009-03-19 16:59:03 -0300 (Thu, 19 Mar 2009) | 1 line Renamed to purge(), just to avoid introducing another word into the mix (the former is a standard concept in messaging) ........ r14354 | dfeist | 2009-03-19 17:03:41 -0300 (Thu, 19 Mar 2009) | 1 line Rollback r14267 because of MULE-4268 so that retry works ........ r14355 | aperepel | 2009-03-19 17:55:15 -0300 (Thu, 19 Mar 2009) | 1 line Fixed method name ........ r14356 | dfeist | 2009-03-19 18:13:02 -0300 (Thu, 19 Mar 2009) | 1 line Need to exclude this test after rollback of r14267 (MULE-4251) ........ r14357 | aperepel | 2009-03-19 18:15:30 -0300 (Thu, 19 Mar 2009) | 1 line Fix the test by ensuring a clean environment ........ ................ r14360 | dfeist | 2009-03-20 01:42:36 +0100 (Fri, 20 Mar 2009) | 1 line Rollback merge r14359 ................ r14361 | dfeist | 2009-03-20 01:46:29 +0100 (Fri, 20 Mar 2009) | 13 lines Merged revisions 14345-14346 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14345 | dfeist | 2009-03-18 23:25:04 -0300 (Wed, 18 Mar 2009) | 1 line MULE-4262 MessageRequester.getEndpoint() should return InboundEndpoint ........ r14346 | dfeist | 2009-03-18 23:27:08 -0300 (Wed, 18 Mar 2009) | 1 line MULE-4262 MessageRequester.getEndpoint() should return InboundEndpoint ........ ................ r14362 | dfeist | 2009-03-20 01:50:17 +0100 (Fri, 20 Mar 2009) | 13 lines Merged revisions 14354,14356 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14354 | dfeist | 2009-03-19 17:03:41 -0300 (Thu, 19 Mar 2009) | 1 line Rollback r14267 because of MULE-4268 so that retry works ........ r14356 | dfeist | 2009-03-19 18:13:02 -0300 (Thu, 19 Mar 2009) | 1 line Need to exclude this test after rollback of r14267 (MULE-4251) ........ ................ r14363 | dfeist | 2009-03-20 02:26:34 +0100 (Fri, 20 Mar 2009) | 37 lines Merged revisions 14335,14349-14353,14355,14357 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14335 | tcarlson | 2009-03-17 21:00:01 -0300 (Tue, 17 Mar 2009) | 1 line Add a new simple JMS functional test ........ r14349 | aperepel | 2009-03-19 14:42:11 -0300 (Thu, 19 Mar 2009) | 1 line Added a drain() method to clean up queues. Each test knows best what destinations it uses against which connectors, and should perform those. ........ r14350 | aperepel | 2009-03-19 16:35:34 -0300 (Thu, 19 Mar 2009) | 1 line MuleClient must honor isStartContext() ........ r14351 | tcarlson | 2009-03-19 16:57:15 -0300 (Thu, 19 Mar 2009) | 1 line Improve test case ........ r14352 | aperepel | 2009-03-19 16:57:33 -0300 (Thu, 19 Mar 2009) | 1 line Reimplemented drain() to use raw low-level jms apis. MuleClient doesn't do the job, as it needs initialized Mule context, and it's too late at that point already (need to purge queues before any receivers connect). ........ r14353 | aperepel | 2009-03-19 16:59:03 -0300 (Thu, 19 Mar 2009) | 1 line Renamed to purge(), just to avoid introducing another word into the mix (the former is a standard concept in messaging) ........ r14355 | aperepel | 2009-03-19 17:55:15 -0300 (Thu, 19 Mar 2009) | 1 line Fixed method name ........ r14357 | aperepel | 2009-03-19 18:15:30 -0300 (Thu, 19 Mar 2009) | 1 line Fix the test by ensuring a clean environment ........ ................ r14369 | dfeist | 2009-03-20 14:10:03 +0100 (Fri, 20 Mar 2009) | 9 lines Merged revisions 14368 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14368 | dfeist | 2009-03-20 10:06:35 -0300 (Fri, 20 Mar 2009) | 1 line Update javadoc (MULE-4266 missing lookupEndpoint() in MuleRegistry) ........ ................ r14375 | aperepel | 2009-03-20 17:53:42 +0100 (Fri, 20 Mar 2009) | 25 lines Merged revisions 14370-14374 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14370 | aperepel | 2009-03-20 09:33:27 -0400 (Fri, 20 Mar 2009) | 1 line Simplify, use stock components ........ r14371 | aperepel | 2009-03-20 09:33:54 -0400 (Fri, 20 Mar 2009) | 1 line Update the file to validate (although it doesn't seem to be used by any test case now) ........ r14372 | aperepel | 2009-03-20 09:55:56 -0400 (Fri, 20 Mar 2009) | 1 line Timebox the reply wait and fail if none (default is false) ........ r14373 | aperepel | 2009-03-20 11:04:12 -0400 (Fri, 20 Mar 2009) | 1 line Drop this last dot, it results in .. in the exception report ........ r14374 | aperepel | 2009-03-20 11:06:58 -0400 (Fri, 20 Mar 2009) | 1 line Don't overwrite the correlation id if one has been set already ........ ................ r14379 | dfeist | 2009-03-20 18:18:49 +0100 (Fri, 20 Mar 2009) | 12 lines Blocked revisions 14338,14377 via svnmerge ........ r14338 | tcarlson | 2009-03-18 16:07:49 -0300 (Wed, 18 Mar 2009) | 1 line Use global default WorkManager for reconnection rather than one from receiver/dispatcher/requester ........ r14377 | dfeist | 2009-03-20 13:59:57 -0300 (Fri, 20 Mar 2009) | 1 line Rollback r14338 because it didn't fix what we thought it would (conflict between clean connector stop and retry) ........ ................ r14382 | dfeist | 2009-03-21 00:02:01 +0100 (Sat, 21 Mar 2009) | 17 lines Merged revisions 14378,14380-14381 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14378 | aperepel | 2009-03-20 14:10:37 -0300 (Fri, 20 Mar 2009) | 1 line Purge some junk ........ r14380 | tcarlson | 2009-03-20 14:39:12 -0300 (Fri, 20 Mar 2009) | 1 line Test binary message type ........ r14381 | tcarlson | 2009-03-20 15:22:03 -0300 (Fri, 20 Mar 2009) | 1 line Add a flag so that AbstractJmsFunctionalTestCase can be used without the multi-provider substitution magic ........ ................ r14398 | tcarlson | 2009-03-23 02:35:25 +0100 (Mon, 23 Mar 2009) | 9 lines Merged revisions 14397 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14397 | tcarlson | 2009-03-22 22:02:03 -0300 (Sun, 22 Mar 2009) | 1 line Fix EE-1448 (WMQ reconnection) ........ ................ r14401 | tcarlson | 2009-03-23 03:32:57 +0100 (Mon, 23 Mar 2009) | 9 lines Merged revisions 14400 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14400 | tcarlson | 2009-03-22 23:28:56 -0300 (Sun, 22 Mar 2009) | 1 line xalan:serializer is not in assembly whitelist ........ ................ r14403 | dfeist | 2009-03-23 13:53:44 +0100 (Mon, 23 Mar 2009) | 57 lines Merged revisions 14384-14396 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14384 | rossmason | 2009-03-20 20:59:51 -0300 (Fri, 20 Mar 2009) | 1 line Added a hook for pre processing messages ........ r14385 | rossmason | 2009-03-21 21:28:45 -0300 (Sat, 21 Mar 2009) | 1 line Fixed the property scoping for the JMSMessageAdapter. Need to do this for Email and Http ........ r14386 | rossmason | 2009-03-21 21:29:50 -0300 (Sat, 21 Mar 2009) | 1 line Fixed QoS header support ........ r14387 | rossmason | 2009-03-21 21:30:31 -0300 (Sat, 21 Mar 2009) | 1 line some minor tweeks ........ r14388 | rossmason | 2009-03-21 21:31:51 -0300 (Sat, 21 Mar 2009) | 1 line method for printing out properties and scopes ........ r14389 | rossmason | 2009-03-21 21:32:12 -0300 (Sat, 21 Mar 2009) | 1 line We need a null here if the expression fails ........ r14390 | rossmason | 2009-03-21 21:33:16 -0300 (Sat, 21 Mar 2009) | 1 line Fix error even though the test passes ........ r14391 | rossmason | 2009-03-22 12:51:55 -0300 (Sun, 22 Mar 2009) | 1 line New test for customising correlation. Right now it's not at all intuitive, but it does work. I've added some comments to the config about how we could improve it. ........ r14392 | rossmason | 2009-03-22 12:53:21 -0300 (Sun, 22 Mar 2009) | 1 line Added a message details logging method to the FTC ........ r14393 | rossmason | 2009-03-22 12:55:01 -0300 (Sun, 22 Mar 2009) | 1 line Added some javadoc ........ r14394 | rossmason | 2009-03-22 16:33:51 -0300 (Sun, 22 Mar 2009) | 1 line minor tweeks ........ r14395 | rossmason | 2009-03-22 18:41:31 -0300 (Sun, 22 Mar 2009) | 1 line Fixed QoS header regression ........ r14396 | rossmason | 2009-03-22 19:12:52 -0300 (Sun, 22 Mar 2009) | 1 line The replyTo needs to be in the invocation scope i.e. only valid for a single invocation ........ ................ r14406 | tcarlson | 2009-03-23 16:24:08 +0100 (Mon, 23 Mar 2009) | 11 lines Merged revisions 14405 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14405 | tcarlson | 2009-03-23 11:57:44 -0300 (Mon, 23 Mar 2009) | 4 lines - MULE-4277 New test case for forceJndiDestinations="true" - Fix a bug where optional JNDI Destinations were not working - Refactor and improve JNDI Test Case ........ ................ r14409 | dfeist | 2009-03-24 03:41:33 +0100 (Tue, 24 Mar 2009) | 9 lines Merged revisions 14408 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14408 | aperepel | 2009-03-23 13:13:48 -0300 (Mon, 23 Mar 2009) | 1 line Minor review improvements. Ensure properties are sorted when logged (doesn't affect regular runtime operation) ........ ................ r14412 | dandiep | 2009-03-24 16:18:48 +0100 (Tue, 24 Mar 2009) | 13 lines Merged revisions 14410-14411 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14410 | dandiep | 2009-03-24 10:46:57 -0400 (Tue, 24 Mar 2009) | 1 line Add compiler plugin definition so we can handle 1.5 ........ r14411 | dandiep | 2009-03-24 11:15:04 -0400 (Tue, 24 Mar 2009) | 1 line Loanbroker example maven build dies due to missing dependency. ........ ................ r14419 | dfeist | 2009-03-24 20:46:34 +0100 (Tue, 24 Mar 2009) | 43 lines Blocked revisions 14415,14417-14418 via svnmerge ................ r14415 | dfeist | 2009-03-24 15:57:23 -0300 (Tue, 24 Mar 2009) | 12 lines Blocked revisions 14117,14202 via svnmerge ........ r14117 | dzapata | 2009-02-20 18:24:18 -0200 (Fri, 20 Feb 2009) | 2 lines update version to 2.1.3 ........ r14202 | dzapata | 2009-03-03 14:54:51 -0200 (Tue, 03 Mar 2009) | 2 lines update version to 2.1.4-SNAPSHOT ........ ................ r14417 | dfeist | 2009-03-24 16:26:32 -0300 (Tue, 24 Mar 2009) | 12 lines Blocked revisions 14185,14199 via svnmerge ........ r14185 | dandiep | 2009-02-27 20:46:25 -0200 (Fri, 27 Feb 2009) | 1 line Commons codec doesn't have this form for the name in 2.1.x. Seems this never got ported from 2.x branch as it's already fixed there? ........ r14199 | dzapata | 2009-03-02 22:27:33 -0200 (Mon, 02 Mar 2009) | 2 lines fix webapp bouncycastle error using solution from: http://www.nabble.com/SecurityException-using-CXF-and-Mule-(-bouncycastle-)-td20939210.html ........ ................ r14418 | dfeist | 2009-03-24 16:27:50 -0300 (Tue, 24 Mar 2009) | 9 lines Recorded merge of revisions 14111 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14111 | dandiep | 2009-02-20 13:51:51 -0200 (Fri, 20 Feb 2009) | 1 line Give HTTP more threads. Otherwise we end up in a dead lock waiting for HttpClients when all the HTTP clients are in use. By default there are only 16 HttpClients available (due to the default threading profile), but this test requires several times that amount. ........ ................ ................ r14420 | dfeist | 2009-03-24 20:49:36 +0100 (Tue, 24 Mar 2009) | 16 lines Merged revisions 14416 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ................ r14416 | dfeist | 2009-03-24 16:25:37 -0300 (Tue, 24 Mar 2009) | 9 lines Merged revisions 14170 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.1.x ........ r14170 | dfeist | 2009-02-27 10:50:03 -0200 (Fri, 27 Feb 2009) | 1 line MULE-4209 Embedded distribution has no version info in MANIFEST and so startup splash screen does not show version info ........ ................ ................ r14435 | dfeist | 2009-03-27 13:49:00 +0100 (Fri, 27 Mar 2009) | 9 lines Merged revisions 14433 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14433 | dfeist | 2009-03-27 08:32:48 -0300 (Fri, 27 Mar 2009) | 1 line MULE-4281 archetypes generate test classes with wrong package name ........ ................ r14437 | dfeist | 2009-03-27 18:19:49 +0100 (Fri, 27 Mar 2009) | 1 line Update embedded distribution file name for consistency ................ r14439 | dfeist | 2009-03-27 23:56:33 +0100 (Fri, 27 Mar 2009) | 9 lines Merged revisions 14438 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14438 | dfeist | 2009-03-27 19:30:22 -0300 (Fri, 27 Mar 2009) | 1 line MULE-3137 Remove all references to xfire in code ........ ................ r14445 | aperepel | 2009-04-02 15:34:46 +0200 (Thu, 02 Apr 2009) | 9 lines Merged revisions 14444 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14444 | aperepel | 2009-04-02 09:33:10 -0400 (Thu, 02 Apr 2009) | 1 line MULE-4294 Bring back the option to disable JMS exception listener on the connection ........ ................ r14446 | aperepel | 2009-04-02 15:37:20 +0200 (Thu, 02 Apr 2009) | 21 lines Recorded merge of revisions 14431-14432,14435-14437,14439,14442 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14431 | tcarlson | 2009-03-26 15:00:46 -0400 (Thu, 26 Mar 2009) | 1 line Carry JMS properties set on the MuleMessage over to the javax.jms.Message ........ r14432 | tcarlson | 2009-03-26 15:02:53 -0400 (Thu, 26 Mar 2009) | 1 line EE-1445 Port JMS tests from QA suite to JMS transport ........ r14436 | tcarlson | 2009-03-27 11:41:44 -0400 (Fri, 27 Mar 2009) | 1 line EE-1445 Port JMS tests from QA suite to JMS transport ........ r14442 | aperepel | 2009-04-01 10:44:49 -0400 (Wed, 01 Apr 2009) | 1 line Reverted r14431,14432,14436. Messages must not mess directly with JMS properties. They were overwriting things they shouldn't be, also bypassing Mule's control of QoS header application. Also, was changing Mule's behavior 180 degrees from the stable documented one. ........ ................ r14447 | aperepel | 2009-04-02 15:39:37 +0200 (Thu, 02 Apr 2009) | 13 lines Recorded merge of revisions 14427-14428 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14427 | aperepel | 2009-03-25 13:57:20 -0400 (Wed, 25 Mar 2009) | 1 line Honor the transacted=false flag, should help some jmsreplyto issues reported on the list. ........ r14428 | aperepel | 2009-03-25 15:38:19 -0400 (Wed, 25 Mar 2009) | 1 line Rollback r14427, need to rethink ........ ................ r14448 | aperepel | 2009-04-02 15:41:14 +0200 (Thu, 02 Apr 2009) | 29 lines Merged revisions 14424-14426,14429-14430,14435,14437,14439-14441 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14424 | aperepel | 2009-03-25 10:32:13 -0400 (Wed, 25 Mar 2009) | 1 line Properly cleanup after yourself, otherwise message stay on the queue after xa rollback ........ r14425 | aperepel | 2009-03-25 13:52:25 -0400 (Wed, 25 Mar 2009) | 1 line Don't intermix xa & jms ........ r14426 | aperepel | 2009-03-25 13:53:02 -0400 (Wed, 25 Mar 2009) | 1 line Use more up-to-date param name ........ r14429 | aperepel | 2009-03-25 18:29:41 -0400 (Wed, 25 Mar 2009) | 1 line Let's now run with this change ........ r14440 | jwheeler | 2009-03-30 17:37:31 -0400 (Mon, 30 Mar 2009) | 1 line Updated annotations. ........ r14441 | aperepel | 2009-04-01 09:44:10 -0400 (Wed, 01 Apr 2009) | 1 line Replace FQN with an import ........ ................ r14458 | aperepel | 2009-04-03 17:07:16 +0200 (Fri, 03 Apr 2009) | 9 lines Merged revisions 14457 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14457 | aperepel | 2009-04-03 09:46:46 -0400 (Fri, 03 Apr 2009) | 1 line Relax a little ........ ................ r14460 | aperepel | 2009-04-04 00:14:10 +0200 (Sat, 04 Apr 2009) | 9 lines Merged revisions 14459 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14459 | aperepel | 2009-04-03 17:28:35 -0400 (Fri, 03 Apr 2009) | 1 line Fixed classloader leaks - don't hold onto an object for longer than needed. Exposed during repetitive redeployment, resulted in a copy of a full stack each time (because custom component objects weren't GCed). ........ ................ r14463 | dandiep | 2009-04-06 18:07:55 +0200 (Mon, 06 Apr 2009) | 9 lines Merged revisions 14462 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14462 | dandiep | 2009-04-06 11:55:03 -0400 (Mon, 06 Apr 2009) | 1 line MULE-4289: fix ClassCastException which occurs when adding logging interceptors in a certain fashion. ........ ................ r14470 | aperepel | 2009-04-07 19:50:01 +0200 (Tue, 07 Apr 2009) | 9 lines Merged revisions 14469 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14469 | aperepel | 2009-04-07 13:41:09 -0400 (Tue, 07 Apr 2009) | 1 line MULE-4303 ObjectToMimeMessageTransformer ignores attachment file names ........ ................ r14476 | aperepel | 2009-04-07 21:20:30 +0200 (Tue, 07 Apr 2009) | 9 lines Merged revisions 14474 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14474 | aperepel | 2009-04-07 15:18:12 -0400 (Tue, 07 Apr 2009) | 1 line MULE-3862 Mule's lifecycle is broken after XML parser exception on startup ........ ................ r14477 | aperepel | 2009-04-07 21:29:43 +0200 (Tue, 07 Apr 2009) | 13 lines Merged revisions 14472-14473 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14472 | aperepel | 2009-04-07 14:45:30 -0400 (Tue, 07 Apr 2009) | 1 line MULE-4304 Improve registry lookups to select(type) instead of select(all).filter(type). ........ r14473 | aperepel | 2009-04-07 15:01:14 -0400 (Tue, 07 Apr 2009) | 1 line MULE-4304 Improve registry lookups to select(type) instead of select(all).filter(type). Dropped confusing and unused argument. Also, it was redundant, IMO. ........ ................ r14481 | aperepel | 2009-04-07 21:38:09 +0200 (Tue, 07 Apr 2009) | 9 lines Merged revisions 14479 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14479 | aperepel | 2009-04-07 15:37:00 -0400 (Tue, 07 Apr 2009) | 1 line MULE-4304 Improve registry lookups to select(type) instead of select(all).filter(type). Cleaned up TODOs ........ ................ r14485 | aperepel | 2009-04-08 00:59:08 +0200 (Wed, 08 Apr 2009) | 9 lines Merged revisions 14484 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.x ........ r14484 | aperepel | 2009-04-07 18:57:41 -0400 (Tue, 07 Apr 2009) | 1 line MULE-3862 Mule's lifecycle is broken after XML parser exception on startup (a fix which makes both jbpm tests and main use case happy) ........ ................ r14505 | dandiep | 2009-04-09 18:17:25 +0200 (Thu, 09 Apr 2009) | 1 line Track 3.x now. ................ r14506 | dandiep | 2009-04-09 18:21:11 +0200 (Thu, 09 Apr 2009) | 9 lines Merged revisions 14504 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14504 | dandiep | 2009-04-09 12:09:37 -0400 (Thu, 09 Apr 2009) | 1 line MULE-4157: support sending the whole soap envelope via a new payload=envelope attribute. ........ ................ r14507 | aperepel | 2009-04-09 18:24:43 +0200 (Thu, 09 Apr 2009) | 20 lines Blocked revisions 14493,14499-14501 via svnmerge ........ r14493 | aperepel | 2009-04-08 16:19:33 -0400 (Wed, 08 Apr 2009) | 1 line Update Mule version to 3.0.0-SNAPSHOT. Also includes MULE-4044 Drop version from namespaces ........ r14499 | aperepel | 2009-04-08 18:11:18 -0400 (Wed, 08 Apr 2009) | 1 line Switch gears ........ r14500 | aperepel | 2009-04-08 18:15:55 -0400 (Wed, 08 Apr 2009) | 1 line Re-applied the mule-3.x patch after mule-2.x branch rename ........ r14501 | aperepel | 2009-04-08 18:21:11 -0400 (Wed, 08 Apr 2009) | 1 line Update the version name to 3.0.0-M1-SNAPSHOT ........ ................ r14513 | rossmason | 2009-04-10 12:32:10 +0200 (Fri, 10 Apr 2009) | 1 line Minor clean up to the MessageAdapter test cases for File and Http ................ r14514 | rossmason | 2009-04-10 12:33:33 +0200 (Fri, 10 Apr 2009) | 1 line erm... read the manual and simplify ................ r14521 | rossmason | 2009-04-10 21:35:02 +0200 (Fri, 10 Apr 2009) | 1 line MULE-4308: Add a Wiki page template for new MuleForge projects using the schema page generation macros ................ r14522 | rossmason | 2009-04-10 21:46:40 +0200 (Fri, 10 Apr 2009) | 1 line MULE-4134. Add implmenetation note about transforming the outbound message ................ r14523 | rossmason | 2009-04-10 21:53:26 +0200 (Fri, 10 Apr 2009) | 1 line MULE-4134. Add implmenetation note about transforming the outbound message ................ r14524 | rossmason | 2009-04-10 21:53:50 +0200 (Fri, 10 Apr 2009) | 1 line MULETOOLS-52. Fixed Assembly descriptors ................ r14526 | rossmason | 2009-04-10 22:00:27 +0200 (Fri, 10 Apr 2009) | 1 line MuLE-4309: Add the MuleForge deployer plugin to the template poms for Muleforge projects ................ r14536 | dandiep | 2009-04-14 23:18:29 +0200 (Tue, 14 Apr 2009) | 13 lines Merged revisions 14532-14533 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14532 | dandiep | 2009-04-14 15:50:34 -0400 (Tue, 14 Apr 2009) | 1 line Close the stream once we're done with it so connections are released. ........ r14533 | dandiep | 2009-04-14 15:59:43 -0400 (Tue, 14 Apr 2009) | 1 line put close in a finally block ........ ................ r14564 | rossmason | 2009-04-19 23:52:05 +0200 (Sun, 19 Apr 2009) | 1 line fix the build ................ r14584 | dirk.olmes | 2009-04-24 17:05:13 +0200 (Fri, 24 Apr 2009) | 2 lines trivial code cleanup ................ r14587 | dirk.olmes | 2009-04-27 07:03:58 +0200 (Mon, 27 Apr 2009) | 2 lines make the site build work again by downgrading the javadoc plugin version and fiddling with dependencies ................ r14588 | dirk.olmes | 2009-04-29 14:47:26 +0200 (Wed, 29 Apr 2009) | 1 line code cleanup ................ r14593 | aperepel | 2009-04-30 17:28:06 +0200 (Thu, 30 Apr 2009) | 9 lines Merged revisions 14592 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14592 | aperepel | 2009-04-30 11:26:26 -0400 (Thu, 30 Apr 2009) | 1 line MULE-4097 Support declarative Mule serverId configuration when embedded in webapp ........ ................ r14596 | aperepel | 2009-04-30 17:44:18 +0200 (Thu, 30 Apr 2009) | 9 lines Merged revisions 14595 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14595 | aperepel | 2009-04-30 11:43:10 -0400 (Thu, 30 Apr 2009) | 1 line MULE-3625 Registering transaction manager causes non xa transaction to fail ........ ................ r14600 | dirk.olmes | 2009-05-04 12:15:13 +0200 (Mon, 04 May 2009) | 2 lines use the same approach for bookstore's poms as the loanbroker example uses. This should help building the site for the bookstore example. ................ r14605 | dirk.olmes | 2009-05-05 16:21:52 +0200 (Tue, 05 May 2009) | 1 line remove bloat comment ................ r14607 | dirk.olmes | 2009-05-05 16:59:00 +0200 (Tue, 05 May 2009) | 1 line Pull building the correct message building into FileMessages, this simplifies client code ................ r14609 | dirk.olmes | 2009-05-05 18:29:39 +0200 (Tue, 05 May 2009) | 1 line remove the obsolete comment to a resolved issue ................ r14611 | dirk.olmes | 2009-05-05 19:00:51 +0200 (Tue, 05 May 2009) | 1 line Javadoc fixes and code cleanup ................ r14631 | dirk.olmes | 2009-05-06 13:23:27 +0200 (Wed, 06 May 2009) | 1 line code cleanup ................ r14633 | dirk.olmes | 2009-05-06 13:42:13 +0200 (Wed, 06 May 2009) | 1 line cleanup ................ r14639 | aperepel | 2009-05-06 20:36:11 +0200 (Wed, 06 May 2009) | 13 lines Merged revisions 14636-14637 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14636 | aperepel | 2009-05-06 12:55:07 -0400 (Wed, 06 May 2009) | 1 line Fixed log4j jmx lifecycle, was preventing webapps with jmx from redeployment ........ r14637 | aperepel | 2009-05-06 13:12:16 -0400 (Wed, 06 May 2009) | 1 line Unregister MBeans on disposal ........ ................ r14640 | dirk.olmes | 2009-05-07 17:05:27 +0200 (Thu, 07 May 2009) | 1 line Javadoc fix ................ r14641 | dirk.olmes | 2009-05-07 18:22:56 +0200 (Thu, 07 May 2009) | 1 line MULE-3534 (Review serialization of objects that are persisted): first stab at implementing message adapter serialization which is important if you have persistent queues. ................ r14645 | aperepel | 2009-05-07 21:11:10 +0200 (Thu, 07 May 2009) | 9 lines Merged revisions 14643 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14643 | aperepel | 2009-05-07 15:06:47 -0400 (Thu, 07 May 2009) | 1 line MULE-4354 Custom expression evalutor configured declaratively is ignored ........ ................ r14647 | aperepel | 2009-05-07 21:51:53 +0200 (Thu, 07 May 2009) | 1 line Reverted r14641 to give Dirk a chance to implement a full solution later. This should fix those test failures. ................ r14648 | aperepel | 2009-05-07 21:53:41 +0200 (Thu, 07 May 2009) | 9 lines Merged revisions 14646 via svnmerge from https://svn.codehaus.org/mule/branches/mule-3.x ........ r14646 | aperepel | 2009-05-07 15:50:06 -0400 (Thu, 07 May 2009) | 1 line License headers ........ ................ r14673 | dzapata | 2009-05-08 20:27:04 +0200 (Fri, 08 May 2009) | 2 lines re-enable streaming test cases ................ r14696 | dirk.olmes | 2009-05-11 09:55:16 +0200 (Mon, 11 May 2009) | 2 lines remove obsolete import ................ r14697 | dirk.olmes | 2009-05-11 09:56:43 +0200 (Mon, 11 May 2009) | 2 lines code cleanup ................ r14698 | dirk.olmes | 2009-05-11 09:57:31 +0200 (Mon, 11 May 2009) | 3 lines code cleanup ................ r14699 | dirk.olmes | 2009-05-11 09:58:12 +0200 (Mon, 11 May 2009) | 2 lines use override annotation now that we compile with JDK5 ................ r14703 | dirk.olmes | 2009-05-11 14:36:36 +0200 (Mon, 11 May 2009) | 2 lines MULE-3534 (Review serialization of objects that are persisted): Implemented an approach to support custom serialization to message adapters that have non serializable payload ................ r14704 | dirk.olmes | 2009-05-11 15:17:26 +0200 (Mon, 11 May 2009) | 2 lines added test case for custom message adapter serialization ................ r14705 | dirk.olmes | 2009-05-11 15:51:54 +0200 (Mon, 11 May 2009) | 1 line better assertions ................ r14706 | dirk.olmes | 2009-05-11 18:10:39 +0200 (Mon, 11 May 2009) | 1 line Code cleanup and tests for some message adapters that use Java serialization ................ r14710 | dirk.olmes | 2009-05-14 15:55:44 +0200 (Thu, 14 May 2009) | 2 lines MULE-3534 (Review serialization of objects that are persisted): make the cache transient, too, it will be rebuilt when the payload is accessed again ................ r14711 | dirk.olmes | 2009-05-14 15:56:33 +0200 (Thu, 14 May 2009) | 2 lines code cleanup ................ r14713 | tcarlson | 2009-05-14 19:11:33 +0200 (Thu, 14 May 2009) | 1 line Fix EE-1551 ................ r14715 | dzapata | 2009-05-15 08:14:26 +0200 (Fri, 15 May 2009) | 2 lines update version of the embedded ftp server to 1.0.0 and refactor ftp tests ................ r14716 | dirk.olmes | 2009-05-15 12:56:19 +0200 (Fri, 15 May 2009) | 2 lines add a comment for the usage of the antrun plugin ................ r14717 | dirk.olmes | 2009-05-18 11:18:39 +0200 (Mon, 18 May 2009) | 2 lines MULE-3534 (Review serialization of objects that are persisted): reworked, proper tests for File message adapters ................ r14723 | dirk.olmes | 2009-05-18 12:23:33 +0200 (Mon, 18 May 2009) | 1 line Code cleanup, remove obsolete import by fixing the Javadoc, add Override annotations ................ r14724 | dirk.olmes | 2009-05-18 12:25:14 +0200 (Mon, 18 May 2009) | 1 line more code cleanup, remove javadocs that don't add any descriptive value ................ r14726 | dirk.olmes | 2009-05-18 13:10:12 +0200 (Mon, 18 May 2009) | 1 line Simplify, add Override annotations ................ r14728 | dirk.olmes | 2009-05-18 13:26:00 +0200 (Mon, 18 May 2009) | 1 line code cleanup, pull parameter formatting into CxfMessages ................ r14729 | dirk.olmes | 2009-05-18 13:32:32 +0200 (Mon, 18 May 2009) | 1 line MULE-3534 (Review serialization of objects that are persisted): review message adapters for RMI ................ r14731 | dirk.olmes | 2009-05-18 13:44:51 +0200 (Mon, 18 May 2009) | 1 line MULE-3534 (Review serialization of objects that are persisted): review message adapters for EJB ................ r14732 | dirk.olmes | 2009-05-18 13:55:51 +0200 (Mon, 18 May 2009) | 1 line MULE-3534 (Review serialization of objects that are persisted): implement MessageAdapterSerialization for WriterMessageAdapter, add test case ................ r14733 | dirk.olmes | 2009-05-18 16:50:40 +0200 (Mon, 18 May 2009) | 1 line Add test case for XMPP message adapter, more to follow ................ r14734 | dirk.olmes | 2009-05-18 16:51:38 +0200 (Mon, 18 May 2009) | 2 lines MULE-3534 (Review serialization of objects that are persisted): work on serialization support for HttpMessageAdapter ................ r14735 | dirk.olmes | 2009-05-18 20:07:40 +0200 (Mon, 18 May 2009) | 1 line This test is obsolete now. ................ r14738 | tcarlson | 2009-05-19 06:03:54 +0200 (Tue, 19 May 2009) | 1 line Don't try to drain the SEDA queues if the WorkManager is no longer available ................ r14739 | tcarlson | 2009-05-19 06:05:39 +0200 (Tue, 19 May 2009) | 1 line Sanity check, this was occurring at shutdown ................ r14740 | dirk.olmes | 2009-05-19 09:43:46 +0200 (Tue, 19 May 2009) | 1 line Fix the build ................ r14741 | dirk.olmes | 2009-05-19 10:17:20 +0200 (Tue, 19 May 2009) | 1 line MULE-3534 (Review serialization of objects that are persisted): implement MessageAdapterSerialization for XmppMessageAdapter ................ r14742 | dirk.olmes | 2009-05-19 10:24:00 +0200 (Tue, 19 May 2009) | 1 line Code cleanup ................ r14743 | dirk.olmes | 2009-05-19 10:43:56 +0200 (Tue, 19 May 2009) | 1 line fix javadoc message ................ r14745 | dirk.olmes | 2009-05-19 12:05:03 +0200 (Tue, 19 May 2009) | 1 line MULE-4146 (Global file endpoint ignores the filename wildcard filter): Applied the suggested fix in a slightly modified form, added a test case for the issue ................ r14748 | tcarlson | 2009-05-19 17:07:30 +0200 (Tue, 19 May 2009) | 1 line Do not drain the queue for ClusteredSedaService ................ r14756 | tcarlson | 2009-05-22 04:55:02 +0200 (Fri, 22 May 2009) | 1 line Complain if file is empty ................ r14759 | dfeist | 2009-05-22 14:47:43 +0200 (Fri, 22 May 2009) | 1 line Use isPersistent() method instead of queueProfile to check is queue is persistent. ................ r14762 | dfeist | 2009-05-23 02:14:03 +0200 (Sat, 23 May 2009) | 1 line Rollback r14460 (MULE-4353 SoftReference change to SingletonObjectFactory cause NullPointerException) ................ r14768 | dirk.olmes | 2009-05-25 15:34:33 +0200 (Mon, 25 May 2009) | 2 lines code cleanup, use @Override annotation ................ r14770 | dirk.olmes | 2009-05-25 16:24:28 +0200 (Mon, 25 May 2009) | 2 lines MULE-4368 (Payload set on a quartz inbound endpoint is ignored) ................ r14775 | dirk.olmes | 2009-05-26 06:10:45 +0200 (Tue, 26 May 2009) | 1 line MULE-4367 (Quartz inbound endpoint does not work with custom job): just add a test case, the fix for MULE-4368 addressed this issue, too ................ r14779 | dirk.olmes | 2009-05-26 11:47:13 +0200 (Tue, 26 May 2009) | 2 lines cleanup ................ r14781 | dirk.olmes | 2009-05-26 14:36:20 +0200 (Tue, 26 May 2009) | 1 line remove obsolete import, use Override annotation ................ r14787 | dirk.olmes | 2009-05-27 11:28:52 +0200 (Wed, 27 May 2009) | 2 lines remove useless comments, add @Override annotation ................ r14789 | dirk.olmes | 2009-05-27 15:35:00 +0200 (Wed, 27 May 2009) | 2 lines MULE-3512 (JDBC Dispatcher does not copy message properties over) ................ r14790 | dirk.olmes | 2009-05-27 15:42:54 +0200 (Wed, 27 May 2009) | 2 lines MULE-3512 (JDBC Dispatcher does not copy message properties): that's what you get when not paying attention while committing: these files were missing from last commit ................ r14793 | dirk.olmes | 2009-05-27 16:47:08 +0200 (Wed, 27 May 2009) | 1 line code cleanup ................ r14795 | dirk.olmes | 2009-05-27 17:43:06 +0200 (Wed, 27 May 2009) | 2 lines EE-1564 (org.mule.security.MuleCredentials is not serializable) ................ r14798 | tcarlson | 2009-05-27 17:59:53 +0200 (Wed, 27 May 2009) | 1 line Fix MULE-4372 ................ r14808 | tcarlson | 2009-05-27 20:17:35 +0200 (Wed, 27 May 2009) | 1 line Better fix for MULE-4372 ................ r14835 | dirk.olmes | 2009-05-28 17:30:31 +0200 (Thu, 28 May 2009) | 1 line Unify SessionEnabledObjectToJmsMessage transformer implementations ................ r14855 | dfeist | 2009-06-01 20:44:25 +0200 (Mon, 01 Jun 2009) | 2 lines MULE-4267 SedaService takes up to 10 seconds to stop cleanly MULE-4263 WorkManager should attempt clean shutdown before interrupting workers which in effect cancels waiting jobs with loss of event/message ................ r14862 | dirk.olmes | 2009-06-03 14:27:22 +0200 (Wed, 03 Jun 2009) | 2 lines cleanup ................ r14863 | dirk.olmes | 2009-06-03 16:50:20 +0200 (Wed, 03 Jun 2009) | 2 lines MULE-4380 (Hello Example is missing dependency on Servlet Transport) ................ r14865 | dfeist | 2009-06-04 05:55:58 +0200 (Thu, 04 Jun 2009) | 1 line MULE-3728 Add ability to configure WorkManager shutdown timeout ................ r14866 | dfeist | 2009-06-04 06:39:55 +0200 (Thu, 04 Jun 2009) | 4 lines Some work on MuleServer: - Ensure that muleContext is shutdown correctly both with controlled and shutdown hook shutdowns (MULE-3727) - Cleanup shutdown hook mess and remove triple registration of shutdown hook and uneedded shutdown hook class (MULE-2773) - Removed unneeded repeat shutdown splashscreen(s) in MuleServer ................ r14867 | dirk.olmes | 2009-06-04 11:54:06 +0200 (Thu, 04 Jun 2009) | 1 line MULE-4382 (Provides expression evaluation for cookie values set on an HTTP outbound-endpoint): patch applied ................ r14869 | dfeist | 2009-06-04 17:06:02 +0200 (Thu, 04 Jun 2009) | 1 line Make MuleContext disposal threadsafe to avoid an early System.exit() before disposal and graceful shutdown is complete in MuleServer if shutdown is called more than once ................ r14872 | dirk.olmes | 2009-06-04 17:44:39 +0200 (Thu, 04 Jun 2009) | 2 lines MULE-3534 (Review serialization of objects that are persisted) ................ r14874 | dfeist | 2009-06-04 18:29:40 +0200 (Thu, 04 Jun 2009) | 1 line Revert formatting of options ................ r14875 | dirk.olmes | 2009-06-04 20:03:53 +0200 (Thu, 04 Jun 2009) | 1 line remove obsolete comment ................ r14890 | dirk.olmes | 2009-06-05 13:49:05 +0200 (Fri, 05 Jun 2009) | 1 line javadoc fixes ................ r14892 | dirk.olmes | 2009-06-05 14:46:27 +0200 (Fri, 05 Jun 2009) | 3 lines code cleanup ................ r14904 | dirk.olmes | 2009-06-08 10:05:05 +0200 (Mon, 08 Jun 2009) | 1 line remove obsolete comment ................ r14906 | jwheeler | 2009-06-08 23:00:07 +0200 (Mon, 08 Jun 2009) | 1 line Expanded description of shutdownTimeout. ................ r14907 | jwheeler | 2009-06-08 23:04:32 +0200 (Mon, 08 Jun 2009) | 1 line Added note that this attribute is as of 2.2.2 ................ r14908 | jwheeler | 2009-06-08 23:31:44 +0200 (Mon, 08 Jun 2009) | 1 line Added more info about how shutdown timeout is applied separately to services and dispatchers, so 5000ms is actually 10 seconds for graceful shutdown. ................ r14910 | dirk.olmes | 2009-06-09 02:58:23 +0200 (Tue, 09 Jun 2009) | 2 lines remove obsolete folder ................ r14911 | dirk.olmes | 2009-06-09 03:11:05 +0200 (Tue, 09 Jun 2009) | 2 lines MULE-4377 (add registry evaluator to expression-filter) ................ r14913 | dirk.olmes | 2009-06-09 03:15:30 +0200 (Tue, 09 Jun 2009) | 1 line fix indentation, remove empty lines and unused local variables ................ r14916 | dirk.olmes | 2009-06-09 03:31:57 +0200 (Tue, 09 Jun 2009) | 2 lines rename test case ................ r14925 | dirk.olmes | 2009-06-09 16:13:57 +0200 (Tue, 09 Jun 2009) | 1 line EE-1494 (dispatcher.dispatchRemote causes Broken Pipe exception) ................ ................ r15050 | dirk.olmes | 2009-06-23 09:17:28 +0200 (Tue, 23 Jun 2009) | 34 lines Blocked revisions 15026,15028,15030,15049 via svnmerge ................ r15026 | dandiep | 2009-06-18 22:29:52 +0200 (Thu, 18 Jun 2009) | 9 lines Merged revisions 15025 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r15025 | dandiep | 2009-06-18 13:26:10 -0700 (Thu, 18 Jun 2009) | 1 line Pass along the username/password to the underlying transport when it's set in the endpoint URI. ........ ................ r15028 | dirk.olmes | 2009-06-19 12:18:03 +0200 (Fri, 19 Jun 2009) | 9 lines Merged revisions 15027 via svnmerge from https://svn.codehaus.org/mule/branches/mule-2.2.x ........ r15027 | dirk.olmes | 2009-06-19 12:11:15 +0200 (Fri, 19 Jun 2009) | 2 lines some work on MULE-3672, still not complete but at least one test passes now ........ ................ r15030 | dandiep | 2009-06-19 18:24:46 +0200 (Fri, 19 Jun 2009) | 1 line Unclobber config so ProxyTestCase passes. ................ r15049 | dandiep | 2009-06-22 19:12:38 +0200 (Mon, 22 Jun 2009) | 1 line I clobbered this before I committed. Sorry for the noise. ................ ................ r15055 | dirk.olmes | 2009-06-24 12:45:42 +0200 (Wed, 24 Jun 2009) | 24 lines Blocked revisions 13227,13807,14939-14940,14949 via svnmerge ........ r13227 | rossmason | 2008-11-05 16:11:29 +0100 (Wed, 05 Nov 2008) | 1 line MULE-2607. Fixed servlet endpoint was not being handled properly ........ r13807 | rossmason | 2009-01-23 15:45:42 +0100 (Fri, 23 Jan 2009) | 1 line Refactored the Dispatcher and replyTo handler to make them eaiser to extend ........ r14939 | rossmason | 2009-06-11 06:12:38 +0200 (Thu, 11 Jun 2009) | 1 line Handle a Map payload when using POST ........ r14940 | rossmason | 2009-06-11 06:13:06 +0200 (Thu, 11 Jun 2009) | 1 line Allow credentials to be set on the message as a property, not just on the endpoint ........ r14949 | rossmason | 2009-06-15 03:03:11 +0200 (Mon, 15 Jun 2009) | 1 line Added better follow redirect support ........ ................ git-svn-id: https://svn.codehaus.org/mule/branches/mule-2.2.x@15057 bf997673-6b11-0410-b953-e057580c5b09
mule-2.2.x
Hide
Permalink
Daniel Zapata added a comment - 22/Jul/09 02:23 PM

found some references in ce ./tools/schemadocs/src/main/resources/links.xml
Do we need to remove these as well?

Show
Daniel Zapata added a comment - 22/Jul/09 02:23 PM found some references in ce ./tools/schemadocs/src/main/resources/links.xml Do we need to remove these as well?
Hide
Permalink
Daniel Feist added a comment - 22/Jul/09 02:38 PM

May as well yes.. not that important/urgent though especially as thats not part of the public facing distribution or source even.

Show
Daniel Feist added a comment - 22/Jul/09 02:38 PM May as well yes.. not that important/urgent though especially as thats not part of the public facing distribution or source even.
Hide
Permalink
Daniel Zapata added a comment - 22/Jul/09 03:06 PM

See previous comment.

Show
Daniel Zapata added a comment - 22/Jul/09 03:06 PM See previous comment.
Daniel Zapata made changes - 22/Jul/09 03:06 PM
Resolution Fixed [ 1 ]
Status Closed [ 6 ] Reopened [ 4 ]
Hide
Permalink
Daniel Zapata added a comment - 22/Jul/09 03:07 PM

lowering priority since there is just one place left, which is not necessarily user-facing

Show
Daniel Zapata added a comment - 22/Jul/09 03:07 PM lowering priority since there is just one place left, which is not necessarily user-facing
Daniel Zapata made changes - 22/Jul/09 03:07 PM
Priority Major [ 3 ] Minor [ 4 ]
tcarlson
23/Jul/09 07:24 AM
View full commit
MULE-3137 Remove all references to xfire in code git-svn-id: https://svn.codehaus.org/mule/branches/mule-2.2.x@15302 bf997673-6b11-0410-b953-e057580c5b09
mule-2.2.x
+5
-18
tools/schemadocs/src/main/resources/links.xml
Hide
Permalink
Travis Carlson added a comment - 23/Jul/09 07:25 AM

r15302

Show
Travis Carlson added a comment - 23/Jul/09 07:25 AM r15302
Travis Carlson made changes - 23/Jul/09 07:25 AM
Status Reopened [ 4 ] Closed [ 6 ]
Fix Version/s ITR22 [ 10705 ]
Resolution Fixed [ 1 ]
Hide
Permalink
Travis Carlson added a comment - 23/Jul/09 07:28 AM

3.x: r15303

Show
Travis Carlson added a comment - 23/Jul/09 07:28 AM 3.x: r15303
Transition Time In Source Status Execution Times Last Executer Last Execution Date
Open Open Closed Closed
374d 19h 55m 1 Daniel Feist 27/Mar/09 05:30 PM
Closed Closed Reopened Reopened
116d 21h 35m 1 Daniel Zapata 22/Jul/09 03:06 PM
Reopened Reopened Closed Closed
16h 19m 1 Travis Carlson 23/Jul/09 07:25 AM
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
  • Repository mule on http://foo.bar/ failed: Error in remote call to 'FishEye 0 (http://foo.bar/)' (http://foo.bar) [AbstractRestCommand{path='/rest-service-fe/changeset-v1/listChangesets/', params={expand=changesets[-21:-1].revisions[0:29], comment=MULE-3137, p4JobFixed=MULE-3137, rep=mule}, methodType=GET}] : java.net.UnknownHostException: foo.bar

People

  • Assignee:
    Daniel Feist
    Reporter:
    Dirk Olmes
Vote (0)
Watch (0)

Dates

  • Created:
    17/Mar/08 09:35 PM
    Updated:
    23/Jul/09 07:28 AM
    Resolved:
    23/Jul/09 07:25 AM

Agile

  • View on Board
  • Atlassian JIRA (v5.0.7#734-sha1:8ad78a6)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for MuleForge. Try JIRA - bug tracking software for your team.