cancel
Showing results for 
Search instead for 
Did you mean: 

can i call ejbCreate() method from my businessmethods

Former Member
0 Kudos

hi,

is there any sideeffects with calling ejbCreate() from my Businessmethod.

public ClsSuper createSalesOrderFor(........){

try{

this.ejbCreate();
}catch(Exception e){
}

}

.

..........

..........

regards

Guru

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

good

go through this link

http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/BMP2.html

thanks

mrutyun