[jboss-user] [Beginner's Corner] - EJB-JAR.XML AND JBOSS.XML SETUP

Bruce Sanders do-not-reply at jboss.com
Fri Sep 30 00:41:57 EDT 2011


Bruce Sanders [http://community.jboss.org/people/brucesanders63] created the discussion

"EJB-JAR.XML AND JBOSS.XML SETUP"

To view the discussion, visit: http://community.jboss.org/message/629471#629471

--------------------------------------------------------------
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
[http://community.jboss.org/message/629471#629471]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110930/2da9c1bb/attachment.html 


More information about the jboss-user mailing list