Hi,
Thanks for your reply. I tried the following deployment descriptor. I checked 
it again the xml validators and it is fine. I dont know what is wrong. Please 
suggest. It seems that the jboss site was ignoring the home and remote tags.


  | <!DOCTYPE ejb-jar PUBLIC
  |   "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN"
  |   "http://java.sun.com/dtd/ejb-jar_2_0.dtd";>
  | <ejb-jar >
  |      
  |    <enterprise-beans>
  |          <session>
  |          <ejb-name>Hello</ejb-name>
  |          <home>HelloHome</home>
  |          <remote>Hello</remote>
  |          <ejb-class>HelloBean</ejb-class>
  |          <session-type>Stateless</session-type>
  |          <transaction-type>Bean</transaction-type>
  |          </session>
  | </enterprise-beans>
  | </ejb-jar>

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to