Hi
Do this
u have two dd files
1. ejb-jar.xml in this u have enter all the fully qualified class file names of ur home ,remote & bean & also mention the which type os bean it is go thru the example in the wl6.0 u ill find the ejb-jar.xml & only repalce those values okay
2. in weblogic-ejb-jar.xml
write only 2 things one is ejb reference name & another one is the jndi name
i hope it will help u
pavithra
Originally posted by Tabish, Sa:
Hi, can anyone tell me how to write the deployment descriptor for an EJB that I want to deploy into WEBLOGIC. I have created the bean, and its two interfaces but stuck on creating the deployment descriptor. It is just a simple "Hello World" EJB, please help.