[13/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/CreateNetworkAclEntryType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateNetworkAclEntryType.java 
b/awsapi/src/com/amazon/ec2/CreateNetworkAclEntryType.java
deleted file mode 100644
index b98823d..000
--- a/awsapi/src/com/amazon/ec2/CreateNetworkAclEntryType.java
+++ /dev/null
@@ -1,954 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateNetworkAclEntryType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateNetworkAclEntryType bean class
-*/
-
-public class CreateNetworkAclEntryType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateNetworkAclEntryType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for NetworkAclId
-*/
-
-protected java.lang.String localNetworkAclId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getNetworkAclId() {
-return localNetworkAclId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param NetworkAclId
-   */
-public void setNetworkAclId(java.lang.String param) {
-
-this.localNetworkAclId = param;
-
-}
-
-/**
-* field for RuleNumber
-*/
-
-protected int localRuleNumber;
-
-/**
-* Auto generated getter method
-* @return int
-*/
-public int getRuleNumber() {
-return localRuleNumber;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RuleNumber
-   */
-public void setRuleNumber(int param) {
-
-this.localRuleNumber = param;
-
-}
-
-/**
-* field for Protocol
-*/
-
-protected java.lang.String localProtocol;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getProtocol() {
-return localProtocol;
-}
-
-/**
-   * Auto generated setter method
-   * @param param Protocol
-   */
-public void setProtocol(java.lang.String param) {
-
-this.localProtocol = param;
-
-}
-
-/**
-* field for RuleAction
-*/
-
-protected java.lang.String localRuleAction;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRuleAction() {
-return localRuleAction;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RuleAction
-   */
-public void setRuleAction(java.lang.String param) {
-
-this.localRuleAction = param;
-
-}
-
-/**
-* field for Egress
-*/
-
-protected boolean localEgress;
-
-/**
-* Auto generated getter method
-* @return boolean
-*/
-public boolean getEgress() {
-return localEgress;
-}
-
-/**
-   * Auto generated setter method
-   * @param param Egress
-   */
-public void setEgress(boolean param) {
-
-this.localEgress = param;
-
-}
-
-/**
-* field for CidrBlock
-*/
-
-protected java.lang.String localCidrBlock;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getCidrBlock() {
-return localCidrBlock;
-}
-
-/**
-   * Auto generated setter method
-   * @param param CidrBlock
-   */
-public void setCidrBlock(java.lang.String param) {
-
-this.localCidrBlock = param;
-
-}
-
-/**
-* field for IcmpTypeCode
-*/
-
-protected com.amazon.ec2.IcmpTypeCodeType localIcmpTypeCode;
-
-/*  T

[18/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/CreateDhcpOptionsResponseType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateDhcpOptionsResponseType.java 
b/awsapi/src/com/amazon/ec2/CreateDhcpOptionsResponseType.java
deleted file mode 100644
index 27d6dc6..000
--- a/awsapi/src/com/amazon/ec2/CreateDhcpOptionsResponseType.java
+++ /dev/null
@@ -1,477 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateDhcpOptionsResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateDhcpOptionsResponseType bean class
-*/
-
-public class CreateDhcpOptionsResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateDhcpOptionsResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RequestId
-*/
-
-protected java.lang.String localRequestId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRequestId() {
-return localRequestId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RequestId
-   */
-public void setRequestId(java.lang.String param) {
-
-this.localRequestId = param;
-
-}
-
-/**
-* field for DhcpOptions
-*/
-
-protected com.amazon.ec2.DhcpOptionsType localDhcpOptions;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.DhcpOptionsType
-*/
-public com.amazon.ec2.DhcpOptionsType getDhcpOptions() {
-return localDhcpOptions;
-}
-
-/**
-   * Auto generated setter method
-   * @param param DhcpOptions
-   */
-public void setDhcpOptions(com.amazon.ec2.DhcpOptionsType param) {
-
-this.localDhcpOptions = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateDhcpOptionsResponseType.this.serialize(parentQName, 
factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespac

[30/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AvailabilityZoneSetType.java
--
diff --git a/awsapi/src/com/amazon/ec2/AvailabilityZoneSetType.java 
b/awsapi/src/com/amazon/ec2/AvailabilityZoneSetType.java
deleted file mode 100644
index fa0ba5f..000
--- a/awsapi/src/com/amazon/ec2/AvailabilityZoneSetType.java
+++ /dev/null
@@ -1,491 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AvailabilityZoneSetType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AvailabilityZoneSetType bean class
-*/
-
-public class AvailabilityZoneSetType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = AvailabilityZoneSetType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for Item
-* This was an Array!
-*/
-
-protected com.amazon.ec2.AvailabilityZoneItemType[] localItem;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localItemTracker = false;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.AvailabilityZoneItemType[]
-*/
-public com.amazon.ec2.AvailabilityZoneItemType[] getItem() {
-return localItem;
-}
-
-/**
- * validate the array for Item
- */
-protected void validateItem(com.amazon.ec2.AvailabilityZoneItemType[] 
param) {
-
-}
-
-/**
- * Auto generated setter method
- * @param param Item
- */
-public void setItem(com.amazon.ec2.AvailabilityZoneItemType[] param) {
-
-validateItem(param);
-
-if (param != null) {
-//update the setting tracker
-localItemTracker = true;
-} else {
-localItemTracker = false;
-
-}
-
-this.localItem = param;
-}
-
-/**
-* Auto generated add method for the array for convenience
-* @param param com.amazon.ec2.AvailabilityZoneItemType
-*/
-public void addItem(com.amazon.ec2.AvailabilityZoneItemType param) {
-if (localItem == null) {
-localItem = new com.amazon.ec2.AvailabilityZoneItemType[] {};
-}
-
-//update the setting tracker
-localItemTracker = true;
-
-java.util.List list = 
org.apache.axis2.databinding.utils.ConverterUtil.toList(localItem);
-list.add(param);
-this.localItem = 
(com.amazon.ec2.AvailabilityZoneItemType[])list.toArray(new 
com.amazon.ec2.AvailabilityZoneItemType[list.size()]);
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-  

[10/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/CreateReservedInstancesListingResponse.java
--
diff --git 
a/awsapi/src/com/amazon/ec2/CreateReservedInstancesListingResponse.java 
b/awsapi/src/com/amazon/ec2/CreateReservedInstancesListingResponse.java
deleted file mode 100644
index 2a69f8b..000
--- a/awsapi/src/com/amazon/ec2/CreateReservedInstancesListingResponse.java
+++ /dev/null
@@ -1,324 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateReservedInstancesListingResponse.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateReservedInstancesListingResponse bean class
-*/
-
-public class CreateReservedInstancesListingResponse implements 
org.apache.axis2.databinding.ADBBean {
-
-public static final javax.xml.namespace.QName MY_QNAME = new 
javax.xml.namespace.QName("http://ec2.amazonaws.com/doc/2012-08-15/";,
-"CreateReservedInstancesListingResponse", "ns1");
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for CreateReservedInstancesListingResponse
-*/
-
-protected com.amazon.ec2.CreateReservedInstancesListingResponseType 
localCreateReservedInstancesListingResponse;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.CreateReservedInstancesListingResponseType
-*/
-public com.amazon.ec2.CreateReservedInstancesListingResponseType 
getCreateReservedInstancesListingResponse() {
-return localCreateReservedInstancesListingResponse;
-}
-
-/**
-   * Auto generated setter method
-   * @param param CreateReservedInstancesListingResponse
-   */
-public void 
setCreateReservedInstancesListingResponse(com.amazon.ec2.CreateReservedInstancesListingResponseType
 param) {
-
-this.localCreateReservedInstancesListingResponse = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, MY_QNAME) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-
CreateReservedInstancesListingResponse.this.serialize(MY_QNAME, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(MY_QNAME, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWrit

[27/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/BundleInstanceTasksSetType.java
--
diff --git a/awsapi/src/com/amazon/ec2/BundleInstanceTasksSetType.java 
b/awsapi/src/com/amazon/ec2/BundleInstanceTasksSetType.java
deleted file mode 100644
index c5bb82b..000
--- a/awsapi/src/com/amazon/ec2/BundleInstanceTasksSetType.java
+++ /dev/null
@@ -1,491 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * BundleInstanceTasksSetType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  BundleInstanceTasksSetType bean class
-*/
-
-public class BundleInstanceTasksSetType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = BundleInstanceTasksSetType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for Item
-* This was an Array!
-*/
-
-protected com.amazon.ec2.BundleInstanceTaskType[] localItem;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localItemTracker = false;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.BundleInstanceTaskType[]
-*/
-public com.amazon.ec2.BundleInstanceTaskType[] getItem() {
-return localItem;
-}
-
-/**
- * validate the array for Item
- */
-protected void validateItem(com.amazon.ec2.BundleInstanceTaskType[] param) 
{
-
-}
-
-/**
- * Auto generated setter method
- * @param param Item
- */
-public void setItem(com.amazon.ec2.BundleInstanceTaskType[] param) {
-
-validateItem(param);
-
-if (param != null) {
-//update the setting tracker
-localItemTracker = true;
-} else {
-localItemTracker = false;
-
-}
-
-this.localItem = param;
-}
-
-/**
-* Auto generated add method for the array for convenience
-* @param param com.amazon.ec2.BundleInstanceTaskType
-*/
-public void addItem(com.amazon.ec2.BundleInstanceTaskType param) {
-if (localItem == null) {
-localItem = new com.amazon.ec2.BundleInstanceTaskType[] {};
-}
-
-//update the setting tracker
-localItemTracker = true;
-
-java.util.List list = 
org.apache.axis2.databinding.utils.ConverterUtil.toList(localItem);
-list.add(param);
-this.localItem = 
(com.amazon.ec2.BundleInstanceTaskType[])list.toArray(new 
com.amazon.ec2.BundleInstanceTaskType[list.size()]);
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-

[20/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/ConversionTaskType.java
--
diff --git a/awsapi/src/com/amazon/ec2/ConversionTaskType.java 
b/awsapi/src/com/amazon/ec2/ConversionTaskType.java
deleted file mode 100644
index 8c5ccce..000
--- a/awsapi/src/com/amazon/ec2/ConversionTaskType.java
+++ /dev/null
@@ -1,810 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * ConversionTaskType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  ConversionTaskType bean class
-*/
-
-public class ConversionTaskType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = ConversionTaskType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for ConversionTaskId
-*/
-
-protected java.lang.String localConversionTaskId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getConversionTaskId() {
-return localConversionTaskId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param ConversionTaskId
-   */
-public void setConversionTaskId(java.lang.String param) {
-
-this.localConversionTaskId = param;
-
-}
-
-/**
-* field for ExpirationTime
-*/
-
-protected java.lang.String localExpirationTime;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localExpirationTimeTracker = false;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getExpirationTime() {
-return localExpirationTime;
-}
-
-/**
-   * Auto generated setter method
-   * @param param ExpirationTime
-   */
-public void setExpirationTime(java.lang.String param) {
-
-if (param != null) {
-//update the setting tracker
-localExpirationTimeTracker = true;
-} else {
-localExpirationTimeTracker = false;
-
-}
-
-this.localExpirationTime = param;
-
-}
-
-/**
-* field for ConversionTaskTypeChoice_type0
-*/
-
-protected com.amazon.ec2.ConversionTaskTypeChoice_type0 
localConversionTaskTypeChoice_type0;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.ConversionTaskTypeChoice_type0
-*/
-public com.amazon.ec2.ConversionTaskTypeChoice_type0 
getConversionTaskTypeChoice_type0() {
-return localConversionTaskTypeChoice_type0;
-}
-
-/**
-   * Auto generated setter method
-   * @param param ConversionTaskTypeChoice_type0
-   */
-public void 
setConversionTaskTypeChoice_type0(com.amazon.ec2.ConversionTaskTypeChoice_type0 
param) {
-
-this.localConversionTaskTypeChoice_type0 = param;
-
-}
-
-/**
-* field for State
-*/
-
-protected java.lang.String localState;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getState() {
-return localState;
-}
-
-/**
-   * Auto generated setter method
-   * @param param State
-   */
-public void setState(java.lang.String param) {
-
-this.localState = param;
-
-}
-
-/**
-* field for StatusMessage
-*/
-
-protected java.lang.String localStatusMessage;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It wi

[35/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AttachVpnGatewayResponseType.java
--
diff --git a/awsapi/src/com/amazon/ec2/AttachVpnGatewayResponseType.java 
b/awsapi/src/com/amazon/ec2/AttachVpnGatewayResponseType.java
deleted file mode 100644
index 337f7a4..000
--- a/awsapi/src/com/amazon/ec2/AttachVpnGatewayResponseType.java
+++ /dev/null
@@ -1,477 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AttachVpnGatewayResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AttachVpnGatewayResponseType bean class
-*/
-
-public class AttachVpnGatewayResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = AttachVpnGatewayResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RequestId
-*/
-
-protected java.lang.String localRequestId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRequestId() {
-return localRequestId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RequestId
-   */
-public void setRequestId(java.lang.String param) {
-
-this.localRequestId = param;
-
-}
-
-/**
-* field for Attachment
-*/
-
-protected com.amazon.ec2.AttachmentType localAttachment;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.AttachmentType
-*/
-public com.amazon.ec2.AttachmentType getAttachment() {
-return localAttachment;
-}
-
-/**
-   * Auto generated setter method
-   * @param param Attachment
-   */
-public void setAttachment(com.amazon.ec2.AttachmentType param) {
-
-this.localAttachment = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-AttachVpnGatewayResponseType.this.serialize(parentQName, 
factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName,

[45/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AmazonEC2MessageReceiverInOut.java
--
diff --git a/awsapi/src/com/amazon/ec2/AmazonEC2MessageReceiverInOut.java 
b/awsapi/src/com/amazon/ec2/AmazonEC2MessageReceiverInOut.java
deleted file mode 100644
index 302644c..000
--- a/awsapi/src/com/amazon/ec2/AmazonEC2MessageReceiverInOut.java
+++ /dev/null
@@ -1,9323 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AmazonEC2MessageReceiverInOut.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:00:16 CEST)
- */
-package com.amazon.ec2;
-
-/**
-*  AmazonEC2MessageReceiverInOut message receiver
-*/
-
-public class AmazonEC2MessageReceiverInOut extends 
org.apache.axis2.receivers.AbstractInOutMessageReceiver {
-
-public void invokeBusinessLogic(org.apache.axis2.context.MessageContext 
msgContext, org.apache.axis2.context.MessageContext newMsgContext)
-throws org.apache.axis2.AxisFault {
-
-try {
-
-// get the implementation class for the Web Service
-Object obj = getTheImplementationObject(msgContext);
-
-AmazonEC2SkeletonInterface skel = (AmazonEC2SkeletonInterface)obj;
-//Out Envelop
-org.apache.axiom.soap.SOAPEnvelope envelope = null;
-//Find the axisOperation that has been set by the Dispatch phase.
-org.apache.axis2.description.AxisOperation op = 
msgContext.getOperationContext().getAxisOperation();
-if (op == null) {
-throw new org.apache.axis2.AxisFault(
-"Operation is not located, if this is doclit style the 
SOAP-ACTION should specified via the SOAP Action to use the RawXMLProvider");
-}
-
-java.lang.String methodName;
-if ((op.getName() != null) && ((methodName = 
org.apache.axis2.util.JavaUtils.xmlNameToJavaIdentifier(op.getName().getLocalPart()))
 != null)) {
-
-if ("describePlacementGroups".equals(methodName)) {
-
-com.amazon.ec2.DescribePlacementGroupsResponse 
describePlacementGroupsResponse289 = null;
-com.amazon.ec2.DescribePlacementGroups wrappedParam =
-
(com.amazon.ec2.DescribePlacementGroups)fromOM(msgContext.getEnvelope().getBody().getFirstElement(),
-com.amazon.ec2.DescribePlacementGroups.class, 
getEnvelopeNamespaces(msgContext.getEnvelope()));
-
-describePlacementGroupsResponse289 =
-
-skel.describePlacementGroups(wrappedParam);
-
-envelope = toEnvelope(getSOAPFactory(msgContext), 
describePlacementGroupsResponse289, false);
-} else
-
-if ("createSecurityGroup".equals(methodName)) {
-
-com.amazon.ec2.CreateSecurityGroupResponse 
createSecurityGroupResponse291 = null;
-com.amazon.ec2.CreateSecurityGroup wrappedParam =
-
(com.amazon.ec2.CreateSecurityGroup)fromOM(msgContext.getEnvelope().getBody().getFirstElement(),
 com.amazon.ec2.CreateSecurityGroup.class,
-getEnvelopeNamespaces(msgContext.getEnvelope()));
-
-createSecurityGroupResponse291 =
-
-skel.createSecurityGroup(wrappedParam);
-
-envelope = toEnvelope(getSOAPFactory(msgContext), 
createSecurityGroupResponse291, false);
-} else
-
-if ("resetNetworkInterfaceAttribute".equals(methodName)) {
-
-com.amazon.ec2.ResetNetworkInterfaceAttributeResponse 
resetNetworkInterfaceAttributeResponse293 = null;
-com.amazon.ec2.ResetNetworkInterfaceAttribute wrappedParam 
=
-
(com.amazon.ec2.ResetNetworkInterfaceAttribute)fromOM(msgContext.getEnvelope().getBody().getFirstElement(),
-
com.amazon.ec2.ResetNetworkInterfaceAttribute.class, 
getEnvelopeNamespaces(msgContext.getEnvelope()));
-
-resetNetworkInterfaceAttributeResponse

[32/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AuthorizeSecurityGroupIngress.java
--
diff --git a/awsapi/src/com/amazon/ec2/AuthorizeSecurityGroupIngress.java 
b/awsapi/src/com/amazon/ec2/AuthorizeSecurityGroupIngress.java
deleted file mode 100644
index e84d54f..000
--- a/awsapi/src/com/amazon/ec2/AuthorizeSecurityGroupIngress.java
+++ /dev/null
@@ -1,324 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AuthorizeSecurityGroupIngress.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AuthorizeSecurityGroupIngress bean class
-*/
-
-public class AuthorizeSecurityGroupIngress implements 
org.apache.axis2.databinding.ADBBean {
-
-public static final javax.xml.namespace.QName MY_QNAME = new 
javax.xml.namespace.QName("http://ec2.amazonaws.com/doc/2012-08-15/";, 
"AuthorizeSecurityGroupIngress",
-"ns1");
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for AuthorizeSecurityGroupIngress
-*/
-
-protected com.amazon.ec2.AuthorizeSecurityGroupIngressType 
localAuthorizeSecurityGroupIngress;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.AuthorizeSecurityGroupIngressType
-*/
-public com.amazon.ec2.AuthorizeSecurityGroupIngressType 
getAuthorizeSecurityGroupIngress() {
-return localAuthorizeSecurityGroupIngress;
-}
-
-/**
-   * Auto generated setter method
-   * @param param AuthorizeSecurityGroupIngress
-   */
-public void 
setAuthorizeSecurityGroupIngress(com.amazon.ec2.AuthorizeSecurityGroupIngressType
 param) {
-
-this.localAuthorizeSecurityGroupIngress = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, MY_QNAME) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-AuthorizeSecurityGroupIngress.this.serialize(MY_QNAME, 
factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(MY_QNAME, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-//We can safely assume an element h

[03/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/CreateTagsType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateTagsType.java 
b/awsapi/src/com/amazon/ec2/CreateTagsType.java
deleted file mode 100644
index df47acf..000
--- a/awsapi/src/com/amazon/ec2/CreateTagsType.java
+++ /dev/null
@@ -1,447 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateTagsType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateTagsType bean class
-*/
-
-public class CreateTagsType implements org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateTagsType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for ResourcesSet
-*/
-
-protected com.amazon.ec2.ResourceIdSetType localResourcesSet;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.ResourceIdSetType
-*/
-public com.amazon.ec2.ResourceIdSetType getResourcesSet() {
-return localResourcesSet;
-}
-
-/**
-   * Auto generated setter method
-   * @param param ResourcesSet
-   */
-public void setResourcesSet(com.amazon.ec2.ResourceIdSetType param) {
-
-this.localResourcesSet = param;
-
-}
-
-/**
-* field for TagSet
-*/
-
-protected com.amazon.ec2.ResourceTagSetType localTagSet;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.ResourceTagSetType
-*/
-public com.amazon.ec2.ResourceTagSetType getTagSet() {
-return localTagSet;
-}
-
-/**
-   * Auto generated setter method
-   * @param param TagSet
-   */
-public void setTagSet(com.amazon.ec2.ResourceTagSetType param) {
-
-this.localTagSet = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateTagsType.this.serialize(parentQName, factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-   

[29/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/BundleInstance.java
--
diff --git a/awsapi/src/com/amazon/ec2/BundleInstance.java 
b/awsapi/src/com/amazon/ec2/BundleInstance.java
deleted file mode 100644
index e5faa4e..000
--- a/awsapi/src/com/amazon/ec2/BundleInstance.java
+++ /dev/null
@@ -1,323 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * BundleInstance.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  BundleInstance bean class
-*/
-
-public class BundleInstance implements org.apache.axis2.databinding.ADBBean {
-
-public static final javax.xml.namespace.QName MY_QNAME = new 
javax.xml.namespace.QName("http://ec2.amazonaws.com/doc/2012-08-15/";, 
"BundleInstance", "ns1");
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for BundleInstance
-*/
-
-protected com.amazon.ec2.BundleInstanceType localBundleInstance;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.BundleInstanceType
-*/
-public com.amazon.ec2.BundleInstanceType getBundleInstance() {
-return localBundleInstance;
-}
-
-/**
-   * Auto generated setter method
-   * @param param BundleInstance
-   */
-public void setBundleInstance(com.amazon.ec2.BundleInstanceType param) {
-
-this.localBundleInstance = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, MY_QNAME) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-BundleInstance.this.serialize(MY_QNAME, factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(MY_QNAME, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-//We can safely assume an element has only one type associated with it
-
-if (localBundleInstance == null) {
-throw new org.apache.axis2.databinding.ADBException("Property 
cannot be null!");
-}
-localBundleInstance.serialize(MY_QNAME, factory, xmlWriter);
-
-}
-
-/**
- * Util method to write an attri

[05/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/CreateSpotDatafeedSubscriptionResponseType.java
--
diff --git 
a/awsapi/src/com/amazon/ec2/CreateSpotDatafeedSubscriptionResponseType.java 
b/awsapi/src/com/amazon/ec2/CreateSpotDatafeedSubscriptionResponseType.java
deleted file mode 100644
index 3193fc3..000
--- a/awsapi/src/com/amazon/ec2/CreateSpotDatafeedSubscriptionResponseType.java
+++ /dev/null
@@ -1,478 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateSpotDatafeedSubscriptionResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateSpotDatafeedSubscriptionResponseType bean class
-*/
-
-public class CreateSpotDatafeedSubscriptionResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateSpotDatafeedSubscriptionResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RequestId
-*/
-
-protected java.lang.String localRequestId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRequestId() {
-return localRequestId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RequestId
-   */
-public void setRequestId(java.lang.String param) {
-
-this.localRequestId = param;
-
-}
-
-/**
-* field for SpotDatafeedSubscription
-*/
-
-protected com.amazon.ec2.SpotDatafeedSubscriptionType 
localSpotDatafeedSubscription;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.SpotDatafeedSubscriptionType
-*/
-public com.amazon.ec2.SpotDatafeedSubscriptionType 
getSpotDatafeedSubscription() {
-return localSpotDatafeedSubscription;
-}
-
-/**
-   * Auto generated setter method
-   * @param param SpotDatafeedSubscription
-   */
-public void 
setSpotDatafeedSubscription(com.amazon.ec2.SpotDatafeedSubscriptionType param) {
-
-this.localSpotDatafeedSubscription = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-
CreateSpotDatafeedSubscriptionResponseType.this.serialize(parentQName, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.ut

[46/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AllocationIdSetType.java
--
diff --git a/awsapi/src/com/amazon/ec2/AllocationIdSetType.java 
b/awsapi/src/com/amazon/ec2/AllocationIdSetType.java
deleted file mode 100644
index d7bfad9..000
--- a/awsapi/src/com/amazon/ec2/AllocationIdSetType.java
+++ /dev/null
@@ -1,491 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AllocationIdSetType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AllocationIdSetType bean class
-*/
-
-public class AllocationIdSetType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = AllocationIdSetType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for Item
-* This was an Array!
-*/
-
-protected com.amazon.ec2.AllocationIdSetItemType[] localItem;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localItemTracker = false;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.AllocationIdSetItemType[]
-*/
-public com.amazon.ec2.AllocationIdSetItemType[] getItem() {
-return localItem;
-}
-
-/**
- * validate the array for Item
- */
-protected void validateItem(com.amazon.ec2.AllocationIdSetItemType[] 
param) {
-
-}
-
-/**
- * Auto generated setter method
- * @param param Item
- */
-public void setItem(com.amazon.ec2.AllocationIdSetItemType[] param) {
-
-validateItem(param);
-
-if (param != null) {
-//update the setting tracker
-localItemTracker = true;
-} else {
-localItemTracker = false;
-
-}
-
-this.localItem = param;
-}
-
-/**
-* Auto generated add method for the array for convenience
-* @param param com.amazon.ec2.AllocationIdSetItemType
-*/
-public void addItem(com.amazon.ec2.AllocationIdSetItemType param) {
-if (localItem == null) {
-localItem = new com.amazon.ec2.AllocationIdSetItemType[] {};
-}
-
-//update the setting tracker
-localItemTracker = true;
-
-java.util.List list = 
org.apache.axis2.databinding.utils.ConverterUtil.toList(localItem);
-list.add(param);
-this.localItem = 
(com.amazon.ec2.AllocationIdSetItemType[])list.toArray(new 
com.amazon.ec2.AllocationIdSetItemType[list.size()]);
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apach

[12/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/CreateNetworkInterface.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateNetworkInterface.java 
b/awsapi/src/com/amazon/ec2/CreateNetworkInterface.java
deleted file mode 100644
index 0e3449a..000
--- a/awsapi/src/com/amazon/ec2/CreateNetworkInterface.java
+++ /dev/null
@@ -1,323 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateNetworkInterface.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateNetworkInterface bean class
-*/
-
-public class CreateNetworkInterface implements 
org.apache.axis2.databinding.ADBBean {
-
-public static final javax.xml.namespace.QName MY_QNAME = new 
javax.xml.namespace.QName("http://ec2.amazonaws.com/doc/2012-08-15/";, 
"CreateNetworkInterface", "ns1");
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for CreateNetworkInterface
-*/
-
-protected com.amazon.ec2.CreateNetworkInterfaceType 
localCreateNetworkInterface;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.CreateNetworkInterfaceType
-*/
-public com.amazon.ec2.CreateNetworkInterfaceType 
getCreateNetworkInterface() {
-return localCreateNetworkInterface;
-}
-
-/**
-   * Auto generated setter method
-   * @param param CreateNetworkInterface
-   */
-public void 
setCreateNetworkInterface(com.amazon.ec2.CreateNetworkInterfaceType param) {
-
-this.localCreateNetworkInterface = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, MY_QNAME) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateNetworkInterface.this.serialize(MY_QNAME, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(MY_QNAME, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-//We can safely assume an element has only one type associated with it
-
-if (localCreateNetworkInterface == null) {
-throw new org.apache.axis2.databinding.ADBExcep

[51/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
CLOUDSTACK-8433: remove awsapi and awsapi-setup

Following actions from discussions on dev ML regarding removing awsapi and
prefering ec2stack. Reference from last PR:
https://github.com/apache/cloudstack/pull/44

Signed-off-by: Rohit Yadav 


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/954bfa2c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/954bfa2c
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/954bfa2c

Branch: refs/heads/nuke-awsapi
Commit: 954bfa2cb36737a55ef6a2cce6d1f3ad7e5a16a6
Parents: a86034e
Author: Rohit Yadav 
Authored: Thu Apr 30 16:05:39 2015 +0200
Committer: Rohit Yadav 
Committed: Thu Apr 30 19:04:54 2015 +0200

--
 .../db/mysql/cloudbridge_bucketpolicy.sql   | 45 -
 awsapi-setup/db/mysql/cloudbridge_db.sql| 30 -
 awsapi-setup/db/mysql/cloudbridge_index.sql | 64 -
 awsapi-setup/db/mysql/cloudbridge_multipart.sql | 77 -
 .../db/mysql/cloudbridge_multipart_alter.sql| 23 -
 awsapi-setup/db/mysql/cloudbridge_offering.sql  | 40 -
 .../db/mysql/cloudbridge_offering_alter.sql | 21 -
 .../db/mysql/cloudbridge_policy_alter.sql   | 21 -
 awsapi-setup/db/mysql/cloudbridge_schema.sql|162 -
 awsapi-setup/db/mysql/deploy-db-bridge.sh   | 72 -
 awsapi-setup/db/mysql/init_db.bat   | 26 -
 awsapi-setup/init/debian/cloud-bridge   |244 -
 awsapi-setup/init/rpm/cloud-bridge  |300 -
 awsapi-setup/setup/cloud-setup-bridge   |143 -
 awsapi-setup/setup/cloudstack-aws-api-register  | 93 -
 awsapi/.pydevproject| 25 -
 awsapi/conf/applicationContext.xml.in   | 55 -
 awsapi/conf/cloud-bridge.properties.in  | 25 -
 awsapi/conf/ec2-service.properties.in   | 25 -
 awsapi/pom.xml  |441 -
 awsapi/resource/AmazonEC2/crypto.properties | 24 -
 awsapi/resource/AmazonEC2/services.xml  |605 -
 awsapi/resource/AmazonEC2/xes.keystore  |Bin 2032 -> 0 bytes
 awsapi/resource/Axis2/axis2.xml |561 -
 awsapi/scripts/run.bat  | 18 -
 awsapi/scripts/run.sh   | 23 -
 awsapi/src/com/amazon/ec2/ActivateLicense.java  |323 -
 .../com/amazon/ec2/ActivateLicenseResponse.java |323 -
 .../amazon/ec2/ActivateLicenseResponseType.java |500 -
 .../src/com/amazon/ec2/ActivateLicenseType.java |500 -
 awsapi/src/com/amazon/ec2/AllocateAddress.java  |323 -
 .../com/amazon/ec2/AllocateAddressResponse.java |323 -
 .../amazon/ec2/AllocateAddressResponseType.java |685 -
 .../src/com/amazon/ec2/AllocateAddressType.java |440 -
 .../com/amazon/ec2/AllocationIdSetItemType.java |425 -
 .../src/com/amazon/ec2/AllocationIdSetType.java |491 -
 .../ec2/AmazonEC2MessageReceiverInOut.java  |   9323 -
 .../src/com/amazon/ec2/AmazonEC2Skeleton.java   |   1627 -
 .../amazon/ec2/AmazonEC2SkeletonInterface.java  |   1194 -
 .../amazon/ec2/AssignPrivateIpAddresses.java|323 -
 .../ec2/AssignPrivateIpAddressesResponse.java   |324 -
 .../AssignPrivateIpAddressesResponseType.java   |500 -
 ...ignPrivateIpAddressesSetItemRequestType.java |425 -
 .../AssignPrivateIpAddressesSetRequestType.java |477 -
 .../ec2/AssignPrivateIpAddressesType.java   |677 -
 awsapi/src/com/amazon/ec2/AssociateAddress.java |323 -
 .../amazon/ec2/AssociateAddressResponse.java|323 -
 .../ec2/AssociateAddressResponseType.java   |596 -
 .../com/amazon/ec2/AssociateAddressType.java|620 -
 .../ec2/AssociateAddressTypeChoice_type0.java   |489 -
 .../ec2/AssociateAddressTypeChoice_type1.java   |489 -
 .../com/amazon/ec2/AssociateDhcpOptions.java|323 -
 .../ec2/AssociateDhcpOptionsResponse.java   |324 -
 .../ec2/AssociateDhcpOptionsResponseType.java   |500 -
 .../amazon/ec2/AssociateDhcpOptionsType.java|507 -
 .../src/com/amazon/ec2/AssociateRouteTable.java |323 -
 .../amazon/ec2/AssociateRouteTableResponse.java |324 -
 .../ec2/AssociateRouteTableResponseType.java|507 -
 .../com/amazon/ec2/AssociateRouteTableType.java |507 -
 .../com/amazon/ec2/AttachInternetGateway.java   |323 -
 .../ec2/AttachInternetGatewayResponse.java  |324 -
 .../ec2/AttachInternetGatewayResponseType.java  |500 -
 .../amazon/ec2/AttachInternetGatewayType.java   |507 -
 .../com/amazon/ec2/AttachNetworkInterface.java  |323 -
 .../ec2/AttachNetworkInterfaceResponse.java |324 -
 .../ec2/AttachNetworkInterfaceResponseType.java |507 -
 .../amazon/ec2/AttachNetworkInterfaceType.java  |582 -
 awsapi/src/com/amazon/ec2/AttachVolume.java |322 -
 .../com/amazon/ec2/AttachVolumeResponse.java|323 -
 .../amazon/ec2/AttachVol

[52/54] [abbrv] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
CLOUDSTACK-8433: remove awsapi rpm and debian packaging

- Removes awsapi packaging rules for debian, centos63, centos7, fedora 20/21
- Removes catalina port 7080 service configs
- Fixes build replace properties for AWSAPILOG
- Removes maven profile for building awsapi and deploying db in developer 
profile

Signed-off-by: Rohit Yadav 


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/193f9a21
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/193f9a21
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/193f9a21

Branch: refs/heads/nuke-awsapi
Commit: 193f9a219347ab5e0bdbbf2333a0974c5b39339c
Parents: 954bfa2
Author: Rohit Yadav 
Authored: Thu Apr 30 16:11:05 2015 +0200
Committer: Rohit Yadav 
Committed: Thu Apr 30 19:04:55 2015 +0200

--
 build/replace.properties  |   1 -
 client/tomcatconf/db.properties.in|   7 --
 client/tomcatconf/log4j-cloud.xml.in  |  28 ---
 client/tomcatconf/server-nonssl.xml.in|  82 ---
 client/tomcatconf/server-ssl.xml.in   | 106 -
 client/tomcatconf/server7-nonssl.xml.in   |  82 ---
 debian/cloudstack-awsapi.install  |  26 --
 debian/control|   5 --
 debian/rules  |  24 +-
 developer/pom.xml |   8 +-
 packaging/centos63/cloud.spec |  74 ++---
 packaging/centos63/replace.properties |   2 -
 packaging/centos7/cloud.spec  |  70 ++--
 packaging/centos7/replace.properties  |   2 -
 packaging/centos7/tomcat7/db.properties   |   8 +-
 packaging/centos7/tomcat7/log4j-cloud.xml |  28 ---
 packaging/centos7/tomcat7/server.xml  |  32 
 packaging/debian/replace.properties   |   2 -
 packaging/fedora20/cloud.spec |  74 ++---
 packaging/fedora20/replace.properties |   2 -
 packaging/fedora21/cloud.spec |  74 ++---
 packaging/fedora21/replace.properties |   2 -
 pom.xml   |   9 +--
 23 files changed, 31 insertions(+), 717 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/193f9a21/build/replace.properties
--
diff --git a/build/replace.properties b/build/replace.properties
index 0e24f68..d2dc587 100644
--- a/build/replace.properties
+++ b/build/replace.properties
@@ -25,6 +25,5 @@ AGENTLOGDIR=logs
 AGENTLOG=logs/agent.log
 MSMNTDIR=/mnt
 COMPONENTS-SPEC=components.xml
-AWSAPILOG=awsapi.log
 REMOTEHOST=localhost
 COMMONLIBDIR=client/target/cloud-client-ui-4.5.0-SNAPSHOT/WEB-INF/lib/

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/193f9a21/client/tomcatconf/db.properties.in
--
diff --git a/client/tomcatconf/db.properties.in 
b/client/tomcatconf/db.properties.in
index 8f6980b..74b9263 100644
--- a/client/tomcatconf/db.properties.in
+++ b/client/tomcatconf/db.properties.in
@@ -65,13 +65,6 @@ db.usage.maxIdle=30
 db.usage.maxWait=1
 db.usage.url.params=
 
-# awsapi database settings
-db.awsapi.username=@DBUSER@
-db.awsapi.password=@DBPW@
-db.awsapi.host=@DBHOST@
-db.awsapi.port=3306
-db.awsapi.name=cloudbridge
-
 # Simulator database settings
 db.simulator.username=@DBUSER@
 db.simulator.password=@DBPW@

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/193f9a21/client/tomcatconf/log4j-cloud.xml.in
--
diff --git a/client/tomcatconf/log4j-cloud.xml.in 
b/client/tomcatconf/log4j-cloud.xml.in
index 08021f2..587aa86 100755
--- a/client/tomcatconf/log4j-cloud.xml.in
+++ b/client/tomcatconf/log4j-cloud.xml.in
@@ -51,17 +51,6 @@ under the License.
   

 
-   
-  
-  
-  
-
-
-  
-  
- 
-  
-   



@@ -173,23 +162,6 @@ under the License.
   

 
-   
-   
-  
-  
-   
-   
-   
-  
-  
-   
-   
-
-   
-  
-  
-   
-




http://git-wip-us.apache.org/repos/asf/cloudstack/blob/193f9a21/client/tomcatconf/server-nonssl.xml.in
--
diff --git a/client/tomcatconf/server-nonssl.xml.in 
b/client/tomcatconf/server-nonssl.xml.in
index 01086fd..4272a28 100755
--- a/client/tomcatconf/server-nonssl.xml.in
+++ b/client/tomcatconf/server-nonssl.xml.in
@@ -146,86 +146,4 @@
   
 
   
-  
-  
-  
-
-   
-   
-
-   
-  
-
-
-
-
-
-
-
-
-
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-
-
-
-
-
-
- 

[36/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AttachVolumeResponseType.java
--
diff --git a/awsapi/src/com/amazon/ec2/AttachVolumeResponseType.java 
b/awsapi/src/com/amazon/ec2/AttachVolumeResponseType.java
deleted file mode 100644
index fba5500..000
--- a/awsapi/src/com/amazon/ec2/AttachVolumeResponseType.java
+++ /dev/null
@@ -1,835 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AttachVolumeResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AttachVolumeResponseType bean class
-*/
-
-public class AttachVolumeResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = AttachVolumeResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RequestId
-*/
-
-protected java.lang.String localRequestId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRequestId() {
-return localRequestId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RequestId
-   */
-public void setRequestId(java.lang.String param) {
-
-this.localRequestId = param;
-
-}
-
-/**
-* field for VolumeId
-*/
-
-protected java.lang.String localVolumeId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getVolumeId() {
-return localVolumeId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param VolumeId
-   */
-public void setVolumeId(java.lang.String param) {
-
-this.localVolumeId = param;
-
-}
-
-/**
-* field for InstanceId
-*/
-
-protected java.lang.String localInstanceId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getInstanceId() {
-return localInstanceId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param InstanceId
-   */
-public void setInstanceId(java.lang.String param) {
-
-this.localInstanceId = param;
-
-}
-
-/**
-* field for Device
-*/
-
-protected java.lang.String localDevice;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getDevice() {
-return localDevice;
-}
-
-/**
-   * Auto generated setter method
-   * @param param Device
-   */
-public void setDevice(java.lang.String param) {
-
-this.localDevice = param;
-
-}
-
-/**
-* field for Status
-*/
-
-protected java.lang.String localStatus;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getStatus() {
-return localStatus;
-}
-
-/**
-   * Auto generated setter method
-   * @param param Status
-   */
-public void setStatus(java.lang.String param) {
-
-this.localStatus = param;
-
-}
-
-/**
-* field for AttachTime
-*/
-
-protected java.util.Calendar localAttachTime;
-
-/**
-* Auto generated getter method
-* @return java.util.Calendar
-*/
-public java.util.Calendar getAttachTime() {
-return localAttachTime;
-}
-
-/**
-   * Auto generated setter method
-   * @param param AttachTime
-   */
-public void setAttachTime(java.util.Calendar param) {
-
-this.localAttachTime = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM

[15/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/CreateInternetGatewayResponseType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateInternetGatewayResponseType.java 
b/awsapi/src/com/amazon/ec2/CreateInternetGatewayResponseType.java
deleted file mode 100644
index f10e7d8..000
--- a/awsapi/src/com/amazon/ec2/CreateInternetGatewayResponseType.java
+++ /dev/null
@@ -1,477 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateInternetGatewayResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateInternetGatewayResponseType bean class
-*/
-
-public class CreateInternetGatewayResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateInternetGatewayResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RequestId
-*/
-
-protected java.lang.String localRequestId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRequestId() {
-return localRequestId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RequestId
-   */
-public void setRequestId(java.lang.String param) {
-
-this.localRequestId = param;
-
-}
-
-/**
-* field for InternetGateway
-*/
-
-protected com.amazon.ec2.InternetGatewayType localInternetGateway;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.InternetGatewayType
-*/
-public com.amazon.ec2.InternetGatewayType getInternetGateway() {
-return localInternetGateway;
-}
-
-/**
-   * Auto generated setter method
-   * @param param InternetGateway
-   */
-public void setInternetGateway(com.amazon.ec2.InternetGatewayType param) {
-
-this.localInternetGateway = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateInternetGatewayResponseType.this.serialize(parentQName, 
factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory,

[14/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/CreateKeyPairType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateKeyPairType.java 
b/awsapi/src/com/amazon/ec2/CreateKeyPairType.java
deleted file mode 100644
index 7cbc8a3..000
--- a/awsapi/src/com/amazon/ec2/CreateKeyPairType.java
+++ /dev/null
@@ -1,425 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateKeyPairType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateKeyPairType bean class
-*/
-
-public class CreateKeyPairType implements org.apache.axis2.databinding.ADBBean 
{
-/* This type was generated from the piece of schema that had
-name = CreateKeyPairType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for KeyName
-*/
-
-protected java.lang.String localKeyName;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getKeyName() {
-return localKeyName;
-}
-
-/**
-   * Auto generated setter method
-   * @param param KeyName
-   */
-public void setKeyName(java.lang.String param) {
-
-this.localKeyName = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateKeyPairType.this.serialize(parentQName, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-java.lang.String prefix = null;
-java.lang.String namespace = null;
-
-prefix = parentQName.getPrefix();
-namespace = parentQName.getNamespaceURI();
-
-if ((namespace != null) && (namespace.trim().length() > 0)) {
-java.lang.String writerPrefix = xmlWriter.getPrefix(namespace);
-if (writerPrefix != null) {
-

[21/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/ConversionTaskIdItemType.java
--
diff --git a/awsapi/src/com/amazon/ec2/ConversionTaskIdItemType.java 
b/awsapi/src/com/amazon/ec2/ConversionTaskIdItemType.java
deleted file mode 100644
index cf263b4..000
--- a/awsapi/src/com/amazon/ec2/ConversionTaskIdItemType.java
+++ /dev/null
@@ -1,425 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * ConversionTaskIdItemType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  ConversionTaskIdItemType bean class
-*/
-
-public class ConversionTaskIdItemType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = ConversionTaskIdItemType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for ConversionTaskId
-*/
-
-protected java.lang.String localConversionTaskId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getConversionTaskId() {
-return localConversionTaskId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param ConversionTaskId
-   */
-public void setConversionTaskId(java.lang.String param) {
-
-this.localConversionTaskId = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-ConversionTaskIdItemType.this.serialize(parentQName, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-java.lang.String prefix = null;
-java.lang.String namespace = null;
-
-prefix = parentQName.getPrefix();
-namespace = parentQName.getNamespaceURI();
-
-if ((namespace != null) && (namespace.trim().length() > 0)) {
-

[04/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/CreateSubnetType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateSubnetType.java 
b/awsapi/src/com/amazon/ec2/CreateSubnetType.java
deleted file mode 100644
index a4a6846..000
--- a/awsapi/src/com/amazon/ec2/CreateSubnetType.java
+++ /dev/null
@@ -1,603 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateSubnetType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateSubnetType bean class
-*/
-
-public class CreateSubnetType implements org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateSubnetType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for VpcId
-*/
-
-protected java.lang.String localVpcId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getVpcId() {
-return localVpcId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param VpcId
-   */
-public void setVpcId(java.lang.String param) {
-
-this.localVpcId = param;
-
-}
-
-/**
-* field for CidrBlock
-*/
-
-protected java.lang.String localCidrBlock;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getCidrBlock() {
-return localCidrBlock;
-}
-
-/**
-   * Auto generated setter method
-   * @param param CidrBlock
-   */
-public void setCidrBlock(java.lang.String param) {
-
-this.localCidrBlock = param;
-
-}
-
-/**
-* field for AvailabilityZone
-*/
-
-protected java.lang.String localAvailabilityZone;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localAvailabilityZoneTracker = false;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getAvailabilityZone() {
-return localAvailabilityZone;
-}
-
-/**
-   * Auto generated setter method
-   * @param param AvailabilityZone
-   */
-public void setAvailabilityZone(java.lang.String param) {
-
-if (param != null) {
-//update the setting tracker
-localAvailabilityZoneTracker = true;
-} else {
-localAvailabilityZoneTracker = false;
-
-}
-
-this.localAvailabilityZone = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void

[47/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AllocateAddressResponse.java
--
diff --git a/awsapi/src/com/amazon/ec2/AllocateAddressResponse.java 
b/awsapi/src/com/amazon/ec2/AllocateAddressResponse.java
deleted file mode 100644
index bfec997..000
--- a/awsapi/src/com/amazon/ec2/AllocateAddressResponse.java
+++ /dev/null
@@ -1,323 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AllocateAddressResponse.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AllocateAddressResponse bean class
-*/
-
-public class AllocateAddressResponse implements 
org.apache.axis2.databinding.ADBBean {
-
-public static final javax.xml.namespace.QName MY_QNAME = new 
javax.xml.namespace.QName("http://ec2.amazonaws.com/doc/2012-08-15/";, 
"AllocateAddressResponse", "ns1");
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for AllocateAddressResponse
-*/
-
-protected com.amazon.ec2.AllocateAddressResponseType 
localAllocateAddressResponse;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.AllocateAddressResponseType
-*/
-public com.amazon.ec2.AllocateAddressResponseType 
getAllocateAddressResponse() {
-return localAllocateAddressResponse;
-}
-
-/**
-   * Auto generated setter method
-   * @param param AllocateAddressResponse
-   */
-public void 
setAllocateAddressResponse(com.amazon.ec2.AllocateAddressResponseType param) {
-
-this.localAllocateAddressResponse = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, MY_QNAME) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-AllocateAddressResponse.this.serialize(MY_QNAME, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(MY_QNAME, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-//We can safely assume an element has only one type associated with it
-
-if (localAllocateAddressResponse == null) {
-throw new org.apache.axis2

[23/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/CancelSpotInstanceRequestsResponseSetItemType.java
--
diff --git 
a/awsapi/src/com/amazon/ec2/CancelSpotInstanceRequestsResponseSetItemType.java 
b/awsapi/src/com/amazon/ec2/CancelSpotInstanceRequestsResponseSetItemType.java
deleted file mode 100644
index 63bc699..000
--- 
a/awsapi/src/com/amazon/ec2/CancelSpotInstanceRequestsResponseSetItemType.java
+++ /dev/null
@@ -1,508 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CancelSpotInstanceRequestsResponseSetItemType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CancelSpotInstanceRequestsResponseSetItemType bean class
-*/
-
-public class CancelSpotInstanceRequestsResponseSetItemType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CancelSpotInstanceRequestsResponseSetItemType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for SpotInstanceRequestId
-*/
-
-protected java.lang.String localSpotInstanceRequestId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getSpotInstanceRequestId() {
-return localSpotInstanceRequestId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param SpotInstanceRequestId
-   */
-public void setSpotInstanceRequestId(java.lang.String param) {
-
-this.localSpotInstanceRequestId = param;
-
-}
-
-/**
-* field for State
-*/
-
-protected java.lang.String localState;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getState() {
-return localState;
-}
-
-/**
-   * Auto generated setter method
-   * @param param State
-   */
-public void setState(java.lang.String param) {
-
-this.localState = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-
CancelSpotInstanceRequestsResponseSetItemType.this.serialize(parentQName, 
factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.AD

[53/54] [abbrv] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
CLOUDSTACK-8433: remove awsapi db usage, fix upgrade cleanup and fix packaging

- Removes awsapi db properties usage across codebase
- Removes references from spring xmls, test cases and TransactionLegacy
- Adds sql command to drop database cloudbridge in schema-451to460-cleanup.sql
- Removes commons-logging.properties file introduced with awsapi
- Fixed utils to use log4j instead of commons logging

Signed-off-by: Rohit Yadav 


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bb0d978c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bb0d978c
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bb0d978c

Branch: refs/heads/nuke-awsapi
Commit: bb0d978ce3f6405b3b08c971aa6dbbd271a44a59
Parents: 193f9a2
Author: Rohit Yadav 
Authored: Thu Apr 30 16:15:39 2015 +0200
Committer: Rohit Yadav 
Committed: Thu Apr 30 19:04:55 2015 +0200

--
 .gitignore  |  3 --
 README.md   |  1 -
 developer/pom.xml   |  9 -
 .../snapshot/test/resources/db.properties   |  3 --
 .../com/cloud/utils/db/TransactionLegacy.java   | 38 
 .../com/cloud/utils/db/TestTransaction.java | 26 --
 framework/db/test/db.properties |  7 
 framework/jobs/test/resources/db.properties |  3 --
 packaging/centos63/cloud.spec   |  1 -
 packaging/centos7/cloud.spec|  3 +-
 .../centos7/tomcat7/commons-logging.properties  | 30 
 packaging/fedora20/cloud.spec   |  1 -
 packaging/fedora21/cloud.spec   |  1 -
 .../resources/components-example.xml| 27 --
 .../globodns/test/resources/db.properties   |  7 
 .../contrail/management/TestDbSetup.java|  4 ---
 .../test/resources/db.properties|  3 --
 server/test/resources/db.properties |  3 --
 .../iam/plugin/test/resources/db.properties |  7 
 .../iam/server/test/resources/db.properties |  7 
 setup/bindir/cloud-setup-databases.in   | 20 ---
 setup/db/db/schema-451to460-cleanup.sql |  2 ++
 tools/eclipse/eclipse.epf   |  2 +-
 usage/test/resources/db.properties  |  3 --
 utils/conf/db.properties|  7 
 .../utils/backoff/impl/ConstantTimeBackoff.java |  5 ++-
 .../ssl/EasySSLProtocolSocketFactory.java   |  6 ++--
 .../contrib/ssl/EasyX509TrustManager.java   |  5 ++-
 .../backoff/impl/ConstantTimeBackoffTest.java   |  5 ++-
 29 files changed, 13 insertions(+), 226 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bb0d978c/.gitignore
--
diff --git a/.gitignore b/.gitignore
index 5ac9116..b9dafcf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,7 +37,6 @@ build.number
 cloud.log.*.*
 unittest
 deps/cloud.userlibraries
-deps/awsapi-lib/
 .DS_Store
 .idea
 *.iml
@@ -61,14 +60,12 @@ tools/cli/build/
 #.*
 
 target-eclipse
-awsapi/modules/*
 !.gitignore
 .classpath
 .settings.xml
 .settings/
 db.properties.override
 replace.properties.override
-awsapi/overlays/
 tools/marvin/marvin/cloudstackAPI/*
 *.egg-info/
 docs/tmp

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bb0d978c/README.md
--
diff --git a/README.md b/README.md
index 98dae9f..287f8f2 100644
--- a/README.md
+++ b/README.md
@@ -148,5 +148,4 @@ The following provides more details on the included 
cryptographic software:
 * CloudStack has a system requirement of MySQL, and uses native database 
encryption functionality.
 * CloudStack makes use of the Bouncy Castle general-purpose encryption library.
 * CloudStack can optionally interacts with and controls OpenSwan-based VPNs.
-* CloudStack has a dependency on Apache WSS4J as part of the AWSAPI 
implementation.
 * CloudStack has a dependency on and makes use of JSch - a java SSH2 
implementation.

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bb0d978c/developer/pom.xml
--
diff --git a/developer/pom.xml b/developer/pom.xml
index 8eddc1a..d6dc6a1 100644
--- a/developer/pom.xml
+++ b/developer/pom.xml
@@ -131,15 +131,6 @@
 
${basedir}/target/db/create-schema-premium.sql
 
 ${basedir}/target/db/templates.sql
-
-
${basedir}/target/db/cloudbridge_schema.sql
-
${basedir}/target/db/cloudbridge_multipart.sql
-${basedir}/target/db/cloudbridge_index.sql
-
${basedir}/target/db/cloudbridge_multipart_alter.sql
-   

[37/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AttachNetworkInterfaceResponseType.java
--
diff --git a/awsapi/src/com/amazon/ec2/AttachNetworkInterfaceResponseType.java 
b/awsapi/src/com/amazon/ec2/AttachNetworkInterfaceResponseType.java
deleted file mode 100644
index ead4599..000
--- a/awsapi/src/com/amazon/ec2/AttachNetworkInterfaceResponseType.java
+++ /dev/null
@@ -1,507 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AttachNetworkInterfaceResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AttachNetworkInterfaceResponseType bean class
-*/
-
-public class AttachNetworkInterfaceResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = AttachNetworkInterfaceResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RequestId
-*/
-
-protected java.lang.String localRequestId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRequestId() {
-return localRequestId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RequestId
-   */
-public void setRequestId(java.lang.String param) {
-
-this.localRequestId = param;
-
-}
-
-/**
-* field for AttachmentId
-*/
-
-protected java.lang.String localAttachmentId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getAttachmentId() {
-return localAttachmentId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param AttachmentId
-   */
-public void setAttachmentId(java.lang.String param) {
-
-this.localAttachmentId = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-AttachNetworkInterfaceResponseType.this.serialize(parentQName, 
factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QN

[26/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/CancelBundleTaskType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CancelBundleTaskType.java 
b/awsapi/src/com/amazon/ec2/CancelBundleTaskType.java
deleted file mode 100644
index de66899..000
--- a/awsapi/src/com/amazon/ec2/CancelBundleTaskType.java
+++ /dev/null
@@ -1,425 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CancelBundleTaskType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CancelBundleTaskType bean class
-*/
-
-public class CancelBundleTaskType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CancelBundleTaskType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for BundleId
-*/
-
-protected java.lang.String localBundleId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getBundleId() {
-return localBundleId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param BundleId
-   */
-public void setBundleId(java.lang.String param) {
-
-this.localBundleId = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CancelBundleTaskType.this.serialize(parentQName, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-java.lang.String prefix = null;
-java.lang.String namespace = null;
-
-prefix = parentQName.getPrefix();
-namespace = parentQName.getNamespaceURI();
-
-if ((namespace != null) && (namespace.trim().length() > 0)) {
-java.lang.String writerPrefix = xmlWriter.getPrefix(namespace);
-if 

[39/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AssociateRouteTable.java
--
diff --git a/awsapi/src/com/amazon/ec2/AssociateRouteTable.java 
b/awsapi/src/com/amazon/ec2/AssociateRouteTable.java
deleted file mode 100644
index 6a753f1..000
--- a/awsapi/src/com/amazon/ec2/AssociateRouteTable.java
+++ /dev/null
@@ -1,323 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AssociateRouteTable.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AssociateRouteTable bean class
-*/
-
-public class AssociateRouteTable implements 
org.apache.axis2.databinding.ADBBean {
-
-public static final javax.xml.namespace.QName MY_QNAME = new 
javax.xml.namespace.QName("http://ec2.amazonaws.com/doc/2012-08-15/";, 
"AssociateRouteTable", "ns1");
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for AssociateRouteTable
-*/
-
-protected com.amazon.ec2.AssociateRouteTableType localAssociateRouteTable;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.AssociateRouteTableType
-*/
-public com.amazon.ec2.AssociateRouteTableType getAssociateRouteTable() {
-return localAssociateRouteTable;
-}
-
-/**
-   * Auto generated setter method
-   * @param param AssociateRouteTable
-   */
-public void setAssociateRouteTable(com.amazon.ec2.AssociateRouteTableType 
param) {
-
-this.localAssociateRouteTable = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, MY_QNAME) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-AssociateRouteTable.this.serialize(MY_QNAME, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(MY_QNAME, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-//We can safely assume an element has only one type associated with it
-
-if (localAssociateRouteTable == null) {
-throw new org.apache.axis2.databinding.ADBException("Property 
cannot be null!");
-}
-localAssoc

[07/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/CreateSecurityGroupResponseType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateSecurityGroupResponseType.java 
b/awsapi/src/com/amazon/ec2/CreateSecurityGroupResponseType.java
deleted file mode 100644
index 27bb0fd..000
--- a/awsapi/src/com/amazon/ec2/CreateSecurityGroupResponseType.java
+++ /dev/null
@@ -1,582 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateSecurityGroupResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateSecurityGroupResponseType bean class
-*/
-
-public class CreateSecurityGroupResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateSecurityGroupResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RequestId
-*/
-
-protected java.lang.String localRequestId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRequestId() {
-return localRequestId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RequestId
-   */
-public void setRequestId(java.lang.String param) {
-
-this.localRequestId = param;
-
-}
-
-/**
-* field for _return
-*/
-
-protected boolean local_return;
-
-/**
-* Auto generated getter method
-* @return boolean
-*/
-public boolean get_return() {
-return local_return;
-}
-
-/**
-   * Auto generated setter method
-   * @param param _return
-   */
-public void set_return(boolean param) {
-
-this.local_return = param;
-
-}
-
-/**
-* field for GroupId
-*/
-
-protected java.lang.String localGroupId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getGroupId() {
-return localGroupId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param GroupId
-   */
-public void setGroupId(java.lang.String param) {
-
-this.localGroupId = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateSecurityGroupResponseType.this.serialize(parentQName, 
factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, 

[19/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/CreateCustomerGatewayResponseType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateCustomerGatewayResponseType.java 
b/awsapi/src/com/amazon/ec2/CreateCustomerGatewayResponseType.java
deleted file mode 100644
index ed7a135..000
--- a/awsapi/src/com/amazon/ec2/CreateCustomerGatewayResponseType.java
+++ /dev/null
@@ -1,477 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateCustomerGatewayResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateCustomerGatewayResponseType bean class
-*/
-
-public class CreateCustomerGatewayResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateCustomerGatewayResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RequestId
-*/
-
-protected java.lang.String localRequestId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRequestId() {
-return localRequestId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RequestId
-   */
-public void setRequestId(java.lang.String param) {
-
-this.localRequestId = param;
-
-}
-
-/**
-* field for CustomerGateway
-*/
-
-protected com.amazon.ec2.CustomerGatewayType localCustomerGateway;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.CustomerGatewayType
-*/
-public com.amazon.ec2.CustomerGatewayType getCustomerGateway() {
-return localCustomerGateway;
-}
-
-/**
-   * Auto generated setter method
-   * @param param CustomerGateway
-   */
-public void setCustomerGateway(com.amazon.ec2.CustomerGatewayType param) {
-
-this.localCustomerGateway = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateCustomerGatewayResponseType.this.serialize(parentQName, 
factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory,

[44/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AmazonEC2Skeleton.java
--
diff --git a/awsapi/src/com/amazon/ec2/AmazonEC2Skeleton.java 
b/awsapi/src/com/amazon/ec2/AmazonEC2Skeleton.java
deleted file mode 100644
index 99834a4..000
--- a/awsapi/src/com/amazon/ec2/AmazonEC2Skeleton.java
+++ /dev/null
@@ -1,1627 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AmazonEC2Skeleton.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:00:16 CEST)
- */
-package com.amazon.ec2;
-
-/**
- *  AmazonEC2Skeleton java skeleton for the axisService
- */
-public class AmazonEC2Skeleton implements AmazonEC2SkeletonInterface {
-
-/**
- * Auto generated method signature
- *
- * @param describePlacementGroups0
- */
-
-public com.amazon.ec2.DescribePlacementGroupsResponse 
describePlacementGroups(com.amazon.ec2.DescribePlacementGroups 
describePlacementGroups0) {
-//TODO : fill this with the necessary business logic
-throw new java.lang.UnsupportedOperationException("Please implement " 
+ this.getClass().getName() + "#describePlacementGroups");
-}
-
-/**
- * Auto generated method signature
- *
- * @param createSecurityGroup2
- */
-
-public com.amazon.ec2.CreateSecurityGroupResponse 
createSecurityGroup(com.amazon.ec2.CreateSecurityGroup createSecurityGroup2) {
-//TODO : fill this with the necessary business logic
-throw new java.lang.UnsupportedOperationException("Please implement " 
+ this.getClass().getName() + "#createSecurityGroup");
-}
-
-/**
- * Auto generated method signature
- *
- * @param resetNetworkInterfaceAttribute4
- */
-
-public com.amazon.ec2.ResetNetworkInterfaceAttributeResponse 
resetNetworkInterfaceAttribute(
-com.amazon.ec2.ResetNetworkInterfaceAttribute 
resetNetworkInterfaceAttribute4) {
-//TODO : fill this with the necessary business logic
-throw new java.lang.UnsupportedOperationException("Please implement " 
+ this.getClass().getName() + "#resetNetworkInterfaceAttribute");
-}
-
-/**
- * Auto generated method signature
- *
- * @param createDhcpOptions6
- */
-
-public com.amazon.ec2.CreateDhcpOptionsResponse 
createDhcpOptions(com.amazon.ec2.CreateDhcpOptions createDhcpOptions6) {
-//TODO : fill this with the necessary business logic
-throw new java.lang.UnsupportedOperationException("Please implement " 
+ this.getClass().getName() + "#createDhcpOptions");
-}
-
-/**
- * Auto generated method signature
- *
- * @param createRouteTable8
- */
-
-public com.amazon.ec2.CreateRouteTableResponse 
createRouteTable(com.amazon.ec2.CreateRouteTable createRouteTable8) {
-//TODO : fill this with the necessary business logic
-throw new java.lang.UnsupportedOperationException("Please implement " 
+ this.getClass().getName() + "#createRouteTable");
-}
-
-/**
- * Auto generated method signature
- *
- * @param describeSubnets10
- */
-
-public com.amazon.ec2.DescribeSubnetsResponse 
describeSubnets(com.amazon.ec2.DescribeSubnets describeSubnets10) {
-//TODO : fill this with the necessary business logic
-throw new java.lang.UnsupportedOperationException("Please implement " 
+ this.getClass().getName() + "#describeSubnets");
-}
-
-/**
- * Auto generated method signature
- *
- * @param deactivateLicense12
- */
-
-public com.amazon.ec2.DeactivateLicenseResponse 
deactivateLicense(com.amazon.ec2.DeactivateLicense deactivateLicense12) {
-//TODO : fill this with the necessary business logic
-throw new java.lang.UnsupportedOperationException("Please implement " 
+ this.getClass().getName() + "#deactivateLicense");
-}
-
-/**
- * Auto generated method signature
- *
- 

[50/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi-setup/db/mysql/cloudbridge_multipart.sql
--
diff --git a/awsapi-setup/db/mysql/cloudbridge_multipart.sql 
b/awsapi-setup/db/mysql/cloudbridge_multipart.sql
deleted file mode 100644
index e30c0ce..000
--- a/awsapi-setup/db/mysql/cloudbridge_multipart.sql
+++ /dev/null
@@ -1,77 +0,0 @@
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements.  See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership.  The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License.  You may obtain a copy of the License at
--- 
---   http://www.apache.org/licenses/LICENSE-2.0
--- 
--- Unless required by applicable law or agreed to in writing,
--- software distributed under the License is distributed on an
--- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
--- KIND, either express or implied.  See the License for the
--- specific language governing permissions and limitations
--- under the License.
-
-USE cloudbridge;
-
--- This file can be applied to an existing cloudbridge database.   It is used
--- to keep track of in progress multipart file uploads.
---
-SET foreign_key_checks = 0;
-
-DROP TABLE IF EXISTS multipart_uploads;
-DROP TABLE IF EXISTS multipart_meta;
-DROP TABLE IF EXISTS multipart_parts;
-
--- We need to keep track of the multipart uploads and all the parts of each 
upload until they
--- are completed or aborted.
--- The AccessKey is where we store the AWS account id
---
-CREATE TABLE multipart_uploads (
-   ID BIGINT NOT NULL AUTO_INCREMENT,
-   
-   AccessKey  VARCHAR(150) NOT NULL,  -- this is the initiator of the 
request
-   BucketName VARCHAR(64)  NOT NULL,
-   NameKeyVARCHAR(255) NOT NULL,
-   x_amz_acl  VARCHAR(64)  NULL,
-   
-   CreateTime DATETIME,
-
-   PRIMARY KEY(ID)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- We need to store all the meta data for an object being mutlipart uploaded 
--- UploadID is a foreign key to an entry in the mutipart_uploads table
---
-CREATE TABLE multipart_meta (
-   ID BIGINT NOT NULL AUTO_INCREMENT,
-   
-   UploadID BIGINT NOT NULL,  
-   Name  VARCHAR(64) NOT NULL,
-   Value VARCHAR(256),
-   
-   PRIMARY KEY(ID)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
--- Each part of a multipart upload gets a row in this table
--- UploadId is a foreign key to an entry in the mutipart_uploads table
---
-CREATE TABLE multipart_parts (
-   ID BIGINT NOT NULL AUTO_INCREMENT,
-   
-   UploadID BIGINT NOT NULL,  
-   partNumber INT NOT NULL,
-   MD5 VARCHAR(128),
-   StoredPath VARCHAR(256),-- 
relative to mount point of the root
-   StoredSize BIGINT NOT NULL DEFAULT 0,
-   
-   CreateTime DATETIME,
-   
-   PRIMARY KEY(ID)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
-SET foreign_key_checks = 1;
-

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi-setup/db/mysql/cloudbridge_multipart_alter.sql
--
diff --git a/awsapi-setup/db/mysql/cloudbridge_multipart_alter.sql 
b/awsapi-setup/db/mysql/cloudbridge_multipart_alter.sql
deleted file mode 100644
index 2614aaf..000
--- a/awsapi-setup/db/mysql/cloudbridge_multipart_alter.sql
+++ /dev/null
@@ -1,23 +0,0 @@
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements.  See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership.  The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License.  You may obtain a copy of the License at
--- 
---   http://www.apache.org/licenses/LICENSE-2.0
--- 
--- Unless required by applicable law or agreed to in writing,
--- software distributed under the License is distributed on an
--- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
--- KIND, either express or implied.  See the License for the
--- specific language governing permissions and limitations
--- under the License.
-
-
-USE cloudbridge;
-
-ALTER TABLE multipart_meta ADD CONSTRAINT FOREIGN KEY 
meta_uploads_id(UploadID) REFERENCES multipart_uploads(ID) ON DELETE CASCADE;
-ALTER TABLE multipart_parts ADD CONSTRAINT FOREIGN KEY 
part_uploads_id(UploadID) REFERENCES multipart_uploads(ID) ON DELETE CASCADE;
-ALTER TABLE multipart_parts ADD UNIQUE part_uploads_number(UploadId, 
partNumber);

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi-setup/db/mysql/cloudbridge_offering.sql
---

[34/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AttachmentSetResponseType.java
--
diff --git a/awsapi/src/com/amazon/ec2/AttachmentSetResponseType.java 
b/awsapi/src/com/amazon/ec2/AttachmentSetResponseType.java
deleted file mode 100644
index ffa7934..000
--- a/awsapi/src/com/amazon/ec2/AttachmentSetResponseType.java
+++ /dev/null
@@ -1,491 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AttachmentSetResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AttachmentSetResponseType bean class
-*/
-
-public class AttachmentSetResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = AttachmentSetResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for Item
-* This was an Array!
-*/
-
-protected com.amazon.ec2.AttachmentSetItemResponseType[] localItem;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localItemTracker = false;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.AttachmentSetItemResponseType[]
-*/
-public com.amazon.ec2.AttachmentSetItemResponseType[] getItem() {
-return localItem;
-}
-
-/**
- * validate the array for Item
- */
-protected void validateItem(com.amazon.ec2.AttachmentSetItemResponseType[] 
param) {
-
-}
-
-/**
- * Auto generated setter method
- * @param param Item
- */
-public void setItem(com.amazon.ec2.AttachmentSetItemResponseType[] param) {
-
-validateItem(param);
-
-if (param != null) {
-//update the setting tracker
-localItemTracker = true;
-} else {
-localItemTracker = false;
-
-}
-
-this.localItem = param;
-}
-
-/**
-* Auto generated add method for the array for convenience
-* @param param com.amazon.ec2.AttachmentSetItemResponseType
-*/
-public void addItem(com.amazon.ec2.AttachmentSetItemResponseType param) {
-if (localItem == null) {
-localItem = new com.amazon.ec2.AttachmentSetItemResponseType[] {};
-}
-
-//update the setting tracker
-localItemTracker = true;
-
-java.util.List list = 
org.apache.axis2.databinding.utils.ConverterUtil.toList(localItem);
-list.add(param);
-this.localItem = 
(com.amazon.ec2.AttachmentSetItemResponseType[])list.toArray(new 
com.amazon.ec2.AttachmentSetItemResponseType[list.size()]);
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org

[48/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/ActivateLicense.java
--
diff --git a/awsapi/src/com/amazon/ec2/ActivateLicense.java 
b/awsapi/src/com/amazon/ec2/ActivateLicense.java
deleted file mode 100644
index 296e581..000
--- a/awsapi/src/com/amazon/ec2/ActivateLicense.java
+++ /dev/null
@@ -1,323 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * ActivateLicense.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  ActivateLicense bean class
-*/
-
-public class ActivateLicense implements org.apache.axis2.databinding.ADBBean {
-
-public static final javax.xml.namespace.QName MY_QNAME = new 
javax.xml.namespace.QName("http://ec2.amazonaws.com/doc/2012-08-15/";, 
"ActivateLicense", "ns1");
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for ActivateLicense
-*/
-
-protected com.amazon.ec2.ActivateLicenseType localActivateLicense;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.ActivateLicenseType
-*/
-public com.amazon.ec2.ActivateLicenseType getActivateLicense() {
-return localActivateLicense;
-}
-
-/**
-   * Auto generated setter method
-   * @param param ActivateLicense
-   */
-public void setActivateLicense(com.amazon.ec2.ActivateLicenseType param) {
-
-this.localActivateLicense = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, MY_QNAME) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-ActivateLicense.this.serialize(MY_QNAME, factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(MY_QNAME, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-//We can safely assume an element has only one type associated with it
-
-if (localActivateLicense == null) {
-throw new org.apache.axis2.databinding.ADBException("Property 
cannot be null!");
-}
-localActivateLicense.serialize(MY_QNAME, factory, xmlWriter);
-
-}
-
-/**
- * Util me

[41/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AssociateAddressResponse.java
--
diff --git a/awsapi/src/com/amazon/ec2/AssociateAddressResponse.java 
b/awsapi/src/com/amazon/ec2/AssociateAddressResponse.java
deleted file mode 100644
index d372631..000
--- a/awsapi/src/com/amazon/ec2/AssociateAddressResponse.java
+++ /dev/null
@@ -1,323 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AssociateAddressResponse.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AssociateAddressResponse bean class
-*/
-
-public class AssociateAddressResponse implements 
org.apache.axis2.databinding.ADBBean {
-
-public static final javax.xml.namespace.QName MY_QNAME = new 
javax.xml.namespace.QName("http://ec2.amazonaws.com/doc/2012-08-15/";, 
"AssociateAddressResponse", "ns1");
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for AssociateAddressResponse
-*/
-
-protected com.amazon.ec2.AssociateAddressResponseType 
localAssociateAddressResponse;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.AssociateAddressResponseType
-*/
-public com.amazon.ec2.AssociateAddressResponseType 
getAssociateAddressResponse() {
-return localAssociateAddressResponse;
-}
-
-/**
-   * Auto generated setter method
-   * @param param AssociateAddressResponse
-   */
-public void 
setAssociateAddressResponse(com.amazon.ec2.AssociateAddressResponseType param) {
-
-this.localAssociateAddressResponse = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, MY_QNAME) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-AssociateAddressResponse.this.serialize(MY_QNAME, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(MY_QNAME, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-//We can safely assume an element has only one type associated with it
-
-if (localAssociateAddressResponse == null) {
-throw

[24/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/CancelReservedInstancesListingResponse.java
--
diff --git 
a/awsapi/src/com/amazon/ec2/CancelReservedInstancesListingResponse.java 
b/awsapi/src/com/amazon/ec2/CancelReservedInstancesListingResponse.java
deleted file mode 100644
index 72c0c55..000
--- a/awsapi/src/com/amazon/ec2/CancelReservedInstancesListingResponse.java
+++ /dev/null
@@ -1,324 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CancelReservedInstancesListingResponse.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CancelReservedInstancesListingResponse bean class
-*/
-
-public class CancelReservedInstancesListingResponse implements 
org.apache.axis2.databinding.ADBBean {
-
-public static final javax.xml.namespace.QName MY_QNAME = new 
javax.xml.namespace.QName("http://ec2.amazonaws.com/doc/2012-08-15/";,
-"CancelReservedInstancesListingResponse", "ns1");
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for CancelReservedInstancesListingResponse
-*/
-
-protected com.amazon.ec2.CancelReservedInstancesListingResponseType 
localCancelReservedInstancesListingResponse;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.CancelReservedInstancesListingResponseType
-*/
-public com.amazon.ec2.CancelReservedInstancesListingResponseType 
getCancelReservedInstancesListingResponse() {
-return localCancelReservedInstancesListingResponse;
-}
-
-/**
-   * Auto generated setter method
-   * @param param CancelReservedInstancesListingResponse
-   */
-public void 
setCancelReservedInstancesListingResponse(com.amazon.ec2.CancelReservedInstancesListingResponseType
 param) {
-
-this.localCancelReservedInstancesListingResponse = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, MY_QNAME) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-
CancelReservedInstancesListingResponse.this.serialize(MY_QNAME, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(MY_QNAME, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWrit

[33/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AttributeValueType.java
--
diff --git a/awsapi/src/com/amazon/ec2/AttributeValueType.java 
b/awsapi/src/com/amazon/ec2/AttributeValueType.java
deleted file mode 100644
index c306b59..000
--- a/awsapi/src/com/amazon/ec2/AttributeValueType.java
+++ /dev/null
@@ -1,425 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AttributeValueType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AttributeValueType bean class
-*/
-
-public class AttributeValueType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = AttributeValueType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for Value
-*/
-
-protected java.lang.String localValue;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getValue() {
-return localValue;
-}
-
-/**
-   * Auto generated setter method
-   * @param param Value
-   */
-public void setValue(java.lang.String param) {
-
-this.localValue = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-AttributeValueType.this.serialize(parentQName, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-java.lang.String prefix = null;
-java.lang.String namespace = null;
-
-prefix = parentQName.getPrefix();
-namespace = parentQName.getNamespaceURI();
-
-if ((namespace != null) && (namespace.trim().length() > 0)) {
-java.lang.String writerPrefix = xmlWriter.getPrefix(namespace);
-if (writerPrefix != null) {
- 

[08/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/CreateRouteType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateRouteType.java 
b/awsapi/src/com/amazon/ec2/CreateRouteType.java
deleted file mode 100644
index 2e3f7e0..000
--- a/awsapi/src/com/amazon/ec2/CreateRouteType.java
+++ /dev/null
@@ -1,552 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateRouteType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateRouteType bean class
-*/
-
-public class CreateRouteType implements org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateRouteType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RouteTableId
-*/
-
-protected java.lang.String localRouteTableId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRouteTableId() {
-return localRouteTableId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RouteTableId
-   */
-public void setRouteTableId(java.lang.String param) {
-
-this.localRouteTableId = param;
-
-}
-
-/**
-* field for DestinationCidrBlock
-*/
-
-protected java.lang.String localDestinationCidrBlock;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getDestinationCidrBlock() {
-return localDestinationCidrBlock;
-}
-
-/**
-   * Auto generated setter method
-   * @param param DestinationCidrBlock
-   */
-public void setDestinationCidrBlock(java.lang.String param) {
-
-this.localDestinationCidrBlock = param;
-
-}
-
-/**
-* field for CreateRouteTypeChoice_type0
-*/
-
-protected com.amazon.ec2.CreateRouteTypeChoice_type0 
localCreateRouteTypeChoice_type0;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.CreateRouteTypeChoice_type0
-*/
-public com.amazon.ec2.CreateRouteTypeChoice_type0 
getCreateRouteTypeChoice_type0() {
-return localCreateRouteTypeChoice_type0;
-}
-
-/**
-   * Auto generated setter method
-   * @param param CreateRouteTypeChoice_type0
-   */
-public void 
setCreateRouteTypeChoice_type0(com.amazon.ec2.CreateRouteTypeChoice_type0 
param) {
-
-this.localCreateRouteTypeChoice_type0 = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateRouteType.this.serialize(pa

[49/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/resource/AmazonEC2/services.xml
--
diff --git a/awsapi/resource/AmazonEC2/services.xml 
b/awsapi/resource/AmazonEC2/services.xml
deleted file mode 100644
index 027aa18..000
--- a/awsapi/resource/AmazonEC2/services.xml
+++ /dev/null
@@ -1,605 +0,0 @@
-
-
-
-
-
-
-
-http://www.w3.org/ns/wsdl/in-out"; 
class="com.amazon.ec2.AmazonEC2MessageReceiverInOut"/>
-
-com.cloud.bridge.service.EC2SoapService
-true
-true
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-DescribePlacementGroups
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/DescribePlacementGroupsResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-CreateSecurityGroup
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/CreateSecurityGroupResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-ResetNetworkInterfaceAttribute
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/ResetNetworkInterfaceAttributeResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-CreateDhcpOptions
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/CreateDhcpOptionsResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-CreateRouteTable
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/CreateRouteTableResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-DescribeSubnets
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/DescribeSubnetsResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-DeactivateLicense
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/DeactivateLicenseResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-DeleteVpc
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/DeleteVpcResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-CancelSpotInstanceRequests
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/CancelSpotInstanceRequestsResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-CreateSubnet
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/CreateSubnetResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-DeleteVpnGateway
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/DeleteVpnGatewayResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-CreateNetworkAclEntry
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/CreateNetworkAclEntryResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-RequestSpotInstances
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/RequestSpotInstancesResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-DescribeVolumeAttribute
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/DescribeVolumeAttributeResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-AssociateDhcpOptions
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/AssociateDhcpOptionsResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-DescribeTags
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/DescribeTagsResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-ImportKeyPair
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/ImportKeyPairResponse
-
-http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>
-DeleteNetworkInterface
-
http://ec2.amazonaws.com/doc/2012-08-15/AmazonEC2PortType/DeleteNetworkInterfaceResponse
-
-http://www.w3.org/ns/wsdl/in

[31/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AuthorizeSecurityGroupIngressTypeChoice_type0.java
--
diff --git 
a/awsapi/src/com/amazon/ec2/AuthorizeSecurityGroupIngressTypeChoice_type0.java 
b/awsapi/src/com/amazon/ec2/AuthorizeSecurityGroupIngressTypeChoice_type0.java
deleted file mode 100644
index be1703e..000
--- 
a/awsapi/src/com/amazon/ec2/AuthorizeSecurityGroupIngressTypeChoice_type0.java
+++ /dev/null
@@ -1,489 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AuthorizeSecurityGroupIngressTypeChoice_type0.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AuthorizeSecurityGroupIngressTypeChoice_type0 bean class
-*/
-
-public class AuthorizeSecurityGroupIngressTypeChoice_type0 implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = AuthorizeSecurityGroupIngressTypeChoice_type0
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/** Whenever a new property is set ensure all others are unset
- *  There can be only one choice and the last one wins
- */
-private void clearAllSettingTrackers() {
-
-localGroupIdTracker = false;
-
-localGroupNameTracker = false;
-
-}
-
-/**
-* field for GroupId
-*/
-
-protected java.lang.String localGroupId;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localGroupIdTracker = false;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getGroupId() {
-return localGroupId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param GroupId
-   */
-public void setGroupId(java.lang.String param) {
-
-clearAllSettingTrackers();
-
-if (param != null) {
-//update the setting tracker
-localGroupIdTracker = true;
-} else {
-localGroupIdTracker = false;
-
-}
-
-this.localGroupId = param;
-
-}
-
-/**
-* field for GroupName
-*/
-
-protected java.lang.String localGroupName;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localGroupNameTracker = false;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getGroupName() {
-return localGroupName;
-}
-
-/**
-   * Auto generated setter method
-   * @param param GroupName
-   */
-public void setGroupName(java.lang.String param) {
-
-clearAllSettingTrackers();
-
-if (param != null) {
-//update the setting tracker
-localGroupNameTracker = true;
-} else {
-localGroupNameTracker = false;
-
-}
-
-this.localGroupName = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-

[43/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AmazonEC2SkeletonInterface.java
--
diff --git a/awsapi/src/com/amazon/ec2/AmazonEC2SkeletonInterface.java 
b/awsapi/src/com/amazon/ec2/AmazonEC2SkeletonInterface.java
deleted file mode 100644
index 77dd851..000
--- a/awsapi/src/com/amazon/ec2/AmazonEC2SkeletonInterface.java
+++ /dev/null
@@ -1,1194 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AmazonEC2SkeletonInterface.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:00:16 CEST)
- */
-package com.amazon.ec2;
-
-/**
- *  AmazonEC2SkeletonInterface java skeleton interface for the axisService
- */
-public interface AmazonEC2SkeletonInterface {
-
-/**
- * Auto generated method signature
- *
-* @param describePlacementGroups
- */
-
-public com.amazon.ec2.DescribePlacementGroupsResponse 
describePlacementGroups(com.amazon.ec2.DescribePlacementGroups 
describePlacementGroups);
-
-/**
- * Auto generated method signature
- *
-* @param createSecurityGroup
- */
-
-public com.amazon.ec2.CreateSecurityGroupResponse 
createSecurityGroup(com.amazon.ec2.CreateSecurityGroup createSecurityGroup);
-
-/**
- * Auto generated method signature
- *
-* @param resetNetworkInterfaceAttribute
- */
-
-public com.amazon.ec2.ResetNetworkInterfaceAttributeResponse 
resetNetworkInterfaceAttribute(
-com.amazon.ec2.ResetNetworkInterfaceAttribute 
resetNetworkInterfaceAttribute);
-
-/**
- * Auto generated method signature
- *
-* @param createDhcpOptions
- */
-
-public com.amazon.ec2.CreateDhcpOptionsResponse 
createDhcpOptions(com.amazon.ec2.CreateDhcpOptions createDhcpOptions);
-
-/**
- * Auto generated method signature
- *
-* @param createRouteTable
- */
-
-public com.amazon.ec2.CreateRouteTableResponse 
createRouteTable(com.amazon.ec2.CreateRouteTable createRouteTable);
-
-/**
- * Auto generated method signature
- *
-* @param describeSubnets
- */
-
-public com.amazon.ec2.DescribeSubnetsResponse 
describeSubnets(com.amazon.ec2.DescribeSubnets describeSubnets);
-
-/**
- * Auto generated method signature
- *
-* @param deactivateLicense
- */
-
-public com.amazon.ec2.DeactivateLicenseResponse 
deactivateLicense(com.amazon.ec2.DeactivateLicense deactivateLicense);
-
-/**
- * Auto generated method signature
- *
-* @param deleteVpc
- */
-
-public com.amazon.ec2.DeleteVpcResponse deleteVpc(com.amazon.ec2.DeleteVpc 
deleteVpc);
-
-/**
- * Auto generated method signature
- *
-* @param cancelSpotInstanceRequests
- */
-
-public com.amazon.ec2.CancelSpotInstanceRequestsResponse 
cancelSpotInstanceRequests(com.amazon.ec2.CancelSpotInstanceRequests 
cancelSpotInstanceRequests);
-
-/**
- * Auto generated method signature
- *
-* @param createSubnet
- */
-
-public com.amazon.ec2.CreateSubnetResponse 
createSubnet(com.amazon.ec2.CreateSubnet createSubnet);
-
-/**
- * Auto generated method signature
- *
-* @param deleteVpnGateway
- */
-
-public com.amazon.ec2.DeleteVpnGatewayResponse 
deleteVpnGateway(com.amazon.ec2.DeleteVpnGateway deleteVpnGateway);
-
-/**
- * Auto generated method signature
- *
-* @param createNetworkAclEntry
- */
-
-public com.amazon.ec2.CreateNetworkAclEntryResponse 
createNetworkAclEntry(com.amazon.ec2.CreateNetworkAclEntry 
createNetworkAclEntry);
-
-/**
- * Auto generated method signature
- *
-* @param requestSpotInstances
- */
-
-public com.amazon.ec2.RequestSpotInstancesResponse 
requestSpotInstances(com.ama

[54/54] [abbrv] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
CLOUDSTACK-8433: Remove awsapi 7080 port rules

- Removes port 7080 rules
- Removes directories and symlinks wrt 7080 tomcat/webapps

Signed-off-by: Rohit Yadav 


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d62a88cd
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d62a88cd
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d62a88cd

Branch: refs/heads/nuke-awsapi
Commit: d62a88cdec826cc8c36bf9594587697affb5802d
Parents: bb0d978
Author: Rohit Yadav 
Authored: Thu Apr 30 18:49:54 2015 +0200
Committer: Rohit Yadav 
Committed: Thu Apr 30 19:04:55 2015 +0200

--
 client/tomcatconf/server7-ssl.xml.in   | 106 
 debian/rules   |   1 -
 packaging/centos63/cloud.spec  |   4 --
 packaging/centos7/cloud.spec   |   4 --
 packaging/fedora20/cloud.spec  |   4 --
 packaging/fedora21/cloud.spec  |   4 --
 python/lib/cloudutils/serviceConfig.py |   2 +-
 tools/devcloud/src/Vagrantfile |   1 -
 8 files changed, 1 insertion(+), 125 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d62a88cd/client/tomcatconf/server7-ssl.xml.in
--
diff --git a/client/tomcatconf/server7-ssl.xml.in 
b/client/tomcatconf/server7-ssl.xml.in
index 2c30651..2633bca 100755
--- a/client/tomcatconf/server7-ssl.xml.in
+++ b/client/tomcatconf/server7-ssl.xml.in
@@ -154,110 +154,4 @@
   
 
   
-
-  
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  
-  
-
-  
-  
-
-  
-  
-
-  
-  
-
-
-
-
-
-
-
-  
-
-  
 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d62a88cd/debian/rules
--
diff --git a/debian/rules b/debian/rules
index b27b3c4..0f0ec05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,7 +57,6 @@ override_dh_auto_install:
mkdir -p $(DESTDIR)/$(SYSCONFDIR)/sudoers.d/
mkdir -p $(DESTDIR)/usr/share/$(PACKAGE)-management
mkdir -p $(DESTDIR)/usr/share/$(PACKAGE)-management/webapps/client
-   mkdir -p $(DESTDIR)/usr/share/$(PACKAGE)-management/webapps7080
mkdir $(DESTDIR)/usr/share/$(PACKAGE)-management/setup
mkdir $(DESTDIR)/var/log/$(PACKAGE)/management
mkdir $(DESTDIR)/var/cache/$(PACKAGE)/management

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d62a88cd/packaging/centos63/cloud.spec
--
diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec
index fb953ce..04137b5 100644
--- a/packaging/centos63/cloud.spec
+++ b/packaging/centos63/cloud.spec
@@ -394,10 +394,6 @@ if [ "$1" == "1" ] ; then
 /sbin/chkconfig --level 345 cloudstack-management on > /dev/null 2>&1 || 
true
 fi
 
-if [ -d "%{_datadir}/%{name}-management" ] ; then
-   ln -s %{_datadir}/%{name}-bridge/webapps 
%{_datadir}/%{name}-management/webapps7080
-fi
-
 if [ ! -f 
%{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util ] ; then
 echo Please download vhd-util from 
http://download.cloud.com.s3.amazonaws.com/tools/vhd-util and put it in 
 echo %{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d62a88cd/packaging/centos7/cloud.spec
--
diff --git a/packaging/centos7/cloud.spec b/packaging/centos7/cloud.spec
index d46c4f6..4815693 100644
--- a/packaging/centos7/cloud.spec
+++ b/packaging/centos7/cloud.spec
@@ -360,10 +360,6 @@ if [ "$1" == "1" ] ; then
 /usr/bin/systemctl on cloudstack-management > /dev/null 2>&1 || true
 fi
 
-if [ -d "%{_datadir}/%{name}-management" ] ; then
-   ln -s %{_datadir}/%{name}-bridge/webapps 
%{_datadir}/%{name}-management/webapps7080
-fi
-
 if [ ! -f 
%{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util ] ; then
 echo Please download vhd-util from 
http://download.cloud.com.s3.amazonaws.com/tools/vhd-util and put it in 
 echo %{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d62a88cd/packaging/fedora20/cloud.spec
--
diff --git a/packaging/fedora20/cloud.spec b/packaging/fedora20/cloud.spec
index 1f323f7..7054ed5 100644
--- a/packaging/fedora20/cloud.spec
+++ b/packaging/fedora20/cloud.spec
@@ -396,10 +396,6 @@ if [ "$1" == "1" ] ; then
 /sbin/chkconfig --level 345 cloudstack-management on > /dev/null 2>&1 || 
true
 fi
 
-if [ -d "%{_datadir}/%{name}-management"

[38/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AttachInternetGatewayResponse.java
--
diff --git a/awsapi/src/com/amazon/ec2/AttachInternetGatewayResponse.java 
b/awsapi/src/com/amazon/ec2/AttachInternetGatewayResponse.java
deleted file mode 100644
index a765ed6..000
--- a/awsapi/src/com/amazon/ec2/AttachInternetGatewayResponse.java
+++ /dev/null
@@ -1,324 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AttachInternetGatewayResponse.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AttachInternetGatewayResponse bean class
-*/
-
-public class AttachInternetGatewayResponse implements 
org.apache.axis2.databinding.ADBBean {
-
-public static final javax.xml.namespace.QName MY_QNAME = new 
javax.xml.namespace.QName("http://ec2.amazonaws.com/doc/2012-08-15/";, 
"AttachInternetGatewayResponse",
-"ns1");
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for AttachInternetGatewayResponse
-*/
-
-protected com.amazon.ec2.AttachInternetGatewayResponseType 
localAttachInternetGatewayResponse;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.AttachInternetGatewayResponseType
-*/
-public com.amazon.ec2.AttachInternetGatewayResponseType 
getAttachInternetGatewayResponse() {
-return localAttachInternetGatewayResponse;
-}
-
-/**
-   * Auto generated setter method
-   * @param param AttachInternetGatewayResponse
-   */
-public void 
setAttachInternetGatewayResponse(com.amazon.ec2.AttachInternetGatewayResponseType
 param) {
-
-this.localAttachInternetGatewayResponse = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, MY_QNAME) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-AttachInternetGatewayResponse.this.serialize(MY_QNAME, 
factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(MY_QNAME, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-//We can safely assume an element h

[42/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AssignPrivateIpAddressesSetItemRequestType.java
--
diff --git 
a/awsapi/src/com/amazon/ec2/AssignPrivateIpAddressesSetItemRequestType.java 
b/awsapi/src/com/amazon/ec2/AssignPrivateIpAddressesSetItemRequestType.java
deleted file mode 100644
index 55365b1..000
--- a/awsapi/src/com/amazon/ec2/AssignPrivateIpAddressesSetItemRequestType.java
+++ /dev/null
@@ -1,425 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AssignPrivateIpAddressesSetItemRequestType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AssignPrivateIpAddressesSetItemRequestType bean class
-*/
-
-public class AssignPrivateIpAddressesSetItemRequestType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = AssignPrivateIpAddressesSetItemRequestType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for PrivateIpAddress
-*/
-
-protected java.lang.String localPrivateIpAddress;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getPrivateIpAddress() {
-return localPrivateIpAddress;
-}
-
-/**
-   * Auto generated setter method
-   * @param param PrivateIpAddress
-   */
-public void setPrivateIpAddress(java.lang.String param) {
-
-this.localPrivateIpAddress = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-
AssignPrivateIpAddressesSetItemRequestType.this.serialize(parentQName, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-java.lang.String prefix = null;
-java.lang.String namespace = null;
-
-

[40/54] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to d62a88c

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/954bfa2c/awsapi/src/com/amazon/ec2/AssociateAddressTypeChoice_type1.java
--
diff --git a/awsapi/src/com/amazon/ec2/AssociateAddressTypeChoice_type1.java 
b/awsapi/src/com/amazon/ec2/AssociateAddressTypeChoice_type1.java
deleted file mode 100644
index 4ac01fe..000
--- a/awsapi/src/com/amazon/ec2/AssociateAddressTypeChoice_type1.java
+++ /dev/null
@@ -1,489 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AssociateAddressTypeChoice_type1.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AssociateAddressTypeChoice_type1 bean class
-*/
-
-public class AssociateAddressTypeChoice_type1 implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = AssociateAddressTypeChoice_type1
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/** Whenever a new property is set ensure all others are unset
- *  There can be only one choice and the last one wins
- */
-private void clearAllSettingTrackers() {
-
-localNetworkInterfaceIdTracker = false;
-
-localInstanceIdTracker = false;
-
-}
-
-/**
-* field for NetworkInterfaceId
-*/
-
-protected java.lang.String localNetworkInterfaceId;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localNetworkInterfaceIdTracker = false;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getNetworkInterfaceId() {
-return localNetworkInterfaceId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param NetworkInterfaceId
-   */
-public void setNetworkInterfaceId(java.lang.String param) {
-
-clearAllSettingTrackers();
-
-if (param != null) {
-//update the setting tracker
-localNetworkInterfaceIdTracker = true;
-} else {
-localNetworkInterfaceIdTracker = false;
-
-}
-
-this.localNetworkInterfaceId = param;
-
-}
-
-/**
-* field for InstanceId
-*/
-
-protected java.lang.String localInstanceId;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localInstanceIdTracker = false;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getInstanceId() {
-return localInstanceId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param InstanceId
-   */
-public void setInstanceId(java.lang.String param) {
-
-clearAllSettingTrackers();
-
-if (param != null) {
-//update the setting tracker
-localInstanceIdTracker = true;
-} else {
-localInstanceIdTracker = false;
-
-}
-
-this.localInstanceId = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isRead

Build failed in Jenkins: cloudstack-marvin #1774

2015-04-30 Thread Apache Jenkins Server
See 

Changes:

[rohit.yadav] debian: force maven to use the default $home/.m2 repo

--
[...truncated 3345 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-plugin-hypervisor-ovm3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to 

[JENKINS] Archiving disabled
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[2.633s]
[INFO] Apache CloudStack . SUCCESS [1.833s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [2.281s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [3.213s]
[INFO] Apache CloudStack Utils ... SUCCESS [8.720s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.211s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [5.907s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [3.580s]
[INFO] Apache CloudStack API . SUCCESS [11.198s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [2.383s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [4.344s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.202s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [4.870s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [3.321s]
[INFO] Apache CloudStack Core  SUCCESS [28.885s]
[INFO] Apache CloudStack Agents .. SUCCESS [7.500s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [3.161s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [2.349s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [12.530s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [4.547s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [3.460s]
[INFO] Apache CloudStack Server .. SUCCESS [20.498s]
[INFO] Apache CloudStack Usage Server  SUCCESS [4.567s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS [6.407s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.192s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.674s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [4.611s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [5.695s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [4.825s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [3.115s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [3.006s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [2.636s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [5.209s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [2.621s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [9.855s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.625s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [3.577s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[2.909s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[4.919s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [3.570s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [4.465s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [3.795s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor  SUCCESS [3.988s]
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor  SUCCESS 
[3.867s]
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner  
SUCCESS [3.097s]
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner  SUCCESS 
[3.294s]
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner  SUCCESS [5.257s]
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner  SUCCESS [3.573s]
[INFO] Apache CloudStack Plugin - Host Allocator Random .. SUCCESS [3.486s]
[INFO] Apache CloudStack Plugin - Dedicated Resources  SUCCESS [4.389s]
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM  SUCCESS [3.607s]
[INFO] Apache CloudStack Plugin - Open vSwitch ... SUCCESS [3.640s]
[INFO] Apache CloudStack Plugin - Hypervisor XenServer ... SUCCESS [6.994s]
[INFO] Apache CloudStack Plugin - Hypervisor KVM . SUCCESS [6.481s]
[INFO] Apache CloudStack Plu

git commit: updated refs/heads/master to 00962d4

2015-04-30 Thread aprateek
Repository: cloudstack
Updated Branches:
  refs/heads/master a86034e36 -> 00962d4a5


CLOUDSTACK-8429: removing some tests as they timeout on travis


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/00962d4a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/00962d4a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/00962d4a

Branch: refs/heads/master
Commit: 00962d4a5fb39b76301ce4cdf7da2a2415693bb4
Parents: a86034e
Author: Abhinandan Prateek 
Authored: Thu Apr 30 20:32:10 2015 +0530
Committer: Abhinandan Prateek 
Committed: Fri May 1 09:01:04 2015 +0530

--
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/00962d4a/.travis.yml
--
diff --git a/.travis.yml b/.travis.yml
index bfa4d20..6f3992b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,10 +30,10 @@ env:
 - TESTS="smoke/test_secondary_storage smoke/test_service_offerings 
smoke/test_ssvm smoke/test_templates"
 - TESTS="smoke/test_multipleips_per_nic smoke/test_network 
smoke/test_non_contigiousvlan smoke/test_over_provisioning"
 - TESTS="smoke/test_volumes smoke/test_vpc_vpn smoke/misc/test_deploy_vm 
smoke/test_vm_life_cycle component/test_mm_max_limits"
-- TESTS="component/test_acl_isolatednetwork_delete 
component/test_acl_isolatednetwork component/test_mm_domain_limits 
component/test_acl_listsnapshot"
+- TESTS="component/test_acl_isolatednetwork_delete 
component/test_mm_domain_limits component/test_acl_listsnapshot"
 - TESTS="component/test_acl_listvm component/test_acl_listvolume 
component/test_acl_sharednetwork_deployVM-impersonation 
component/test_acl_sharednetwork"
-- TESTS="component/test_regions_accounts component/test_resource_limits 
component/test_snapshots component/test_usage component/test_volumes 
component/test_vpc"
-- TESTS="component/test_vpc_network component/test_vpc_network_lbrules 
component/test_vpc_offerings component/test_vpc_routers 
component/test_vpc_vms_deployment"
+- TESTS="component/test_resource_limits component/test_snapshots 
component/test_usage component/test_volumes component/test_vpc"
+- TESTS="component/test_vpc_network component/test_vpc_network_lbrules 
component/test_vpc_offerings"
 before_install: travis_wait 30 ./tools/travis/before_install.sh
 install: ./tools/travis/install.sh
 before_script: travis_wait 30 ./tools/travis/before_script.sh



Build failed in Jenkins: cloudstack-marvin #1775

2015-04-30 Thread Apache Jenkins Server
See 

Changes:

[abhinandan.prateek] CLOUDSTACK-8429: removing some tests as they timeout on 
travis

--
[...truncated 3345 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-plugin-hypervisor-ovm3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to 

[JENKINS] Archiving disabled
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[2.008s]
[INFO] Apache CloudStack . SUCCESS [1.270s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [1.016s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [2.575s]
[INFO] Apache CloudStack Utils ... SUCCESS [6.404s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.198s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [4.027s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [3.128s]
[INFO] Apache CloudStack API . SUCCESS [8.891s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [2.101s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [3.339s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.158s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [3.376s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [2.239s]
[INFO] Apache CloudStack Core  SUCCESS [17.630s]
[INFO] Apache CloudStack Agents .. SUCCESS [4.397s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [2.467s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [1.926s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [8.638s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [3.516s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [2.568s]
[INFO] Apache CloudStack Server .. SUCCESS [14.957s]
[INFO] Apache CloudStack Usage Server  SUCCESS [4.153s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS [5.246s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.192s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.628s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [3.991s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [4.207s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [3.437s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [2.548s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [2.488s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [2.607s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [4.480s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [2.085s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [7.410s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.526s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [3.154s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[2.577s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[3.744s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [2.398s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [3.002s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [2.246s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor  SUCCESS [2.322s]
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor  SUCCESS 
[2.348s]
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner  
SUCCESS [2.225s]
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner  SUCCESS 
[2.215s]
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner  SUCCESS [3.078s]
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner  SUCCESS [2.156s]
[INFO] Apache CloudStack Plugin - Host Allocator Random .. SUCCESS [2.212s]
[INFO] Apache CloudStack Plugin - Dedicated Resources  SUCCESS [3.302s]
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM  SUCCESS [2.733s]
[INFO] Apache CloudStack Plugin - Open vSwitch ... SUCCESS [2.758s]
[INFO] Apache CloudStack Plugin - Hypervisor XenServer ... SUCCESS [5.083s]
[INFO] Apache CloudStack Plugin - Hypervisor KVM . SUCCESS [5.322s]
[INFO] Apache

git commit: updated refs/heads/master to 58e5dca

2015-04-30 Thread rajani
Repository: cloudstack
Updated Branches:
  refs/heads/master 00962d4a5 -> 58e5dca8e


CLOUDSTACK-8335: removed ceph repository - artifact resolved from maven central

Signed-off-by: Laszlo Hornyak 
Signed-off-by: Rajani Karuturi 


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/58e5dca8
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/58e5dca8
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/58e5dca8

Branch: refs/heads/master
Commit: 58e5dca8ef300cce7547face1bd700b843dd0e31
Parents: 00962d4
Author: Laszlo Hornyak 
Authored: Thu Apr 30 20:58:59 2015 +0200
Committer: Rajani Karuturi 
Committed: Fri May 1 11:10:06 2015 +0530

--
 plugins/hypervisors/kvm/pom.xml | 9 -
 1 file changed, 9 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/58e5dca8/plugins/hypervisors/kvm/pom.xml
--
diff --git a/plugins/hypervisors/kvm/pom.xml b/plugins/hypervisors/kvm/pom.xml
index 1ab8941..1cd2d6e 100644
--- a/plugins/hypervisors/kvm/pom.xml
+++ b/plugins/hypervisors/kvm/pom.xml
@@ -18,15 +18,6 @@
 4.6.0-SNAPSHOT
 ../../pom.xml
   
-  
-
-  ceph-com
-  http://eu.ceph.com/maven
-  
-false
-  
-
-  
   
 
   commons-io



Build failed in Jenkins: cloudstack-marvin #1776

2015-04-30 Thread Apache Jenkins Server
See 

Changes:

[rajanikaruturi] CLOUDSTACK-8335: removed ceph repository - artifact resolved 
from maven central

--
[...truncated 3296 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-plugin-hypervisor-ovm3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to 

[JENKINS] Archiving disabled
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[2.102s]
[INFO] Apache CloudStack . SUCCESS [1.380s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [1.127s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [2.651s]
[INFO] Apache CloudStack Utils ... SUCCESS [7.887s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.199s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [4.194s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [2.856s]
[INFO] Apache CloudStack API . SUCCESS [8.325s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [2.462s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [3.338s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.201s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [3.262s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [2.156s]
[INFO] Apache CloudStack Core  SUCCESS [17.139s]
[INFO] Apache CloudStack Agents .. SUCCESS [4.186s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [2.414s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [1.850s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [8.505s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [3.580s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [2.946s]
[INFO] Apache CloudStack Server .. SUCCESS [14.724s]
[INFO] Apache CloudStack Usage Server  SUCCESS [4.237s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS [5.204s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.229s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.554s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [3.901s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [4.077s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [3.496s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [2.556s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [2.465s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [2.386s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [4.304s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [2.058s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [7.764s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.598s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [3.194s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[2.494s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[3.795s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [2.406s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [3.026s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [2.202s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor  SUCCESS [2.302s]
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor  SUCCESS 
[2.305s]
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner  
SUCCESS [2.167s]
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner  SUCCESS 
[2.204s]
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner  SUCCESS [3.098s]
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner  SUCCESS [2.185s]
[INFO] Apache CloudStack Plugin - Host Allocator Random .. SUCCESS [2.228s]
[INFO] Apache CloudStack Plugin - Dedicated Resources  SUCCESS [3.249s]
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM  SUCCESS [2.717s]
[INFO] Apache CloudStack Plugin - Open vSwitch ... SUCCESS [2.707s]
[INFO] Apache CloudStack Plugin - Hypervisor XenServer ... SUCCESS [5.112s]
[INFO] Apache CloudStack Plugin - Hypervisor KVM . SUCCESS [5.059s]

git commit: updated refs/heads/master to 9e3b825

2015-04-30 Thread dahn
Repository: cloudstack
Updated Branches:
  refs/heads/master 58e5dca8e -> 9e3b825f9


findbugs: make default encoding explicit

Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9e3b825f
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9e3b825f
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9e3b825f

Branch: refs/heads/master
Commit: 9e3b825f9195a50c26dcd72807ae94797690d769
Parents: 58e5dca
Author: Daan Hoogland 
Authored: Fri May 1 08:20:27 2015 +0200
Committer: Daan Hoogland 
Committed: Fri May 1 08:20:27 2015 +0200

--
 utils/src/com/cloud/utils/EncryptionUtil.java | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9e3b825f/utils/src/com/cloud/utils/EncryptionUtil.java
--
diff --git a/utils/src/com/cloud/utils/EncryptionUtil.java 
b/utils/src/com/cloud/utils/EncryptionUtil.java
index e3ca4b0..e46bb9f 100644
--- a/utils/src/com/cloud/utils/EncryptionUtil.java
+++ b/utils/src/com/cloud/utils/EncryptionUtil.java
@@ -18,17 +18,20 @@
  */
 package com.cloud.utils;
 
-import com.cloud.utils.exception.CloudRuntimeException;
+import java.io.UnsupportedEncodingException;
+import java.nio.charset.Charset;
+import java.security.InvalidKeyException;
+import java.security.NoSuchAlgorithmException;
+
+import javax.crypto.Mac;
+import javax.crypto.spec.SecretKeySpec;
+
 import org.apache.commons.codec.binary.Base64;
 import org.apache.log4j.Logger;
 import org.jasypt.encryption.pbe.PBEStringEncryptor;
 import org.jasypt.encryption.pbe.StandardPBEStringEncryptor;
 
-import javax.crypto.Mac;
-import javax.crypto.spec.SecretKeySpec;
-import java.io.UnsupportedEncodingException;
-import java.security.InvalidKeyException;
-import java.security.NoSuchAlgorithmException;
+import com.cloud.utils.exception.CloudRuntimeException;
 
 public class EncryptionUtil {
 public static final Logger s_logger = 
Logger.getLogger(EncryptionUtil.class.getName());
@@ -60,7 +63,7 @@ public class EncryptionUtil {
 final Mac mac = Mac.getInstance("HmacSHA1");
 final SecretKeySpec keySpec = new 
SecretKeySpec(key.getBytes("UTF-8"), "HmacSHA1");
 mac.init(keySpec);
-mac.update(data.getBytes());
+mac.update(data.getBytes(Charset.defaultCharset()));
 final byte[] encryptedBytes = mac.doFinal();
 return Base64.encodeBase64String(encryptedBytes);
 } catch (NoSuchAlgorithmException | InvalidKeyException | 
UnsupportedEncodingException e) {



Build failed in Jenkins: cloudstack-apidocs-master #1928

2015-04-30 Thread Apache Jenkins Server
See 

Changes:

[dhoogland] findbugs: make default encoding explicit

--
[...truncated 4594 lines...]
[JENKINS] Archiving disabled
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[7.000s]
[INFO] Apache CloudStack . SUCCESS [4.118s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [2.099s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [29.835s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:08.095s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.606s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [8.075s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [5.566s]
[INFO] Apache CloudStack API . SUCCESS [13.188s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [5.746s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [4.898s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.602s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [5.805s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [3.346s]
[INFO] Apache CloudStack Core  SUCCESS [23.122s]
[INFO] Apache CloudStack Agents .. SUCCESS [7.295s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [3.699s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [3.011s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [11.630s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [4.983s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [3.733s]
[INFO] Apache CloudStack Server .. SUCCESS [41.529s]
[INFO] Apache CloudStack Usage Server  SUCCESS [7.569s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS [6.717s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.542s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [1.109s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [6.152s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [6.783s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [5.103s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [3.702s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [3.740s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [3.408s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [8.797s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [3.249s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [10.244s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [1.048s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [7.548s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[3.815s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[8.320s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [3.649s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [5.609s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [3.452s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor  SUCCESS [3.313s]
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor  SUCCESS 
[3.411s]
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner  
SUCCESS [3.337s]
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner  SUCCESS 
[3.456s]
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner  SUCCESS [7.892s]
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner  SUCCESS [3.397s]
[INFO] Apache CloudStack Plugin - Host Allocator Random .. SUCCESS [3.547s]
[INFO] Apache CloudStack Plugin - Dedicated Resources  SUCCESS [7.133s]
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM  SUCCESS [4.207s]
[INFO] Apache CloudStack Plugin - Open vSwitch ... SUCCESS [3.994s]
[INFO] Apache CloudStack Plugin - Hypervisor XenServer ... SUCCESS [16.300s]
[INFO] Apache CloudStack Plugin - Hypervisor KVM . SUCCESS [9.669s]
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus . SUCCESS [3.482s]
[INFO] Apache CloudStack Plugin - In Memory Event Bus  SUCCESS [5.493s]
[INFO] Apache CloudStack Plugin - Kafka Event Bus  SUCCESS [3.646s]
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal ... SUCCESS [4.452s]
[INFO] Apache CloudStack Plugin - Hypervisor UCS . SUCCESS [3.531s]
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V . SUC

git commit: updated refs/heads/master to 4b2ce34

2015-04-30 Thread jayapal
Repository: cloudstack
Updated Branches:
  refs/heads/master 0bd0a5ec5 -> 4b2ce34bc


CLOUDSTACK-8406: Fixed selecting userdata as VR with dhcp service


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4b2ce34b
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4b2ce34b
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4b2ce34b

Branch: refs/heads/master
Commit: 4b2ce34bc9931b3fd9ea99ffc2f19b15f1606c05
Parents: 0bd0a5e
Author: Jayapal 
Authored: Thu Apr 30 12:21:15 2015 +0530
Committer: Jayapal 
Committed: Thu Apr 30 12:21:15 2015 +0530

--
 .../configuration/ConfigurationManagerImpl.java | 16 
 1 file changed, 16 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4b2ce34b/server/src/com/cloud/configuration/ConfigurationManagerImpl.java
--
diff --git a/server/src/com/cloud/configuration/ConfigurationManagerImpl.java 
b/server/src/com/cloud/configuration/ConfigurationManagerImpl.java
index ecd28e8..d0d0315 100644
--- a/server/src/com/cloud/configuration/ConfigurationManagerImpl.java
+++ b/server/src/com/cloud/configuration/ConfigurationManagerImpl.java
@@ -3923,6 +3923,8 @@ public class ConfigurationManagerImpl extends ManagerBase 
implements Configurati
 Map> providerCombinationToVerify = new 
HashMap>();
 Map> svcPrv = cmd.getServiceProviders();
 Provider firewallProvider = null;
+Provider dhcpProvider = null;
+Boolean IsVrUserdataProvider = false;
 if (svcPrv != null) {
 for (String serviceStr : svcPrv.keySet()) {
 Network.Service service = 
Network.Service.getService(serviceStr);
@@ -3952,6 +3954,14 @@ public class ConfigurationManagerImpl extends 
ManagerBase implements Configurati
 firewallProvider = Provider.VirtualRouter;
 }
 
+if (service == Service.Dhcp) {
+dhcpProvider = provider;
+}
+
+if (service == Service.UserData && provider == 
Provider.VirtualRouter) {
+IsVrUserdataProvider = true;
+}
+
 providers.add(provider);
 
 Set serviceSet = null;
@@ -3971,6 +3981,12 @@ public class ConfigurationManagerImpl extends 
ManagerBase implements Configurati
 }
 }
 
+// dhcp provider and userdata provider should be same because vm will 
be contacting dhcp server for user data.
+if (dhcpProvider == null && IsVrUserdataProvider) {
+s_logger.debug("User data provider VR can't be selected without VR 
as dhcp provider. In this case VM fails to contact the DHCP server for 
userdata");
+throw new InvalidParameterValueException("Without VR as dhcp 
provider, User data can't selected for VR. Please select VR as DHCP provider ");
+}
+
 // validate providers combination here
 _networkModel.canProviderSupportServices(providerCombinationToVerify);
 



Build failed in Jenkins: cloudstack-apidocs-master #1919

2015-04-30 Thread Apache Jenkins Server
See 

Changes:

[jayapal] CLOUDSTACK-8406: Fixed selecting userdata as VR with dhcp service

--
[...truncated 5331 lines...]
[JENKINS] Archiving disabled
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[7.712s]
[INFO] Apache CloudStack . SUCCESS [3.834s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [2.767s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [29.855s]
[INFO] Apache CloudStack Utils ... SUCCESS [50.000s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.681s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [7.395s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [5.273s]
[INFO] Apache CloudStack API . SUCCESS [12.893s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [5.204s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [4.688s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.519s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [5.701s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [3.321s]
[INFO] Apache CloudStack Core  SUCCESS [22.745s]
[INFO] Apache CloudStack Agents .. SUCCESS [8.221s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [3.488s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [2.854s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [11.219s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [4.963s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [3.662s]
[INFO] Apache CloudStack Server .. SUCCESS [41.668s]
[INFO] Apache CloudStack Usage Server  SUCCESS [7.332s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS [6.663s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.638s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [1.039s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [5.618s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [6.528s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [4.948s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [3.863s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [3.742s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [3.400s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [8.743s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [3.063s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [8.716s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [1.252s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [7.546s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[3.720s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[6.649s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [3.511s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [5.485s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [3.230s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor  SUCCESS [3.247s]
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor  SUCCESS 
[3.434s]
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner  
SUCCESS [3.347s]
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner  SUCCESS 
[3.316s]
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner  SUCCESS [7.862s]
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner  SUCCESS [3.310s]
[INFO] Apache CloudStack Plugin - Host Allocator Random .. SUCCESS [3.246s]
[INFO] Apache CloudStack Plugin - Dedicated Resources  SUCCESS [7.018s]
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM  SUCCESS [4.133s]
[INFO] Apache CloudStack Plugin - Open vSwitch ... SUCCESS [3.811s]
[INFO] Apache CloudStack Plugin - Hypervisor XenServer ... SUCCESS [15.868s]
[INFO] Apache CloudStack Plugin - Hypervisor KVM . SUCCESS [11.034s]
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus . SUCCESS [3.628s]
[INFO] Apache CloudStack Plugin - In Memory Event Bus  SUCCESS [5.266s]
[INFO] Apache CloudStack Plugin - Kafka Event Bus  SUCCESS [3.612s]
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal ... SUCCESS [4.234s]
[INFO] Apache CloudStack Plugin - Hypervisor UCS . SUCCESS [3.630s]
[INFO] Apache CloudStack Plugin - Hypervi

git commit: updated refs/heads/4.5 to 9642e86

2015-04-30 Thread jayapal
Repository: cloudstack
Updated Branches:
  refs/heads/4.5 0e7975d4d -> 9642e862d


CLOUDSTACK-8406: Fixed selecting userdata as VR with dhcp service


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9642e862
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9642e862
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9642e862

Branch: refs/heads/4.5
Commit: 9642e862d65606fcfbecd909305b94c8fce82fcf
Parents: 0e7975d
Author: Jayapal 
Authored: Thu Apr 30 12:21:15 2015 +0530
Committer: Jayapal 
Committed: Thu Apr 30 12:24:24 2015 +0530

--
 .../configuration/ConfigurationManagerImpl.java | 16 
 1 file changed, 16 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9642e862/server/src/com/cloud/configuration/ConfigurationManagerImpl.java
--
diff --git a/server/src/com/cloud/configuration/ConfigurationManagerImpl.java 
b/server/src/com/cloud/configuration/ConfigurationManagerImpl.java
index b18e154..5c97af7 100755
--- a/server/src/com/cloud/configuration/ConfigurationManagerImpl.java
+++ b/server/src/com/cloud/configuration/ConfigurationManagerImpl.java
@@ -3808,6 +3808,8 @@ public class ConfigurationManagerImpl extends ManagerBase 
implements Configurati
 Map> providerCombinationToVerify = new 
HashMap>();
 Map> svcPrv = cmd.getServiceProviders();
 Provider firewallProvider = null;
+Provider dhcpProvider = null;
+Boolean IsVrUserdataProvider = false;
 if (svcPrv != null) {
 for (String serviceStr : svcPrv.keySet()) {
 Network.Service service = 
Network.Service.getService(serviceStr);
@@ -3837,6 +3839,14 @@ public class ConfigurationManagerImpl extends 
ManagerBase implements Configurati
 firewallProvider = Provider.VirtualRouter;
 }
 
+if (service == Service.Dhcp) {
+dhcpProvider = provider;
+}
+
+if (service == Service.UserData && provider == 
Provider.VirtualRouter) {
+IsVrUserdataProvider = true;
+}
+
 providers.add(provider);
 
 Set serviceSet = null;
@@ -3856,6 +3866,12 @@ public class ConfigurationManagerImpl extends 
ManagerBase implements Configurati
 }
 }
 
+// dhcp provider and userdata provider should be same because vm will 
be contacting dhcp server for user data.
+if (dhcpProvider == null && IsVrUserdataProvider) {
+s_logger.debug("User data provider VR can't be selected without VR 
as dhcp provider. In this case VM fails to contact the DHCP server for 
userdata");
+throw new InvalidParameterValueException("Without VR as dhcp 
provider, User data can't selected for VR. Please select VR as DHCP provider ");
+}
+
 // validate providers combination here
 _networkModel.canProviderSupportServices(providerCombinationToVerify);
 



git commit: updated refs/heads/master to 2133c30

2015-04-30 Thread rajeshbattala
Repository: cloudstack
Updated Branches:
  refs/heads/master 4b2ce34bc -> 2133c302f


CLOUDSTACK-8413: Fixed resource tags on disk are lost when migrate to another 
storage

During cold volume migration we are duplicating volume entry in volumes table.
When migration is complete, we update the uuid of new entry and expunge the 
older entry.
This results in removal of resource tags on volume as its resource id still 
pointing to older volume.
As part of fix while updating uuid for volume, we are updating resource_id for 
tags also.

This closes #194


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2133c302
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2133c302
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2133c302

Branch: refs/heads/master
Commit: 2133c302f4bf1f4224648bef4689a8a9f725ccd6
Parents: 4b2ce34
Author: Anshul Gangwar 
Authored: Thu Feb 19 16:22:20 2015 +0530
Committer: Rajesh Battala 
Committed: Thu Apr 30 14:34:20 2015 +0530

--
 api/src/com/cloud/server/ResourceTag.java |  2 ++
 .../schema/src/com/cloud/storage/dao/VolumeDaoImpl.java   |  1 +
 engine/schema/src/com/cloud/tags/ResourceTagVO.java   |  4 
 engine/schema/src/com/cloud/tags/dao/ResourceTagDao.java  |  1 +
 .../src/com/cloud/tags/dao/ResourceTagsDaoImpl.java   | 10 ++
 5 files changed, 18 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2133c302/api/src/com/cloud/server/ResourceTag.java
--
diff --git a/api/src/com/cloud/server/ResourceTag.java 
b/api/src/com/cloud/server/ResourceTag.java
index 16d6dc2..ce09fdf 100644
--- a/api/src/com/cloud/server/ResourceTag.java
+++ b/api/src/com/cloud/server/ResourceTag.java
@@ -92,6 +92,8 @@ public interface ResourceTag extends ControlledEntity, 
Identity, InternalIdentit
  */
 long getResourceId();
 
+void setResourceId(long resourceId);
+
 /**
  * @return
  */

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2133c302/engine/schema/src/com/cloud/storage/dao/VolumeDaoImpl.java
--
diff --git a/engine/schema/src/com/cloud/storage/dao/VolumeDaoImpl.java 
b/engine/schema/src/com/cloud/storage/dao/VolumeDaoImpl.java
index 66e8979..85d08b8 100644
--- a/engine/schema/src/com/cloud/storage/dao/VolumeDaoImpl.java
+++ b/engine/schema/src/com/cloud/storage/dao/VolumeDaoImpl.java
@@ -626,6 +626,7 @@ public class VolumeDaoImpl extends GenericDaoBase implements Vol
 destVol.setInstanceId(instanceId);
 update(srcVolId, srcVol);
 update(destVolId, destVol);
+_tagsDao.updateResourceId(srcVolId, destVolId, 
ResourceObjectType.Volume);
 } catch (Exception e) {
 throw new CloudRuntimeException("Unable to persist the sequence 
number for this host");
 }

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2133c302/engine/schema/src/com/cloud/tags/ResourceTagVO.java
--
diff --git a/engine/schema/src/com/cloud/tags/ResourceTagVO.java 
b/engine/schema/src/com/cloud/tags/ResourceTagVO.java
index ea1..cc29d8e 100644
--- a/engine/schema/src/com/cloud/tags/ResourceTagVO.java
+++ b/engine/schema/src/com/cloud/tags/ResourceTagVO.java
@@ -143,6 +143,10 @@ public class ResourceTagVO implements ResourceTag {
 return resourceId;
 }
 
+@Override public void setResourceId(long resourceId) {
+this.resourceId = resourceId;
+}
+
 @Override
 public ResourceObjectType getResourceType() {
 return resourceType;

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2133c302/engine/schema/src/com/cloud/tags/dao/ResourceTagDao.java
--
diff --git a/engine/schema/src/com/cloud/tags/dao/ResourceTagDao.java 
b/engine/schema/src/com/cloud/tags/dao/ResourceTagDao.java
index fffe2a47..87662ef 100644
--- a/engine/schema/src/com/cloud/tags/dao/ResourceTagDao.java
+++ b/engine/schema/src/com/cloud/tags/dao/ResourceTagDao.java
@@ -34,4 +34,5 @@ public interface ResourceTagDao extends 
GenericDao {
 
 List listBy(long resourceId, ResourceObjectType 
resourceType);
 
+void updateResourceId(long srcId, long destId, ResourceObjectType 
resourceType);
 }

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2133c302/engine/schema/src/com/cloud/tags/dao/ResourceTagsDaoImpl.java
--
diff --git a/engine/schema/src/com/cloud/tags/dao/ResourceTagsDaoImpl.java 
b/engine/schema/src/com/cloud/tags/dao/ResourceTagsDaoImpl.java
index 3611999..a6c2624 100644
--- a/e

[1/2] git commit: updated refs/heads/master to c275d6f

2015-04-30 Thread rajeshbattala
Repository: cloudstack
Updated Branches:
  refs/heads/master 2133c302f -> c275d6fff


CLOUDSTACK-8414: Fixed template_spool_ref table is not getting updated with 
correct template_size Now returning file size instead of null.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fda627d6
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fda627d6
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fda627d6

Branch: refs/heads/master
Commit: fda627d6725fe0fdbe946960a21dcca77d774c8d
Parents: 2133c30
Author: Anshul Gangwar 
Authored: Mon Mar 23 15:13:53 2015 +0530
Committer: Rajesh Battala 
Committed: Thu Apr 30 14:36:39 2015 +0530

--
 .../ServerResource/HypervResource/HypervResourceController.cs  | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fda627d6/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
--
diff --git 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
index 76f56d9..9e706f9 100644
--- 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
+++ 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
@@ -1647,7 +1647,10 @@ namespace HypervResource
 throw new IOException(errMsg);
 }
 
-newData = cmd.destTO;
+FileInfo destFileInfo = new FileInfo(destFile);
+destTemplateObjectTO.size = 
destFileInfo.Length.ToString();
+JObject ansObj = 
Utils.CreateCloudStackObject(CloudStackTypes.TemplateObjectTO, 
destTemplateObjectTO);
+newData = ansObj;
 result = true;
 }
 else
@@ -1786,7 +1789,6 @@ namespace HypervResource
 }
 destTemplateObject.nfsDataStoreTO = 
destTemplateObjectTO.nfsDataStoreTO;
 destTemplateObject.checksum = 
destTemplateObjectTO.checksum;
-newData = destTemplateObject;
 JObject ansObj = 
Utils.CreateCloudStackObject(CloudStackTypes.TemplateObjectTO, 
destTemplateObject);
 newData = ansObj;
 result = true;



[2/2] git commit: updated refs/heads/master to c275d6f

2015-04-30 Thread rajeshbattala
CLOUDSTACK-8414: fixed template_spool_ref is not getting updated with correct 
template local_path

this closes #195


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c275d6ff
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c275d6ff
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c275d6ff

Branch: refs/heads/master
Commit: c275d6fff8923c3e46542f8dd491678f0d74b540
Parents: fda627d
Author: Anshul Gangwar 
Authored: Mon Mar 23 16:46:08 2015 +0530
Committer: Rajesh Battala 
Committed: Thu Apr 30 14:36:58 2015 +0530

--
 .../ServerResource/HypervResource/HypervResourceController.cs   | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c275d6ff/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
--
diff --git 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
index 9e706f9..1afa977 100644
--- 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
+++ 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
@@ -1649,6 +1649,7 @@ namespace HypervResource
 
 FileInfo destFileInfo = new FileInfo(destFile);
 destTemplateObjectTO.size = 
destFileInfo.Length.ToString();
+destTemplateObjectTO.path = 
destTemplateObjectTO.uuid;
 JObject ansObj = 
Utils.CreateCloudStackObject(CloudStackTypes.TemplateObjectTO, 
destTemplateObjectTO);
 newData = ansObj;
 result = true;



git commit: updated refs/heads/master to aa7ae1b

2015-04-30 Thread rajeshbattala
Repository: cloudstack
Updated Branches:
  refs/heads/master c275d6fff -> aa7ae1b91


CLOUDSTACK-8416: added support for FIPS compliant checksum. It will now support 
md5, sha1, sha224, sha256, sha384 and sha512 checksums.

In same checksum parameter user can pass any of the above algorithms hash
This closes #196


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/aa7ae1b9
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/aa7ae1b9
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/aa7ae1b9

Branch: refs/heads/master
Commit: aa7ae1b9184ca52107d47bf7b9586cc413a78962
Parents: c275d6f
Author: Anshul Gangwar 
Authored: Tue Mar 31 13:08:17 2015 +0530
Committer: Rajesh Battala 
Committed: Thu Apr 30 14:38:44 2015 +0530

--
 scripts/installer/createtmplt.sh  | 14 --
 scripts/installer/createvolume.sh | 16 +---
 scripts/storage/qcow2/createtmplt.sh  | 14 --
 scripts/storage/qcow2/createvolume.sh | 14 --
 scripts/storage/secondary/createtmplt.sh  | 14 --
 scripts/storage/secondary/createvolume.sh | 14 --
 6 files changed, 73 insertions(+), 13 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aa7ae1b9/scripts/installer/createtmplt.sh
--
diff --git a/scripts/installer/createtmplt.sh b/scripts/installer/createtmplt.sh
index 95ecd9c..67b25c3 100755
--- a/scripts/installer/createtmplt.sh
+++ b/scripts/installer/createtmplt.sh
@@ -38,8 +38,18 @@ fi
 }
 
 verify_cksum() {
-  echo  "$1  $2" | md5sum  -c --status
-  #printf "$1\t$2" | md5sum  -c --status
+  digestalgo=""
+  case ${#1} in
+32) digestalgo="md5sum" ;;
+40) digestalgo="sha1sum" ;;
+56) digestalgo="sha224sum" ;;
+64) digestalgo="sha256sum" ;;
+96) digestalgo="sha384sum" ;;
+128) digestalgo="sha512sum" ;;
+*) echo "Please provide valid cheksum" ; exit 3 ;;
+  esac
+  echo  "$1  $2" | $digestalgo  -c --status
+  #printf "$1\t$2" | $digestalgo  -c --status
   if [ $? -gt 0 ] 
   then
 printf "Checksum failed, not proceeding with install\n"

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aa7ae1b9/scripts/installer/createvolume.sh
--
diff --git a/scripts/installer/createvolume.sh 
b/scripts/installer/createvolume.sh
index af33b08..00ee5e5 100755
--- a/scripts/installer/createvolume.sh
+++ b/scripts/installer/createvolume.sh
@@ -39,9 +39,19 @@ fi
 }
 
 verify_cksum() {
-  echo  "$1  $2" | md5sum  -c --status
-  #printf "$1\t$2" | md5sum  -c --status
-  if [ $? -gt 0 ] 
+  digestalgo=""
+  case ${#1} in
+32) digestalgo="md5sum" ;;
+40) digestalgo="sha1sum" ;;
+56) digestalgo="sha224sum" ;;
+64) digestalgo="sha256sum" ;;
+96) digestalgo="sha384sum" ;;
+128) digestalgo="sha512sum" ;;
+*) echo "Please provide valid cheksum" ; exit 3 ;;
+  esac
+  echo  "$1  $2" | $digestalgo  -c --status
+  #printf "$1\t$2" | $digestalgo  -c --status
+  if [ $? -gt 0 ]
   then
 printf "Checksum failed, not proceeding with install\n"
 exit 3

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aa7ae1b9/scripts/storage/qcow2/createtmplt.sh
--
diff --git a/scripts/storage/qcow2/createtmplt.sh 
b/scripts/storage/qcow2/createtmplt.sh
index 38bb561..1164525 100755
--- a/scripts/storage/qcow2/createtmplt.sh
+++ b/scripts/storage/qcow2/createtmplt.sh
@@ -39,8 +39,18 @@ fi
 
 
 verify_cksum() {
-  echo  "$1  $2" | md5sum  -c --status
-  #printf "$1\t$2" | md5sum  -c --status
+  digestalgo=""
+  case ${#1} in
+32) digestalgo="md5sum" ;;
+40) digestalgo="sha1sum" ;;
+56) digestalgo="sha224sum" ;;
+64) digestalgo="sha256sum" ;;
+96) digestalgo="sha384sum" ;;
+128) digestalgo="sha512sum" ;;
+*) echo "Please provide valid cheksum" ; exit 3 ;;
+  esac
+  echo  "$1  $2" | $digestalgo  -c --status
+  #printf "$1\t$2" | $digestalgo  -c --status
   if [ $? -gt 0 ] 
   then
 printf "Checksum failed, not proceeding with install\n"

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aa7ae1b9/scripts/storage/qcow2/createvolume.sh
--
diff --git a/scripts/storage/qcow2/createvolume.sh 
b/scripts/storage/qcow2/createvolume.sh
index 527aa68..91a7632 100755
--- a/scripts/storage/qcow2/createvolume.sh
+++ b/scripts/storage/qcow2/createvolume.sh
@@ -40,8 +40,18 @@ fi
 
 
 verify_cksum() {
-  echo  "$1  $2" | md5sum  -c --status
-  #printf "$1\t$2" | md5sum  -c --status
+  digestalgo=""
+  case ${#1} in
+ 

[1/6] git commit: updated refs/heads/master to 866cc41

2015-04-30 Thread rajeshbattala
Repository: cloudstack
Updated Branches:
  refs/heads/master aa7ae1b91 -> 866cc4114


CLOUDSTACK-8417 : [Hyper-V] Added support for smb share path in Hyper-V 
settings virtual disk path
this closes #197


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c3558100
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c3558100
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c3558100

Branch: refs/heads/master
Commit: c355810034b592d4cf27039b6bd0548f29774c40
Parents: aa7ae1b
Author: Anshul Gangwar 
Authored: Thu Apr 2 14:33:01 2015 +0530
Committer: Rajesh Battala 
Committed: Thu Apr 30 14:41:50 2015 +0530

--
 .../HypervResource/HypervResourceController.cs  | 29 ++--
 1 file changed, 20 insertions(+), 9 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c3558100/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
--
diff --git 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
index 1afa977..5af37a9 100644
--- 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
+++ 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
@@ -974,8 +974,8 @@ namespace HypervResource
 
 if (poolType == StoragePoolType.Filesystem)
 {
-GetCapacityForLocalPath(localPath, out capacityBytes, 
out availableBytes);
 hostPath = localPath;
+GetCapacityForPath(hostPath, out capacityBytes, out 
availableBytes);
 }
 else if (poolType == StoragePoolType.NetworkFilesystem ||
 poolType == StoragePoolType.SMB)
@@ -1943,8 +1943,8 @@ namespace HypervResource
 }
 else if (poolType == StoragePoolType.Filesystem)
 {
-hostPath = (string)cmd.localPath;;
-GetCapacityForLocalPath(hostPath, out capacity, out 
available);
+hostPath = (string)cmd.localPath;
+GetCapacityForPath(hostPath, out capacity, out 
available);
 used = capacity - available;
 result = true;
 }
@@ -2287,8 +2287,8 @@ namespace HypervResource
 // Read the localStoragePath for virtual disks from the 
Hyper-V configuration
 // See 
http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/05/06/managing-the-default-virtual-machine-location-with-hyper-v.aspx
 // for discussion of Hyper-V file locations paths.
-string localStoragePath = 
wmiCallsV2.GetDefaultVirtualDiskFolder();
-if (localStoragePath != null)
+string virtualDiskFolderPath = 
wmiCallsV2.GetDefaultVirtualDiskFolder();
+if (virtualDiskFolderPath != null)
 {
 // GUID arbitrary.  Host agents deals with storage pool in 
terms of localStoragePath.
 // We use HOST guid.
@@ -2306,8 +2306,7 @@ namespace HypervResource
 
 long capacity;
 long available;
-GetCapacityForLocalPath(localStoragePath, out capacity, 
out available);
-
+GetCapacityForPath(virtualDiskFolderPath, out capacity, 
out available);
 logger.Debug(CloudStackTypes.StartupStorageCommand + " set 
available bytes to " + available);
 
 string ipAddr = strtRouteCmd.privateIpAddress;
@@ -2317,8 +2316,8 @@ namespace HypervResource
 StoragePoolInfo pi = new StoragePoolInfo(
 poolGuid.ToString(),
 ipAddr,
-localStoragePath,
-localStoragePath,
+virtualDiskFolderPath,
+virtualDiskFolderPath,
 StoragePoolType.Filesystem.ToString(),
 capacity,
 available);
@@ -2492,5 +2491,17 @@ namespace HypervResource
 capacityBytes = capacityBytes > 0 ? capacityBytes : 0;
 }
 }
+
+public static void GetCapacityForPath(String hostPath, out long 
capacityBytes, out long availableBytes)
+{
+if (hostPath.Substring(0, 2) == "")
+{
+Utils.GetShareDetails(hostPath, out capacityBytes, out 
availableBytes);
+   

[2/6] git commit: updated refs/heads/master to 866cc41

2015-04-30 Thread rajeshbattala
CLOUDSTACK-8418: [Hyper-V] use systemvm.iso from secondary storage and stop 
copying to local disk

this closes #198


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f86c0a23
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f86c0a23
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f86c0a23

Branch: refs/heads/master
Commit: f86c0a23c14f1a59ee8a4155ca8a2c1f0218f8f8
Parents: c355810
Author: Anshul Gangwar 
Authored: Thu Apr 2 15:36:32 2015 +0530
Committer: Rajesh Battala 
Committed: Thu Apr 30 14:42:24 2015 +0530

--
 .../ServerResource/AgentShell/AgentService.cs   |  3 +-
 .../HypervResource/HypervResourceController.cs  | 46 +++-
 2 files changed, 16 insertions(+), 33 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f86c0a23/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/AgentService.cs
--
diff --git 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/AgentService.cs 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/AgentService.cs
index febd10a..94b640e 100644
--- 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/AgentService.cs
+++ 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/AgentService.cs
@@ -1,4 +1,4 @@
-// Licensed to the Apache Software Foundation (ASF) under one
+// Licensed to the Apache Software Foundation (ASF) under one
 // or more contributor license agreements.  See the NOTICE file
 // distributed with this work for additional information
 // regarding copyright ownership.  The ASF licenses this file
@@ -76,7 +76,6 @@ namespace CloudStack.Plugin.AgentShell
 rsrcCnf.RootDeviceName = AgentSettings.Default.RootDeviceName;
 rsrcCnf.ParentPartitionMinMemoryMb = 
AgentSettings.Default.dom0MinMemory;
 rsrcCnf.LocalSecondaryStoragePath = 
AgentSettings.Default.local_secondary_storage_path;
-rsrcCnf.systemVmIso = null;
 
 // Side effect:  loads the assembly containing 
HypervResourceController, which
 // allows HttpSelfHostServer to route requests to the controller.

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f86c0a23/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
--
diff --git 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
index 5af37a9..077d5a3 100644
--- 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
+++ 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
@@ -81,7 +81,6 @@ namespace HypervResource
 public string RootDeviceName;
 public ulong ParentPartitionMinMemoryMb;
 public string LocalSecondaryStoragePath;
-public string systemVmIso;
 
 private string getPrimaryKey(string id)
 {
@@ -157,7 +156,6 @@ namespace HypervResource
 public static HypervResourceControllerConfig config = new 
HypervResourceControllerConfig();
 
 private static ILog logger = 
LogManager.GetLogger(typeof(HypervResourceController));
-private string systemVmIso  = "";
 Dictionary contextMap = new Dictionary();
 
 public static void Initialize()
@@ -1160,39 +1158,25 @@ namespace HypervResource
 
 try
 {
-string systemVmIsoPath = systemVmIso;
-lock (systemVmIso)
+string systemVmIsoPath = null;
+String uriStr = (String)cmd.secondaryStorage;
+if (!String.IsNullOrEmpty(uriStr))
 {
-systemVmIsoPath = systemVmIso;
-String uriStr = (String)cmd.secondaryStorage;
-if (!String.IsNullOrEmpty(uriStr))
+NFSTO share = new NFSTO();
+share.uri = new Uri(uriStr);
+string defaultDataPath = 
wmiCallsV2.GetDefaultDataRoot();
+string secondaryPath = 
Utils.NormalizePath(Path.Combine(share.UncPath, "systemvm"));
+string[] choices = Directory.GetFiles(secondaryPath, 
"systemvm*.iso");
+if (choices.Length != 1)
 {
-if (String.IsNullOrEmpty(systemVmIsoPath) || 
!File.Exists(systemVmIsoPath))
-{
-NFSTO share = new NFSTO();
-sha

[3/6] git commit: updated refs/heads/master to 866cc41

2015-04-30 Thread rajeshbattala
CLOUDSTACK-8419: [Hyper-V] corrected the wrong error message in stop command 
answer

this closes #200


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7949caf1
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7949caf1
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7949caf1

Branch: refs/heads/master
Commit: 7949caf156cc36e25c7991988bb7b9d44b1d5a8c
Parents: f86c0a2
Author: Anshul Gangwar 
Authored: Mon Apr 6 15:06:54 2015 +0530
Committer: Rajesh Battala 
Committed: Thu Apr 30 14:42:46 2015 +0530

--
 .../ServerResource/HypervResource/HypervResourceController.cs| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7949caf1/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
--
diff --git 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
index 077d5a3..27c2b30 100644
--- 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
+++ 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
@@ -1215,8 +1215,8 @@ namespace HypervResource
 ComputerSystem vm = wmiCallsV2.GetComputerSystem(vmName);
 if (vm == null || vm.EnabledState == 2)
 {
-// VM is not available or vm in running state
-return ReturnCloudStackTypedJArray(new { result = 
false, details = "VM is running on host, bailing out", vm = vmName, contextMap 
= contextMap }, CloudStackTypes.StopAnswer);
+// VM is not available or vm is not in running state
+return ReturnCloudStackTypedJArray(new { result = 
false, details = "VM is not available or vm is not running on host, bailing 
out", vm = vmName, contextMap = contextMap }, CloudStackTypes.StopAnswer);
 }
 }
 try



[4/6] git commit: updated refs/heads/master to 866cc41

2015-04-30 Thread rajeshbattala
CLOUDSTACK-8420: [Hyper-V] Fixed number format exception when untagged vlan is 
used for Hyper-V setup Change the vlan data type to string from int and handled 
the untagged vlan cases
this closes #201


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/48067e5e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/48067e5e
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/48067e5e

Branch: refs/heads/master
Commit: 48067e5ecde8dee9b1db9566fe3b18eafc6948a7
Parents: 7949caf
Author: Anshul Gangwar 
Authored: Tue Apr 7 16:39:26 2015 +0530
Committer: Rajesh Battala 
Committed: Thu Apr 30 14:43:22 2015 +0530

--
 .../com/cloud/agent/api/GetVmConfigAnswer.java  |  6 ++--
 .../agent/api/ModifyVmNicConfigCommand.java |  8 ++---
 .../ServerResource/HypervResource/WmiCallsV2.cs | 12 
 .../resource/HypervDirectConnectResource.java   | 31 +++-
 4 files changed, 36 insertions(+), 21 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/48067e5e/core/src/com/cloud/agent/api/GetVmConfigAnswer.java
--
diff --git a/core/src/com/cloud/agent/api/GetVmConfigAnswer.java 
b/core/src/com/cloud/agent/api/GetVmConfigAnswer.java
index d7b65f7..ffbd591 100644
--- a/core/src/com/cloud/agent/api/GetVmConfigAnswer.java
+++ b/core/src/com/cloud/agent/api/GetVmConfigAnswer.java
@@ -44,13 +44,13 @@ public class GetVmConfigAnswer extends Answer {
 
 public class NicDetails {
 String macAddress;
-int vlanid;
+String vlanid;
 boolean state;
 
 public NicDetails() {
 }
 
-public NicDetails(String macAddress, int vlanid, boolean state) {
+public NicDetails(String macAddress, String vlanid, boolean state) {
 this.macAddress = macAddress;
 this.vlanid = vlanid;
 this.state = state;
@@ -60,7 +60,7 @@ public class GetVmConfigAnswer extends Answer {
 return macAddress;
 }
 
-public int getVlanid() {
+public String getVlanid() {
 return vlanid;
 }
 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/48067e5e/core/src/com/cloud/agent/api/ModifyVmNicConfigCommand.java
--
diff --git a/core/src/com/cloud/agent/api/ModifyVmNicConfigCommand.java 
b/core/src/com/cloud/agent/api/ModifyVmNicConfigCommand.java
index c7c54b8..635097d 100644
--- a/core/src/com/cloud/agent/api/ModifyVmNicConfigCommand.java
+++ b/core/src/com/cloud/agent/api/ModifyVmNicConfigCommand.java
@@ -22,7 +22,7 @@ package com.cloud.agent.api;
 
 public class ModifyVmNicConfigCommand extends Command {
 String vmName;
-int vlan;
+String vlan;
 String macAddress;
 int index;
 boolean enable;
@@ -31,19 +31,19 @@ public class ModifyVmNicConfigCommand extends Command {
 protected ModifyVmNicConfigCommand() {
 }
 
-public ModifyVmNicConfigCommand(String vmName, int vlan, String 
macAddress) {
+public ModifyVmNicConfigCommand(String vmName, String vlan, String 
macAddress) {
 this.vmName = vmName;
 this.vlan = vlan;
 this.macAddress = macAddress;
 }
 
-public ModifyVmNicConfigCommand(String vmName, int vlan, int position) {
+public ModifyVmNicConfigCommand(String vmName, String vlan, int position) {
 this.vmName = vmName;
 this.vlan = vlan;
 this.index = position;
 }
 
-public ModifyVmNicConfigCommand(String vmName, int vlan, int position, 
boolean enable) {
+public ModifyVmNicConfigCommand(String vmName, String vlan, int position, 
boolean enable) {
 this.vmName = vmName;
 this.vlan = vlan;
 this.index = position;

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/48067e5e/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/WmiCallsV2.cs
--
diff --git 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/WmiCallsV2.cs 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/WmiCallsV2.cs
index f9b6e34..a83b6df 100644
--- 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/WmiCallsV2.cs
+++ 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/WmiCallsV2.cs
@@ -947,6 +947,12 @@ namespace HypervResource
 
 EthernetSwitchPortVlanSettingData vlanSettings = 
GetVlanSettings(ethernetConnections[index]);
 
+if (vlanid.Equals("untagged", 
StringComparison.CurrentCultureIgnoreCase))
+{
+// recevied vlan is untagged, don't parse for the vlan in the 
isolation uri
+vlanid = null;
+}
+
  

[5/6] git commit: updated refs/heads/master to 866cc41

2015-04-30 Thread rajeshbattala
CLOUDSTACK-8422: Fixed unable to delete zone from CCP
this closes #202


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f46ed592
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f46ed592
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f46ed592

Branch: refs/heads/master
Commit: f46ed592901b155f988d01d8f9c6d6510d604f8f
Parents: 48067e5
Author: Anshul Gangwar 
Authored: Tue Apr 21 13:36:41 2015 +0530
Committer: Rajesh Battala 
Committed: Thu Apr 30 14:44:18 2015 +0530

--
 .../com/cloud/configuration/ConfigurationManagerImpl.java| 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f46ed592/server/src/com/cloud/configuration/ConfigurationManagerImpl.java
--
diff --git a/server/src/com/cloud/configuration/ConfigurationManagerImpl.java 
b/server/src/com/cloud/configuration/ConfigurationManagerImpl.java
index d0d0315..06eff48 100644
--- a/server/src/com/cloud/configuration/ConfigurationManagerImpl.java
+++ b/server/src/com/cloud/configuration/ConfigurationManagerImpl.java
@@ -954,7 +954,11 @@ public class ConfigurationManagerImpl extends ManagerBase 
implements Configurati
 
 String selectSql = "SELECT * FROM `" + dbName + "`.`" + tableName 
+ "` WHERE " + column + " = ?";
 
-if (tableName.equals("host") || tableName.equals("cluster") || 
tableName.equals("volumes") || tableName.equals("vm_instance")) {
+if(tableName.equals("vm_instance")) {
+selectSql += " AND state != '" + 
VirtualMachine.State.Expunging.toString() + "' AND removed IS NULL";
+}
+
+if (tableName.equals("host") || tableName.equals("cluster") || 
tableName.equals("volumes")) {
 selectSql += " and removed IS NULL";
 }
 
@@ -1426,7 +1430,7 @@ public class ConfigurationManagerImpl extends ManagerBase 
implements Configurati
 }
 
 if (tableName.equals("vm_instance")) {
-selectSql += " AND state != '" + 
VirtualMachine.State.Expunging.toString() + "'";
+selectSql += " AND state != '" + 
VirtualMachine.State.Expunging.toString() + "' AND removed IS NULL";
 }
 
 TransactionLegacy txn = TransactionLegacy.currentTxn();



[6/6] git commit: updated refs/heads/master to 866cc41

2015-04-30 Thread rajeshbattala
CLOUDSTACK-8423: [Xenserver] Improved the performance for processing of 
ClusterVMMetaDataSync command which can cause slowness in DB if there are huge 
number of VMs
this closes #204


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/866cc411
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/866cc411
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/866cc411

Branch: refs/heads/master
Commit: 866cc41145bd8ccbf5f883a24ec3ef4763ebdb22
Parents: f46ed59
Author: Anshul Gangwar 
Authored: Tue Apr 28 13:37:56 2015 +0530
Committer: Rajesh Battala 
Committed: Thu Apr 30 14:44:36 2015 +0530

--
 .../com/cloud/vm/VirtualMachineManagerImpl.java | 62 +---
 .../schema/src/com/cloud/vm/dao/UserVmDao.java  |  4 ++
 .../src/com/cloud/vm/dao/UserVmDaoImpl.java | 42 +
 .../xenserver/resource/CitrixResourceBase.java  |  4 ++
 4 files changed, 90 insertions(+), 22 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/866cc411/engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java
--
diff --git 
a/engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java 
b/engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java
index 527b623..a48db61 100644
--- a/engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java
+++ b/engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java
@@ -2558,40 +2558,58 @@ public class VirtualMachineManagerImpl extends 
ManagerBase implements VirtualMac
 if (vmMetadatum == null || vmMetadatum.isEmpty()) {
 return;
 }
+List, Pair>> 
vmDetails = _userVmDao.getVmsDetailByNames(vmMetadatum.keySet(), "platform");
 for (final Map.Entry entry : vmMetadatum.entrySet()) {
 final String name = entry.getKey();
 final String platform = entry.getValue();
 if (platform == null || platform.isEmpty()) {
 continue;
 }
-final VMInstanceVO vm = _vmDao.findVMByInstanceName(name);
-if (vm != null && vm.getType() == VirtualMachine.Type.User) {
-boolean changed = false;
-final UserVmVO userVm = _userVmDao.findById(vm.getId());
-_userVmDao.loadDetails(userVm);
-if ( userVm.details.containsKey("timeoffset")) {
-userVm.details.remove("timeoffset");
-changed = true;
-}
-if (!userVm.details.containsKey("platform") || 
!userVm.details.get("platform").equals(platform)) {
-userVm.setDetail("platform",  platform);
-changed = true;
-}
-String pvdriver = "xenserver56";
-if ( platform.contains("device_id")) {
-pvdriver = "xenserver61";
-}
-if (!userVm.details.containsKey("hypervisortoolsversion") || 
!userVm.details.get("hypervisortoolsversion").equals(pvdriver)) {
-userVm.setDetail("hypervisortoolsversion", pvdriver);
-changed = true;
+
+boolean found = false;
+for(Pair, Pair> 
vmDetail : vmDetails ) {
+Pair vmNameTypePair = 
vmDetail.first();
+if(vmNameTypePair.first().equals(name)) {
+found = true;
+if(vmNameTypePair.second() == VirtualMachine.Type.User) {
+Pair detailPair = vmDetail.second();
+String platformDetail = detailPair.second();
+
+if (platformDetail != null && 
platformDetail.equals(platform)) {
+break;
+}
+updateVmMetaData(detailPair.first(), platform);
+}
+break;
 }
-if ( changed ) {
-_userVmDao.saveDetails(userVm);
+}
+
+if(!found) {
+VMInstanceVO vm = _vmDao.findVMByInstanceName(name);
+if(vm.getType() == VirtualMachine.Type.User) {
+updateVmMetaData(vm.getId(), platform);
 }
 }
 }
 }
 
+// this is XenServer specific
+private void updateVmMetaData(Long vmId, String platform) {
+UserVmVO userVm = _userVmDao.findById(vmId);
+_userVmDao.loadDetails(userVm);
+if ( userVm.details.containsKey("timeoffset")) {
+userVm.details.remove("timeoffset");
+}
+userVm.setDetail("platform",  platform);
+String pvdriver = "xenserver56";
+if ( platform.contains("device_id")) {
+ 

git commit: updated refs/heads/master to d9064ec

2015-04-30 Thread sanjeev
Repository: cloudstack
Updated Branches:
  refs/heads/master 866cc4114 -> d9064ecfe


Skipping change service offering test for LXC since this is not applicable to 
containers
This closes #213


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d9064ecf
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d9064ecf
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d9064ecf

Branch: refs/heads/master
Commit: d9064ecfea362f72c277b758feda559c5295ceec
Parents: 866cc41
Author: sanjeev 
Authored: Thu Apr 30 14:39:36 2015 +0530
Committer: sanjeev 
Committed: Thu Apr 30 14:49:17 2015 +0530

--
 test/integration/smoke/test_service_offerings.py | 2 ++
 1 file changed, 2 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d9064ecf/test/integration/smoke/test_service_offerings.py
--
diff --git a/test/integration/smoke/test_service_offerings.py 
b/test/integration/smoke/test_service_offerings.py
index 1b1b113..56989e3 100644
--- a/test/integration/smoke/test_service_offerings.py
+++ b/test/integration/smoke/test_service_offerings.py
@@ -326,6 +326,8 @@ class TestServiceOfferings(cloudstackTestCase):
 # 2. Using  listVM command verify that this Vm
 #has Small service offering Id.
 
+if self.hypervisor.lower() == "lxc":
+self.skipTest("Skipping this test for {} due to bug 
CS-38153".format(self.hypervisor))
 try:
 self.medium_virtual_machine.stop(self.apiclient)
 except Exception as e:



Jenkins build is back to normal : cloudstack-apidocs-master #1920

2015-04-30 Thread Apache Jenkins Server
See 



Build failed in Jenkins: cloudstack-marvin #1770

2015-04-30 Thread Apache Jenkins Server
See 

Changes:

[jayapal] CLOUDSTACK-8406: Fixed selecting userdata as VR with dhcp service

[rajesh.battala] CLOUDSTACK-8413: Fixed resource tags on disk are lost when 
migrate to another storage

[rajesh.battala] CLOUDSTACK-8414: Fixed template_spool_ref table is not getting 
updated with correct template_size Now returning file size instead of null.

[rajesh.battala] CLOUDSTACK-8414: fixed template_spool_ref is not getting 
updated with correct template local_path

[rajesh.battala] CLOUDSTACK-8416: added support for FIPS compliant checksum. It 
will now support md5, sha1, sha224, sha256, sha384 and sha512 checksums.

[rajesh.battala] CLOUDSTACK-8417 : [Hyper-V] Added support for smb share path 
in Hyper-V settings virtual disk path

[rajesh.battala] CLOUDSTACK-8418: [Hyper-V] use systemvm.iso from secondary 
storage and stop copying to local disk

[rajesh.battala] CLOUDSTACK-8419: [Hyper-V] corrected the wrong error message 
in stop command answer

[rajesh.battala] CLOUDSTACK-8420: [Hyper-V] Fixed number format exception when 
untagged vlan is used for Hyper-V setup Change the vlan data type to string 
from int and handled the untagged vlan cases

[rajesh.battala] CLOUDSTACK-8422: Fixed unable to delete zone from CCP

[rajesh.battala] CLOUDSTACK-8423: [Xenserver] Improved the performance for 
processing of ClusterVMMetaDataSync command which can cause slowness in DB if 
there are huge number of VMs

[sanjeev] Skipping change service offering test for LXC since this is not 
applicable to containers

--
[...truncated 3346 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-plugin-hypervisor-ovm3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to 

[JENKINS] Archiving disabled
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[2.073s]
[INFO] Apache CloudStack . SUCCESS [1.170s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [1.007s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [2.553s]
[INFO] Apache CloudStack Utils ... SUCCESS [6.062s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.208s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [5.831s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [2.920s]
[INFO] Apache CloudStack API . SUCCESS [8.817s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [2.220s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [3.398s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.285s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [3.673s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [2.225s]
[INFO] Apache CloudStack Core  SUCCESS [17.094s]
[INFO] Apache CloudStack Agents .. SUCCESS [4.389s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [2.600s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [1.928s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [9.536s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [3.604s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [2.563s]
[INFO] Apache CloudStack Server .. SUCCESS [15.724s]
[INFO] Apache CloudStack Usage Server  SUCCESS [4.256s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS [5.293s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.189s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.610s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [3.777s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [4.328s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [3.452s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [2.535s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [2.417s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [2.326s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [4.485s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [2.073s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [7.649s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [1.010s]
[INFO] Apache CloudSta

git commit: updated refs/heads/master to aa265fe

2015-04-30 Thread rajeshbattala
Repository: cloudstack
Updated Branches:
  refs/heads/master d9064ecfe -> aa265fe88


CLOUDSTACK-8431: [Hyper-V] Fixed VM deployment failing when the stale vhd 
already exists Now generating guid when the template copy from secondary to 
primary storage requested instead of using it same as secondary
this closes #214


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/aa265fe8
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/aa265fe8
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/aa265fe8

Branch: refs/heads/master
Commit: aa265fe88febeab7ae08cb861657224249c35192
Parents: d9064ec
Author: Anshul Gangwar 
Authored: Fri Apr 24 15:23:18 2015 +0530
Committer: Rajesh Battala 
Committed: Thu Apr 30 16:07:36 2015 +0530

--
 .../HypervResource/CloudStackTypes.cs   |   4 +-
 .../HypervResource/HypervResourceController.cs  | 370 +--
 2 files changed, 179 insertions(+), 195 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aa265fe8/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/CloudStackTypes.cs
--
diff --git 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/CloudStackTypes.cs
 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/CloudStackTypes.cs
index a69240f..aa36ed8 100644
--- 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/CloudStackTypes.cs
+++ 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/CloudStackTypes.cs
@@ -290,11 +290,11 @@ namespace HypervResource
 PrimaryDataStoreTO store = this.primaryDataStore;
 if (store.isLocal)
 {
-fileName = Path.Combine(store.Path, this.uuid);
+fileName = Path.Combine(store.Path, this.path);
 }
 else
 {
-fileName = @"\\" + store.uri.Host + 
store.uri.LocalPath + @"\" + this.uuid;
+fileName = @"\\" + store.uri.Host + 
store.uri.LocalPath + @"\" + this.path;
 }
 fileName = fileName + '.' + this.format.ToLowerInvariant();
 }

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aa265fe8/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
--
diff --git 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
index 27c2b30..6ce8a45 100644
--- 
a/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
+++ 
b/plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs
@@ -1538,6 +1538,10 @@ namespace HypervResource
 string destFile = null;
 if (destTemplateObjectTO != null)
 {
+if (destTemplateObjectTO.path == null)
+{
+destTemplateObjectTO.path = 
System.Guid.NewGuid().ToString();
+}
 if (destTemplateObjectTO.primaryDataStore != null)
 {
 destFile = destTemplateObjectTO.FullFileName;
@@ -1548,242 +1552,222 @@ namespace HypervResource
 }
 }
 
-// Template already downloaded?
-if (destFile != null && File.Exists(destFile) &&
-!String.IsNullOrEmpty(destTemplateObjectTO.checksum))
-{
-// TODO: checksum fails us, because it is of the 
compressed image.
-// ASK: should we store the compressed or uncompressed 
version or is the checksum not calculated correctly?
-logger.Debug(CloudStackTypes.CopyCommand + " calling 
VerifyChecksum to see if we already have the file at " + destFile);
-result = VerifyChecksum(destFile, 
destTemplateObjectTO.checksum);
-if (!result)
-{
-result = true;
-logger.Debug(CloudStackTypes.CopyCommand + " 
existing file has different checksum " + destFile);
-}
-}
-
-// Do we have to create a new one?
-if (!result)
+// Create local copy of a template?
+if (srcTemplateObjectTO != null && d

Build failed in Jenkins: cloudstack-apidocs-master #1921

2015-04-30 Thread Apache Jenkins Server
See 

Changes:

[rajesh.battala] CLOUDSTACK-8431: [Hyper-V] Fixed VM deployment failing when 
the stale vhd already exists Now generating guid when the template copy from 
secondary to primary storage requested instead of using it same as secondary

--
[...truncated 4198 lines...]
[JENKINS] Archiving disabled
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[8.052s]
[INFO] Apache CloudStack . SUCCESS [2.290s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [2.135s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [30.448s]
[INFO] Apache CloudStack Utils ... SUCCESS [40.406s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.619s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [7.309s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [5.574s]
[INFO] Apache CloudStack API . SUCCESS [14.230s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [4.250s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [4.796s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.550s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [8.189s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [3.720s]
[INFO] Apache CloudStack Core  SUCCESS [23.081s]
[INFO] Apache CloudStack Agents .. SUCCESS [7.329s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [3.613s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [2.903s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [11.889s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [4.952s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [5.210s]
[INFO] Apache CloudStack Server .. SUCCESS [41.264s]
[INFO] Apache CloudStack Usage Server  SUCCESS [7.260s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS [6.889s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.639s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.996s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [5.375s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [6.742s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [4.996s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [3.621s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [3.741s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [3.553s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [8.781s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [3.201s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [9.020s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [1.088s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [7.447s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[3.612s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[5.261s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [3.474s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [5.328s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [3.352s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor  SUCCESS [3.267s]
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor  SUCCESS 
[3.387s]
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner  
SUCCESS [3.436s]
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner  SUCCESS 
[3.447s]
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner  SUCCESS [7.842s]
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner  SUCCESS [3.318s]
[INFO] Apache CloudStack Plugin - Host Allocator Random .. SUCCESS [3.400s]
[INFO] Apache CloudStack Plugin - Dedicated Resources  SUCCESS [7.041s]
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM  SUCCESS [3.970s]
[INFO] Apache CloudStack Plugin - Open vSwitch ... SUCCESS [3.933s]
[INFO] Apache CloudStack Plugin - Hypervisor XenServer ... SUCCESS [16.094s]
[INFO] Apache CloudStack Plugin - Hypervisor KVM . SUCCESS [9.699s]
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus . SUCCESS [3.453s]
[INFO] Apache CloudStack Plugin - In Memory Event Bus  SUCCESS [5.340s]
[INFO] Apache CloudStack Plugin - Kafka Event Bus  SUCCESS [3.474s]
[INFO] Apache CloudStack Plugin - Hyp

git commit: updated refs/heads/4.5 to 4870394

2015-04-30 Thread aprateek
Repository: cloudstack
Updated Branches:
  refs/heads/4.5 9642e862d -> 487039458


CLOUDSTACK-8429: fix the path so that it picks all the tests suites properly


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/48703945
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/48703945
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/48703945

Branch: refs/heads/4.5
Commit: 4870394587a8c054502562886b63ab219da52668
Parents: 9642e86
Author: Abhinandan Prateek 
Authored: Thu Apr 30 17:16:45 2015 +0530
Committer: Abhinandan Prateek 
Committed: Thu Apr 30 17:16:45 2015 +0530

--
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/48703945/.travis.yml
--
diff --git a/.travis.yml b/.travis.yml
index afd4865..9b285f7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ script:
 - mkdir -p integration-test-results/smoke/misc
 - mkdir -p integration-test-results/component
 - travis_wait 30 sleep 30
-- for suite in $TESTS; do travis_wait 30 nosetests --with-xunit 
--xunit-file=integration-test-results/$suite.xml --with-marvin 
--marvin-config=setup/dev/advanced.cfg test/integration/smoke/$suite.py -s -a 
tags=advanced,required_hardware=false --zone=Sandbox-simulator 
--hypervisor=simulator || true ; done
+- for suite in $TESTS; do travis_wait 30 nosetests --with-xunit 
--xunit-file=integration-test-results/$suite.xml --with-marvin 
--marvin-config=setup/dev/advanced.cfg test/integration/$suite.py -s -a 
tags=advanced,required_hardware=false --zone=Sandbox-simulator 
--hypervisor=simulator || true ; done
 - python ./tools/travis/xunit-reader.py integration-test-results/
 after_success: ./tools/travis/after_success.sh
 after_failure: ./tools/travis/after_failure.sh



[2/2] git commit: updated refs/heads/master to adcd340

2015-04-30 Thread dahn
Merge branch 'upload-findbugs' of https://github.com/karuturi/cloudstack

This closes #215


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/adcd3409
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/adcd3409
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/adcd3409

Branch: refs/heads/master
Commit: adcd340986607b9821861f002009d1790c6ce040
Parents: aa265fe d39b993
Author: Daan Hoogland 
Authored: Thu Apr 30 14:27:35 2015 +0200
Committer: Daan Hoogland 
Committed: Thu Apr 30 14:27:35 2015 +0200

--
 .../storage/resource/HttpUploadServerHandler.java |  2 +-
 .../storage/resource/NfsSecondaryStorageResource.java |  9 +++--
 utils/src/com/cloud/utils/EncryptionUtil.java | 10 ++
 3 files changed, 14 insertions(+), 7 deletions(-)
--




[1/2] git commit: updated refs/heads/master to adcd340

2015-04-30 Thread dahn
Repository: cloudstack
Updated Branches:
  refs/heads/master aa265fe88 -> adcd34098


Fixed a few findbugs issues after the merge 0b83559

HttpUploadServerHandler.java:142, DM_BOXED_PRIMITIVE_FOR_PARSING
NfsSecondaryStorageResource.java:2630, DM_BOXED_PRIMITIVE_FOR_PARSING
NfsSecondaryStorageResource.java:2775, DM_DEFAULT_ENCODING
EncryptionUtil.java:59, DM_DEFAULT_ENCODING


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d39b9935
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d39b9935
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d39b9935

Branch: refs/heads/master
Commit: d39b99351236aeb23c8d63ef0c57d24f5f445ebf
Parents: dc3c43e
Author: Rajani Karuturi 
Authored: Thu Apr 30 12:00:42 2015 +0530
Committer: Rajani Karuturi 
Committed: Thu Apr 30 13:56:44 2015 +0530

--
 .../storage/resource/HttpUploadServerHandler.java |  2 +-
 .../storage/resource/NfsSecondaryStorageResource.java |  9 +++--
 utils/src/com/cloud/utils/EncryptionUtil.java | 10 ++
 3 files changed, 14 insertions(+), 7 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d39b9935/services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/HttpUploadServerHandler.java
--
diff --git 
a/services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/HttpUploadServerHandler.java
 
b/services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/HttpUploadServerHandler.java
index 05e5fe4..7a22b20 100644
--- 
a/services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/HttpUploadServerHandler.java
+++ 
b/services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/HttpUploadServerHandler.java
@@ -139,7 +139,7 @@ public class HttpUploadServerHandler extends 
SimpleChannelInboundHandlerhttp://git-wip-us.apache.org/repos/asf/cloudstack/blob/d39b9935/services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java
--
diff --git 
a/services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java
 
b/services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java
index 6565187..606cc10 100644
--- 
a/services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java
+++ 
b/services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java
@@ -32,6 +32,7 @@ import java.io.FileReader;
 import java.io.FileWriter;
 import java.io.IOException;
 import java.io.InputStream;
+import java.io.UnsupportedEncodingException;
 import java.math.BigInteger;
 import java.net.InetAddress;
 import java.net.URI;
@@ -2627,7 +2628,7 @@ public class NfsSecondaryStorageResource extends 
ServerResourceBase implements S
 }
 throw new 
InvalidParameterValueException(errorMessage.toString());
 }
-int maxSizeInGB = Integer.valueOf(cmd.getMaxUploadSize());
+int maxSizeInGB = Integer.parseInt(cmd.getMaxUploadSize());
 int contentLengthInGB = getSizeInGB(contentLength);
 if (contentLengthInGB > maxSizeInGB) {
 String errorMessage = "Maximum file upload size exceeded. 
Content Length received: " + contentLengthInGB + "GB. Maximum allowed size: " + 
maxSizeInGB + "GB.";
@@ -2772,7 +2773,11 @@ public class NfsSecondaryStorageResource extends 
ServerResourceBase implements S
 if (extension.equals("iso")) {
 templateName = uploadEntity.getUuid().trim().replace(" ", "_");
 } else {
-templateName = 
java.util.UUID.nameUUIDFromBytes((uploadEntity.getFilename() + 
System.currentTimeMillis()).getBytes()).toString();
+try {
+templateName = 
UUID.nameUUIDFromBytes((uploadEntity.getFilename() + 
System.currentTimeMillis()).getBytes("UTF-8")).toString();
+} catch (UnsupportedEncodingException e) {
+templateName = uploadEntity.getUuid().trim().replace(" ", "_");
+}
 }
 
 // run script to mv the temporary template file to the final template

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d39b9935/utils/src/com/cloud/utils/EncryptionUtil.java
--
diff --git a/utils/src/com/cloud/utils/EncryptionUtil.java 
b/utils/src/com/cloud/utils/EncryptionUtil.java
index 28d781f..e3ca4b0 100644
--- a/utils/src/com/cloud/utils/EncryptionUtil.java
+++ b/utils/src/com/cloud/utils/EncryptionUtil

git commit: updated refs/heads/master to 1441ed1

2015-04-30 Thread aprateek
Repository: cloudstack
Updated Branches:
  refs/heads/master adcd34098 -> 1441ed1ea


CLOUDSTACK-8429: fix the path so that it picks all the tests suites properly


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1441ed1e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1441ed1e
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1441ed1e

Branch: refs/heads/master
Commit: 1441ed1ea7dca43dc986b4f8e2b2a134d4bae7a7
Parents: adcd340
Author: Abhinandan Prateek 
Authored: Thu Apr 30 17:16:45 2015 +0530
Committer: Abhinandan Prateek 
Committed: Thu Apr 30 18:00:47 2015 +0530

--
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1441ed1e/.travis.yml
--
diff --git a/.travis.yml b/.travis.yml
index a10e17f..bfa4d20 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ script:
 - mkdir -p integration-test-results/smoke/misc
 - mkdir -p integration-test-results/component
 - travis_wait 30 sleep 30
-- for suite in $TESTS; do travis_wait 30 nosetests --with-xunit 
--xunit-file=integration-test-results/$suite.xml --with-marvin 
--marvin-config=setup/dev/advanced.cfg test/integration/smoke/$suite.py -s -a 
tags=advanced,required_hardware=false --zone=Sandbox-simulator 
--hypervisor=simulator || true ; done
+- for suite in $TESTS; do travis_wait 30 nosetests --with-xunit 
--xunit-file=integration-test-results/$suite.xml --with-marvin 
--marvin-config=setup/dev/advanced.cfg test/integration/$suite.py -s -a 
tags=advanced,required_hardware=false --zone=Sandbox-simulator 
--hypervisor=simulator || true ; done
 - python ./tools/travis/xunit-reader.py integration-test-results/
 after_success: ./tools/travis/after_success.sh
 after_failure: ./tools/travis/after_failure.sh



Jenkins build is back to normal : cloudstack-apidocs-master #1922

2015-04-30 Thread Apache Jenkins Server
See 



Build failed in Jenkins: cloudstack-marvin #1771

2015-04-30 Thread Apache Jenkins Server
See 

Changes:

[rajanikaruturi] Fixed a few findbugs issues after the merge 0b83559

[rajesh.battala] CLOUDSTACK-8431: [Hyper-V] Fixed VM deployment failing when 
the stale vhd already exists Now generating guid when the template copy from 
secondary to primary storage requested instead of using it same as secondary

[abhinandan.prateek] CLOUDSTACK-8429: fix the path so that it picks all the 
tests suites properly

--
[...truncated 3345 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-plugin-hypervisor-ovm3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to 

[JENKINS] Archiving disabled
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[2.294s]
[INFO] Apache CloudStack . SUCCESS [1.714s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [1.231s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [2.808s]
[INFO] Apache CloudStack Utils ... SUCCESS [7.288s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.226s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [4.165s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [2.987s]
[INFO] Apache CloudStack API . SUCCESS [10.082s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [2.688s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [3.486s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.236s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [3.453s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [2.233s]
[INFO] Apache CloudStack Core  SUCCESS [17.465s]
[INFO] Apache CloudStack Agents .. SUCCESS [4.701s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [2.582s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [1.929s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [8.522s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [3.553s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [2.577s]
[INFO] Apache CloudStack Server .. SUCCESS [14.809s]
[INFO] Apache CloudStack Usage Server  SUCCESS [4.388s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS [5.202s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.226s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.652s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [3.852s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [4.149s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [3.503s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [2.552s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [2.606s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [2.306s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [4.304s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [2.055s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [7.872s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.568s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [3.131s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[2.554s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[3.837s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [2.393s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [2.984s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [2.225s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor  SUCCESS [2.188s]
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor  SUCCESS 
[2.410s]
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner  
SUCCESS [2.260s]
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner  SUCCESS 
[2.262s]
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner  SUCCESS [3.072s]
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner  SUCCESS [2.158s]
[INFO] Apache CloudStack Plugin - Host Allocator Random .. SUCCESS [2.267s]
[INFO] Apache CloudStack Plugin - Dedicated Resources  SUCCESS [3.306s

[05/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateSpotDatafeedSubscriptionResponseType.java
--
diff --git 
a/awsapi/src/com/amazon/ec2/CreateSpotDatafeedSubscriptionResponseType.java 
b/awsapi/src/com/amazon/ec2/CreateSpotDatafeedSubscriptionResponseType.java
deleted file mode 100644
index 3193fc3..000
--- a/awsapi/src/com/amazon/ec2/CreateSpotDatafeedSubscriptionResponseType.java
+++ /dev/null
@@ -1,478 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateSpotDatafeedSubscriptionResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateSpotDatafeedSubscriptionResponseType bean class
-*/
-
-public class CreateSpotDatafeedSubscriptionResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateSpotDatafeedSubscriptionResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RequestId
-*/
-
-protected java.lang.String localRequestId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRequestId() {
-return localRequestId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RequestId
-   */
-public void setRequestId(java.lang.String param) {
-
-this.localRequestId = param;
-
-}
-
-/**
-* field for SpotDatafeedSubscription
-*/
-
-protected com.amazon.ec2.SpotDatafeedSubscriptionType 
localSpotDatafeedSubscription;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.SpotDatafeedSubscriptionType
-*/
-public com.amazon.ec2.SpotDatafeedSubscriptionType 
getSpotDatafeedSubscription() {
-return localSpotDatafeedSubscription;
-}
-
-/**
-   * Auto generated setter method
-   * @param param SpotDatafeedSubscription
-   */
-public void 
setSpotDatafeedSubscription(com.amazon.ec2.SpotDatafeedSubscriptionType param) {
-
-this.localSpotDatafeedSubscription = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-
CreateSpotDatafeedSubscriptionResponseType.this.serialize(parentQName, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.ut

[03/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateTagsType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateTagsType.java 
b/awsapi/src/com/amazon/ec2/CreateTagsType.java
deleted file mode 100644
index df47acf..000
--- a/awsapi/src/com/amazon/ec2/CreateTagsType.java
+++ /dev/null
@@ -1,447 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateTagsType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateTagsType bean class
-*/
-
-public class CreateTagsType implements org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateTagsType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for ResourcesSet
-*/
-
-protected com.amazon.ec2.ResourceIdSetType localResourcesSet;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.ResourceIdSetType
-*/
-public com.amazon.ec2.ResourceIdSetType getResourcesSet() {
-return localResourcesSet;
-}
-
-/**
-   * Auto generated setter method
-   * @param param ResourcesSet
-   */
-public void setResourcesSet(com.amazon.ec2.ResourceIdSetType param) {
-
-this.localResourcesSet = param;
-
-}
-
-/**
-* field for TagSet
-*/
-
-protected com.amazon.ec2.ResourceTagSetType localTagSet;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.ResourceTagSetType
-*/
-public com.amazon.ec2.ResourceTagSetType getTagSet() {
-return localTagSet;
-}
-
-/**
-   * Auto generated setter method
-   * @param param TagSet
-   */
-public void setTagSet(com.amazon.ec2.ResourceTagSetType param) {
-
-this.localTagSet = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateTagsType.this.serialize(parentQName, factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-   

[07/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateSecurityGroupResponseType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateSecurityGroupResponseType.java 
b/awsapi/src/com/amazon/ec2/CreateSecurityGroupResponseType.java
deleted file mode 100644
index 27bb0fd..000
--- a/awsapi/src/com/amazon/ec2/CreateSecurityGroupResponseType.java
+++ /dev/null
@@ -1,582 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateSecurityGroupResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateSecurityGroupResponseType bean class
-*/
-
-public class CreateSecurityGroupResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateSecurityGroupResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RequestId
-*/
-
-protected java.lang.String localRequestId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRequestId() {
-return localRequestId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RequestId
-   */
-public void setRequestId(java.lang.String param) {
-
-this.localRequestId = param;
-
-}
-
-/**
-* field for _return
-*/
-
-protected boolean local_return;
-
-/**
-* Auto generated getter method
-* @return boolean
-*/
-public boolean get_return() {
-return local_return;
-}
-
-/**
-   * Auto generated setter method
-   * @param param _return
-   */
-public void set_return(boolean param) {
-
-this.local_return = param;
-
-}
-
-/**
-* field for GroupId
-*/
-
-protected java.lang.String localGroupId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getGroupId() {
-return localGroupId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param GroupId
-   */
-public void setGroupId(java.lang.String param) {
-
-this.localGroupId = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateSecurityGroupResponseType.this.serialize(parentQName, 
factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, 

[11/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreatePlacementGroup.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreatePlacementGroup.java 
b/awsapi/src/com/amazon/ec2/CreatePlacementGroup.java
deleted file mode 100644
index 404fec2..000
--- a/awsapi/src/com/amazon/ec2/CreatePlacementGroup.java
+++ /dev/null
@@ -1,323 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreatePlacementGroup.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreatePlacementGroup bean class
-*/
-
-public class CreatePlacementGroup implements 
org.apache.axis2.databinding.ADBBean {
-
-public static final javax.xml.namespace.QName MY_QNAME = new 
javax.xml.namespace.QName("http://ec2.amazonaws.com/doc/2012-08-15/";, 
"CreatePlacementGroup", "ns1");
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for CreatePlacementGroup
-*/
-
-protected com.amazon.ec2.CreatePlacementGroupType 
localCreatePlacementGroup;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.CreatePlacementGroupType
-*/
-public com.amazon.ec2.CreatePlacementGroupType getCreatePlacementGroup() {
-return localCreatePlacementGroup;
-}
-
-/**
-   * Auto generated setter method
-   * @param param CreatePlacementGroup
-   */
-public void 
setCreatePlacementGroup(com.amazon.ec2.CreatePlacementGroupType param) {
-
-this.localCreatePlacementGroup = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, MY_QNAME) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreatePlacementGroup.this.serialize(MY_QNAME, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(MY_QNAME, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-//We can safely assume an element has only one type associated with it
-
-if (localCreatePlacementGroup == null) {
-throw new org.apache.axis2.databinding.ADBException("Property 
cannot be null!");
-   

[16/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateInstanceExportTaskType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateInstanceExportTaskType.java 
b/awsapi/src/com/amazon/ec2/CreateInstanceExportTaskType.java
deleted file mode 100644
index 696f8c6..000
--- a/awsapi/src/com/amazon/ec2/CreateInstanceExportTaskType.java
+++ /dev/null
@@ -1,648 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateInstanceExportTaskType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateInstanceExportTaskType bean class
-*/
-
-public class CreateInstanceExportTaskType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateInstanceExportTaskType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for Description
-*/
-
-protected java.lang.String localDescription;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localDescriptionTracker = false;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getDescription() {
-return localDescription;
-}
-
-/**
-   * Auto generated setter method
-   * @param param Description
-   */
-public void setDescription(java.lang.String param) {
-
-if (param != null) {
-//update the setting tracker
-localDescriptionTracker = true;
-} else {
-localDescriptionTracker = false;
-
-}
-
-this.localDescription = param;
-
-}
-
-/**
-* field for InstanceId
-*/
-
-protected java.lang.String localInstanceId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getInstanceId() {
-return localInstanceId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param InstanceId
-   */
-public void setInstanceId(java.lang.String param) {
-
-this.localInstanceId = param;
-
-}
-
-/**
-* field for TargetEnvironment
-*/
-
-protected java.lang.String localTargetEnvironment;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getTargetEnvironment() {
-return localTargetEnvironment;
-}
-
-/**
-   * Auto generated setter method
-   * @param param TargetEnvironment
-   */
-public void setTargetEnvironment(java.lang.String param) {
-
-this.localTargetEnvironment = param;
-
-}
-
-/**
-* field for CreateInstanceExportTaskTypeChoice_type0
-*/
-
-protected com.amazon.ec2.CreateInstanceExportTaskTypeChoice_type0 
localCreateInstanceExportTaskTypeChoice_type0;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.CreateInstanceExportTaskTypeChoice_type0
-*/
-public com.amazon.ec2.CreateInstanceExportTaskTypeChoice_type0 
getCreateInstanceExportTaskTypeChoice_type0() {
-return localCreateInstanceExportTaskTypeChoice_type0;
-}
-
-/**
-   * Auto generated setter method
-   * @param param CreateInstanceExportTaskTypeChoice_type0
-   */
-public void 
setCreateInstanceExportTaskTypeChoice_type0(com.amazon.ec2.CreateInstanceExportTaskTypeChoice_type0
 param) {
-
-this.localCreateInstanceExportTaskTypeChoice_type0 = param;
-
-}
-
-/**
-* isReaderMTOM

[19/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateCustomerGatewayResponseType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateCustomerGatewayResponseType.java 
b/awsapi/src/com/amazon/ec2/CreateCustomerGatewayResponseType.java
deleted file mode 100644
index ed7a135..000
--- a/awsapi/src/com/amazon/ec2/CreateCustomerGatewayResponseType.java
+++ /dev/null
@@ -1,477 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateCustomerGatewayResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateCustomerGatewayResponseType bean class
-*/
-
-public class CreateCustomerGatewayResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateCustomerGatewayResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RequestId
-*/
-
-protected java.lang.String localRequestId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRequestId() {
-return localRequestId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RequestId
-   */
-public void setRequestId(java.lang.String param) {
-
-this.localRequestId = param;
-
-}
-
-/**
-* field for CustomerGateway
-*/
-
-protected com.amazon.ec2.CustomerGatewayType localCustomerGateway;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.CustomerGatewayType
-*/
-public com.amazon.ec2.CustomerGatewayType getCustomerGateway() {
-return localCustomerGateway;
-}
-
-/**
-   * Auto generated setter method
-   * @param param CustomerGateway
-   */
-public void setCustomerGateway(com.amazon.ec2.CustomerGatewayType param) {
-
-this.localCustomerGateway = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateCustomerGatewayResponseType.this.serialize(parentQName, 
factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory,

[01/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
Repository: cloudstack
Updated Branches:
  refs/heads/nuke-awsapi [created] 72831ecfe


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateVolumeType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateVolumeType.java 
b/awsapi/src/com/amazon/ec2/CreateVolumeType.java
deleted file mode 100644
index 7722a69..000
--- a/awsapi/src/com/amazon/ec2/CreateVolumeType.java
+++ /dev/null
@@ -1,807 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateVolumeType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateVolumeType bean class
-*/
-
-public class CreateVolumeType implements org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateVolumeType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for Size
-*/
-
-protected java.lang.String localSize;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localSizeTracker = false;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getSize() {
-return localSize;
-}
-
-/**
-   * Auto generated setter method
-   * @param param Size
-   */
-public void setSize(java.lang.String param) {
-
-if (param != null) {
-//update the setting tracker
-localSizeTracker = true;
-} else {
-localSizeTracker = false;
-
-}
-
-this.localSize = param;
-
-}
-
-/**
-* field for SnapshotId
-*/
-
-protected java.lang.String localSnapshotId;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localSnapshotIdTracker = false;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getSnapshotId() {
-return localSnapshotId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param SnapshotId
-   */
-public void setSnapshotId(java.lang.String param) {
-
-if (param != null) {
-//update the setting tracker
-localSnapshotIdTracker = true;
-} else {
-localSnapshotIdTracker = false;
-
-}
-
-this.localSnapshotId = param;
-
-}
-
-/**
-* field for AvailabilityZone
-*/
-
-protected java.lang.String localAvailabilityZone;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getAvailabilityZone() {
-return localAvailabilityZone;
-}
-
-/**
-   * Auto generated setter method
-   * @param param AvailabilityZone
-   */
-public void setAvailabilityZone(java.lang.String param) {
-
-this.localAvailabilityZone = param;
-
-}
-
-/**
-* field for VolumeType
-*/
-
-protected java.lang.String localVolumeType;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localVolumeTypeTracker = false;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.Strin

[09/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateRouteResponseType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateRouteResponseType.java 
b/awsapi/src/com/amazon/ec2/CreateRouteResponseType.java
deleted file mode 100644
index 035ff90..000
--- a/awsapi/src/com/amazon/ec2/CreateRouteResponseType.java
+++ /dev/null
@@ -1,500 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateRouteResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateRouteResponseType bean class
-*/
-
-public class CreateRouteResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateRouteResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RequestId
-*/
-
-protected java.lang.String localRequestId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRequestId() {
-return localRequestId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RequestId
-   */
-public void setRequestId(java.lang.String param) {
-
-this.localRequestId = param;
-
-}
-
-/**
-* field for _return
-*/
-
-protected boolean local_return;
-
-/**
-* Auto generated getter method
-* @return boolean
-*/
-public boolean get_return() {
-return local_return;
-}
-
-/**
-   * Auto generated setter method
-   * @param param _return
-   */
-public void set_return(boolean param) {
-
-this.local_return = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateRouteResponseType.this.serialize(parentQName, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeTy

[18/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateDhcpOptionsResponseType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateDhcpOptionsResponseType.java 
b/awsapi/src/com/amazon/ec2/CreateDhcpOptionsResponseType.java
deleted file mode 100644
index 27d6dc6..000
--- a/awsapi/src/com/amazon/ec2/CreateDhcpOptionsResponseType.java
+++ /dev/null
@@ -1,477 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateDhcpOptionsResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateDhcpOptionsResponseType bean class
-*/
-
-public class CreateDhcpOptionsResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateDhcpOptionsResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RequestId
-*/
-
-protected java.lang.String localRequestId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRequestId() {
-return localRequestId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RequestId
-   */
-public void setRequestId(java.lang.String param) {
-
-this.localRequestId = param;
-
-}
-
-/**
-* field for DhcpOptions
-*/
-
-protected com.amazon.ec2.DhcpOptionsType localDhcpOptions;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.DhcpOptionsType
-*/
-public com.amazon.ec2.DhcpOptionsType getDhcpOptions() {
-return localDhcpOptions;
-}
-
-/**
-   * Auto generated setter method
-   * @param param DhcpOptions
-   */
-public void setDhcpOptions(com.amazon.ec2.DhcpOptionsType param) {
-
-this.localDhcpOptions = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateDhcpOptionsResponseType.this.serialize(parentQName, 
factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespac

[15/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateInternetGatewayResponseType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateInternetGatewayResponseType.java 
b/awsapi/src/com/amazon/ec2/CreateInternetGatewayResponseType.java
deleted file mode 100644
index f10e7d8..000
--- a/awsapi/src/com/amazon/ec2/CreateInternetGatewayResponseType.java
+++ /dev/null
@@ -1,477 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateInternetGatewayResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateInternetGatewayResponseType bean class
-*/
-
-public class CreateInternetGatewayResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateInternetGatewayResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RequestId
-*/
-
-protected java.lang.String localRequestId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRequestId() {
-return localRequestId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RequestId
-   */
-public void setRequestId(java.lang.String param) {
-
-this.localRequestId = param;
-
-}
-
-/**
-* field for InternetGateway
-*/
-
-protected com.amazon.ec2.InternetGatewayType localInternetGateway;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.InternetGatewayType
-*/
-public com.amazon.ec2.InternetGatewayType getInternetGateway() {
-return localInternetGateway;
-}
-
-/**
-   * Auto generated setter method
-   * @param param InternetGateway
-   */
-public void setInternetGateway(com.amazon.ec2.InternetGatewayType param) {
-
-this.localInternetGateway = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateInternetGatewayResponseType.this.serialize(parentQName, 
factory, xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory,

[12/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateNetworkInterface.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateNetworkInterface.java 
b/awsapi/src/com/amazon/ec2/CreateNetworkInterface.java
deleted file mode 100644
index 0e3449a..000
--- a/awsapi/src/com/amazon/ec2/CreateNetworkInterface.java
+++ /dev/null
@@ -1,323 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateNetworkInterface.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateNetworkInterface bean class
-*/
-
-public class CreateNetworkInterface implements 
org.apache.axis2.databinding.ADBBean {
-
-public static final javax.xml.namespace.QName MY_QNAME = new 
javax.xml.namespace.QName("http://ec2.amazonaws.com/doc/2012-08-15/";, 
"CreateNetworkInterface", "ns1");
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for CreateNetworkInterface
-*/
-
-protected com.amazon.ec2.CreateNetworkInterfaceType 
localCreateNetworkInterface;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.CreateNetworkInterfaceType
-*/
-public com.amazon.ec2.CreateNetworkInterfaceType 
getCreateNetworkInterface() {
-return localCreateNetworkInterface;
-}
-
-/**
-   * Auto generated setter method
-   * @param param CreateNetworkInterface
-   */
-public void 
setCreateNetworkInterface(com.amazon.ec2.CreateNetworkInterfaceType param) {
-
-this.localCreateNetworkInterface = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, MY_QNAME) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateNetworkInterface.this.serialize(MY_QNAME, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(MY_QNAME, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-//We can safely assume an element has only one type associated with it
-
-if (localCreateNetworkInterface == null) {
-throw new org.apache.axis2.databinding.ADBExcep

[10/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateReservedInstancesListingResponse.java
--
diff --git 
a/awsapi/src/com/amazon/ec2/CreateReservedInstancesListingResponse.java 
b/awsapi/src/com/amazon/ec2/CreateReservedInstancesListingResponse.java
deleted file mode 100644
index 2a69f8b..000
--- a/awsapi/src/com/amazon/ec2/CreateReservedInstancesListingResponse.java
+++ /dev/null
@@ -1,324 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateReservedInstancesListingResponse.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateReservedInstancesListingResponse bean class
-*/
-
-public class CreateReservedInstancesListingResponse implements 
org.apache.axis2.databinding.ADBBean {
-
-public static final javax.xml.namespace.QName MY_QNAME = new 
javax.xml.namespace.QName("http://ec2.amazonaws.com/doc/2012-08-15/";,
-"CreateReservedInstancesListingResponse", "ns1");
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for CreateReservedInstancesListingResponse
-*/
-
-protected com.amazon.ec2.CreateReservedInstancesListingResponseType 
localCreateReservedInstancesListingResponse;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.CreateReservedInstancesListingResponseType
-*/
-public com.amazon.ec2.CreateReservedInstancesListingResponseType 
getCreateReservedInstancesListingResponse() {
-return localCreateReservedInstancesListingResponse;
-}
-
-/**
-   * Auto generated setter method
-   * @param param CreateReservedInstancesListingResponse
-   */
-public void 
setCreateReservedInstancesListingResponse(com.amazon.ec2.CreateReservedInstancesListingResponseType
 param) {
-
-this.localCreateReservedInstancesListingResponse = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, MY_QNAME) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-
CreateReservedInstancesListingResponse.this.serialize(MY_QNAME, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(MY_QNAME, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWrit

[14/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateKeyPairType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateKeyPairType.java 
b/awsapi/src/com/amazon/ec2/CreateKeyPairType.java
deleted file mode 100644
index 7cbc8a3..000
--- a/awsapi/src/com/amazon/ec2/CreateKeyPairType.java
+++ /dev/null
@@ -1,425 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateKeyPairType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateKeyPairType bean class
-*/
-
-public class CreateKeyPairType implements org.apache.axis2.databinding.ADBBean 
{
-/* This type was generated from the piece of schema that had
-name = CreateKeyPairType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for KeyName
-*/
-
-protected java.lang.String localKeyName;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getKeyName() {
-return localKeyName;
-}
-
-/**
-   * Auto generated setter method
-   * @param param KeyName
-   */
-public void setKeyName(java.lang.String param) {
-
-this.localKeyName = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateKeyPairType.this.serialize(parentQName, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-java.lang.String prefix = null;
-java.lang.String namespace = null;
-
-prefix = parentQName.getPrefix();
-namespace = parentQName.getNamespaceURI();
-
-if ((namespace != null) && (namespace.trim().length() > 0)) {
-java.lang.String writerPrefix = xmlWriter.getPrefix(namespace);
-if (writerPrefix != null) {
-

[17/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateImageType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateImageType.java 
b/awsapi/src/com/amazon/ec2/CreateImageType.java
deleted file mode 100644
index 9db1851..000
--- a/awsapi/src/com/amazon/ec2/CreateImageType.java
+++ /dev/null
@@ -1,761 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateImageType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateImageType bean class
-*/
-
-public class CreateImageType implements org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateImageType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for InstanceId
-*/
-
-protected java.lang.String localInstanceId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getInstanceId() {
-return localInstanceId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param InstanceId
-   */
-public void setInstanceId(java.lang.String param) {
-
-this.localInstanceId = param;
-
-}
-
-/**
-* field for Name
-*/
-
-protected java.lang.String localName;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getName() {
-return localName;
-}
-
-/**
-   * Auto generated setter method
-   * @param param Name
-   */
-public void setName(java.lang.String param) {
-
-this.localName = param;
-
-}
-
-/**
-* field for Description
-*/
-
-protected java.lang.String localDescription;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localDescriptionTracker = false;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getDescription() {
-return localDescription;
-}
-
-/**
-   * Auto generated setter method
-   * @param param Description
-   */
-public void setDescription(java.lang.String param) {
-
-if (param != null) {
-//update the setting tracker
-localDescriptionTracker = true;
-} else {
-localDescriptionTracker = false;
-
-}
-
-this.localDescription = param;
-
-}
-
-/**
-* field for NoReboot
-*/
-
-protected boolean localNoReboot;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localNoRebootTracker = false;
-
-/**
-* Auto generated getter method
-* @return boolean
-*/
-public boolean getNoReboot() {
-return localNoReboot;
-}
-
-/**
-   * Auto generated setter method
-   * @param param NoReboot
-   */
-public void setNoReboot(boolean param) {
-
-// setting primitive attribute tracker to true
-
-if (false) {
-localNoRebootTracker = false;
-
-} else {
-localNoRebootTracker = true;
-}
-
-this.localNoReboot = param;
-
-}
-
-/**
-* field for BlockDeviceMapping
-*/
-
-protected com.amazon.ec2.BlockDeviceMappingType localBlockDeviceMapping;
-
-/*  This tracker boolean wil be

[06/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateSnapshotResponseType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateSnapshotResponseType.java 
b/awsapi/src/com/amazon/ec2/CreateSnapshotResponseType.java
deleted file mode 100644
index 3a0453d..000
--- a/awsapi/src/com/amazon/ec2/CreateSnapshotResponseType.java
+++ /dev/null
@@ -1,1095 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateSnapshotResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateSnapshotResponseType bean class
-*/
-
-public class CreateSnapshotResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateSnapshotResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RequestId
-*/
-
-protected java.lang.String localRequestId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRequestId() {
-return localRequestId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RequestId
-   */
-public void setRequestId(java.lang.String param) {
-
-this.localRequestId = param;
-
-}
-
-/**
-* field for SnapshotId
-*/
-
-protected java.lang.String localSnapshotId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getSnapshotId() {
-return localSnapshotId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param SnapshotId
-   */
-public void setSnapshotId(java.lang.String param) {
-
-this.localSnapshotId = param;
-
-}
-
-/**
-* field for VolumeId
-*/
-
-protected java.lang.String localVolumeId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getVolumeId() {
-return localVolumeId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param VolumeId
-   */
-public void setVolumeId(java.lang.String param) {
-
-this.localVolumeId = param;
-
-}
-
-/**
-* field for Status
-*/
-
-protected java.lang.String localStatus;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getStatus() {
-return localStatus;
-}
-
-/**
-   * Auto generated setter method
-   * @param param Status
-   */
-public void setStatus(java.lang.String param) {
-
-this.localStatus = param;
-
-}
-
-/**
-* field for StartTime
-*/
-
-protected java.util.Calendar localStartTime;
-
-/**
-* Auto generated getter method
-* @return java.util.Calendar
-*/
-public java.util.Calendar getStartTime() {
-return localStartTime;
-}
-
-/**
-   * Auto generated setter method
-   * @param param StartTime
-   */
-public void setStartTime(java.util.Calendar param) {
-
-this.localStartTime = param;
-
-}
-
-/**
-* field for Progress
-*/
-
-protected java.lang.String localProgress;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getProgress() {
-return localProgress;
-}
-
-/**
-   * Auto generated setter method
-   * @param param Progress
-   */
-public void setProgress(java.lang.String param) {
-
-this.localProgress = param;
-
-}
-
-/**
-* field for OwnerId
-*/
-
-protecte

[04/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateSubnetType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateSubnetType.java 
b/awsapi/src/com/amazon/ec2/CreateSubnetType.java
deleted file mode 100644
index a4a6846..000
--- a/awsapi/src/com/amazon/ec2/CreateSubnetType.java
+++ /dev/null
@@ -1,603 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateSubnetType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateSubnetType bean class
-*/
-
-public class CreateSubnetType implements org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateSubnetType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for VpcId
-*/
-
-protected java.lang.String localVpcId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getVpcId() {
-return localVpcId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param VpcId
-   */
-public void setVpcId(java.lang.String param) {
-
-this.localVpcId = param;
-
-}
-
-/**
-* field for CidrBlock
-*/
-
-protected java.lang.String localCidrBlock;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getCidrBlock() {
-return localCidrBlock;
-}
-
-/**
-   * Auto generated setter method
-   * @param param CidrBlock
-   */
-public void setCidrBlock(java.lang.String param) {
-
-this.localCidrBlock = param;
-
-}
-
-/**
-* field for AvailabilityZone
-*/
-
-protected java.lang.String localAvailabilityZone;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localAvailabilityZoneTracker = false;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getAvailabilityZone() {
-return localAvailabilityZone;
-}
-
-/**
-   * Auto generated setter method
-   * @param param AvailabilityZone
-   */
-public void setAvailabilityZone(java.lang.String param) {
-
-if (param != null) {
-//update the setting tracker
-localAvailabilityZoneTracker = true;
-} else {
-localAvailabilityZoneTracker = false;
-
-}
-
-this.localAvailabilityZone = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void

[02/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateVolumePermissionOperationType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateVolumePermissionOperationType.java 
b/awsapi/src/com/amazon/ec2/CreateVolumePermissionOperationType.java
deleted file mode 100644
index a21105c..000
--- a/awsapi/src/com/amazon/ec2/CreateVolumePermissionOperationType.java
+++ /dev/null
@@ -1,481 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateVolumePermissionOperationType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateVolumePermissionOperationType bean class
-*/
-
-public class CreateVolumePermissionOperationType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateVolumePermissionOperationType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/** Whenever a new property is set ensure all others are unset
- *  There can be only one choice and the last one wins
- */
-private void clearAllSettingTrackers() {
-
-localAddTracker = false;
-
-localRemoveTracker = false;
-
-}
-
-/**
-* field for Add
-*/
-
-protected com.amazon.ec2.CreateVolumePermissionListType localAdd;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localAddTracker = false;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.CreateVolumePermissionListType
-*/
-public com.amazon.ec2.CreateVolumePermissionListType getAdd() {
-return localAdd;
-}
-
-/**
-   * Auto generated setter method
-   * @param param Add
-   */
-public void setAdd(com.amazon.ec2.CreateVolumePermissionListType param) {
-
-clearAllSettingTrackers();
-
-if (param != null) {
-//update the setting tracker
-localAddTracker = true;
-} else {
-localAddTracker = false;
-
-}
-
-this.localAdd = param;
-
-}
-
-/**
-* field for Remove
-*/
-
-protected com.amazon.ec2.CreateVolumePermissionListType localRemove;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localRemoveTracker = false;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.CreateVolumePermissionListType
-*/
-public com.amazon.ec2.CreateVolumePermissionListType getRemove() {
-return localRemove;
-}
-
-/**
-   * Auto generated setter method
-   * @param param Remove
-   */
-public void setRemove(com.amazon.ec2.CreateVolumePermissionListType param) 
{
-
-clearAllSettingTrackers();
-
-if (param != null) {
-//update the setting tracker
-localRemoveTracker = true;
-} else {
-localRemoveTracker = false;
-
-}
-
-this.localRemove = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.I

[13/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateNetworkAclEntryType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateNetworkAclEntryType.java 
b/awsapi/src/com/amazon/ec2/CreateNetworkAclEntryType.java
deleted file mode 100644
index b98823d..000
--- a/awsapi/src/com/amazon/ec2/CreateNetworkAclEntryType.java
+++ /dev/null
@@ -1,954 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateNetworkAclEntryType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateNetworkAclEntryType bean class
-*/
-
-public class CreateNetworkAclEntryType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateNetworkAclEntryType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for NetworkAclId
-*/
-
-protected java.lang.String localNetworkAclId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getNetworkAclId() {
-return localNetworkAclId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param NetworkAclId
-   */
-public void setNetworkAclId(java.lang.String param) {
-
-this.localNetworkAclId = param;
-
-}
-
-/**
-* field for RuleNumber
-*/
-
-protected int localRuleNumber;
-
-/**
-* Auto generated getter method
-* @return int
-*/
-public int getRuleNumber() {
-return localRuleNumber;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RuleNumber
-   */
-public void setRuleNumber(int param) {
-
-this.localRuleNumber = param;
-
-}
-
-/**
-* field for Protocol
-*/
-
-protected java.lang.String localProtocol;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getProtocol() {
-return localProtocol;
-}
-
-/**
-   * Auto generated setter method
-   * @param param Protocol
-   */
-public void setProtocol(java.lang.String param) {
-
-this.localProtocol = param;
-
-}
-
-/**
-* field for RuleAction
-*/
-
-protected java.lang.String localRuleAction;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRuleAction() {
-return localRuleAction;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RuleAction
-   */
-public void setRuleAction(java.lang.String param) {
-
-this.localRuleAction = param;
-
-}
-
-/**
-* field for Egress
-*/
-
-protected boolean localEgress;
-
-/**
-* Auto generated getter method
-* @return boolean
-*/
-public boolean getEgress() {
-return localEgress;
-}
-
-/**
-   * Auto generated setter method
-   * @param param Egress
-   */
-public void setEgress(boolean param) {
-
-this.localEgress = param;
-
-}
-
-/**
-* field for CidrBlock
-*/
-
-protected java.lang.String localCidrBlock;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getCidrBlock() {
-return localCidrBlock;
-}
-
-/**
-   * Auto generated setter method
-   * @param param CidrBlock
-   */
-public void setCidrBlock(java.lang.String param) {
-
-this.localCidrBlock = param;
-
-}
-
-/**
-* field for IcmpTypeCode
-*/
-
-protected com.amazon.ec2.IcmpTypeCodeType localIcmpTypeCode;
-
-/*  T

[08/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CreateRouteType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CreateRouteType.java 
b/awsapi/src/com/amazon/ec2/CreateRouteType.java
deleted file mode 100644
index 2e3f7e0..000
--- a/awsapi/src/com/amazon/ec2/CreateRouteType.java
+++ /dev/null
@@ -1,552 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CreateRouteType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CreateRouteType bean class
-*/
-
-public class CreateRouteType implements org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CreateRouteType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for RouteTableId
-*/
-
-protected java.lang.String localRouteTableId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getRouteTableId() {
-return localRouteTableId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param RouteTableId
-   */
-public void setRouteTableId(java.lang.String param) {
-
-this.localRouteTableId = param;
-
-}
-
-/**
-* field for DestinationCidrBlock
-*/
-
-protected java.lang.String localDestinationCidrBlock;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getDestinationCidrBlock() {
-return localDestinationCidrBlock;
-}
-
-/**
-   * Auto generated setter method
-   * @param param DestinationCidrBlock
-   */
-public void setDestinationCidrBlock(java.lang.String param) {
-
-this.localDestinationCidrBlock = param;
-
-}
-
-/**
-* field for CreateRouteTypeChoice_type0
-*/
-
-protected com.amazon.ec2.CreateRouteTypeChoice_type0 
localCreateRouteTypeChoice_type0;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.CreateRouteTypeChoice_type0
-*/
-public com.amazon.ec2.CreateRouteTypeChoice_type0 
getCreateRouteTypeChoice_type0() {
-return localCreateRouteTypeChoice_type0;
-}
-
-/**
-   * Auto generated setter method
-   * @param param CreateRouteTypeChoice_type0
-   */
-public void 
setCreateRouteTypeChoice_type0(com.amazon.ec2.CreateRouteTypeChoice_type0 
param) {
-
-this.localCreateRouteTypeChoice_type0 = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CreateRouteType.this.serialize(pa

[52/52] [abbrv] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
CLOUDSTACK-8433: remove awsapi db usage and add upgrade cleanup path

- Removes awsapi db properties usage across codebase
- Removes references from spring xmls, test cases and TransactionLegacy
- Adds sql command to drop database cloudbridge in schema-451to460-cleanup.sql

Signed-off-by: Rohit Yadav 


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/72831ecf
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/72831ecf
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/72831ecf

Branch: refs/heads/nuke-awsapi
Commit: 72831ecfecdf5cd437f28c600341dc9ade00b4b7
Parents: e0eea01
Author: Rohit Yadav 
Authored: Thu Apr 30 16:15:39 2015 +0200
Committer: Rohit Yadav 
Committed: Thu Apr 30 16:22:35 2015 +0200

--
 .gitignore  |  3 --
 README.md   |  1 -
 .../snapshot/test/resources/db.properties   |  3 --
 .../com/cloud/utils/db/TransactionLegacy.java   | 38 
 .../com/cloud/utils/db/TestTransaction.java | 26 --
 framework/db/test/db.properties |  7 
 framework/jobs/test/resources/db.properties |  3 --
 .../resources/components-example.xml| 27 --
 .../globodns/test/resources/db.properties   |  7 
 .../contrail/management/TestDbSetup.java|  4 ---
 .../test/resources/db.properties|  3 --
 server/test/resources/db.properties |  3 --
 .../iam/plugin/test/resources/db.properties |  7 
 .../iam/server/test/resources/db.properties |  7 
 setup/bindir/cloud-setup-databases.in   | 20 ---
 setup/db/db/schema-451to460-cleanup.sql |  2 ++
 tools/eclipse/eclipse.epf   |  2 +-
 usage/test/resources/db.properties  |  3 --
 utils/conf/db.properties|  7 
 19 files changed, 3 insertions(+), 170 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/72831ecf/.gitignore
--
diff --git a/.gitignore b/.gitignore
index 5ac9116..b9dafcf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,7 +37,6 @@ build.number
 cloud.log.*.*
 unittest
 deps/cloud.userlibraries
-deps/awsapi-lib/
 .DS_Store
 .idea
 *.iml
@@ -61,14 +60,12 @@ tools/cli/build/
 #.*
 
 target-eclipse
-awsapi/modules/*
 !.gitignore
 .classpath
 .settings.xml
 .settings/
 db.properties.override
 replace.properties.override
-awsapi/overlays/
 tools/marvin/marvin/cloudstackAPI/*
 *.egg-info/
 docs/tmp

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/72831ecf/README.md
--
diff --git a/README.md b/README.md
index 98dae9f..287f8f2 100644
--- a/README.md
+++ b/README.md
@@ -148,5 +148,4 @@ The following provides more details on the included 
cryptographic software:
 * CloudStack has a system requirement of MySQL, and uses native database 
encryption functionality.
 * CloudStack makes use of the Bouncy Castle general-purpose encryption library.
 * CloudStack can optionally interacts with and controls OpenSwan-based VPNs.
-* CloudStack has a dependency on Apache WSS4J as part of the AWSAPI 
implementation.
 * CloudStack has a dependency on and makes use of JSch - a java SSH2 
implementation.

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/72831ecf/engine/storage/snapshot/test/resources/db.properties
--
diff --git a/engine/storage/snapshot/test/resources/db.properties 
b/engine/storage/snapshot/test/resources/db.properties
index c30bf60..a458b23 100644
--- a/engine/storage/snapshot/test/resources/db.properties
+++ b/engine/storage/snapshot/test/resources/db.properties
@@ -55,9 +55,6 @@ db.usage.maxIdle=30
 db.usage.maxWait=1
 db.usage.autoReconnect=true
 
-# awsapi database settings
-db.awsapi.name=cloudbridge
-
 # Simulator database settings
 db.simulator.username=cloud
 db.simulator.password=cloud

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/72831ecf/framework/db/src/com/cloud/utils/db/TransactionLegacy.java
--
diff --git a/framework/db/src/com/cloud/utils/db/TransactionLegacy.java 
b/framework/db/src/com/cloud/utils/db/TransactionLegacy.java
index 7784d2f..af834ca 100644
--- a/framework/db/src/com/cloud/utils/db/TransactionLegacy.java
+++ b/framework/db/src/com/cloud/utils/db/TransactionLegacy.java
@@ -77,7 +77,6 @@ public class TransactionLegacy implements Closeable {
 
 public static final short CLOUD_DB = 0;
 public static final short USAGE_DB = 1;
-public static final short AWSAPI_DB = 2;
 public static final short SIMULATOR_DB 

[43/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/AmazonEC2SkeletonInterface.java
--
diff --git a/awsapi/src/com/amazon/ec2/AmazonEC2SkeletonInterface.java 
b/awsapi/src/com/amazon/ec2/AmazonEC2SkeletonInterface.java
deleted file mode 100644
index 77dd851..000
--- a/awsapi/src/com/amazon/ec2/AmazonEC2SkeletonInterface.java
+++ /dev/null
@@ -1,1194 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AmazonEC2SkeletonInterface.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:00:16 CEST)
- */
-package com.amazon.ec2;
-
-/**
- *  AmazonEC2SkeletonInterface java skeleton interface for the axisService
- */
-public interface AmazonEC2SkeletonInterface {
-
-/**
- * Auto generated method signature
- *
-* @param describePlacementGroups
- */
-
-public com.amazon.ec2.DescribePlacementGroupsResponse 
describePlacementGroups(com.amazon.ec2.DescribePlacementGroups 
describePlacementGroups);
-
-/**
- * Auto generated method signature
- *
-* @param createSecurityGroup
- */
-
-public com.amazon.ec2.CreateSecurityGroupResponse 
createSecurityGroup(com.amazon.ec2.CreateSecurityGroup createSecurityGroup);
-
-/**
- * Auto generated method signature
- *
-* @param resetNetworkInterfaceAttribute
- */
-
-public com.amazon.ec2.ResetNetworkInterfaceAttributeResponse 
resetNetworkInterfaceAttribute(
-com.amazon.ec2.ResetNetworkInterfaceAttribute 
resetNetworkInterfaceAttribute);
-
-/**
- * Auto generated method signature
- *
-* @param createDhcpOptions
- */
-
-public com.amazon.ec2.CreateDhcpOptionsResponse 
createDhcpOptions(com.amazon.ec2.CreateDhcpOptions createDhcpOptions);
-
-/**
- * Auto generated method signature
- *
-* @param createRouteTable
- */
-
-public com.amazon.ec2.CreateRouteTableResponse 
createRouteTable(com.amazon.ec2.CreateRouteTable createRouteTable);
-
-/**
- * Auto generated method signature
- *
-* @param describeSubnets
- */
-
-public com.amazon.ec2.DescribeSubnetsResponse 
describeSubnets(com.amazon.ec2.DescribeSubnets describeSubnets);
-
-/**
- * Auto generated method signature
- *
-* @param deactivateLicense
- */
-
-public com.amazon.ec2.DeactivateLicenseResponse 
deactivateLicense(com.amazon.ec2.DeactivateLicense deactivateLicense);
-
-/**
- * Auto generated method signature
- *
-* @param deleteVpc
- */
-
-public com.amazon.ec2.DeleteVpcResponse deleteVpc(com.amazon.ec2.DeleteVpc 
deleteVpc);
-
-/**
- * Auto generated method signature
- *
-* @param cancelSpotInstanceRequests
- */
-
-public com.amazon.ec2.CancelSpotInstanceRequestsResponse 
cancelSpotInstanceRequests(com.amazon.ec2.CancelSpotInstanceRequests 
cancelSpotInstanceRequests);
-
-/**
- * Auto generated method signature
- *
-* @param createSubnet
- */
-
-public com.amazon.ec2.CreateSubnetResponse 
createSubnet(com.amazon.ec2.CreateSubnet createSubnet);
-
-/**
- * Auto generated method signature
- *
-* @param deleteVpnGateway
- */
-
-public com.amazon.ec2.DeleteVpnGatewayResponse 
deleteVpnGateway(com.amazon.ec2.DeleteVpnGateway deleteVpnGateway);
-
-/**
- * Auto generated method signature
- *
-* @param createNetworkAclEntry
- */
-
-public com.amazon.ec2.CreateNetworkAclEntryResponse 
createNetworkAclEntry(com.amazon.ec2.CreateNetworkAclEntry 
createNetworkAclEntry);
-
-/**
- * Auto generated method signature
- *
-* @param requestSpotInstances
- */
-
-public com.amazon.ec2.RequestSpotInstancesResponse 
requestSpotInstances(com.ama

[34/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/AttachmentSetResponseType.java
--
diff --git a/awsapi/src/com/amazon/ec2/AttachmentSetResponseType.java 
b/awsapi/src/com/amazon/ec2/AttachmentSetResponseType.java
deleted file mode 100644
index ffa7934..000
--- a/awsapi/src/com/amazon/ec2/AttachmentSetResponseType.java
+++ /dev/null
@@ -1,491 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AttachmentSetResponseType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AttachmentSetResponseType bean class
-*/
-
-public class AttachmentSetResponseType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = AttachmentSetResponseType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for Item
-* This was an Array!
-*/
-
-protected com.amazon.ec2.AttachmentSetItemResponseType[] localItem;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localItemTracker = false;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.AttachmentSetItemResponseType[]
-*/
-public com.amazon.ec2.AttachmentSetItemResponseType[] getItem() {
-return localItem;
-}
-
-/**
- * validate the array for Item
- */
-protected void validateItem(com.amazon.ec2.AttachmentSetItemResponseType[] 
param) {
-
-}
-
-/**
- * Auto generated setter method
- * @param param Item
- */
-public void setItem(com.amazon.ec2.AttachmentSetItemResponseType[] param) {
-
-validateItem(param);
-
-if (param != null) {
-//update the setting tracker
-localItemTracker = true;
-} else {
-localItemTracker = false;
-
-}
-
-this.localItem = param;
-}
-
-/**
-* Auto generated add method for the array for convenience
-* @param param com.amazon.ec2.AttachmentSetItemResponseType
-*/
-public void addItem(com.amazon.ec2.AttachmentSetItemResponseType param) {
-if (localItem == null) {
-localItem = new com.amazon.ec2.AttachmentSetItemResponseType[] {};
-}
-
-//update the setting tracker
-localItemTracker = true;
-
-java.util.List list = 
org.apache.axis2.databinding.utils.ConverterUtil.toList(localItem);
-list.add(param);
-this.localItem = 
(com.amazon.ec2.AttachmentSetItemResponseType[])list.toArray(new 
com.amazon.ec2.AttachmentSetItemResponseType[list.size()]);
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org

[26/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/CancelBundleTaskType.java
--
diff --git a/awsapi/src/com/amazon/ec2/CancelBundleTaskType.java 
b/awsapi/src/com/amazon/ec2/CancelBundleTaskType.java
deleted file mode 100644
index de66899..000
--- a/awsapi/src/com/amazon/ec2/CancelBundleTaskType.java
+++ /dev/null
@@ -1,425 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * CancelBundleTaskType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  CancelBundleTaskType bean class
-*/
-
-public class CancelBundleTaskType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = CancelBundleTaskType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for BundleId
-*/
-
-protected java.lang.String localBundleId;
-
-/**
-* Auto generated getter method
-* @return java.lang.String
-*/
-public java.lang.String getBundleId() {
-return localBundleId;
-}
-
-/**
-   * Auto generated setter method
-   * @param param BundleId
-   */
-public void setBundleId(java.lang.String param) {
-
-this.localBundleId = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-CancelBundleTaskType.this.serialize(parentQName, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(parentQName, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-java.lang.String prefix = null;
-java.lang.String namespace = null;
-
-prefix = parentQName.getPrefix();
-namespace = parentQName.getNamespaceURI();
-
-if ((namespace != null) && (namespace.trim().length() > 0)) {
-java.lang.String writerPrefix = xmlWriter.getPrefix(namespace);
-if 

[39/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/AssociateRouteTable.java
--
diff --git a/awsapi/src/com/amazon/ec2/AssociateRouteTable.java 
b/awsapi/src/com/amazon/ec2/AssociateRouteTable.java
deleted file mode 100644
index 6a753f1..000
--- a/awsapi/src/com/amazon/ec2/AssociateRouteTable.java
+++ /dev/null
@@ -1,323 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AssociateRouteTable.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AssociateRouteTable bean class
-*/
-
-public class AssociateRouteTable implements 
org.apache.axis2.databinding.ADBBean {
-
-public static final javax.xml.namespace.QName MY_QNAME = new 
javax.xml.namespace.QName("http://ec2.amazonaws.com/doc/2012-08-15/";, 
"AssociateRouteTable", "ns1");
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for AssociateRouteTable
-*/
-
-protected com.amazon.ec2.AssociateRouteTableType localAssociateRouteTable;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.AssociateRouteTableType
-*/
-public com.amazon.ec2.AssociateRouteTableType getAssociateRouteTable() {
-return localAssociateRouteTable;
-}
-
-/**
-   * Auto generated setter method
-   * @param param AssociateRouteTable
-   */
-public void setAssociateRouteTable(com.amazon.ec2.AssociateRouteTableType 
param) {
-
-this.localAssociateRouteTable = param;
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, MY_QNAME) {
-
-public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException {
-AssociateRouteTable.this.serialize(MY_QNAME, factory, 
xmlWriter);
-}
-};
-return new 
org.apache.axiom.om.impl.llom.OMSourcedElementImpl(MY_QNAME, factory, 
dataSource);
-
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-serialize(parentQName, factory, xmlWriter, false);
-}
-
-public void serialize(final javax.xml.namespace.QName parentQName, final 
org.apache.axiom.om.OMFactory factory,
-org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException,
-org.apache.axis2.databinding.ADBException {
-
-//We can safely assume an element has only one type associated with it
-
-if (localAssociateRouteTable == null) {
-throw new org.apache.axis2.databinding.ADBException("Property 
cannot be null!");
-}
-localAssoc

[30/52] [abbrv] [partial] git commit: updated refs/heads/nuke-awsapi to 72831ec

2015-04-30 Thread bhaisaab
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8d4ebf0/awsapi/src/com/amazon/ec2/AvailabilityZoneSetType.java
--
diff --git a/awsapi/src/com/amazon/ec2/AvailabilityZoneSetType.java 
b/awsapi/src/com/amazon/ec2/AvailabilityZoneSetType.java
deleted file mode 100644
index fa0ba5f..000
--- a/awsapi/src/com/amazon/ec2/AvailabilityZoneSetType.java
+++ /dev/null
@@ -1,491 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-/**
- * AvailabilityZoneSetType.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:01:01 CEST)
- */
-
-package com.amazon.ec2;
-
-/**
-*  AvailabilityZoneSetType bean class
-*/
-
-public class AvailabilityZoneSetType implements 
org.apache.axis2.databinding.ADBBean {
-/* This type was generated from the piece of schema that had
-name = AvailabilityZoneSetType
-Namespace URI = http://ec2.amazonaws.com/doc/2012-08-15/
-Namespace Prefix = ns1
-*/
-
-private static java.lang.String generatePrefix(java.lang.String namespace) 
{
-if (namespace.equals("http://ec2.amazonaws.com/doc/2012-08-15/";)) {
-return "ns1";
-}
-return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix();
-}
-
-/**
-* field for Item
-* This was an Array!
-*/
-
-protected com.amazon.ec2.AvailabilityZoneItemType[] localItem;
-
-/*  This tracker boolean wil be used to detect whether the user called the 
set method
-*   for this attribute. It will be used to determine whether to include 
this field
-*   in the serialized XML
-*/
-protected boolean localItemTracker = false;
-
-/**
-* Auto generated getter method
-* @return com.amazon.ec2.AvailabilityZoneItemType[]
-*/
-public com.amazon.ec2.AvailabilityZoneItemType[] getItem() {
-return localItem;
-}
-
-/**
- * validate the array for Item
- */
-protected void validateItem(com.amazon.ec2.AvailabilityZoneItemType[] 
param) {
-
-}
-
-/**
- * Auto generated setter method
- * @param param Item
- */
-public void setItem(com.amazon.ec2.AvailabilityZoneItemType[] param) {
-
-validateItem(param);
-
-if (param != null) {
-//update the setting tracker
-localItemTracker = true;
-} else {
-localItemTracker = false;
-
-}
-
-this.localItem = param;
-}
-
-/**
-* Auto generated add method for the array for convenience
-* @param param com.amazon.ec2.AvailabilityZoneItemType
-*/
-public void addItem(com.amazon.ec2.AvailabilityZoneItemType param) {
-if (localItem == null) {
-localItem = new com.amazon.ec2.AvailabilityZoneItemType[] {};
-}
-
-//update the setting tracker
-localItemTracker = true;
-
-java.util.List list = 
org.apache.axis2.databinding.utils.ConverterUtil.toList(localItem);
-list.add(param);
-this.localItem = 
(com.amazon.ec2.AvailabilityZoneItemType[])list.toArray(new 
com.amazon.ec2.AvailabilityZoneItemType[list.size()]);
-
-}
-
-/**
-* isReaderMTOMAware
-* @return true if the reader supports MTOM
-*/
-public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader 
reader) {
-boolean isReaderMTOMAware = false;
-
-try {
-isReaderMTOMAware = 
java.lang.Boolean.TRUE.equals(reader.getProperty(org.apache.axiom.om.OMConstants.IS_DATA_HANDLERS_AWARE));
-} catch (java.lang.IllegalArgumentException e) {
-isReaderMTOMAware = false;
-}
-return isReaderMTOMAware;
-}
-
-/**
-*
-* @param parentQName
-* @param factory
-* @return org.apache.axiom.om.OMElement
-*/
-public org.apache.axiom.om.OMElement getOMElement(final 
javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory 
factory)
-throws org.apache.axis2.databinding.ADBException {
-
-org.apache.axiom.om.OMDataSource dataSource = new 
org.apache.axis2.databinding.ADBDataSource(this, parentQName) {
-
-  

  1   2   3   >