You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Kristina Petkova (JIRA)" <ji...@apache.org> on 2012/07/16 14:08:33 UTC

[jira] [Created] (AXIOM-436) Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys

Kristina Petkova created AXIOM-436:
--------------------------------------

             Summary: Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys
                 Key: AXIOM-436
                 URL: https://issues.apache.org/jira/browse/AXIOM-436
             Project: Axiom
          Issue Type: Improvement
          Components: API
    Affects Versions: 1.2.13
         Environment: Windows 7
            Reporter: Kristina Petkova
            Priority: Minor


While reviewing the thread dumps I realized some Axiom-api classes are raising IllegalArgumentExceptions for two property keys that are not defined:

org.apache.axiom.SOAPBodyFirstChildElementQName
javax.xml.stream.XMLStreamWriter.isSetPrefixBeforeStartElement

The methods where this happens are MTOMXMLStreamWriter.getProperty() and StAXBuilder.getReaderProperty() .

It would be wonderful if this can be resolved (e.g. seed defaults if none were defined, perhaps?) During my simple service request/response, I saw 40 exceptions raised, so this has potential to really help our performance numbers.
Thanks in advance! 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (AXIOM-436) Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys

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

Kristina Petkova updated AXIOM-436:
-----------------------------------

    Description: 
While reviewing the thread dumps I realized some Axiom-api classes are raising IllegalArgumentExceptions for two property keys that are not defined:

org.apache.axiom.SOAPBodyFirstChildElementQName

The methods where this happens are MTOMXMLStreamWriter.getProperty() and StAXBuilder.getReaderProperty() .

It would be wonderful if this can be resolved (e.g. seed defaults if none were defined, perhaps?) During my simple service request/response, I saw 40 exceptions raised, so this has potential to really help our performance numbers.
Thanks in advance! 

  was:
While reviewing the thread dumps I realized some Axiom-api classes are raising IllegalArgumentExceptions for two property keys that are not defined:

org.apache.axiom.SOAPBodyFirstChildElementQName
javax.xml.stream.XMLStreamWriter.isSetPrefixBeforeStartElement

The methods where this happens are MTOMXMLStreamWriter.getProperty() and StAXBuilder.getReaderProperty() .

It would be wonderful if this can be resolved (e.g. seed defaults if none were defined, perhaps?) During my simple service request/response, I saw 40 exceptions raised, so this has potential to really help our performance numbers.
Thanks in advance! 

    
> Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIOM-436
>                 URL: https://issues.apache.org/jira/browse/AXIOM-436
>             Project: Axiom
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 1.2.13
>         Environment: Windows 7
>            Reporter: Kristina Petkova
>            Priority: Minor
>
> While reviewing the thread dumps I realized some Axiom-api classes are raising IllegalArgumentExceptions for two property keys that are not defined:
> org.apache.axiom.SOAPBodyFirstChildElementQName
> The methods where this happens are MTOMXMLStreamWriter.getProperty() and StAXBuilder.getReaderProperty() .
> It would be wonderful if this can be resolved (e.g. seed defaults if none were defined, perhaps?) During my simple service request/response, I saw 40 exceptions raised, so this has potential to really help our performance numbers.
> Thanks in advance! 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (AXIOM-436) Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys

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

Kristina Petkova updated AXIOM-436:
-----------------------------------

    Affects Version/s:     (was: 1.2.13)
    
> Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIOM-436
>                 URL: https://issues.apache.org/jira/browse/AXIOM-436
>             Project: Axiom
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 1.2.7
>         Environment: Windows 7
>            Reporter: Kristina Petkova
>            Priority: Minor
>
> While reviewing the thread dumps I realized some Axiom-api classes are raising IllegalArgumentExceptions for property key which is not defined:
> org.apache.axiom.SOAPBodyFirstChildElementQName
> The methods where this happens are MTOMXMLStreamWriter.getProperty() and StAXBuilder.getReaderProperty() .
> It would be wonderful if this can be resolved (e.g. seed defaults if none were defined, perhaps?) During my simple service request/response, I saw 40 exceptions raised, so this has potential to really help our performance numbers.
> Thanks in advance! 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (AXIOM-436) Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIOM-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13420457#comment-13420457 ] 

Andreas Veithen commented on AXIOM-436:
---------------------------------------

You need to fill in the description of the issue as accurately as possible. Please review that description and make sure that it only contains information based on observation, not on speculation. If you have seen the issue with 1.2.7 only, then "Affects Version/s" should not mention 1.2.13.
                
> Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIOM-436
>                 URL: https://issues.apache.org/jira/browse/AXIOM-436
>             Project: Axiom
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 1.2.7, 1.2.13
>         Environment: Windows 7
>            Reporter: Kristina Petkova
>            Priority: Minor
>
> While reviewing the thread dumps I realized some Axiom-api classes are raising IllegalArgumentExceptions for property key which is not defined:
> org.apache.axiom.SOAPBodyFirstChildElementQName
> The methods where this happens are MTOMXMLStreamWriter.getProperty() and StAXBuilder.getReaderProperty() .
> It would be wonderful if this can be resolved (e.g. seed defaults if none were defined, perhaps?) During my simple service request/response, I saw 40 exceptions raised, so this has potential to really help our performance numbers.
> Thanks in advance! 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (AXIOM-436) Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys

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

Kristina Petkova updated AXIOM-436:
-----------------------------------

    Affects Version/s: 1.2.7
    
> Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIOM-436
>                 URL: https://issues.apache.org/jira/browse/AXIOM-436
>             Project: Axiom
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 1.2.7, 1.2.13
>         Environment: Windows 7
>            Reporter: Kristina Petkova
>            Priority: Minor
>
> While reviewing the thread dumps I realized some Axiom-api classes are raising IllegalArgumentExceptions for property key which is not defined:
> org.apache.axiom.SOAPBodyFirstChildElementQName
> The methods where this happens are MTOMXMLStreamWriter.getProperty() and StAXBuilder.getReaderProperty() .
> It would be wonderful if this can be resolved (e.g. seed defaults if none were defined, perhaps?) During my simple service request/response, I saw 40 exceptions raised, so this has potential to really help our performance numbers.
> Thanks in advance! 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Resolved] (AXIOM-436) Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys

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

Andreas Veithen resolved AXIOM-436.
-----------------------------------

    Resolution: Incomplete
    
> Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIOM-436
>                 URL: https://issues.apache.org/jira/browse/AXIOM-436
>             Project: Axiom
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 1.2.7
>         Environment: Windows 7
>            Reporter: Kristina Petkova
>            Priority: Minor
>
> While reviewing the thread dumps I realized some Axiom-api classes are raising IllegalArgumentExceptions for property key which is not defined:
> org.apache.axiom.SOAPBodyFirstChildElementQName
> The methods where this happens are MTOMXMLStreamWriter.getProperty() and StAXBuilder.getReaderProperty() .
> It would be wonderful if this can be resolved (e.g. seed defaults if none were defined, perhaps?) During my simple service request/response, I saw 40 exceptions raised, so this has potential to really help our performance numbers.
> Thanks in advance! 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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


[jira] [Commented] (AXIOM-436) Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIOM-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415531#comment-13415531 ] 

Andreas Veithen commented on AXIOM-436:
---------------------------------------

Can you please correct the issue description? The code that queries the javax.xml.stream.XMLStreamWriter.isSetPrefixBeforeStartElement property has been eliminated a long time ago [1]. This code certainly doesn't exist anymore in Axiom 1.2.13.

[1] http://svn.apache.org/viewvc?view=revision&revision=802385
                
> Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIOM-436
>                 URL: https://issues.apache.org/jira/browse/AXIOM-436
>             Project: Axiom
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 1.2.13
>         Environment: Windows 7
>            Reporter: Kristina Petkova
>            Priority: Minor
>
> While reviewing the thread dumps I realized some Axiom-api classes are raising IllegalArgumentExceptions for two property keys that are not defined:
> org.apache.axiom.SOAPBodyFirstChildElementQName
> javax.xml.stream.XMLStreamWriter.isSetPrefixBeforeStartElement
> The methods where this happens are MTOMXMLStreamWriter.getProperty() and StAXBuilder.getReaderProperty() .
> It would be wonderful if this can be resolved (e.g. seed defaults if none were defined, perhaps?) During my simple service request/response, I saw 40 exceptions raised, so this has potential to really help our performance numbers.
> Thanks in advance! 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (AXIOM-436) Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys

Posted by "Kristina Petkova (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIOM-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13417098#comment-13417098 ] 

Kristina Petkova commented on AXIOM-436:
----------------------------------------

Hello, Andreas,
This issue was actually tested with AXIOM 1.2.7 and we are not sure if it's going to be reproduced again in 1.2.13 because we're still migrating and this is one of the patches we need to merge. I'll now edit the description to contain 1.2.7 as a version as well. 
                
> Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIOM-436
>                 URL: https://issues.apache.org/jira/browse/AXIOM-436
>             Project: Axiom
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 1.2.7, 1.2.13
>         Environment: Windows 7
>            Reporter: Kristina Petkova
>            Priority: Minor
>
> While reviewing the thread dumps I realized some Axiom-api classes are raising IllegalArgumentExceptions for property key which is not defined:
> org.apache.axiom.SOAPBodyFirstChildElementQName
> The methods where this happens are MTOMXMLStreamWriter.getProperty() and StAXBuilder.getReaderProperty() .
> It would be wonderful if this can be resolved (e.g. seed defaults if none were defined, perhaps?) During my simple service request/response, I saw 40 exceptions raised, so this has potential to really help our performance numbers.
> Thanks in advance! 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (AXIOM-436) Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys

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

Kristina Petkova updated AXIOM-436:
-----------------------------------

    Description: 
While reviewing the thread dumps I realized some Axiom-api classes are raising IllegalArgumentExceptions for property key which is not defined:

org.apache.axiom.SOAPBodyFirstChildElementQName

The methods where this happens are MTOMXMLStreamWriter.getProperty() and StAXBuilder.getReaderProperty() .

It would be wonderful if this can be resolved (e.g. seed defaults if none were defined, perhaps?) During my simple service request/response, I saw 40 exceptions raised, so this has potential to really help our performance numbers.
Thanks in advance! 

  was:
While reviewing the thread dumps I realized some Axiom-api classes are raising IllegalArgumentExceptions for two property keys that are not defined:

org.apache.axiom.SOAPBodyFirstChildElementQName

The methods where this happens are MTOMXMLStreamWriter.getProperty() and StAXBuilder.getReaderProperty() .

It would be wonderful if this can be resolved (e.g. seed defaults if none were defined, perhaps?) During my simple service request/response, I saw 40 exceptions raised, so this has potential to really help our performance numbers.
Thanks in advance! 

    
> Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIOM-436
>                 URL: https://issues.apache.org/jira/browse/AXIOM-436
>             Project: Axiom
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 1.2.13
>         Environment: Windows 7
>            Reporter: Kristina Petkova
>            Priority: Minor
>
> While reviewing the thread dumps I realized some Axiom-api classes are raising IllegalArgumentExceptions for property key which is not defined:
> org.apache.axiom.SOAPBodyFirstChildElementQName
> The methods where this happens are MTOMXMLStreamWriter.getProperty() and StAXBuilder.getReaderProperty() .
> It would be wonderful if this can be resolved (e.g. seed defaults if none were defined, perhaps?) During my simple service request/response, I saw 40 exceptions raised, so this has potential to really help our performance numbers.
> Thanks in advance! 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (AXIOM-436) Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIOM-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13416117#comment-13416117 ] 

Andreas Veithen commented on AXIOM-436:
---------------------------------------

With old Axiom versions that were still using the isSetPrefixBeforeStartElement property, I understand that there was a performance issue (see e.g. ABDERA-267). However, I don't see how the SOAPBodyFirstChildElementQName property will be queried 40 times for a single request/response. Are you sure about that?
                
> Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIOM-436
>                 URL: https://issues.apache.org/jira/browse/AXIOM-436
>             Project: Axiom
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 1.2.13
>         Environment: Windows 7
>            Reporter: Kristina Petkova
>            Priority: Minor
>
> While reviewing the thread dumps I realized some Axiom-api classes are raising IllegalArgumentExceptions for property key which is not defined:
> org.apache.axiom.SOAPBodyFirstChildElementQName
> The methods where this happens are MTOMXMLStreamWriter.getProperty() and StAXBuilder.getReaderProperty() .
> It would be wonderful if this can be resolved (e.g. seed defaults if none were defined, perhaps?) During my simple service request/response, I saw 40 exceptions raised, so this has potential to really help our performance numbers.
> Thanks in advance! 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (AXIOM-436) Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys

Posted by "Kristina Petkova (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIOM-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13416111#comment-13416111 ] 

Kristina Petkova commented on AXIOM-436:
----------------------------------------

Of course, I made the correction, sorry for the misleading explanation and thank you for the fast reaction.
                
> Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIOM-436
>                 URL: https://issues.apache.org/jira/browse/AXIOM-436
>             Project: Axiom
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 1.2.13
>         Environment: Windows 7
>            Reporter: Kristina Petkova
>            Priority: Minor
>
> While reviewing the thread dumps I realized some Axiom-api classes are raising IllegalArgumentExceptions for property key which is not defined:
> org.apache.axiom.SOAPBodyFirstChildElementQName
> The methods where this happens are MTOMXMLStreamWriter.getProperty() and StAXBuilder.getReaderProperty() .
> It would be wonderful if this can be resolved (e.g. seed defaults if none were defined, perhaps?) During my simple service request/response, I saw 40 exceptions raised, so this has potential to really help our performance numbers.
> Thanks in advance! 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (AXIOM-436) Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIOM-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421720#comment-13421720 ] 

Andreas Veithen commented on AXIOM-436:
---------------------------------------

What about the property names? Is it 40 times org.apache.axiom.SOAPBodyFirstChildElementQName per request?
                
> Axiom-api module: Many IllegalArgumentExceptions raised for unknown property configuration keys
> -----------------------------------------------------------------------------------------------
>
>                 Key: AXIOM-436
>                 URL: https://issues.apache.org/jira/browse/AXIOM-436
>             Project: Axiom
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 1.2.7
>         Environment: Windows 7
>            Reporter: Kristina Petkova
>            Priority: Minor
>
> While reviewing the thread dumps I realized some Axiom-api classes are raising IllegalArgumentExceptions for property key which is not defined:
> org.apache.axiom.SOAPBodyFirstChildElementQName
> The methods where this happens are MTOMXMLStreamWriter.getProperty() and StAXBuilder.getReaderProperty() .
> It would be wonderful if this can be resolved (e.g. seed defaults if none were defined, perhaps?) During my simple service request/response, I saw 40 exceptions raised, so this has potential to really help our performance numbers.
> Thanks in advance! 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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