  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | ejb deployment | ejb deployment 2005-01-05 - By abhijeet rai
Back Hi Prashant,
You have to write your own deployment descriptors
1. ejb-jar.xml -> specific to EJB container 2. weblogic-ejb-jar.xml -> specific to weblogic app server 3. weblogic.xml
check e-docs heaps of documentation on this
http://e-docs.bea.com
Regards Abhijeet BEA Engineer
--- Mohit Kumar Agrawal <Mohitkumar_Agrawal@(protected)> wrote:
> You cannot remove the attribute but you can set > value to "SUPPORTS" > which is as good as nothing specified for attribute. > However I would > like to know why u don't want to set the Tx > attribute. > > > > mohit > > > > __ __ > > From: An interest list for Sun Java Center J2EE > Pattern Catalog > [mailto:J2EEPATTERNS-INTEREST@(protected)] On > Behalf Of Prashant > Deshmukh > Sent: Wednesday, January 05, 2005 2:53 PM > To: J2EEPATTERNS-INTEREST@(protected) > Subject: ejb deployment > > > > Hi ... > > > > I created the session Bean > > there is some problem in that when i deploy that the > transaction > attribute is set to be Required by default in > weblogic... > > > > how i can remove this attribute i do not want to set > the transaction > attribute... > > > > please help me out and also is the ejb-jar.xml and > weblogic.xml file are > generated automaticaly of you have write that one > > > > > > please put light on this > > > > prashant > > > > > > ==================================================================== > Companion Site: http://www.corej2eepatterns.com J2EE > BluePrints: > http://java.sun.com/blueprints/corej2eepatterns List > Archive: > http://archives.java.sun.com/archives/j2eepatterns-interest.html > Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" > to > listserv@(protected) > > ==================================================================== > Companion Site: http://www.corej2eepatterns.com > J2EE BluePrints: > http://java.sun.com/blueprints/corej2eepatterns > List Archive: > http://archives.java.sun.com/archives/j2eepatterns-interest.html > Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" > to listserv@(protected) >
__ ____ ____ ____ ____ ____ ______ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo
==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|
 |