thanks riyad for your reply. But I have done that part already. 🙁
alrite..I will elaborate on the problem that I am facing right now.
I’ve structured my app like this
BeaTestEAR
– BeaTestEJB
– BeaTestWeb
now for BeaTestEJB project, I have added “StandardEJB” xdoclet. Under the “ejbdoclet”, I have added “weblogic” doclet with the following settings
Createtables=Disabled
Version=8.1
destDir=src/META-INF
mergeDir=merge/
– which generates “weblogic-ejb-jar.xml”
for the BeaTestWeb project, I have added “StandardWeb” xdoclet. Under the “webdoclet”, I have added “weblogicwebxml” doclet with the following settings
Version=8.1
destDir=src/META-INF
mergeDir=merge/
– which generated “weblogic.xml”
now for the BeaTestEAR project, changing the project modules would update my “application.xml”. However, weblogic server would also require a “weblogic-application.xml”. So is there a way to generate “weblogic-application.xml” file with MyEclipse? Cuz I don’t think I can find BeaTestEAR->MyEclipse->Xdoclet.