I'm using WASCE 1.1 and I've noticed that the Daytrader Oracle sample uses a
single application level plan. How do I break out the DataSource into a
separate plan ? The DataSource portion of the DayTrader plan  for Oracle
looks like this:

<ext-module>
   <connector>TradeDataSource</connector>
   <external-path>tranql/tranql-connector-oracle-xa/1.1/rar</external-path>
   <connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector-1.1";>
....


How do I duplicate the <external-path> bit in a standalone plan just for the
DataSource. I tried using a <connector xmlns:" ...  as the top level element
and then pointing to the Oracle specific connector when deploying like this:

   deploy deploy myplan.xml \tranql\tranql-connector-oracle-xa\.....

but it complains about invalid attributes. If I use the standard TranQl
connector like this:

 deploy deploy myplan.xml \tranql\tranql-connector\.....

it works but the info in the original Daytrader plan that references the
Oracle specific connector isn't being provided anywhere.

How do I define an Oracle datasource referencing the Oracle connector as a
standalone plan ? TIA

.

Reply via email to