sure, its ok to add any # of <session> tags. > -----Original Message----- > From: Emerson [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 08, 2001 2:18 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Deploying more than one EJB in one JAR > > > Is it possible to put more than one ejb in one ejb-jar??? > > this is my single EJB xml: > > ejb-jar> > <enterprise-beans> > <session> > <ejb-name>EleitorDetailHome</ejb-name> > <home>EleitorDetailHome</home> > <remote>EleitorDetailEJB</remote> > <ejb-class>EleitorDetailBean</ejb-class> > <session-type>Stateless</session-type> > <transaction-type>Container</transaction-type> > </session> > </enterprise-beans> > </ejb-jar> > > if i wanna put one more EJB, just add a intire session tag???? > Emerson Cargnin > TRE-SC > Setor de Desenvolvimento > Tel: (48) 251-3700 - Ramal 3134 > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > http://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user
