Andrew Perepelytsya (JIRA | 3 Aug 2009 20:51

[mule-jira] Commented: (MULE-4454) Upgrade Tanuki Wrapper for Mule 2.2.x and beyond


    [
http://www.mulesource.org/jira/browse/MULE-4454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=30986#action_30986
] 

Andrew Perepelytsya commented on MULE-4454:
-------------------------------------------

Here's the deal. Wrapper 3.3.x changed their license to GPL which makes it incompatible with Mule. When we
approached Tanuki software regarding the OSS license exemption, got a standard sales reply.

However, Mule EE has an up-to-date wrapper version (which also means more platforms), as we actually
bought a redistribution license for it. Naturally, there's a price tag involved, and it's not part of the CE.

This is today, things may or may not change tomorrow. You can of course, lobby our common interest with
Tanuki Software ;)

> Upgrade Tanuki Wrapper for Mule 2.2.x and beyond
> ------------------------------------------------
>
>                 Key: MULE-4454
>                 URL: http://www.mulesource.org/jira/browse/MULE-4454
>             Project: Mule
>          Issue Type: Improvement
>          Components: Core: Bootstrap / Java Service Wrapper
>    Affects Versions: 2.2.1
>         Environment: 64-bit Intel based Macs running OS X 10.5.7 (update 4),
> Possibly other OSes and Mac OS X versions
>            Reporter: Richard Remington
>
(Continue reading)

Adam Riley (JIRA | 3 Aug 2009 23:12

[mule-jira] Commented: (MULE-4457) getting CopyOnWriteArrayList class cast error when using collection-aggregator-router


    [
http://www.mulesource.org/jira/browse/MULE-4457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=30997#action_30997
] 

Adam Riley commented on MULE-4457:
----------------------------------

NOTE:
With some additional testing I've found that when the aggregate group size is not set to a specific
value(aka -1), and or the failOnTimeout is false you MUST have a component that handles the message(s). It
will not be forwarded to any outbound endpoints on the aggregater service.

> getting CopyOnWriteArrayList class cast error when using collection-aggregator-router
> -------------------------------------------------------------------------------------
>
>                 Key: MULE-4457
>                 URL: http://www.mulesource.org/jira/browse/MULE-4457
>             Project: Mule
>          Issue Type: Bug
>          Components: Core: Routing / Filters
>    Affects Versions: 2.2.1
>         Environment: **********************************************************************
> * Mule ESB and Integration Platform                                  *
> * Version: 2.2.1 Build: 14422                                        *
> * MuleSource, Inc.                                                   *
> * For more information go to http://mule.mulesource.org              *
> *                                                                    *
> * Server started: 7/31/09 11:49 AM                                   *
> * Server ID: <id>                    *
(Continue reading)

Daniel Feist (JIRA | 4 Aug 2009 00:42

[mule-jira] Created: (MULE-4458) Payload is lost when message originating from http async post is lost when a persistent seda queue is used

Payload is lost when message originating from http async post is lost when a persistent seda queue is used
----------------------------------------------------------------------------------------------------------

                 Key: MULE-4458
                 URL: http://www.mulesource.org/jira/browse/MULE-4458
             Project: Mule
          Issue Type: Bug
          Components: Core: Event/Message, Transport: HTTP/ HTTPS
    Affects Versions: 2.2.2
            Reporter: Daniel Feist

--

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.mulesource.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Dirk Olmes (JIRA | 5 Aug 2009 10:15

[mule-jira] Created: (MULE-4460) Two HTTPS connectors in the same Mule instance cause keyStore/trustStore confusion

Two HTTPS connectors in the same Mule instance cause keyStore/trustStore confusion
----------------------------------------------------------------------------------

                 Key: MULE-4460
                 URL: http://www.mulesource.org/jira/browse/MULE-4460
             Project: Mule
          Issue Type: Bug
          Components: Transport: HTTP/ HTTPS
    Affects Versions: 3.0.0-M1, 2.2.1, 2.1.3
            Reporter: Dirk Olmes
            Assignee: Dirk Olmes

Two HTTPS connectors are declared in the same config file, both with different {{tls-client}},
{{tls-key-store}} and {{tls-server}} settings. 

Mule uses [JSSE's system properties |
http://java.sun.com/j2se/1.5.0/docs/guide/security/jsse/JSSERefGuide.html] to configure the
{{SSLSocketFactory}}. This happens once for each HTTPs connector so that each successive connector
overwrites the previous one's settings.

A proper fix to this is to programmatically configure each the {{HttpClient}} that's used by the
{{HttpClientMessageDispatcher}} using the {{tls-client}}, {{tls-key-store}} and {{tls-server}}
from its connector.

--

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.mulesource.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
(Continue reading)

Dirk Olmes (JIRA | 5 Aug 2009 12:50

[mule-jira] Commented: (MULE-4459) Once a HttpMessageAdaptor with an InputStream payload is serialized it's payload has an incorrect value (empty string)


    [
http://www.mulesource.org/jira/browse/MULE-4459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31013#action_31013
] 

Dirk Olmes commented on MULE-4459:
----------------------------------

fix plus test (from Dan F): http://fisheye.codehaus.org/changelog/mule/?cs=15359

> Once a HttpMessageAdaptor with an InputStream payload is serialized it's payload has an incorrect value
(empty string)
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: MULE-4459
>                 URL: http://www.mulesource.org/jira/browse/MULE-4459
>             Project: Mule
>          Issue Type: Bug
>          Components: Transport: HTTP/ HTTPS
>    Affects Versions: 2.2.2
>            Reporter: Daniel Feist
>
> The payload should replaced rather than leaving payload as an InputStream that cannot be read again.

--

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.mulesource.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
(Continue reading)

Daniel Feist (JIRA | 5 Aug 2009 18:44

[mule-jira] Commented: (MULE-4457) getting CopyOnWriteArrayList class cast error when using collection-aggregator-router


    [
http://www.mulesource.org/jira/browse/MULE-4457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31018#action_31018
] 

Daniel Feist commented on MULE-4457:
------------------------------------

Looks like you ClassCastException is in your own component
"com.mason.mule.aggregatordemo.AggregatorDemoUMO" (line 36).

> getting CopyOnWriteArrayList class cast error when using collection-aggregator-router
> -------------------------------------------------------------------------------------
>
>                 Key: MULE-4457
>                 URL: http://www.mulesource.org/jira/browse/MULE-4457
>             Project: Mule
>          Issue Type: Bug
>          Components: Core: Routing / Filters
>    Affects Versions: 2.2.1
>         Environment: **********************************************************************
> * Mule ESB and Integration Platform                                  *
> * Version: 2.2.1 Build: 14422                                        *
> * MuleSource, Inc.                                                   *
> * For more information go to http://mule.mulesource.org              *
> *                                                                    *
> * Server started: 7/31/09 11:49 AM                                   *
> * Server ID: <id>                    *
> * JDK: 1.5.0_14 (mixed mode)                                         *
> * OS encoding: UTF-8, Mule encoding: UTF-8                           *
(Continue reading)

Travis Carlson (JIRA | 5 Aug 2009 19:13

[mule-jira] Closed: (MULE-4455) Mule exception-based-router performance degradation at heavy load


     [
http://www.mulesource.org/jira/browse/MULE-4455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Travis Carlson closed MULE-4455.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Bug Backlog (2.1.x, 2.2.x))
                   3.x

http://fisheye.codehaus.org/changelog/mule/?cs=15363

> Mule exception-based-router performance degradation at heavy load
> -----------------------------------------------------------------
>
>                 Key: MULE-4455
>                 URL: http://www.mulesource.org/jira/browse/MULE-4455
>             Project: Mule
>          Issue Type: Bug
>          Components: Core: Routing / Filters
>    Affects Versions: 2.2.1
>         Environment: SunOS davros02 5.10 Generic_120011-14 sun4v sparc SUNW,SPARC-Enterprise-T5120  &
Windows XP
>            Reporter: Deepan Subramani
>            Assignee: Travis Carlson
>            Priority: Major
>             Fix For: 3.x
>
>         Attachments: ExceptionBasedRouter.java
(Continue reading)

Angelo Bresci (JIRA | 5 Aug 2009 20:53

[mule-jira] Commented: (MULE-3234) Not all message filters and routers support streams


    [
http://www.mulesource.org/jira/browse/MULE-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31026#action_31026
] 

Angelo Bresci commented on MULE-3234:
-------------------------------------

Add MultiCastingRouter as well (see attached config)

> Not all message filters and routers support streams
> ---------------------------------------------------
>
>                 Key: MULE-3234
>                 URL: http://www.mulesource.org/jira/browse/MULE-3234
>             Project: Mule
>          Issue Type: Improvement
>          Components: Core: Routing / Filters, Modules: XML, XSLT, XPath
>    Affects Versions: 2.0.0
>            Reporter: Daniel Feist
>            Priority: Critical
>             Fix For: Tech. Debt
>
>         Attachments: mule-config.xml, StreamingChunkingRouters.jar
>
>   Original Estimate: 1 day, 2 hours
>          Time Spent: 2 hours
>  Remaining Estimate: 1 day
>
> I tried using both xml message filter and xml message splitting but both seemed to fail when using an
(Continue reading)

Daniel Zapata (JIRA | 5 Aug 2009 22:09

[mule-jira] Closed: (MULE-4286) Module archetype use incorrect package nomenclature


     [
http://www.mulesource.org/jira/browse/MULE-4286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Zapata closed MULE-4286.
-------------------------------

    Resolution: Fixed

merged into 2.2.2:
http://fisheye.codehaus.org/changelog/mule/branches/mule-2.2.2?cs=15298

> Module archetype use incorrect package nomenclature
> ---------------------------------------------------
>
>                 Key: MULE-4286
>                 URL: http://www.mulesource.org/jira/browse/MULE-4286
>             Project: Mule
>          Issue Type: Improvement
>          Components: Tools: Archetypes
>    Affects Versions: 2.2.1
>            Reporter: Daniel Feist
>            Assignee: Daniel Zapata
>            Priority: Minor
>             Fix For: 3.0.0-M1, 2.2.2 (EE only), ITR17
>
>

--

-- 
This message is automatically generated by JIRA.
(Continue reading)

Daniel Zapata (JIRA | 5 Aug 2009 22:11

[mule-jira] Closed: (MULE-4282) SXC and CXF schemas have incorrect schema location value for spring beans schema


     [
http://www.mulesource.org/jira/browse/MULE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Zapata closed MULE-4282.
-------------------------------

    Resolution: Fixed

> SXC and CXF schemas have incorrect schema location value for spring beans schema
> --------------------------------------------------------------------------------
>
>                 Key: MULE-4282
>                 URL: http://www.mulesource.org/jira/browse/MULE-4282
>             Project: Mule
>          Issue Type: Bug
>          Components: Modules: XML, XSLT, XPath, Transport: CXF / XFire
>    Affects Versions: 2.1.3, 2.2.1
>            Reporter: Daniel Feist
>            Assignee: Daniel Feist
>            Priority: Minor
>             Fix For: 2.1.4 (EE only), ITR22, 2.2.2 (EE only)
>
>
> [SystemID:http://www.springframework.org/schema/beans
> Severity: fatal error
> Line:1
> Column:55
> EndLine:-1
> EndColumn:-1
(Continue reading)


Gmane