[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Urgent: ear Deployment fail on JBoss 5.0 GA with interce

Nouredine13 do-not-reply at jboss.com
Mon Mar 2 08:34:23 EST 2009


thank you for your quick response,

the output of jar -tf testInterceptor_EAR.ear :

META-INF/MANIFEST.MF
testInterceptor.jar
META-INF/
META-INF/application.xml
testInterceptor2.jar


my interceptor class is in testInterceptor.jar and my Bean is in testInterceptor2.jar

here under application.xml :

  | <?xml version="1.0" encoding="UTF-8"?>
  | <application 
  | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  | xmlns="http://java.sun.com/xml/ns/javaee" 
  | xmlns:application="http://java.sun.com/xml/ns/javaee/application_5.xsd" 
  | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd" id="Application_ID" version="5">
  |   <display-name>testInterceptor_EAR</display-name>
  |   <module>
  |     <ejb>testInterceptor.jar</ejb>
  |   </module>
  |   <module>
  |     <ejb>testInterceptor2.jar</ejb>
  |   </module>
  | </application>
  | 

thank's a lot for your help.

Regard's

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214164#4214164

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214164



More information about the jboss-user mailing list