jaikiran,
Apologies. My deployment is exploded, so avant-ss-ejb.jar is a folder at:
N:\jboss-5.1.0.GA\server\all\deploy\avant-ss-app.ear\avant-ss-ejb.jar\
No, avant-ss-ejb.jar is not mentioned in any MANIFEST.MF. Only in application.xml:
<?xml version="1.0" encoding="UTF-8"?>
| <application
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/application_5.xsd">
|
| <display-name>Avant SS</display-name>
|
| <module id="avant-ss-ejb.jar">
| <ejb>avant-ss-ejb.jar</ejb>
| </module>
|
| <module id="avant-ss-web.war">
| <web>
| <web-uri>avant-ss-web.war</web-uri>
| <context-root>/avant-ss</context-root>
| </web>
| </module>
|
| </application>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237566#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...