Oracle SOA, AIA BPEL ESB and OSB knowledge base

Monday, January 17, 2011

Deploy into MDS in weblogic 11g

I showed in previous posts how to deploy xsd artifact using deploy able application.

Here i will show you how to deploy in MDS.

- first you go to your local 11g ORACLE_HOME/jdeveloper/integration/ folder
(if you have already applied third party plugin patch provided by oracle then you will see seed folder by default with all previous configuration done)

- now create folder with name apps under seed (remember to create folder with name apps else you might face issue this oracle documents say i didn;t try out)

- under apps you can create your xsd structure

now you are done with local setup.

you go ahead and build ant project to import them into mds. You can email me to request ant project coade :)

Actually you use common sca tool to do it and use target name importCommonServiceArtifactsIntoMds from class files provided by oracle (MDSImportTask).

depends="init"
description="imports the common wsdls/xsds into the mds store">
classname="com.otn.sample.fod.soa.util.MdsImportTask"
failonerror="true">












So this is another way of importing any artifact into MDS in 11g.

Happy coding.

No comments:

FEEDJIT Live Traffic Map

My Blog List