You're missing some XML.  Try this:

  | <ejb-jar>
  | <enterprise-beans>
  | this is a test
  | <display-name>Test</display-name>
  | <ejb-name>TestSessionEJB</ejb-name>
  | <home>au.com.twtva.ejb.TestSessionHome</home>
  | <remote>au.com.twtva.ejb.TestSession</remote>
  | <ejb-class>au.com.twtva.ejb.TestSessionBean</ejb-class>
  | <session-type>Stateless</session-type>
  | <transaction-type>Container</transaction-type>
  | 
  | </enterprise-beans>
  | </ejb-jar>
  | 

You need to use the home and remote tags.

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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to