6
CHUB Devlopment IssueTracker Services Issue Solution Remarks 2.0_ManageLoy altyMemberSer viceV2 Duplicate servlet mapping entries Commented the duplicate servlet-mapping entries Modified Web.xml 1.0_LoyaltyMe mberAccountSe curity ServiceV1Vent ana Impl class not found Package for Impl class was modified Modified sun- jaxws.xml 2.0_LoyaltyMe mberPromotion Info ServiceV2 Duplicate servlet mapping entries Commented the duplicate servlet-mapping entries Modified Web.xml 1.0_LoyaltyMe mberActivityV 1 Duplicate servlet mapping & Impl Class not found Package for Impl class was modified & commented duplicate servlet mappings Modified sun- jaxws.xml & Web.xml Few Deployed Service java.lang.NullPointerExce ption at javax.naming.InitialConte xt.getURLScheme Key mismatch in MQ.properties Corrected the key value in property file Few Deployed Service java.lang.NoClassDefFound Error: com/sun/istack/localizati on/Localizable jaxb-impl, jaxws-rt, jaxb- api-1.5 jars were added Added jars in common lib location Few Deployed Service java.lang.ClassNotFoundEx ception: com.sun.xml.ws.transport. http.servlet.WSServletCon textListener ‘\ ‘was added in the tomcat property file. Added the missing ‘\’ in common.loade r section of catalina.pro perties file Few Deployed Service WEB-INF/sun-jaxws file missing Commented <Listener> com.sun.xml.ws.transport.htt p.servlet.WSServletContextLi stener element /opt/ vmware/ vfabric-tc- server- standard/ instance/ conf/web.xml file was modified LoyaltyMember ReservationIn foV1 For bean config of transaction manager <bean id="transactionManager" Change bean config for transaction management to this <bean Modified dao.xml

TC Migration Issue Tracker

Embed Size (px)

DESCRIPTION

cxcxc

Citation preview

ISSUE tRACKER

CHUB Devlopment IssueTrackerServicesIssueSolutionRemarks

2.0_ManageLoyaltyMemberServiceV2Duplicate servlet mapping entriesCommented the duplicate servlet-mapping entriesModified Web.xml

1.0_LoyaltyMemberAccountSecurityServiceV1Ventana

Impl class not foundPackage for Impl class was modifiedModified sun-jaxws.xml

2.0_LoyaltyMemberPromotionInfoServiceV2

Duplicate servlet mapping entriesCommented the duplicate servlet-mapping entriesModified Web.xml

1.0_LoyaltyMemberActivityV1Duplicate servlet mapping & Impl Class not foundPackage for Impl class was modified & commented duplicate servlet mappingsModified sun-jaxws.xml& Web.xml

Few Deployed Servicejava.lang.NullPointerException at javax.naming.InitialContext.getURLSchemeKey mismatch in MQ.properties Corrected the key value in property file

Few Deployed Service

java.lang.NoClassDefFoundError: com/sun/istack/localization/Localizablejaxb-impl, jaxws-rt, jaxb-api-1.5 jars were addedAdded jars in common lib location

Few Deployed Service

java.lang.ClassNotFoundException: com.sun.xml.ws.transport.http.servlet.WSServletContextListener

\ was added in the tomcat property file.Added the missing \ in common.loader section of catalina.properties file

Few Deployed Service

WEB-INF/sun-jaxws file missingCommented com.sun.xml.ws.transport.http.servlet.WSServletContextListener element /opt/vmware/vfabric-tc-server-standard/instance/conf/web.xml file was modified

LoyaltyMemberReservationInfoV1For bean config of transaction manager

Exception - No JTA UserTransaction available - specify either 'userTransaction' or 'userTransactionName' or 'transactionManager' or 'transactionManagerName'Change bean config for transaction management to this

Modified dao.xml

TC SERVER MIGRATION SERVICES

Trillium ServiceIssue

Solution

Files Modified

Configurations

1 Expected element 'AddressCleanseRequestItem' instead of 'AddressCleanseRequestItem@http://custhub.ct.aa.com/TrilliumWebserviceV2' here.

Added namespace prefix for the element & wsdl changes for elementFormDefault="qualified"Package-info.java in TrilliumV2client & service

LoyaltyOrderSearchIssue

Solution

Files Modified

Configurations

1

2Getting hibernate jar exception for SQL Queries

MAX Length & pattern validation issues

Added alias in query to resolve the issue.

Removed the pattern & maxlengths

wsdl

CustomerSearchV3_5Issue

Solution

Files Modified

Configurations

1

Soap Fault was thrown i.eFaultstring :com///CustomerSearchV3Config

Resolved by pointing the reference to CustomerSearchV3_5Config File

CustomerSearchByAAdvantageNumberImpl.javaCustomerSearchByEmailImpl.javaCustomerSearchByNameAndAddressImpl.java

CustomerSearchV5Issue

Solution

Files Modified

Configurations

1

Initialization issue for userid/applicationid

Resolved by making sure userid/appid is initialized

CustomerSearchV5Helper

LoyaltyMemberReservatoninfoV2Issue

Solution

Files Modified

Configurations

1

2

3Validation issue in PM for below element Connection Starvation issue

dayBefore.add(Calendar.DAY_OF_YEAR, -2);

Resolved by adding nillable=true for auditID in wsdl

Connection params/ transaction commits were added

Changed -2 to -1WSDL Changes IMPL/DAO Classes

RetrieveLoyaltyMemberReservationInfoHelper.java

RetrieveAvailableResolutionsV2Issue

Solution

Files Modified

Configurations

1

2Validation issue in PM for below element in wsdlRetrieveAvailableResolutionsV1 in binding and portType

ENUM changes in wsdl

Resolved by changing verseion V1 to V2 in wsdl

Changed ENUM to String in wsdlWSDL Changes

CustomerPNRV3Issue

Solution

Files Modified

Configurations

1

2Few Elements where not getting populated in response

Change Application support to SBLSOA from ISOLVE Client

Resolved by adding @XmlSeeAlso in artifacts

Resolved by adding support for SBLSOA Client

Artifacts

EnrollmentV2ServiceIssue

Solution

Files Modified

Configurations

1

2Change Application support to VENTANA from ACSWEB Client

Code merge issue in Webservicehelper jar

Resolved by adding support for VENTANA Client

Merged with latest code

TrilliumServiceDelegator.java

CustomerCUPIDCreationV2Issue

Solution

Files Modified

Configurations

1

Change Application support to VENTANA from ACSWEB Client

Resolved by adding support for VENTANA Client

CustomerSolicitationV3Issue

Solution

Files Modified

Configurations

1

Issue in handling exception caught

Added line of code i.e. getCaused() to handle the exception & process it.InsertCustomerSolicitationImpl.java

2

ManageCustomerProfileV3_5Issue

Solution

Files Modified

Configurations

1

Elements not getting populated in soap response

Resolved by adding @XmlSeeAlso in artifacts

Artifacts