Scott,
This error occurs because of a dependance between the OTM codebase for CSVUtil and the jarfiles provided by WebLogic. Sounds like you are using OAS as your application server, so these aren't present.
To resolve, do the following:
- Download the trial version of WebLogic Server 8.1 SP4 (the version is important)
- Install this version and extract the weblogic.jar and xmlx.jar files from the following directory (may differ slightly - I don't have access to an OTM environment at this moment) $BEA_HOME/wlserver81/server/lib/
- Copy these into the OTM 3rd party libs directory. Again, I don't have access, but believe it is: $OTM_HOME/glog/gc3webapp/WEB-INF/lib/3rdparty/
- Try again - it should work now.
I also recommend opening an SR with Oracle, so they can resolve this in development.
--Chris