• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WebSphere to JBoss EAP 6.4.0 Migration

 
Ranch Hand
Posts: 43
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

We have a web service created using JAX-RPC which uses the Java APNS interface to communicate to Apple Push Notification server. This web service is running without any error in WebSphere Server, but while deploying in JBoss EAP 6.4.0 Server throws the following error,

Deployment failed: XYZEARFile.ear: {"outcome" : "failed", "failure-description" : {"JBAS014671: Failed services" :{"jboss.deployment.subunit.\"XYZEARFile.ear\".\"XYZ.war\".INSTALL" : "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"XYZEARFile.ear\".\"XYZ.war\INSTALL: JBAS018733: Failed to process phase INSTALL of subdeployment \"XYZ.war\" of deployment \"XYZEARFile.ear\"\n Caused by: org.jboss.ws.WSException: JBWS025146: Cannot obtain
java type mapping for: {http://abc.def.pqr.com}>apnsFeedbksrv
"}, "JBAS014771: Services with missing/unavailable dependencies" : ["jboss.deployment.unit.\"XYZEARFile.ear\".deploymentCompleteService is missing

I feel, the 'Cannot obtain java type mapping for: {http://abc.def.pqr.com}>apnsFeedbksrv' is the main reason for failing. (If not please correct me).

Couple of questions,

1. In WebSphere, there is a .wsdl, where the <schema targetNamespace= "http://abc.def.pqr.com"> is mentioned. What is the corresponding mapping in JBoss server?
2. We have a web.xml file, do we have to create a jboss-web.xml in <project_home>/src/web/WEB-INF too?
3. What I am missing overall?


Thanks in advance for any help which is highly appreciated and let me know for any further information.

Thanks,
Joydeep






 
Joydeep Ghatak
Ranch Hand
Posts: 43
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any suggestion please?
reply
    Bookmark Topic Watch Topic
  • New Topic