Thread: weblogic help
View Single Post

  #7 (permalink)  
Old 09-16-2004, 10:16 PM
arudra arudra is offline
Junior Member
 
Join Date: Sep 2004
Posts: 12
arudra
Re:weblogic help

thanks praveen and vasu for the replies.

yeah the port is 7001. once deployed we can simply run the index file, using any browser. actually the project which i am working was tested using weblogic 7.0. but i am using weblogic 8.1. does this make any difference.

when i restart the server, server giving warnings..one sample warning.

\"<EJB> <BEA-010212> <The EJB \'Login<Application: EXEJAR, EJBComponent:login_d.jar> contains at least one method without explicit transaction attribute setting. The default trasaction attribute of Supports will be used for the following methods: home<java.lang.Object>, remove<javax.ejb.Handle>, FindByPrimaryKey(lcfiles,.LoginPK)......\"

any idea where i am doing wrong...

i got this from the weblogic site...
\"BEA-010212
Warning: The EJB \'ejbName\' contains at least one method without an explicit transaction attribute setting. The default transaction attribute of default will be used for the following methods: methods

Description
The specified EJB uses container managed transactions but an explicit transaction attribute was not specified for some methods in the ejb-jar.xml deployment descriptor. These methods will use a default transaction attribute. Note that the default transaction attribute will not result in a new transaction being started.
Cause
The ejb-jar.xml deployment descriptor does not contain transaction attribute settings for the specified EJB methods.
Action
Please assign transaction attributes for all methods of your EJB. \"

how to set the transaction attributes ???

Post edited by: arudra, at: 2004/09/16 21:29
Reply With Quote