Does any one know what needs to be put in the weblogic-ejb-jar.xml file for an Entity Bean in order for it to deploy correctly on to the server Weblogic 6.0. Same question for the ejb-jar.xml file. And is there a deployement engine that existe that will create there files for me?? I know that in Visual Age there is one that creates that .jar file with all that files needed to deploy in WebSphere. Does WEblogic have that same kind of deployement engine???
Thanks Louis Morisset
anup vachali
Ranch Hand
Joined: Oct 17, 2000
Posts: 54
posted
0
Louis, VisualCafe does what u r looking for. U will have to look at an example of an xml file to know exactly what goes in there. Typically, the weblogic-ejb-jar.xml has info. re. the ejb-name, jndi-name and type of persistence. The ejb-jar.xml has the ejb-name, home and remote interfaces name, primary key class name, and the cmp field names. HTH, Anup.