« Re-using common metadata (wsdl / xsd / edl) in SOA Suite 11g | Main | Two new features in SOA Suite 11g: Composite Sensors and Humantask callback events »

mds sharing and common tools - part 2

I figured I would start sharing stuff I built for fusion order demo - in this case - the common tasks to help you bootstrapping your soa 11g productivity.

Download the mds-binaries jar here.

Once extracted it contains a bunch of useful items
a) seeding of adf-configs.xml based on settings in main build.properties
b) seeding of the demo community for bpm
c) import / deletion of artifacts into remote mds (configured through adf-config.xml)

Before you run - set the environment, e.g. (and 1.7 and java 1.6)

@echo off
@set JAVA_HOME=c:\java\j2se_6_10
echo setting JAVA_HOME to %JAVA_HOME%
@set PATH=%JAVA_HOME%\bin;%PATH%
@set ANT_HOME=C:\JDeveloper\JDev_11.1.1.0\modules\org.apache.ant_1.7.0
@set PATH=%ANT_HOME%\bin;%PATH%
echo setting ANT_HOME to %ANT_HOME

and amend bin/build.properties with your environment settings.

TrackBack

TrackBack URL for this entry:
http://blogs.oracle.com/mte1521/mt-tb.cgi/12735

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)

About This Entry

This page contains a single entry from the blog posted on July 2, 2009 12:15 PM.

The previous post in this blog was Re-using common metadata (wsdl / xsd / edl) in SOA Suite 11g.

The next post in this blog is Two new features in SOA Suite 11g: Composite Sensors and Humantask callback events.

Many more can be found on the main index page or by looking through the archives.

Powered by
Movable Type and Oracle