the descriptor fragments above are not being display correctly.
Second try:

---
  | 
  |     application.xml
  | 
  |     <application>
  |             <display-name>Test Application</display-name>
  |             <module>
  |                     <ejb>test.jar</ejb>
  |             </module>
  |     </application>
  | 
  | ---
  |     jboss-app.xml
  | 
  |     <jboss-app>
  |             <loader-repository>whatever:loader=test</loader-repository>
  |     </jboss-app>
  | 
  | ---
  |     ejb-jar.xml
  |     
  |     <ejb-jar>
  |             <description>-</description>
  |             <display-name>Test Component</display-name>     
  |             <enterprise-beans>
  |                     <session>
  |                             <description>-</description>
  |                             <display-name>Test Component</display-name>
  |                             <ejb-name>Test</ejb-name>
  |                             <local-home>test.TestHome</local-home>
  |                             <local>test.Test</local>
  |                             <ejb-class>test.TestEJB</ejb-class>
  |                             <session-type>Stateless</session-type>
  |                             <transaction-type>Container</transaction-type>
  |                     </session>
  |             </enterprise-beans>
  |     </ejb-jar>
  | 
  | ---
  |     jboss.xml
  | 
  |     <jboss>
  |             <loader-repository>whatever:loader=test</loader-repository>
  |     </jboss>
  |     
  | ---

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

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


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to