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]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
