[jira] [Commented] (AXIS2-5434) Move Axis2 Transports to core

2012-11-16 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498797#comment-13498797 ] Hudson commented on AXIS2-5434: --- Integrated in Axis2 #1939 (See [https://builds.apache.org/j

Build failed in Jenkins: axis2-transports-trunk #1137

2012-11-16 Thread Apache Jenkins Server
See Changes: [veithen] Upgraded to qpid 0.18 so that we can get rid of the incubator repository. -- [...truncated 758 lines...] [INFO] Retrieving previous build number from apache.snapsho

Build failed in Jenkins: axis2-transports-trunk #1138

2012-11-16 Thread Apache Jenkins Server
See Changes: [veithen] No need to use dependency management for dependencies used only by a specific module. -- [...truncated 630 lines...] [INFO] Apache Axis2 - Transport - XMPP [INFO]

Jenkins build is back to normal : axis2-transports-trunk #1139

2012-11-16 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

[jira] [Updated] (AXIS2-5427) POJO services with Parameters/return types like List not working

2012-11-16 Thread Shameera Rathnayaka (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shameera Rathnayaka updated AXIS2-5427: --- Attachment: WrappedGenericList.patch Not only the List, all LIst where X is Long, Dou

[jira] [Assigned] (AXIS2-5427) POJO services with Parameters/return types like List not working

2012-11-16 Thread Shameera Rathnayaka (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shameera Rathnayaka reassigned AXIS2-5427: -- Assignee: Shameera Rathnayaka > POJO services with Parameters/return types

[jira] [Commented] (AXIS2-5434) Move Axis2 Transports to core

2012-11-16 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499027#comment-13499027 ] Hudson commented on AXIS2-5434: --- Integrated in Axis2 #1940 (See [https://builds.apache.org/j

[jira] [Updated] (AXIS-2295) problem with http proxy parameters caching mechanism

2012-11-16 Thread Chris Duncan (JIRA)
[ https://issues.apache.org/jira/browse/AXIS-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Duncan updated AXIS-2295: --- Attachment: TransportClientPropertiesFactory.java DefaultHTTPTransportClientProperties.

[jira] [Commented] (AXIS2-5434) Move Axis2 Transports to core

2012-11-16 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499213#comment-13499213 ] Hudson commented on AXIS2-5434: --- Integrated in Axis2 #1941 (See [https://builds.apache.org/j

Build failed in Jenkins: axis2-transports-trunk #1141

2012-11-16 Thread Apache Jenkins Server
See Changes: [veithen] Removed the http module. Its contents have been moved to Axis2 core. -- Started by an SCM change Started by upstream project "Axis2" build number 1941 Building remot

Why is this code present in all the Bean classes?

2012-11-16 Thread Brian Reinhold
Every one of the Bean classes has the following code in the 'parse' routine // Note all attributes that were handled. Used to differ normal attributes // from anyAttributes. java.util.Vector handledAttributes = new java.util.Vector(); It is never us

RE: Why is this code present in all the Bean classes?

2012-11-16 Thread Martin Gainty
Last one first public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader) is Overriden in all org.apache.axis2.databinding.types.soapencoding package classes that implement org.apache.axis2.databinding.ADBBean Martin Gainty __

RE: Why is this code present in all the Bean classes?

2012-11-16 Thread Martin Gainty
handledAttributes occurs over 800 times in Axis2-1.6.2 source distibution in every class that implements org.apache.axis2.databinding.ADBBean i found one instance which references handledAttributes more reps than the standard heap allocation of :java.util.Vector handledAttributes = new java.uti