• 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

Error in Deployement of Ear File

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

When I was trying to deploy my application(.ear)
on JBOSS-5.0.1.GA-jdk6 its not able to deploy that application and throwing some exception.
The exception is given below....

When I searched on net Its showing that there is a problem in jboss.xml.
When I removed the jboss.xml from my ear file Its deploying sucessfully but some error in deployment its showing....


But with the same jboss.xml
one application is already running but with older code.

How to handle these exception.Please help me as soon as possible.
My jboss.xml is posteed below

I am using Netbeans 6.5.1.so Is there any problem with my jboss.xml?
As ignore dependency tag is needed for my application because there are circular dependencies in my session beans.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic