JBoss Community

EJB-JAR.XML AND JBOSS.XML SETUP

created by Bruce Sanders in Beginner's Corner - View the full discussion

Does someone one have a simple explaination w/example showing how to setup the jboss.xml from an ejb-jar.xml?  I find nothing on JBOSS or Goggle?  Specifically I'm looking for the enterprise beans and resource section.  Below is the contents of my ejb-jar.xml.

 

 

<enterprise-beans>

  <session>

  

      <description>Calculation Appeals Manager EJB</description>

      <display-name>CalculationAppealsPortalManagerBean</display-name>

      <ejb-name>CalculationAppealsPortalManagerBean</ejb-name>

      <home>com.spcs.intranet.calculationAppeals.business.ejb.CalculationAppealsManagerHome</home>

      <remote>com.spcs.intranet.calculationAppeals.business.ejb.CalculationAppealsManager</remote>

      <ejb-class>com.spcs.intranet.calculationAppeals.business.ejb.CalculationAppealsManagerBean</ejb-class>

   <session-type>Stateless</session-type>

   <transaction-type>Container</transaction-type>

   <env-entry>

    <env-entry-name>ejb.sessionTimeout</env-entry-name>

    <env-entry-type>java.lang.String</env-entry-type>

    <env-entry-value>600</env-entry-value>

   </env-entry>

</session>

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community