TopLink Wiki

Main
About
Javadoc
Forum
Resources

RecentChanges
About Wiki
Find Pages
Page Index

Set your name in
UserPreferences

Edit this page


Referenced by
TopLinkTips




JSPWiki v2.0.52


CommandLineUtilities


To generate deployment.xml from a Mapping Workbench project, do this:

java -classpath toplink.jar 
        oracle.toplink.workbench.mappingsplugin.external.DeploymentXmlGenerator 
        MWProject.mwp 
        deployment.xml

If your preference is to generate a Java project, do this:

 
java -classpath toplink.jar 
        oracle.toplink.workbench.mappingsplugin.external.JavaSourceGenerator 
        MWProject.mwp 
        source.java

Only works with TopLink904.


Edit this page   More info...   Attach file...
This page last changed on 07-Jan-2005 11:36:25 PST by RenaudWaldura.