• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Weblogic9.1 t0 JBoss5.2 Migration

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

I am currently working on Weblogic to JBoss Migration . I would like to know how can I create JBoss EAR file . What is the exact procedure for creating JBoss EAR structure . Currently I am using ANT script to write build script . If I try to deploy the EAR file on JBOss server I get below Errors .

1.ERROR INSTALLING WEB.xml
2. Unable to find Class path entry ClassPathEntryImp1 {...} from jaxb_xjc_jar
3.org jboss.xb.binding.JBossXBException : Failed to parse source Element (http://java.sun.com/xml/ns/j2ee)application is not found as global element
4.Failed to add deployment fop.jar
5.Failed to add deployment jaxb-xjc.jar
6.Unable to find class path entry : avalon-framework-4.2.0.jar

Please provide some solution to this , this is very urgent

-Apurva

 
Friends help you move. Good friends help you move bodies. This tiny ad will help:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic