IllegalAnnotaion for a webservice in jBoss EAP 6.1 but working in jBoss 6-
sjunejo Apr 4, 2014 10:42 AMI have a web service which uses Metro service stack. Recently I tried to deploy my services onto jBoss EAP 6.1 version and I get following exception. While exactly same package works perfectly in older versions of jBoss like jBoss EAP 5.3.1, Jboss 6 (Comm Ed), jBoss 5, jBoss 4 etc.
12:37:54,120 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "TWSFix.war" (runt
ime-name: "TWSFix.war")
12:37:56,201 INFO [org.jboss.ws.cxf.metadata] (MSC service thread 1-3) JBWS024061: Adding service endpoint metadata: id=com.xyz.ws.T24WebServicesImpl
address=http://LFZC2ZN1:9081/TWSFix/T24WebServicesImpl
implementor=com.xyz.ws.T24WebServicesImpl
serviceName={http://xyz.com/TWSFix}T24WebServicesImplService
portName={http://xyz.com/TWSFix}T24WebServicesImplPort
annotationWsdlLocation=null
wsdlLocationOverride=null
mtomEnabled=false
12:37:56,222 INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-3) Creating Service {http:/
/xyz.com/TWSFix}T24WebServicesImplService from class com.xyz.ws.T24WebServicesImpl
12:37:57,240 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.deployment.unit.
"TWSFix.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."TWSFix.war".INSTALL: JBAS018733: Fail
ed to process phase INSTALL of deployment "TWSFix.war"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:127) [jboss-as-server-7
.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA
-redhat-1.jar:1.0.4.GA-redhat-1]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA-redhat-1
.jar:1.0.4.GA-redhat-1]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_18]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_18]
at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0_18]
Caused by: javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException
at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:368)
at org.jboss.wsf.stack.cxf.deployment.EndpointImpl.doPublish(EndpointImpl.java:67)
at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:250)
at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:536)
at org.jboss.wsf.stack.cxf.configuration.NonSpringBusHolder.configure(NonSpringBusHolder.java:116)
at org.jboss.wsf.stack.cxf.deployment.aspect.BusDeploymentAspect.startDeploymentBus(BusDeploymentAspect.java:128)
at org.jboss.wsf.stack.cxf.deployment.aspect.BusDeploymentAspect.start(BusDeploymentAspect.java:67)
at org.jboss.as.webservices.deployers.AspectDeploymentProcessor.deploy(AspectDeploymentProcessor.java:74)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:120) [jboss-as-server-7
.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8]
... 5 more
Caused by: org.apache.cxf.service.factory.ServiceConstructionException
at org.apache.cxf.jaxb.JAXBDataBinding.initialize(JAXBDataBinding.java:329)
at org.apache.cxf.service.factory.AbstractServiceFactoryBean.initializeDataBindings(AbstractServiceFactoryBean.java:86)
at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromClass(ReflectionServiceFactoryBean.java:478
)
at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.buildServiceFromClass(JaxWsServiceFactoryBean.java:690)
at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:54
0)
at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:252)
at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:205)
at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:101)
at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:159)
at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:211)
at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:453)
at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:333)
... 13 more
Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 37 counts of IllegalAnnotationExceptions
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRCHARGE.ObjectFactory.createRow(com.xyz.ws.pojo
.AAARRCHARGE.AAARRCHARGEType)
at com.xyz.ws.pojo.AAARRCHARGE.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRPERIODICCHARGESAA.ObjectFactory.createRow(com.temen
os.tws.pojo.AAARRPERIODICCHARGESAA.AAARRPERIODICCHARGESAAType)
at com.xyz.ws.pojo.AAARRPERIODICCHARGESAA.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRALERTS.ObjectFactory.createRow(com.xyz.ws.pojo
.AAARRALERTS.AAARRALERTSType)
at com.xyz.ws.pojo.AAARRALERTS.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRCHARGE.ObjectFactory.createRow(com.xyz.ws.pojo
.AAARRCHARGE.AAARRCHARGEType)
at com.xyz.ws.pojo.AAARRCHARGE.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRCHARGEOVERRIDEAA.ObjectFactory.createRow(com.temeno
s.tws.pojo.AAARRCHARGEOVERRIDEAA.AAARRCHARGEOVERRIDEAAType)
at com.xyz.ws.pojo.AAARRCHARGEOVERRIDEAA.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRALERTS.ObjectFactory.createRow(com.xyz.ws.pojo
.AAARRALERTS.AAARRALERTSType)
at com.xyz.ws.pojo.AAARRALERTS.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARROFFICERSAA.ObjectFactory.createRow(com.xyz.ws.
pojo.AAARROFFICERSAA.AAARROFFICERSAAType)
at com.xyz.ws.pojo.AAARROFFICERSAA.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRCHARGEOVERRIDEAA.ObjectFactory.createRow(com.temeno
s.tws.pojo.AAARRCHARGEOVERRIDEAA.AAARRCHARGEOVERRIDEAAType)
at com.xyz.ws.pojo.AAARRCHARGEOVERRIDEAA.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRACTIVITYRESTRICTIONAA.ObjectFactory.createRow(com.t
emenos.tws.pojo.AAARRACTIVITYRESTRICTIONAA.AAARRACTIVITYRESTRICTIONAAType)
at com.xyz.ws.pojo.AAARRACTIVITYRESTRICTIONAA.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARROFFICERSAA.ObjectFactory.createRow(com.xyz.ws.
pojo.AAARROFFICERSAA.AAARROFFICERSAAType)
at com.xyz.ws.pojo.AAARROFFICERSAA.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRBALANCEAVAILABILITYAANONOTICE.ObjectFactory.createR
ow(com.xyz.ws.pojo.AAARRBALANCEAVAILABILITYAANONOTICE.AAARRBALANCEAVAILABILITYAANONOTICEType)
at com.xyz.ws.pojo.AAARRBALANCEAVAILABILITYAANONOTICE.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRACTIVITYRESTRICTIONAA.ObjectFactory.createRow(com.t
emenos.tws.pojo.AAARRACTIVITYRESTRICTIONAA.AAARRACTIVITYRESTRICTIONAAType)
at com.xyz.ws.pojo.AAARRACTIVITYRESTRICTIONAA.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRCUSTOMER.ObjectFactory.createRow(com.xyz.ws.po
jo.AAARRCUSTOMER.AAARRCUSTOMERType)
at com.xyz.ws.pojo.AAARRCUSTOMER.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRBALANCEAVAILABILITYAANONOTICE.ObjectFactory.createR
ow(com.xyz.ws.pojo.AAARRBALANCEAVAILABILITYAANONOTICE.AAARRBALANCEAVAILABILITYAANONOTICEType)
at com.xyz.ws.pojo.AAARRBALANCEAVAILABILITYAANONOTICE.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRANGEMENTACTIVITYCANCELFUNDSDDAWS.ObjectFactory.crea
teRow(com.xyz.ws.pojo.AAARRANGEMENTACTIVITYCANCELFUNDSDDAWS.AAARRANGEMENTACTIVITYCANCELFUNDSDDAWSType)
at com.xyz.ws.pojo.AAARRANGEMENTACTIVITYCANCELFUNDSDDAWS.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRCUSTOMER.ObjectFactory.createRow(com.xyz.ws.po
jo.AAARRCUSTOMER.AAARRCUSTOMERType)
at com.xyz.ws.pojo.AAARRCUSTOMER.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRCLOSURE.ObjectFactory.createRow(com.xyz.ws.poj
o.AAARRCLOSURE.AAARRCLOSUREType)
at com.xyz.ws.pojo.AAARRCLOSURE.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRANGEMENTACTIVITYCANCELFUNDSDDAWS.ObjectFactory.crea
teRow(com.xyz.ws.pojo.AAARRANGEMENTACTIVITYCANCELFUNDSDDAWS.AAARRANGEMENTACTIVITYCANCELFUNDSDDAWSType)
at com.xyz.ws.pojo.AAARRANGEMENTACTIVITYCANCELFUNDSDDAWS.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRACTIVITYRESTRICTION.ObjectFactory.createRow(com.tem
enos.tws.pojo.AAARRACTIVITYRESTRICTION.AAARRACTIVITYRESTRICTIONType)
at com.xyz.ws.pojo.AAARRACTIVITYRESTRICTION.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRCLOSURE.ObjectFactory.createRow(com.xyz.ws.poj
o.AAARRCLOSURE.AAARRCLOSUREType)
at com.xyz.ws.pojo.AAARRCLOSURE.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRBALANCEAVAILABILITY.ObjectFactory.createRow(com.tem
enos.tws.pojo.AAARRBALANCEAVAILABILITY.AAARRBALANCEAVAILABILITYType)
at com.xyz.ws.pojo.AAARRBALANCEAVAILABILITY.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRACTIVITYRESTRICTION.ObjectFactory.createRow(com.tem
enos.tws.pojo.AAARRACTIVITYRESTRICTION.AAARRACTIVITYRESTRICTIONType)
at com.xyz.ws.pojo.AAARRACTIVITYRESTRICTION.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRALERTSAANOINPUT.ObjectFactory.createRow(com.xyz
.tws.pojo.AAARRALERTSAANOINPUT.AAARRALERTSAANOINPUTType)
at com.xyz.ws.pojo.AAARRALERTSAANOINPUT.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRBALANCEAVAILABILITY.ObjectFactory.createRow(com.tem
enos.tws.pojo.AAARRBALANCEAVAILABILITY.AAARRBALANCEAVAILABILITYType)
at com.xyz.ws.pojo.AAARRBALANCEAVAILABILITY.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.GETCUSTOMERBYLEGALID.ObjectFactory.createRow(com.xyz
.tws.pojo.GETCUSTOMERBYLEGALID.GETCUSTOMERBYLEGALIDType)
at com.xyz.ws.pojo.GETCUSTOMERBYLEGALID.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRALERTSAANOINPUT.ObjectFactory.createRow(com.xyz
.tws.pojo.AAARRALERTSAANOINPUT.AAARRALERTSAANOINPUTType)
at com.xyz.ws.pojo.AAARRALERTSAANOINPUT.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRELIGIBILITY.ObjectFactory.createRow(com.xyz.ws
.pojo.AAARRELIGIBILITY.AAARRELIGIBILITYType)
at com.xyz.ws.pojo.AAARRELIGIBILITY.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.GETCUSTOMERBYLEGALID.ObjectFactory.createRow(com.xyz
.tws.pojo.GETCUSTOMERBYLEGALID.GETCUSTOMERBYLEGALIDType)
at com.xyz.ws.pojo.GETCUSTOMERBYLEGALID.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRCHARGEAA.ObjectFactory.createRow(com.xyz.ws.po
jo.AAARRCHARGEAA.AAARRCHARGEAAType)
at com.xyz.ws.pojo.AAARRCHARGEAA.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRELIGIBILITY.ObjectFactory.createRow(com.xyz.ws
.pojo.AAARRELIGIBILITY.AAARRELIGIBILITYType)
at com.xyz.ws.pojo.AAARRELIGIBILITY.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRPAYMENTSCHEDULE.ObjectFactory.createRow(com.xyz
.tws.pojo.AAARRPAYMENTSCHEDULE.AAARRPAYMENTSCHEDULEType)
at com.xyz.ws.pojo.AAARRPAYMENTSCHEDULE.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRCHARGEAA.ObjectFactory.createRow(com.xyz.ws.po
jo.AAARRCHARGEAA.AAARRCHARGEAAType)
at com.xyz.ws.pojo.AAARRCHARGEAA.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRTAXAA.ObjectFactory.createRow(com.xyz.ws.pojo.
AAARRTAXAA.AAARRTAXAAType)
at com.xyz.ws.pojo.AAARRTAXAA.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRPAYMENTSCHEDULE.ObjectFactory.createRow(com.xyz
.tws.pojo.AAARRPAYMENTSCHEDULE.AAARRPAYMENTSCHEDULEType)
at com.xyz.ws.pojo.AAARRPAYMENTSCHEDULE.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRCHARGEOVERRIDE.ObjectFactory.createRow(com.xyz.
tws.pojo.AAARRCHARGEOVERRIDE.AAARRCHARGEOVERRIDEType)
at com.xyz.ws.pojo.AAARRCHARGEOVERRIDE.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRTAXAA.ObjectFactory.createRow(com.xyz.ws.pojo.
AAARRTAXAA.AAARRTAXAAType)
at com.xyz.ws.pojo.AAARRTAXAA.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRELIGIBILITYAA.ObjectFactory.createRow(com.xyz.
ws.pojo.AAARRELIGIBILITYAA.AAARRELIGIBILITYAAType)
at com.xyz.ws.pojo.AAARRELIGIBILITYAA.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRCHARGEOVERRIDE.ObjectFactory.createRow(com.xyz.
tws.pojo.AAARRCHARGEOVERRIDE.AAARRCHARGEOVERRIDEType)
at com.xyz.ws.pojo.AAARRCHARGEOVERRIDE.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRLIMIT.ObjectFactory.createRow(com.xyz.ws.pojo.
AAARRLIMIT.AAARRLIMITType)
at com.xyz.ws.pojo.AAARRLIMIT.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRELIGIBILITYAA.ObjectFactory.createRow(com.xyz.
ws.pojo.AAARRELIGIBILITYAA.AAARRELIGIBILITYAAType)
at com.xyz.ws.pojo.AAARRELIGIBILITYAA.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRACCOUNT.ObjectFactory.createRow(com.xyz.ws.poj
o.AAARRACCOUNT.AAARRACCOUNTType)
at com.xyz.ws.pojo.AAARRACCOUNT.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRLIMIT.ObjectFactory.createRow(com.xyz.ws.pojo.
AAARRLIMIT.AAARRLIMITType)
at com.xyz.ws.pojo.AAARRLIMIT.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRACCOUNTAA.ObjectFactory.createRow(com.xyz.ws.p
ojo.AAARRACCOUNTAA.AAARRACCOUNTAAType)
at com.xyz.ws.pojo.AAARRACCOUNTAA.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRACCOUNT.ObjectFactory.createRow(com.xyz.ws.poj
o.AAARRACCOUNT.AAARRACCOUNTType)
at com.xyz.ws.pojo.AAARRACCOUNT.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRBALANCEMAINTENANCEAA.ObjectFactory.createRow(com.te
menos.tws.pojo.AAARRBALANCEMAINTENANCEAA.AAARRBALANCEMAINTENANCEAAType)
at com.xyz.ws.pojo.AAARRBALANCEMAINTENANCEAA.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRACCOUNTAA.ObjectFactory.createRow(com.xyz.ws.p
ojo.AAARRACCOUNTAA.AAARRACCOUNTAAType)
at com.xyz.ws.pojo.AAARRACCOUNTAA.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRBALANCEMAINTENANCE.ObjectFactory.createRow(com.teme
nos.tws.pojo.AAARRBALANCEMAINTENANCE.AAARRBALANCEMAINTENANCEType)
at com.xyz.ws.pojo.AAARRBALANCEMAINTENANCE.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRBALANCEMAINTENANCEAA.ObjectFactory.createRow(com.te
menos.tws.pojo.AAARRBALANCEMAINTENANCEAA.AAARRBALANCEMAINTENANCEAAType)
at com.xyz.ws.pojo.AAARRBALANCEMAINTENANCEAA.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRCUSTOMERAA.ObjectFactory.createRow(com.xyz.ws.
pojo.AAARRCUSTOMERAA.AAARRCUSTOMERAAType)
at com.xyz.ws.pojo.AAARRCUSTOMERAA.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRBALANCEMAINTENANCE.ObjectFactory.createRow(com.teme
nos.tws.pojo.AAARRBALANCEMAINTENANCE.AAARRBALANCEMAINTENANCEType)
at com.xyz.ws.pojo.AAARRBALANCEMAINTENANCE.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.GETCARRIERADDRESS.ObjectFactory.createRow(com.xyz.w
s.pojo.GETCARRIERADDRESS.GETCARRIERADDRESSType)
at com.xyz.ws.pojo.GETCARRIERADDRESS.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRCUSTOMERAA.ObjectFactory.createRow(com.xyz.ws.
pojo.AAARRCUSTOMERAA.AAARRCUSTOMERAAType)
at com.xyz.ws.pojo.AAARRCUSTOMERAA.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.DECUSTOMERPREFERENCESUPDATEPREFERENCE.ObjectFactory.crea
teRow(com.xyz.ws.pojo.DECUSTOMERPREFERENCESUPDATEPREFERENCE.DECUSTOMERPREFERENCESUPDATEPREFERENCEType)
at com.xyz.ws.pojo.DECUSTOMERPREFERENCESUPDATEPREFERENCE.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.GETCARRIERADDRESS.ObjectFactory.createRow(com.xyz.w
s.pojo.GETCARRIERADDRESS.GETCARRIERADDRESSType)
at com.xyz.ws.pojo.GETCARRIERADDRESS.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRLIMITAA.ObjectFactory.createRow(com.xyz.ws.poj
o.AAARRLIMITAA.AAARRLIMITAAType)
at com.xyz.ws.pojo.AAARRLIMITAA.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.DECUSTOMERPREFERENCESUPDATEPREFERENCE.ObjectFactory.crea
teRow(com.xyz.ws.pojo.DECUSTOMERPREFERENCESUPDATEPREFERENCE.DECUSTOMERPREFERENCESUPDATEPREFERENCEType)
at com.xyz.ws.pojo.DECUSTOMERPREFERENCESUPDATEPREFERENCE.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRINTEREST.ObjectFactory.createRow(com.xyz.ws.po
jo.AAARRINTEREST.AAARRINTERESTType)
at com.xyz.ws.pojo.AAARRINTEREST.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRLIMITAA.ObjectFactory.createRow(com.xyz.ws.poj
o.AAARRLIMITAA.AAARRLIMITAAType)
at com.xyz.ws.pojo.AAARRLIMITAA.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRANGEMENTACTIVITY.ObjectFactory.createRow(com.temeno
s.tws.pojo.AAARRANGEMENTACTIVITY.AAARRANGEMENTACTIVITYType)
at com.xyz.ws.pojo.AAARRANGEMENTACTIVITY.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRINTEREST.ObjectFactory.createRow(com.xyz.ws.po
jo.AAARRINTEREST.AAARRINTERESTType)
at com.xyz.ws.pojo.AAARRINTEREST.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.DECUSTOMERPREFERENCES.ObjectFactory.createRow(com.temeno
s.tws.pojo.DECUSTOMERPREFERENCES.DECUSTOMERPREFERENCESType)
at com.xyz.ws.pojo.DECUSTOMERPREFERENCES.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRANGEMENTACTIVITY.ObjectFactory.createRow(com.temeno
s.tws.pojo.AAARRANGEMENTACTIVITY.AAARRANGEMENTACTIVITYType)
at com.xyz.ws.pojo.AAARRANGEMENTACTIVITY.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARROFFICERS.ObjectFactory.createRow(com.xyz.ws.po
jo.AAARROFFICERS.AAARROFFICERSType)
at com.xyz.ws.pojo.AAARROFFICERS.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.DECUSTOMERPREFERENCES.ObjectFactory.createRow(com.temeno
s.tws.pojo.DECUSTOMERPREFERENCES.DECUSTOMERPREFERENCESType)
at com.xyz.ws.pojo.DECUSTOMERPREFERENCES.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRTAX.ObjectFactory.createRow(com.xyz.ws.pojo.AA
ARRTAX.AAARRTAXType)
at com.xyz.ws.pojo.AAARRTAX.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARROFFICERS.ObjectFactory.createRow(com.xyz.ws.po
jo.AAARROFFICERS.AAARROFFICERSType)
at com.xyz.ws.pojo.AAARROFFICERS.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRINTERESTAA.ObjectFactory.createRow(com.xyz.ws.
pojo.AAARRINTERESTAA.AAARRINTERESTAAType)
at com.xyz.ws.pojo.AAARRINTERESTAA.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRTAX.ObjectFactory.createRow(com.xyz.ws.pojo.AA
ARRTAX.AAARRTAXType)
at com.xyz.ws.pojo.AAARRTAX.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRPAYMENTSCHEDULEAA.ObjectFactory.createRow(com.temen
os.tws.pojo.AAARRPAYMENTSCHEDULEAA.AAARRPAYMENTSCHEDULEAAType)
at com.xyz.ws.pojo.AAARRPAYMENTSCHEDULEAA.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRINTERESTAA.ObjectFactory.createRow(com.xyz.ws.
pojo.AAARRINTERESTAA.AAARRINTERESTAAType)
at com.xyz.ws.pojo.AAARRINTERESTAA.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRCLOSUREAA.ObjectFactory.createRow(com.xyz.ws.p
ojo.AAARRCLOSUREAA.AAARRCLOSUREAAType)
at com.xyz.ws.pojo.AAARRCLOSUREAA.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRPAYMENTSCHEDULEAA.ObjectFactory.createRow(com.temen
os.tws.pojo.AAARRPAYMENTSCHEDULEAA.AAARRPAYMENTSCHEDULEAAType)
at com.xyz.ws.pojo.AAARRPAYMENTSCHEDULEAA.ObjectFactory
The element name {}row has more than one mapping.
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRPERIODICCHARGES.ObjectFactory.createRow(com.xyz
.tws.pojo.AAARRPERIODICCHARGES.AAARRPERIODICCHARGESType)
at com.xyz.ws.pojo.AAARRPERIODICCHARGES.ObjectFactory
this problem is related to the following location:
at public javax.xml.bind.JAXBElement com.xyz.ws.pojo.AAARRCLOSUREAA.ObjectFactory.createRow(com.xyz.ws.p
ojo.AAARRCLOSUREAA.AAARRCLOSUREAAType)
at com.xyz.ws.pojo.AAARRCLOSUREAA.ObjectFactory
at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:106)
at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:466)
at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:298)
at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:141)
at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:1163)
at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:145)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_18]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_18]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_18]
at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_18]
at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:211) [rt.jar:1.6.0_18]
at javax.xml.bind.ContextFinder.find(ContextFinder.java:392) [rt.jar:1.6.0_18]
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:618) [rt.jar:1.6.0_18]
at org.apache.cxf.common.jaxb.JAXBContextCache$2.run(JAXBContextCache.java:268)
at org.apache.cxf.common.jaxb.JAXBContextCache$2.run(JAXBContextCache.java:266)
at java.security.AccessController.doPrivileged(Native Method) [rt.jar:1.6.0_18]
at org.apache.cxf.common.jaxb.JAXBContextCache.createContext(JAXBContextCache.java:266)
at org.apache.cxf.common.jaxb.JAXBContextCache.getCachedContextAndSchemas(JAXBContextCache.java:172)
at org.apache.cxf.jaxb.JAXBDataBinding.createJAXBContextAndSchemas(JAXBDataBinding.java:461)
at org.apache.cxf.jaxb.JAXBDataBinding.initialize(JAXBDataBinding.java:327)
... 24 more
12:37:57,529 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) JBAS014774: Service status report
JBAS014777: Services which failed to start: service jboss.deployment.unit."TWSFix.war".INSTALL: org.jboss.msc.service.Start
Exception in service jboss.deployment.unit."TWSFix.war".INSTALL: JBAS018733: Failed to process phase INSTALL of deployment "TWSFix
.war"
Seems like jar conflict or something but not able to figure out which one. You help would be appreciated.
Thanks