• 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

Migrate from JBoss 4.2.2 to JBoss 4.2.3

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am trying to migrate from JBoss 4.2.2 to JBoss 4.2.3

Can someone please direct me to some document which will help me do this migration? In particular, I am interested in upgrading the jbossws-native stack to the latest, since in JBoss 4.2.2, the webservice that I am trying to deploy is throwing exceptions. I am doing bottom-up approach for developing webservices. There is a need for my webmethods to throw user-defined exceptions. When I deploy my webservice in JBoss 4.2.2, I am seeing this error in server.xml:

deployment: file:/opt/vzw/webserver/jboss-4.2.2.GA/server/provapi-ws/deploy/On
starWebService.war
javax.xml.ws.WebServiceException: @XmlType missing from fault bean: com.vzw.opc.
ws.jaxws.BaseErrorTypeBean

at org.jboss.ws.metadata.umdm.FaultMetaData.initializeFaultBean(FaultMet
aData.java:256)
at org.jboss.ws.metadata.umdm.FaultMetaData.eagerInitialize(FaultMetaDat
a.java:226)
at org.jboss.ws.metadata.umdm.OperationMetaData.eagerInitialize(Operatio
nMetaData.java:464)

Any help would be greatly appreciated.
 
reply
    Bookmark Topic Watch Topic
  • New Topic