This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I'm a beginner for EJB and I'm using Weblogic 5.1. Could anyone know where I can get the file weblogic.ejb.utils.DDCreator for creating DeploymentDescriptor? I've searched the directory weblogic.ejb.utils and DDCreator is not in it. the command for creating DeploymentDescriptor like this: java weblogic.ejb.utils.DDCreator -dir ejb/demo ejb/demo/DemploymentDescriptor.txt Thanks
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Hai,you cannot use deploymentdescriptor.txt in weblogic 5.1.you have to use ejb-jar.xml as the DD file.