You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by "Nikhil Thaker (JIRA)" <ji...@apache.org> on 2010/07/12 23:12:50 UTC

[jira] Created: (AXIS2-4775) Use Packaged wrapper Bean or Generate Wrappers if not packaged.

Use Packaged wrapper Bean or Generate Wrappers if not packaged.
---------------------------------------------------------------

                 Key: AXIS2-4775
                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
             Project: Axis2
          Issue Type: Bug
          Components: jaxws
            Reporter: Nikhil Thaker
            Assignee: Nikhil Thaker
         Attachments: patch_with_tests.txt

JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if customer packages them or Generate the wrapper Wrapper Beans if customer does not use this Bean a chooses to package them. This function is already present in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is less robust and less performant. I am adding function where if Generated Beans are packaged in a cache we will use them, so we use DocLitWrappedMarshaller which is more performant and robust, if these beans are not in the cache we will use the DocLitWrappedMinimum marshaller.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Closed: (AXIS2-4775) Use Packaged wrapper Bean or Generate Wrappers if not packaged.

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker closed AXIS2-4775.
--------------------------------


> Use Packaged wrapper Bean or Generate Wrappers if not packaged.
> ---------------------------------------------------------------
>
>                 Key: AXIS2-4775
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_with_tests.txt
>
>
> JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if customer packages them or Generate the wrapper Wrapper Beans if customer does not use this Bean a chooses to package them. This function is already present in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is less robust and less performant. I am adding function where if Generated Beans are packaged in a cache we will use them, so we use DocLitWrappedMarshaller which is more performant and robust, if these beans are not in the cache we will use the DocLitWrappedMinimum marshaller.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4775) Use Packaged wrapper Bean or Generate Wrappers if not packaged.

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker resolved AXIS2-4775.
----------------------------------

    Resolution: Fixed

Fixed with CS revision #963508.

> Use Packaged wrapper Bean or Generate Wrappers if not packaged.
> ---------------------------------------------------------------
>
>                 Key: AXIS2-4775
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_with_tests.txt
>
>
> JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if customer packages them or Generate the wrapper Wrapper Beans if customer does not use this Bean a chooses to package them. This function is already present in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is less robust and less performant. I am adding function where if Generated Beans are packaged in a cache we will use them, so we use DocLitWrappedMarshaller which is more performant and robust, if these beans are not in the cache we will use the DocLitWrappedMinimum marshaller.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4775) Use Packaged wrapper Bean or Generate Wrappers if not packaged.

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker updated AXIS2-4775:
---------------------------------

    Attachment: patch_with_tests.txt

Attached is the path for the fix.

> Use Packaged wrapper Bean or Generate Wrappers if not packaged.
> ---------------------------------------------------------------
>
>                 Key: AXIS2-4775
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_with_tests.txt
>
>
> JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if customer packages them or Generate the wrapper Wrapper Beans if customer does not use this Bean a chooses to package them. This function is already present in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is less robust and less performant. I am adding function where if Generated Beans are packaged in a cache we will use them, so we use DocLitWrappedMarshaller which is more performant and robust, if these beans are not in the cache we will use the DocLitWrappedMinimum marshaller.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4775) Use Packaged wrapper Bean or Generate Wrappers if not packaged.

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker updated AXIS2-4775:
---------------------------------

    Attachment: patch_with_tests.txt

Attached is the path for the fix.

> Use Packaged wrapper Bean or Generate Wrappers if not packaged.
> ---------------------------------------------------------------
>
>                 Key: AXIS2-4775
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_with_tests.txt
>
>
> JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if customer packages them or Generate the wrapper Wrapper Beans if customer does not use this Bean a chooses to package them. This function is already present in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is less robust and less performant. I am adding function where if Generated Beans are packaged in a cache we will use them, so we use DocLitWrappedMarshaller which is more performant and robust, if these beans are not in the cache we will use the DocLitWrappedMinimum marshaller.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Closed: (AXIS2-4775) Use Packaged wrapper Bean or Generate Wrappers if not packaged.

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker closed AXIS2-4775.
--------------------------------


> Use Packaged wrapper Bean or Generate Wrappers if not packaged.
> ---------------------------------------------------------------
>
>                 Key: AXIS2-4775
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_with_tests.txt
>
>
> JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if customer packages them or Generate the wrapper Wrapper Beans if customer does not use this Bean a chooses to package them. This function is already present in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is less robust and less performant. I am adding function where if Generated Beans are packaged in a cache we will use them, so we use DocLitWrappedMarshaller which is more performant and robust, if these beans are not in the cache we will use the DocLitWrappedMinimum marshaller.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Closed: (AXIS2-4775) Use Packaged wrapper Bean or Generate Wrappers if not packaged.

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker closed AXIS2-4775.
--------------------------------


> Use Packaged wrapper Bean or Generate Wrappers if not packaged.
> ---------------------------------------------------------------
>
>                 Key: AXIS2-4775
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_with_tests.txt
>
>
> JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if customer packages them or Generate the wrapper Wrapper Beans if customer does not use this Bean a chooses to package them. This function is already present in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is less robust and less performant. I am adding function where if Generated Beans are packaged in a cache we will use them, so we use DocLitWrappedMarshaller which is more performant and robust, if these beans are not in the cache we will use the DocLitWrappedMinimum marshaller.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4775) Use Packaged wrapper Bean or Generate Wrappers if not packaged.

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker updated AXIS2-4775:
---------------------------------

    Attachment: patch_with_tests.txt

Attached is the path for the fix.

> Use Packaged wrapper Bean or Generate Wrappers if not packaged.
> ---------------------------------------------------------------
>
>                 Key: AXIS2-4775
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_with_tests.txt
>
>
> JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if customer packages them or Generate the wrapper Wrapper Beans if customer does not use this Bean a chooses to package them. This function is already present in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is less robust and less performant. I am adding function where if Generated Beans are packaged in a cache we will use them, so we use DocLitWrappedMarshaller which is more performant and robust, if these beans are not in the cache we will use the DocLitWrappedMinimum marshaller.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4775) Use Packaged wrapper Bean or Generate Wrappers if not packaged.

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker resolved AXIS2-4775.
----------------------------------

    Resolution: Fixed

Fixed with CS revision #963508.

> Use Packaged wrapper Bean or Generate Wrappers if not packaged.
> ---------------------------------------------------------------
>
>                 Key: AXIS2-4775
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_with_tests.txt
>
>
> JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if customer packages them or Generate the wrapper Wrapper Beans if customer does not use this Bean a chooses to package them. This function is already present in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is less robust and less performant. I am adding function where if Generated Beans are packaged in a cache we will use them, so we use DocLitWrappedMarshaller which is more performant and robust, if these beans are not in the cache we will use the DocLitWrappedMinimum marshaller.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4775) Use Packaged wrapper Bean or Generate Wrappers if not packaged.

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker updated AXIS2-4775:
---------------------------------

    Attachment: patch_with_tests.txt

Attached is the path for the fix.

> Use Packaged wrapper Bean or Generate Wrappers if not packaged.
> ---------------------------------------------------------------
>
>                 Key: AXIS2-4775
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_with_tests.txt
>
>
> JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if customer packages them or Generate the wrapper Wrapper Beans if customer does not use this Bean a chooses to package them. This function is already present in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is less robust and less performant. I am adding function where if Generated Beans are packaged in a cache we will use them, so we use DocLitWrappedMarshaller which is more performant and robust, if these beans are not in the cache we will use the DocLitWrappedMinimum marshaller.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4775) Use Packaged wrapper Bean or Generate Wrappers if not packaged.

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker resolved AXIS2-4775.
----------------------------------

    Resolution: Fixed

Fixed with CS revision #963508.

> Use Packaged wrapper Bean or Generate Wrappers if not packaged.
> ---------------------------------------------------------------
>
>                 Key: AXIS2-4775
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_with_tests.txt
>
>
> JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if customer packages them or Generate the wrapper Wrapper Beans if customer does not use this Bean a chooses to package them. This function is already present in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is less robust and less performant. I am adding function where if Generated Beans are packaged in a cache we will use them, so we use DocLitWrappedMarshaller which is more performant and robust, if these beans are not in the cache we will use the DocLitWrappedMinimum marshaller.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4775) Use Packaged wrapper Bean or Generate Wrappers if not packaged.

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker resolved AXIS2-4775.
----------------------------------

    Resolution: Fixed

Fixed with CS revision #963508.

> Use Packaged wrapper Bean or Generate Wrappers if not packaged.
> ---------------------------------------------------------------
>
>                 Key: AXIS2-4775
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_with_tests.txt
>
>
> JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if customer packages them or Generate the wrapper Wrapper Beans if customer does not use this Bean a chooses to package them. This function is already present in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is less robust and less performant. I am adding function where if Generated Beans are packaged in a cache we will use them, so we use DocLitWrappedMarshaller which is more performant and robust, if these beans are not in the cache we will use the DocLitWrappedMinimum marshaller.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Closed: (AXIS2-4775) Use Packaged wrapper Bean or Generate Wrappers if not packaged.

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker closed AXIS2-4775.
--------------------------------


> Use Packaged wrapper Bean or Generate Wrappers if not packaged.
> ---------------------------------------------------------------
>
>                 Key: AXIS2-4775
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_with_tests.txt
>
>
> JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if customer packages them or Generate the wrapper Wrapper Beans if customer does not use this Bean a chooses to package them. This function is already present in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is less robust and less performant. I am adding function where if Generated Beans are packaged in a cache we will use them, so we use DocLitWrappedMarshaller which is more performant and robust, if these beans are not in the cache we will use the DocLitWrappedMinimum marshaller.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4775) Use Packaged wrapper Bean or Generate Wrappers if not packaged.

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker resolved AXIS2-4775.
----------------------------------

    Resolution: Fixed

Fixed with CS revision #963508.

> Use Packaged wrapper Bean or Generate Wrappers if not packaged.
> ---------------------------------------------------------------
>
>                 Key: AXIS2-4775
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_with_tests.txt
>
>
> JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if customer packages them or Generate the wrapper Wrapper Beans if customer does not use this Bean a chooses to package them. This function is already present in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is less robust and less performant. I am adding function where if Generated Beans are packaged in a cache we will use them, so we use DocLitWrappedMarshaller which is more performant and robust, if these beans are not in the cache we will use the DocLitWrappedMinimum marshaller.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4775) Use Packaged wrapper Bean or Generate Wrappers if not packaged.

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker updated AXIS2-4775:
---------------------------------

    Attachment: patch_with_tests.txt

Attached is the path for the fix.

> Use Packaged wrapper Bean or Generate Wrappers if not packaged.
> ---------------------------------------------------------------
>
>                 Key: AXIS2-4775
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_with_tests.txt
>
>
> JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if customer packages them or Generate the wrapper Wrapper Beans if customer does not use this Bean a chooses to package them. This function is already present in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is less robust and less performant. I am adding function where if Generated Beans are packaged in a cache we will use them, so we use DocLitWrappedMarshaller which is more performant and robust, if these beans are not in the cache we will use the DocLitWrappedMinimum marshaller.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Closed: (AXIS2-4775) Use Packaged wrapper Bean or Generate Wrappers if not packaged.

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker closed AXIS2-4775.
--------------------------------


> Use Packaged wrapper Bean or Generate Wrappers if not packaged.
> ---------------------------------------------------------------
>
>                 Key: AXIS2-4775
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4775
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: patch_with_tests.txt
>
>
> JAX-WS 2.2 spec has a new requirement where we need to use Wrapper Beans if customer packages them or Generate the wrapper Wrapper Beans if customer does not use this Bean a chooses to package them. This function is already present in axis2 JAX-WS runtime which makes use of DocLitWrappedMinimum however its is less robust and less performant. I am adding function where if Generated Beans are packaged in a cache we will use them, so we use DocLitWrappedMarshaller which is more performant and robust, if these beans are not in the cache we will use the DocLitWrappedMinimum marshaller.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org