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

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

Here is the bean code:



public class CAppManagerBean implements SessionBean

{

  public String Version()

  {

    return "1.0";

  }

  public CAppManagerBean(){}

  public void ejbCreate(){}

  public void ejbRemove(){}

  public void ejbActivate(){}

  public void ejbPassivate(){}

  public void setSessionContext(SessionContext sc){}

}



The bean is compiled into a core.jar file.



Here is the jboss.xml file:





  <enterprise-beans>

    

      <ejb-name>CAppManagerBean</ejb-name>

      <jndi-name>AppManager</jndi-name>

    

  </enterprise-beans>





Here is the ejb-jar.xml file:



<?xml version="1.0" encoding="UTF-8"?>



<!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN' 
'http://java.sun.com/dtd/application_1_3.dtd'>





  <display-name>HAL-Core</display-name>

  Application description

  

    core.jar

  





I was able to get AntRunner to work in JBuilder, so progress is being made. I believe 
there's some information I'm missing here.




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to