This page last changed on Oct 02, 2006 by tcarlson.

Release Notes - Mule 1.3-rc5

Bug

  • [MULE-438] - Executing method on a dynamic proxy throws exceptions.
  • [MULE-456] - ExceptionStrategies are initialised multiple times
  • [MULE-459] - Source Type not getting registered on transformer from mule-spring-config.xml
  • [MULE-463] - Unable to refer to a transformer not defined in the same config file.
  • [MULE-469] - VMMessageReceiver causing transaction to timeout
  • [MULE-498] - Use the correct adapter when construct the MuleMessage instance back for the response
  • [MULE-539] - Unable to do dependency injection in the custom transformer using Spring 1.2.5
  • [MULE-542] - Unfinished header name validation
  • [MULE-637] - JSpaces.jar in maven repo is for 1.5 only
  • [MULE-697] - Some transformers mangle unicode characters (e.g. XsltTransformer)
  • [MULE-699] - SmtpConnector loses TO: field on dispatch
  • [MULE-753] - QuartzMessageDispatcher.doDispatch() stores jobs with non-unique IDs (and fails)
  • [MULE-754] - Can call web service only once
  • [MULE-757] - MuleClient contains remains of post-send transformer invocation
  • [MULE-759] - HTTPS Error
  • [MULE-770] - ClassCastException when being called by .NET 2.0 / WSE3.0
  • [MULE-771] - JBoss JCA adapter -- EchoUMO sample doesn't work with Axis -- IllegalArgumentException
  • [MULE-849] - m2: running Http and SSL providers' tests from the project root produces a certificate error
  • [MULE-856] - Can't import two Spring config files
  • [MULE-882] - threading-profile with maxThreadsActive="1" hangs
  • [MULE-885] - correlationExtractor config is not picked up for Response Router
  • [MULE-895] - JBI provider currently depends on older mule-jbi-spec-1.2 which is not part of the build
  • [MULE-903] - StringToEmailMessage: ReplyTo not set on MimeMessage
  • [MULE-905] - No Mule output visible if logger is not configured and no Mule configuration provided
  • [MULE-906] - 'Consumer is closed' error after reconnecting the TransactedJmsMessageReceiver
  • [MULE-910] - Remove unneeded mule-core dependency on activeio
  • [MULE-918] - HttpMessageReceiver does not handle HTTP 1.1 header "Expect: 100-continue" described in RFC 2616.
  • [MULE-919] - The UDPConnector has an attribute named backlog that is not being used.
  • [MULE-920] - Mule Session serialize lost first character
  • [MULE-923] - The context soap headers aren't being added to the to the soap request when using xfire.
  • [MULE-924] - The HttpClientMessageDispatcher uses a handshake which causes an authentication request to fail on the first attempt only to be accepted on the second
  • [MULE-931] - The File Provider property outputAppend has no effect if set on Endpoint instead of Connector
  • [MULE-938] - WSDL request to XFire must be lowercase ?wsdl. ?WSDL is not accepted
  • [MULE-939] - XFire leaving empty namespaces when using Dynamic Client
  • [MULE-940] - TCP dispatcher sometimes truncates outgoing packets consumed by an external application
  • [MULE-943] - Imap Provider configuration property mailboxFolders is missing from the implementation
  • [MULE-944] - Error closing pop3 folder
  • [MULE-957] - Incompatible older JDom & Servlet-api dependencies
  • [MULE-962] - XFire hangs after two request/response cycles
  • [MULE-969] - sample shell scripts wont run under solaris 10
  • [MULE-988] - invalid jug dependency in mule core
  • [MULE-989] - DtdResolver does not work with heterogeneous configuration files
  • [MULE-992] - AbstractTransformer has confusing code about encoding
  • [MULE-998] - Exception Confusion since onCall & Run handle exceptions differently
  • [MULE-1000] - JDBC connector ignoring polling frequency property
  • [MULE-1003] - Proxy throws TooManySatisfiableMethodsException
  • [MULE-1010] - MuleSession get lost when passing thru the AxisServiceComponent
  • [MULE-1011] - MuleXmlConfigurationBuilder erroneously tries to parse non-mule config files by default
  • [MULE-1012] - SpringConfigurationBuilder does not resolve relative paths for configs
  • [MULE-1016] - Mule 1.3-rc5 fails to run on Windows2000
  • [MULE-1017] - Service Wrapper does not recognize some CPU types (Sempron, Celeron)
  • [MULE-1018] - Mule does not pickup default config file (mule-config.xml)
  • [MULE-1036] - JXPathFilter can not load contextProperties
  • [MULE-1038] - PROPERTY_FILENAME not set in FileMessageReceiver
  • [MULE-1049] - Bad support of HTTP Basic Authentication
  • [MULE-1073] - Mule JCA distro displays wrong license via JMX console

    Improvement

  • [MULE-374] - DynamicEntryPoint and Proxies
  • [MULE-444] - Splash screen localization
  • [MULE-470] - "address" is not documented in "Mule End Point URIs" as a Known Parameter
  • [MULE-472] - AbstractMessageSplitter which honours endpoint synchronous setting
  • [MULE-505] - Better default transformers should handle Serialised objects, byte arrays and string
  • [MULE-530] - Create website section for Mule developers to post articles about their code
  • [MULE-597] - TemplatedEndpointRouter behaviour should be available to any outbound routers, like nowadays are able to filter messages.
  • [MULE-853] - Exposing components via xfire should not require extra non-soap headers
  • [MULE-883] - Use passive FTP connections by default
  • [MULE-884] - Refactor ThreadingProfile internals
  • [MULE-900] - Allow native JMS ConnectionFactory configuration
  • [MULE-908] - JXPathExtractor transformer should be able to return multiple results
  • [MULE-913] - Upgrade Spring dependency to 2.x release line
  • [MULE-922] - Improving error reporting under WebSphere AS for web context listener/servlet builders
  • [MULE-926] - Review & check in contribution to GSSpace provider
  • [MULE-975] - Move org.mule.tck classes out to a separate module
  • [MULE-1005] - JMX object names should be consistent
  • [MULE-1006] - Mule error codes should be prepended to make them unique
  • [MULE-1013] - Unify methods used to load resources (from classpath, file, or URL)

    New Feature

  • [MULE-80] - Add Attributes base EntryPointResolver
  • [MULE-538] - IdempotentSecureHashReceiver enables IdempotentReceiver on *any* message
  • [MULE-704] - Add jar dependency information to the Manifest for runtime
  • [MULE-987] - New Jaas module

    Patch submission

  • [MULE-521] - Test and Document component level authorisation using Acegi
  • [MULE-627] - Upgrade Acegi Security framework dependency to 1.0
  • [MULE-763] - 'method' parameter on EJB and RMI transports is being ignorred
  • [MULE-890] - Replace uses of FileWriter/Reader with encoding-aware code
  • [MULE-961] - bug in org.mule.components.rest.RestServiceWrapper::initialise method
  • [MULE-1035] - JXPathFilter inconsistent namespace handling
Document generated by Confluence on Oct 03, 2006 09:23