| Author |
how can i edit ejb-jar.xml in weblogic7.0..???
|
manju latha
Greenhorn
Joined: Jul 04, 2002
Posts: 28
|
|
hello, i want to use User Transaction control in Statefull Session Bean. So for that i need to change in ejb-jar.xml in that under trans-attribute as below <trans-attribute>Never</trans-attribute> <trans-type> container </trans-type> I do edit ejb-jar.xml in weblogic5.1. But how can i change it in weblogic7.0 as the tool itself creating those xml's . I can view those xml files under view tab of weblogic builder. but how can i edit..?? its urgent please... thanx.
|
manju
|
 |
subrahmanyam naidu
Greenhorn
Joined: Jul 15, 2002
Posts: 6
|
|
|
u can't edid ejb-jar.xml file in weblogic7.0. once it is deployed u can't edit xml file in weblogic builder tool. weblogic 5.1 is entirely differs with weblogic 7.0. in wl7.0 u got the own deployment tool. so u can't edit.
|
 |
Harry Singh
Ranch Hand
Joined: May 02, 2001
Posts: 124
|
|
Hi Manju, If u r using jbuilder, then can open dd editor and then go to DD source and can edit ur .xml file. and besides that, in weblogic also there is also a editor provided for editing ur .xml files.right click on the deployed EJB and then go to "edit EJB Descriptor". Hope this helps.
|
 |
 |
|
|
subject: how can i edit ejb-jar.xml in weblogic7.0..???
|
|
|