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.
The moose likes BEA/Weblogic and the fly likes EJB_Weblogic Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "EJB_Weblogic" Watch "EJB_Weblogic" New topic
Author

EJB_Weblogic

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
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
Hai,you cannot use deploymentdescriptor.txt in weblogic 5.1.you have to use ejb-jar.xml as the DD file.
Aaron Robinson
Ranch Hand

Joined: May 15, 2000
Posts: 46
You can use DDConverter though, if you have the text file from 4.5.1. Alternatively, you can use DDCreator from 451 and then 5.1 DDConverter
Aaron


SCJP 1.0,1.1,2 SCJA 2
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: EJB_Weblogic
 
Similar Threads
I have seen crazy things, but this takes the cake!!!!
XDoclet Problem
performance decrease wls 5.1
NO UTIL FILES FOR DEPLOYMENT
basic ejb problem