Oracle.webdb.utils.*;

Hi.
I have taken over the code for a portlet that was developed using JDeveloper3.2. I'm using Oracle9i JDeveloper, and I get a compilation error in oracle.portal.provider.v1.ProviderUser.java asking for the following class:
oracle.webdb.utils.SimpleStringBuffer;
Does anyone know in what lib I can find this class ? Is there something wrong with my environment settings etc. ?
I'm currently including the following libs in this project:
JDeveloper Runtime
Connection Manager
Oracle JDBC
BC4J Runtime
BC4J Tester
BC4J HTML
JSP Runtime
JPDK
BC4J Oracle Domains
In the list over available libs, I'm missing quite a few from my JDeveloper 3.2 days.. I can't find any JBO libs (JBO Runtime, JBO HTML), but I find a lot of BC4J libs. Have the JBO libs been replaced with BC4J libs ?

Hi
If i remember correctly I also had this error, it was because I didnt have a specific jar file in my ear file.
For your application server did you put the ptlshare.jar and pdkjava.jar files in the classpath of your oc4j instance? To quickly test this, you can also add these files to your ear file, but sharing them amongst other ear files is better ofcourse.
hope this'll help

Similar Messages

  • [Servlet Error]-[SOAPServlet]: oracle.webdb.provider.v2.utils.so

    Hi I am getting the following error when I try to access my providers on a websphere application server... they worked fine before but I reintalled the ear file on websphere and I get the following error now...
    WebApp E SRVE0026E: [Servlet Error]-[SOAPServlet]: oracle.webdb.provider.v2.utils.soap.SOAPException: Can't read deployment properties for service: _default
         at oracle.webdb.provider.v2.adapter.SOAPServlet.locateService(Unknown Source)
         at oracle.webdb.provider.v2.adapter.SOAPServlet.doHTTPCall(Unknown Source)
         at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1282)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:673)
         at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2916)
         at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
         at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1831)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:84)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:469)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:408)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:286)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1455)

    Hi
    If i remember correctly I also had this error, it was because I didnt have a specific jar file in my ear file.
    For your application server did you put the ptlshare.jar and pdkjava.jar files in the classpath of your oc4j instance? To quickly test this, you can also add these files to your ear file, but sharing them amongst other ear files is better ofcourse.
    hope this'll help

  • Java.lang.ClassNotFoundException: oracle/webdb/provider/v2/adapter/soapV1/ProviderAda

    i am using tutorial "Building Java Portlets Using Oracle9i JDeveloper"
    from: "http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/ARTICLES/BUILD.JAVA.PORTLETS.USING.JDEVELOPER.V2.HTML "
    I recieve following error when i try to run this command in browser like:
    http://host.domain/<application>/providers
    java.lang.ClassNotFoundException: oracle/webdb/provider/v2/adapter/soapV1/ProviderAdapter
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.locateService(Unknown Source)
         at oracle.webdb.provider.v2.adapter.SOAPServlet.doHTTPCall(Unknown Source)
         at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:684)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    i think the problem is in the _default.properties file either container fail to initialize that file. Is there any solution to that problem or there is some other way to solve this problem.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Usman,
    If you have installed JPDKv2 properly, all the samples would be deployed automatically & _default.properties file is created
    in %PDKHOME%\home\applications\jpdk\jpdk\WEB-INF\deployment.
    A Sample _default.properties file would look like
    serviceClass=oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter
    loaderClass=oracle.portal.provider.v2.http.DefaultProviderLoader
    showTestPage=true
    definition=providers/sample/provider.xml
    autoReload=true
    Going through the exception it seems that the _default.properties file is there, hence it is able to read the serviceClass (first line from it)
    ProviderAdapter.class file is in pdkjava.jar which resides at %PDKHOME%\home\applications\jpdk\jpdk\WEB-INF\lib
    I think you need to see if you have this class file in the pdkjava.jar .
    Thanks & Regards,
    Abhinav

  • Where can i find some oracle.webdb.ohs.  packages?

    Hi All!
    I need this packages:
    oracle.webdb.ohs.render.
    oracle.webdb.ohs.utils
    but it doesn't exist in the ocsprovs.jar
    with respect, Alexey.

    Thibault Imbert has packed some demos. You can get them using one of these links:
    http://labsdownload.adobe.com/pub/labs/flashplatformruntimes/flashplayer11-4/flashplayer11 -4_p1_ex_concurrency.zip
    https://dl.dropbox.com/u/7009356/ConcurrencyExamples.zip (mirror)
    For more information read these blog posts:
    http://www.bytearray.org/?p=4516 Introducing Flash Player 11.4/AIR 3.4 beta!
    http://www.bytearray.org/?p=4423 A sneak peek: Concurrency with ActionScript Workers

  • How to create a response file to install oracle netowrk Utili 9.2.01.0

    I would like to install the Oracle 9i [ Oracle network utility 9.2.0.1.0 ] only but all docs� that I have found go over the basic creation and do not go over how I can choose just this option in the response file. I was wondering if there is a way to make the response file like install-sheild setup.iss file for a silent install. If you have any suggestions let me know. I will look if there is a way to automate the creation of the response file.
    Thank you
    Eddy

    Hi Eddy,
    Apologies for the delay in resonding to you.
    This forum is for questions relating only to the OTN documentation pages at: http://otn.oracle.com/documentation/index.html
    Perhaps you should try the Downloads forum at: Downloads Issues
    Regards,
    Les

  • ADF / Jdeveloper DVT - java.lang.NoClassDefFoundError: oracle/dss/util/tran

    Hi there,
    I have deployed an application to a weblogic server and one of my pages contains a DVT graph. The application works fine until I attempt to navigate to this page, and incur the following error:
    Deploying from JDdev 1.1.14 to WLS 10.3.4
    java.lang.NoClassDefFoundError: oracle/dss/util/transform/total/TotalData
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:343)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:302)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         at java.lang.ClassLoader.defineClass1(Native Method)
    ... etc.
    I have reviewed the following article which contains the exact issue:
    http://cn.forums.oracle.com/forums/thread.jspa?threadID=1129729&tstart=59
    however, do not know if what I have done is correct.
    I right click on the view controller > Deployments > Edit > Web Inf / Lib and have ensured that ADF Faces Runtime 11 and ADF DVT Faces Runtime are ticked (these weren't initially). ADF DVT Faces Databinding Runtime was already ticked by default.
    I have also attempted this through the EAR via Application > Application Properties, but when I include these in the EAR I receive a deployment error.
    Any help with directions or more specific instructions would be much appreciated.
    S
    Also -
    THe deployment in this instance completes sucessfully, and takes a little longer to deploy, so I do know that something is happenning. However, I still experience the same issue. Is there something that I need to do on the remote server?

    Can I also add, that when I check the WAR file in my deployments folder, I can see the appropriate java classes.
    They are not however included in the EAR.
    Do they need to be in the EAR as well?
    Again, to reiterate, when I try doing this, the deployment fails.
    Simo

  • Oracle.ldap.util - Add User to Group

    Hi,
    I am using the Subscriber to create a new User in the OID.
    ( User usr = subscriber.createUser(.....) )
    Also I am getting a reference to the main group of the application.
    Group appPublic = subscriber.getGroup(getCtx(), Util.IDTYPE_SIMPLE,"APP_PUBLIC" ,null);
    Now I need to make the User "usr"member of the Group appPublic.
    Can anyone help me find out how to do this?
    I have read the User a Group API Reference but I can't find how to do this.
    Any help would be really appreciated.

    I have solved this problem using the metalink Note:277775.1
    ------- cut here -------
    import oracle.ldap.util.*;
    import oracle.ldap.util.jndi.*;
    import javax.naming.NamingException;
    import javax.naming.directory.*;
    import java.io.*;
    import java.util.*;
    public class AddUserToGroup
    final static String ldapServerName = "mlc2.acme.org";
    final static String ldapServerPort = "3060";
    final static String rootdn = "cn=orcladmin";
    final static String rootpass = "welcome1";
    final static String user_name = "cn=john.doe,cn=users,dc=acme,dc=org";
    final static String group_name = "cn=mynewgroup,dc=acme,dc=org";
    public static void main(String argv[]) throws NamingException
    // Create the connectin to the ldap server
    InitialDirContext ctx = ConnectionUtil.getDefaultDirCtx(ldapServerName,
    ldapServerPort,
    rootdn,
    rootpass);
    // Add the user to the group
    try {
    Group mygroup = new Group(Util.IDTYPE_DN,group_name);;
    mygroup.addUniquemember(ctx, user_name);
    catch (UtilException e) {
    e.printStackTrace();
    ------- end cut --------

  • Using Java oracle.spatial.util.SampleShapefileToJGeomFeature : ESRI SHP

    Hi,
    I am trying to import an ESRI shapefile using the Java class oracle.spatial.util. I have to add a remark, that I have set the classpath with the command
    set classpath=.;%ORACLE_HOME%\jdbc\lib\ojdbc14.jar
    I am using Oracle 11g and I don't have this file in the LIB library, only
    ojdbc5.jar
    ojdbc5dms.jar
    ojdbc5dms_g.jar
    ojdbc5_g.jar
    ojdbc6.jar
    ojdbc6dms.jar
    ojdbc6dms_g.jar
    ojdbc6_g.jar
    set classpath=.;%ORACLE_HOME%\md\jlib\sdoapi.jar (file exists)
    set classpath=.;%ORACLE_HOME%\md\jlib\sdoutl.jar (file exists)
    set classpath=.;%ORACLE_HOME%\lib\xmlparserv2.jar (file exists)
    java oracle.spatial.util.SampleShapefileToJGeomFeature -h nt-topobase -p 1521 -s ORCL -u rlv -d admin -t dkn -f KO_shp - 5000000 -g geom
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/spatial/util/S
    ampleShapefileToJGeomFeature
    Caused by: java.lang.ClassNotFoundException: oracle.spatial.util.SampleShapefile
    ToJGeomFeature
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    I am not sure, why I am getting those errors.

    hi,
    I dont know how to use the SampleShapefileToJGeomFeature Java Class. I have tried 2 syntax
    oracle@oraclesig:/$ java -cp $clpath oracle.spatial.util.SampleShapefileToJGeomFeature -h http://localhost -p 1521 -s SIG -u my_user -d my_pass_word -t my_shape -f /home/oracle/perso/topo/my_shape -r 4326 -g geom
    Parameters:
    <Filename>: File name of an input Shapefile (without extension)
    <Table name>: Table name for the result
    \[SRID\]: Valid Oracle SRID for coordinate system; use 0 if unknown
    <ID Column name>: Column name for unique numeric ID; if required
    oracle@oraclesig:/$ java -cp $clpath oracle.spatial.util.SampleShapefileToJGeomFeature /home/oracle/perso/topo/ma_couche ma_couche 2154 id_com
    Connecting to DB...
    java.sql.SQLException: Exception d'E/S: The Network Adapter could not establish the connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:255)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:414)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
    at java.sql.DriverManager.getConnection(DriverManager.java:582)
    at java.sql.DriverManager.getConnection(DriverManager.java:185)
    at oracle.spatial.util.SampleShapefileToJGeomFeature.main(SampleShapefileToJGeomFeature.java:110)
    Dropping old table...
    Exception in thread "main" java.lang.NullPointerException
    at oracle.spatial.util.SampleShapefileToJGeomFeature.prepareTableForData(SampleShapefileToJGeomFeature.java:252)
    at oracle.spatial.util.SampleShapefileToJGeomFeature.main(SampleShapefileToJGeomFeature.java:129)
    Can you help me for the syntaxe oh the commande?
    Thanks! Regards.
    Ben.
    Edited by: user12240435 on Dec 15, 2009 12:59 AM

  • The java class is not found:  oracle/aurora/util/Wrapper

    When I try and load my Java class file using 'loadjava' into Oracle I'm getting the error:
    The java class is not found: oracle/aurora/util/Wrapper
    What is causing this?

    On which machine should ORACLE_SID be set to solve this problem, server or client. I run into this error when run loadjava

  • INS0017: Installation of the seed data failed.oracle.wh.util.parser.ParseEx

    Hi all!
    I've already posted my error in this thread: Creating OWB Repository - invalid length inside variable character string but I realized it is not exactly the same error. So, I'm posting a new one and I really hope somebody can give me some advice:
    I've been using OWB for a couple of weeks now and I've already successfully created 2 repositories and everything worked (pretty much). But now I'm trying to make another repository and repository user and it kicks out in 32% on Process element SeedData.xml 36% with error:
    The Warehouse Builder repository owner installation failed on user XXX.
    INS0017: Installation of the seed data failed.oracle.wh.util.parser.ParseException.
    After clicking OK, I get another message, saying
    INS0029: Error occured during installation. Check the log file <path>\<log file name>.log for details.
    I have eliminated some parts of the log file. Can somebody please help, I really don't know what to do. I've searched the metalink and this forum for solution, but everything I found was about jdbcdriver.properties file which I
    have with line driver=thin in it.
    Tnx,
    BB
    OracleInstanceVersion = 10.2.0.3.0
    [CheckOracleInstanceVersion] ... complete ...
    Checking if the user is really new...
    query =select username from all_users where username = 'OWBRT_SYS'
    getSysConnection() is ok.
    The user is not a new user. INS0018: Error occurred to this new user. This user name already exists in database. Specify another new user name.
    OWBRT_SYS user already exists in database.
    [checkIfUseConnected()] ... username =OWBRT_SYS
    [getSysConnection]....
    getSysConnection() is ok.
    [getConnection]....
    [getConnection]: Trying to connect as USER OWBRT_SYS with jdbc:oracle:thin:@...
    [getSysConnection]: Succeed to connect as USER OWBRT_SYS.
    [getSysConnection]....
    getSysConnection() is ok.
    [validateInstOrDesintPage] ... complete ...
    query = select schemaname from owbrt_sys.owbrepos
    query = SELECT NAME FROM NEW_WHR_OWNER.CMPWBUSER_V
    [execute] Exception =ORA-00942: table or view does not exist
    User 'OWB_PRF' has associated to the control center 'OWB'. Remove it from the available user list.
    "OE"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "HR"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    User 'DP_TGT' has associated to the control center 'OWB'. Remove it from the available user list.
    User 'DQ_TGT' has associated to the control center 'OWB'. Remove it from the available user list.
    "DQ_SRC"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "SYSADMIN"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "WFADMIN"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "CDOUGLAS"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "KWALKER"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "BLEWIS"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "SPIERSON"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "OWF_MGR"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    User 'EXPENSE_WH' has associated to the control center 'REP_OWNER'. Remove it from the available user list.
    "EXPENSE_DW"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    User 'SALES_WH' has associated to the control center 'REP_OWNER'. Remove it from the available user list.
    "EUL_FROM_OWB"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "XSALES"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    User 'REP_USER' has associated to the control center 'REP_OWNER'. Remove it from the available user list.
    "BI_USER1"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "OWBRT_SYS"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "BI_USER"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "BI_ADMIN"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "SH"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "D4OSYS"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "ACC_PM"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "PC_PM"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "GLOBAL"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "GLOBAL_AW"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "CS_OLAP"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "SH_AW"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    Start parsing d:\oracle\10g2owb\owb\bin\admin\..\..\reposasst\SeedData.xml, start at 74.0%, end at 100.0%
    file length is 1020925
    d:\oracle\10g2owb\owb\bin\admin\..\..\reposasst\SeedData.xml counted 16383 lines in 31 milliseconds.
    Current ParserNode: /factor=0.11168384879725089/start%=22.68041237113401/end%=33.8487972508591/base%=22.68041237113401/final%=33.8487972508591/last%=89.76377952755905/used%=30.63946702976074/
    lastCheck=114/lineCount=127/updateInterval=150/url=d:\oracle\10g2owb\owb\bin\admin\..\..\reposasst\seed.xml(125, 126)
    class ItemSetUsage[] does not exist for parameter ItemSetUsages in method setItemSetUsages of class Redefines
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class Redefines
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class Redefines
    class Translation[] does not exist for parameter Translation in method setTranslation of class Redefines
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class Redefines
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class Redefines
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Redefines
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class Redefines
    class DerivedSCO[] does not exist for parameter DerivedSCOs in method setDerivedSCOs of class Redefines
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class RefCursorType
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class RefCursorType
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class RefCursorType
    class MapOperator[] does not exist for parameter BindingOperator in method setBindingOperator of class RefCursorType
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class RefCursorType
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class RefCursorType
    class Dependency[] does not exist for parameter Dependents in method setDependents of class RefCursorType
    class Translation[] does not exist for parameter Translation in method setTranslation of class RefCursorType
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class RefCursorType
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class RefCursorType
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class RefCursorType
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class RefCursorType
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class BusinessRuleDefinition
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class BusinessRuleDefinition
    class BusinessRuleRelParam[] does not exist for parameter RelationalParam in method setRelationalParam of class BusinessRuleDefinition
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class BusinessRuleDefinition
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class BusinessRuleDefinition
    class MapDisplaySet[] does not exist for parameter DisplaySets in method setDisplaySets of class BusinessRuleDefinition
    class MapOperator[] does not exist for parameter BindingOperator in method setBindingOperator of class BusinessRuleDefinition
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class BusinessRuleDefinition
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class BusinessRuleDefinition
    class Dependency[] does not exist for parameter Dependents in method setDependents of class BusinessRuleDefinition
    class Translation[] does not exist for parameter Translation in method setTranslation of class BusinessRuleDefinition
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class BusinessRuleDefinition
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class BusinessRuleDefinition
    class MapAttributeGroup[] does not exist for parameter AttributeGroups in method setAttributeGroups of class BusinessRuleDefinition
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class BusinessRuleDefinition
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class BusinessRuleDefinition
    class MapOperator[] does not exist for parameter Operators in method setOperators of class BusinessRuleDefinition
    class Variable[] does not exist for parameter OwnedLocalVariable in method setOwnedLocalVariable of class BusinessRuleDefinition
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class BusinessRuleDefinition
    class IntgACETypeUsage[] does not exist for parameter IntgACETypeUsages in method setIntgACETypeUsages of class DSIntegratorMap
    class InstalledModule[] does not exist for parameter InstalledModule in method setInstalledModule of class DSIntegratorMap
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class DSIntegratorMap
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class BaseEmbedMap
    class Translation[] does not exist for parameter Translation in method setTranslation of class BaseEmbedMap
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class BaseEmbedMap
    class MapAttributeGroup[] does not exist for parameter AttributeGroups in method setAttributeGroups of class BaseEmbedMap
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class BaseEmbedMap
    class MapOperator[] does not exist for parameter Operators in method setOperators of class BaseEmbedMap
    class MapDisplaySet[] does not exist for parameter DisplaySets in method setDisplaySets of class BaseEmbedMap
    class Variable[] does not exist for parameter OwnedLocalVariable in method setOwnedLocalVariable of class BaseEmbedMap
    class MapOperator[] does not exist for parameter BindingOperator in method setBindingOperator of class BaseEmbedMap
    class TaskFlow[] does not exist for parameter TaskFlows in method setTaskFlows of class InstalledModule
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class InstalledModule
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class InstalledModule
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class InstalledModule
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class InstalledModule
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class InstalledModule
    class Dependency[] does not exist for parameter Dependents in method setDependents of class InstalledModule
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class InstalledModule
    class Translation[] does not exist for parameter Translation in method setTranslation of class InstalledModule
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class InstalledModule
    class FunctionCategory[] does not exist for parameter FunctionCategories in method setFunctionCategories of class InstalledModule
    class Dimension[] does not exist for parameter Dimensions in method setDimensions of class InstalledModule
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class InstalledModule
    class Cube[] does not exist for parameter Cubes in method setCubes of class InstalledModule
    class DerivationSet[] does not exist for parameter DerivationSets in method setDerivationSets of class InstalledModule
    class Relation[] does not exist for parameter DAEs in method setDAEs of class InstalledModule
    class LocationUsage[] does not exist for parameter LocationUsages in method setLocationUsages of class InstalledModule
    class ChangeLog[] does not exist for parameter ChangeLogs in method setChangeLogs of class InstalledModule
    class SQLCollection[] does not exist for parameter OwnedCollections in method setOwnedCollections of class InstalledModule
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class InstalledModule
    class Map[] does not exist for parameter Maps in method setMaps of class InstalledModule
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class InstalledModule
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class InstalledModule
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Datatype
    class SupportedLanguage[] does not exist for parameter SupportedLanguage in method setSupportedLanguage of class Installation
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Installation
    class ItemSetUsage[] does not exist for parameter ItemSetUsages in method setItemSetUsages of class NamedItemSet
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class NamedItemSet
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class NamedItemSet
    class Translation[] does not exist for parameter Translation in method setTranslation of class NamedItemSet
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class NamedItemSet
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class NamedItemSet
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class NamedItemSet
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class NamedItemSet
    class DerivedSCO[] does not exist for parameter DerivedSCOs in method setDerivedSCOs of class NamedItemSet
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class User
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class User
    class AccessControlList[] does not exist for parameter AccessControlList in method setAccessControlList of class User
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class User
    class RoleAssignment[] does not exist for parameter RoleAssignment in method setRoleAssignment of class User
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class User
    class CLOB not defined for User->setPrefCLOB(CLOB)->PrefCLOB[SeedUtils.createXMLClass-create target class for LogicalLocation:DefaultOwningUser]
    class Dependency[] does not exist for parameter Dependents in method setDependents of class User
    class Translation[] does not exist for parameter Translation in method setTranslation of class User
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class User
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class User
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class User
    class AccessPreference[] does not exist for parameter AccessPreference in method setAccessPreference of class User
    class TaskFlow[] does not exist for parameter TaskFlows in method setTaskFlows of class BusinessRuleModule
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class BusinessRuleModule
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class BusinessRuleModule
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class BusinessRuleModule
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class BusinessRuleModule
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class BusinessRuleModule
    class Dependency[] does not exist for parameter Dependents in method setDependents of class BusinessRuleModule
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class BusinessRuleModule
    class Translation[] does not exist for parameter Translation in method setTranslation of class BusinessRuleModule
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class BusinessRuleModule
    class FunctionCategory[] does not exist for parameter FunctionCategories in method setFunctionCategories of class BusinessRuleModule
    class Dimension[] does not exist for parameter Dimensions in method setDimensions of class BusinessRuleModule
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class BusinessRuleModule
    class Cube[] does not exist for parameter Cubes in method setCubes of class BusinessRuleModule
    class DerivationSet[] does not exist for parameter DerivationSets in method setDerivationSets of class BusinessRuleModule
    class BusinessRuleDefinition[] does not exist for parameter OwnedRuleDefinition in method setOwnedRuleDefinition of class BusinessRuleModule
    class Relation[] does not exist for parameter DAEs in method setDAEs of class BusinessRuleModule
    class LocationUsage[] does not exist for parameter LocationUsages in method setLocationUsages of class BusinessRuleModule
    class ChangeLog[] does not exist for parameter ChangeLogs in method setChangeLogs of class BusinessRuleModule
    class SQLCollection[] does not exist for parameter OwnedCollections in method setOwnedCollections of class BusinessRuleModule
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class BusinessRuleModule
    class Map[] does not exist for parameter Maps in method setMaps of class BusinessRuleModule
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class BusinessRuleModule
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class BusinessRuleModule
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class Configurable
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Configurable
    class TaskFlow[] does not exist for parameter TaskFlows in method setTaskFlows of class SharedInstalledModule
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class SharedInstalledModule
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class SharedInstalledModule
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class SharedInstalledModule
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class SharedInstalledModule
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class SharedInstalledModule
    class Dependency[] does not exist for parameter Dependents in method setDependents of class SharedInstalledModule
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class SharedInstalledModule
    class Translation[] does not exist for parameter Translation in method setTranslation of class SharedInstalledModule
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class SharedInstalledModule
    class FunctionCategory[] does not exist for parameter FunctionCategories in method setFunctionCategories of class SharedInstalledModule
    class Dimension[] does not exist for parameter Dimensions in method setDimensions of class SharedInstalledModule
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class SharedInstalledModule
    class Cube[] does not exist for parameter Cubes in method setCubes of class SharedInstalledModule
    class DerivationSet[] does not exist for parameter DerivationSets in method setDerivationSets of class SharedInstalledModule
    class Relation[] does not exist for parameter DAEs in method setDAEs of class SharedInstalledModule
    class LocationUsage[] does not exist for parameter LocationUsages in method setLocationUsages of class SharedInstalledModule
    class ChangeLog[] does not exist for parameter ChangeLogs in method setChangeLogs of class SharedInstalledModule
    class SQLCollection[] does not exist for parameter OwnedCollections in method setOwnedCollections of class SharedInstalledModule
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class SharedInstalledModule
    class Map[] does not exist for parameter Maps in method setMaps of class SharedInstalledModule
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class SharedInstalledModule
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class SharedInstalledModule
    class RecordField[] does not exist for parameter PartitionedFields in method setPartitionedFields of class FunctionParallel
    class RecordFieldUsage[] does not exist for parameter RecordFieldUsage in method setRecordFieldUsage of class FunctionParallel
    class RecordField[] does not exist for parameter OrderedFields in method setOrderedFields of class FunctionParallel
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class FunctionParallel
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class FunctionParallel
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class FunctionParallel
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class FunctionParallel
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class SQLCollection
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class SQLCollection
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class SQLCollection
    class MapOperator[] does not exist for parameter BindingOperator in method setBindingOperator of class SQLCollection
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class SQLCollection
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class SQLCollection
    class Dependency[] does not exist for parameter Dependents in method setDependents of class SQLCollection
    class Translation[] does not exist for parameter Translation in method setTranslation of class SQLCollection
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class SQLCollection
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class SQLCollection
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class SQLCollection
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class SQLCollection
    [SeedUtils.getXMLClass]not a valid interface ComplexDatatype in SQLCollection:oracle.wh.repos.impl.type.CMPSQLCollection
    class SkipLevelRelationship[] does not exist for parameter BoundSkipLVRelns in method setBoundSkipLVRelns of class Attribute
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class Attribute
    class CubeMeasure[] does not exist for parameter BoundCubeMeasure in method setBoundCubeMeasure of class Attribute
    class CubeDimReference[] does not exist for parameter BoundCubeDimReference in method setBoundCubeDimReference of class Attribute
    class IntelligenceItem[] does not exist for parameter IntelligenceItems in method setIntelligenceItems of class Attribute
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class Attribute
    class ItemSetUsage[] does not exist for parameter ItemSetUsage in method setItemSetUsage of class Attribute
    class Translation[] does not exist for parameter Translation in method setTranslation of class Attribute
    class LevelAttribute[] does not exist for parameter BoundLVAttributes in method setBoundLVAttributes of class Attribute
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class Attribute
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class Attribute
    class HierarchyLevelUsage[] does not exist for parameter BoundLVRelns in method setBoundLVRelns of class Attribute
    class Level[] does not exist for parameter BindingLevels in method setBindingLevels of class Attribute
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Attribute
    class LOVItemClass[] does not exist for parameter ItemClasses in method setItemClasses of class Attribute
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class Attribute
    class SkipLevelRelationship[] does not exist for parameter BoundSkipLVRelns in method setBoundSkipLVRelns of class AttributeArray
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class AttributeArray
    class CubeDimReference[] does not exist for parameter BoundCubeDimReference in method setBoundCubeDimReference of class AttributeArray
    class CubeMeasure[] does not exist for parameter BoundCubeMeasure in method setBoundCubeMeasure of class AttributeArray
    class IntelligenceItem[] does not exist for parameter IntelligenceItems in method setIntelligenceItems of class AttributeArray
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class AttributeArray
    class ItemSetUsage[] does not exist for parameter ItemSetUsage in method setItemSetUsage of class AttributeArray
    class Translation[] does not exist for parameter Translation in method setTranslation of class AttributeArray
    class LevelAttribute[] does not exist for parameter BoundLVAttributes in method setBoundLVAttributes of class AttributeArray
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class AttributeArray
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class AttributeArray
    class HierarchyLevelUsage[] does not exist for parameter BoundLVRelns in method setBoundLVRelns of class AttributeArray
    class Level[] does not exist for parameter BindingLevels in method setBindingLevels of class AttributeArray
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class AttributeArray
    class LOVItemClass[] does not exist for parameter ItemClasses in method setItemClasses of class AttributeArray
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class AttributeArray
    class SystemType[] does not exist for parameter CompatibleSystems in method setCompatibleSystems of class SystemType
    class AccessControlledElement[] does not exist for parameter ElementTemplate in method setElementTemplate of class SystemType
    class InstalledModule[] does not exist for parameter Applications in method setApplications of class SystemType
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class SystemType
    class DSIntegratorMap[] does not exist for parameter DSIntegratorMaps in method setDSIntegratorMaps of class SystemType
    class SkipLevelRelationship[] does not exist for parameter BoundSkipLVRelns in method setBoundSkipLVRelns of class Item
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class Item
    class CubeMeasure[] does not exist for parameter BoundCubeMeasure in method setBoundCubeMeasure of class Item
    class CubeDimReference[] does not exist for parameter BoundCubeDimReference in method setBoundCubeDimReference of class Item
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class Item
    class ItemSetUsage[] does not exist for parameter ItemSetUsage in method setItemSetUsage of class Item
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class Item
    class Translation[] does not exist for parameter Translation in method setTranslation of class Item
    class LevelAttribute[] does not exist for parameter BoundLVAttributes in method setBoundLVAttributes of class Item
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class Item
    class HierarchyLevelUsage[] does not exist for parameter BoundLVRelns in method setBoundLVRelns of class Item
    class Level[] does not exist for parameter BindingLevels in method setBindingLevels of class Item
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class Item
    class ProfileAttribute[] does not exist for parameter ProfileAttribute in method setProfileAttribute of class Item
    class IntelligenceItem[] does not exist for parameter IntelligenceItems in method setIntelligenceItems of class Item
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class Item
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Item
    class LOVItemClass[] does not exist for parameter ItemClasses in method setItemClasses of class Item
    class DerivedSCO[] does not exist for parameter DerivedSCOs in method setDerivedSCOs of class Item
    class TaskFlow[] does not exist for parameter TaskFlows in method setTaskFlows of class RepInstalledModule
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class RepInstalledModule
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class RepInstalledModule
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class RepInstalledModule
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class RepInstalledModule
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class RepInstalledModule
    class Dependency[] does not exist for parameter Dependents in method setDependents of class RepInstalledModule
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class RepInstalledModule
    class Translation[] does not exist for parameter Translation in method setTranslation of class RepInstalledModule
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class RepInstalledModule
    class FunctionCategory[] does not exist for parameter FunctionCategories in method setFunctionCategories of class RepInstalledModule
    class Dimension[] does not exist for parameter Dimensions in method setDimensions of class RepInstalledModule
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class RepInstalledModule
    class Cube[] does not exist for parameter Cubes in method setCubes of class RepInstalledModule
    class DerivationSet[] does not exist for parameter DerivationSets in method setDerivationSets of class RepInstalledModule
    class Relation[] does not exist for parameter DAEs in method setDAEs of class RepInstalledModule
    class LocationUsage[] does not exist for parameter LocationUsages in method setLocationUsages of class RepInstalledModule
    class ChangeLog[] does not exist for parameter ChangeLogs in method setChangeLogs of class RepInstalledModule
    class SQLCollection[] does not exist for parameter OwnedCollections in method setOwnedCollections of class RepInstalledModule
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class RepInstalledModule
    class Map[] does not exist for parameter Maps in method setMaps of class RepInstalledModule
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class RepInstalledModule
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class RepInstalledModule
    class Cube[] does not exist for parameter BoundCube in method setBoundCube of class Function
    class QueryObject[] does not exist for parameter QueryObjects in method setQueryObjects of class Function
    class LocalCalendar[] does not exist for parameter OwnedCalendars in method setOwnedCalendars of class Function
    class DerivationSourceReference[] does not exist for parameter DerivationSourceReferences in method setDerivationSourceReferences of class Function
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class Function
    class FunctionImplementation[] does not exist for parameter FunctionImplementations in method setFunctionImplementations of class Function
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class Function
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class Function
    class Level[] does not exist for parameter BoundLevels in method setBoundLevels of class Function
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class Function
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class Function
    class BusinessRuleUsage[] does not exist for parameter OwnedBusinessRuleUsage in method setOwnedBusinessRuleUsage of class Function
    class Dependency[] does not exist for parameter Dependents in method setDependents of class Function
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class Function
    class Translation[] does not exist for parameter Translation in method setTranslation of class Function
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class Function
    class RelationUsage[] does not exist for parameter RelationUsage in method setRelationUsage of class Function
    class DerivationLink[] does not exist for parameter DerivationLink in method setDerivationLink of class Function
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class Function
    class DerivationSet[] does not exist for parameter DerivationSets in method setDerivationSets of class Function
    class MapOperator[] does not exist for parameter BindingOperator in method setBindingOperator of class Function
    class Report[] does not exist for parameter Reports in method setReports of class Function
    class QueryExpRef[] does not exist for parameter QueryExpDependents in method setQueryExpDependents of class Function
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class Function
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Function
    class LOVItemClass[] does not exist for parameter ItemClasses in method setItemClasses of class Function
    class ItemSet[] does not exist for parameter OwnedItemSets in method setOwnedItemSets of class Function
    class Attribute[] does not exist for parameter OwnedAttributes in method setOwnedAttributes of class Function
    class DerivedSCO[] does not exist for parameter DerivedSCOs in method setDerivedSCOs of class Function
    class IntgACETypeUsage[] does not exist for parameter IntgACETypeUsages in method setIntgACETypeUsages of class ACEType
    class ACETypeUsage[] does not exist for parameter ParentACETypeUsages in method setParentACETypeUsages of class ACEType
    class ACETypeUsage[] does not exist for parameter ChildACETypeUsages in method setChildACETypeUsages of class ACEType
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class ACEType
    class AccessControlledElement[] does not exist for parameter ElementTemplate in method setElementTemplate of class Integrator
    class InstalledModule[] does not exist for parameter Applications in method setApplications of class Integrator
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Integrator
    class DSIntegratorMap[] does not exist for parameter DSIntegratorMaps in method setDSIntegratorMaps of class Integrator
    [DefaultAdapter.createObject]not a valid interface iReferenceProperty in ReferenceProperty:WBReferenceProperty
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class Location
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class Location
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class Location
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class Location
    class LogicalConnector[] does not exist for parameter OwnedConnectors in method setOwnedConnectors of class Location
    class LocationUsage[] does not exist for parameter LocationUsages in method setLocationUsages of class Location
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class Location
    class Dependency[] does not exist for parameter Dependents in method setDependents of class Location
    class LogicalConnector[] does not exist for parameter ReferencingConnector in method setReferencingConnector of class Location
    class Translation[] does not exist for parameter Translation in method setTranslation of class Location
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class Location
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class Location
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class Location
    class ExternalTable[] does not exist for parameter ExternalTables in method setExternalTables of class Location
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class Location
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class ACETypeUsage
    class ItemSetUsage[] does not exist for parameter ItemSetUsages in method setItemSetUsages of class ItemSet
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class ItemSet
    class Translation[] does not exist for parameter Translation in method setTranslation of class ItemSet
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class ItemSet
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class ItemSet
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class ItemSet
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class ItemSet
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class ItemSet
    class DerivedSCO[] does not exist for parameter DerivedSCOs in method setDerivedSCOs of class ItemSet
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class BinaryObject
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class BinaryObject
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class BinaryObject
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class BinaryObject
    class Dependency[] does not exist for parameter Dependents in method setDependents of class BinaryObject
    class BLOB not defined for BinaryObject->setBinaryData(BLOB)->BinaryData[SeedUtils.createXMLClass-create super class for Icon:BinaryObject]
    class Translation[] does not exist for parameter Translation in method setTranslation of class BinaryObject
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class BinaryObject
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class BinaryObject
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class BinaryObject
    [SeedUtils.createXMLClass-create super class for Icon:BinaryObject]not a valid interface MLSTranslatable in BinaryObject:oracle.wh.repos.impl.binaryData.CMPBinaryObject
    class Dependency[] does not exist for parameter Dependents in method setDependents of class PrivilegeOwner
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class PrivilegeOwner
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class PrivilegeOwner
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class PrivilegeOwner
    class AccessControlList[] does not exist for parameter AccessControlList in method setAccessControlList of class PrivilegeOwner
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class PrivilegeOwner
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class PrivilegeOwner
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class PrivilegeOwner
    class AccessPreference[] does not exist for parameter AccessPreference in method setAccessPreference of class PrivilegeOwner
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class PrivilegeOwner
    class AccessControlledElement[] does not exist for parameter ElementTemplate in method setElementTemplate of class SoftwareModule
    class InstalledModule[] does not exist for parameter Applications in method setApplications of class SoftwareModule
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class SoftwareModule
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class LogicalLocation
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class LogicalLocation
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class LogicalLocation
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class LogicalLocation
    class LogicalConnector[] does not exist for parameter OwnedConnectors in method setOwnedConnectors of class LogicalLocation
    class LocationUsage[] does not exist for parameter LocationUsages in method setLocationUsages of class LogicalLocation
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class LogicalLocation
    class Dependency[] does not exist for parameter Dependents in method setDependents of class LogicalLocation
    class LogicalConnector[] does not exist for parameter ReferencingConnector in method setReferencingConnector of class LogicalLocation
    class Translation[] does not exist for parameter Translation in method setTranslation of class LogicalLocation
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class LogicalLocation
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class LogicalLocation
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class LogicalLocation
    class ExternalTable[] does not exist for parameter ExternalTables in method setExternalTables of class LogicalLocation
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class LogicalLocation
    class DSIntegratorMap[] does not exist for parameter UtilizingMaps in method setUtilizingMaps of class ValidDataTypeList
    class Datatype[] does not exist for parameter MemberTypes in method setMemberTypes of class ValidDataTypeList
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class ValidDataTypeList
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class ACLContainer
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class ACLContainer
    class AccessControlList[] does not exist for parameter AccessControlList in method setAccessControlList of class ACLContainer
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class ACLContainer
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class ACLContainer
    class Dependency[] does not exist for parameter Dependents in method setDependents of class ACLContainer
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class ACLContainer
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class ACLContainer
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class ACLContainer
    class RecordFieldUsage[] does not exist for parameter RecordFieldUsage in method setRecordFieldUsage of class RecordField
    class SkipLevelRelationship[] does not exist for parameter BoundSkipLVRelns in method setBoundSkipLVRelns of class RecordField
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class RecordField
    class CubeMeasure[] does not exist for parameter BoundCubeMeasure in method setBoundCubeMeasure of class RecordField
    class CubeDimReference[] does not exist for parameter BoundCubeDimReference in method setBoundCubeDimReference of class RecordField
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class RecordField
    class ItemSetUsage[] does not exist for parameter ItemSetUsage in method setItemSetUsage of class RecordField
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class RecordField
    class Translation[] does not exist for parameter Translation in method setTranslation of class RecordField
    class LevelAttribute[] does not exist for parameter BoundLVAttributes in method setBoundLVAttributes of class RecordField
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class RecordField
    class HierarchyLevelUsage[] does not exist for parameter BoundLVRelns in method setBoundLVRelns of class RecordField
    class Level[] does not exist for parameter BindingLevels in method setBindingLevels of class RecordField
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class RecordField
    class ProfileAttribute[] does not exist for parameter ProfileAttribute in method setProfileAttribute of class RecordField
    class IntelligenceItem[] does not exist for parameter IntelligenceItems in method setIntelligenceItems of class RecordField
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class RecordField
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class RecordField
    class LOVItemClass[] does not exist for parameter ItemClasses in method setItemClasses of class RecordField
    class DerivedSCO[] does not exist for parameter DerivedSCOs in method setDerivedSCOs of class RecordField
    [DefaultAdapter.createObject]not a valid interface iPrimitiveProperty in PrimitiveProperty:WBPrimitiveProperty
    class SkipLevelRelationship[] does not exist for parameter BoundSkipLVRelns in method setBoundSkipLVRelns of class FunctionArgument
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class FunctionArgument
    class CubeMeasure[] does not exist for parameter BoundCubeMeasure in method setBoundCubeMeasure of class FunctionArgument
    class CubeDimReference[] does not exist for parameter BoundCubeDimReference in method setBoundCubeDimReference of class FunctionArgument
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class FunctionArgument
    class ItemSetUsage[] does not exist for parameter ItemSetUsage in method setItemSetUsage of class FunctionArgument
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class FunctionArgument
    class Translation[] does not exist for parameter Translation in method setTranslation of class FunctionArgument
    class LevelAttribute[] does not exist for parameter BoundLVAttributes in method setBoundLVAttributes of class FunctionArgument
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class FunctionArgument
    class HierarchyLevelUsage[] does not exist for parameter BoundLVRelns in method setBoundLVRelns of class FunctionArgument
    class Level[] does not exist for parameter BindingLevels in method setBindingLevels of class FunctionArgument
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class FunctionArgument
    class ProfileAttribute[] does not exist for parameter ProfileAttribute in method setProfileAttribute of class FunctionArgument
    class IntelligenceItem[] does not exist for parameter IntelligenceItems in method setIntelligenceItems of class FunctionArgument
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class FunctionArgument
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class FunctionArgument
    class LOVItemClass[] does not exist for parameter ItemClasses in method setItemClasses of class FunctionArgument
    class DerivedSCO[] does not exist for parameter DerivedSCOs in method setDerivedSCOs of class FunctionArgument
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class AbstractCollection
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class AbstractCollection
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class AbstractCollection
    class MapOperator[] does not exist for parameter BindingOperator in method setBindingOperator of class AbstractCollection
    [SeedUtils.createXMLClass-create super class for SQLCollection:AbstractCollection]not a valid interface MapOperatorBindee in AbstractCollection:oracle.wh.repos.impl.type.CMPAbstractCollection
    class SkipLevelRelationship[] does not exist for parameter BoundSkipLVRelns in method setBoundSkipLVRelns of class ComplexItem
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class ComplexItem
    class CubeDimReference[] does not exist for parameter BoundCubeDimReference in method setBoundCubeDimReference of class ComplexItem
    class CubeMeasure[] does not exist for parameter BoundCubeMeasure in method setBoundCubeMeasure of class ComplexItem
    class IntelligenceItem[] does not exist for parameter IntelligenceItems in method setIntelligenceItems of class ComplexItem
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class ComplexItem
    class ItemSetUsage[] does not exist for parameter ItemSetUsage in method setItemSetUsage of class ComplexItem
    class Translation[] does not exist for parameter Translation in method setTranslation of class ComplexItem
    class LevelAttribute[] does not exist for parameter BoundLVAttributes in method setBoundLVAttributes of class ComplexItem
    class Attribute[] does not exist for parameter ContainedAttribute in method setContainedAttribute of class ComplexItem
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class ComplexItem
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class ComplexItem
    class HierarchyLevelUsage[] does not exist for parameter BoundLVRelns in method setBoundLVRelns of class ComplexItem
    class Level[] does not exist for parameter BindingLevels in method setBindingLevels of class ComplexItem
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class ComplexItem
    class LOVItemClass[] does not exist for parameter ItemClasses in method setItemClasses of class ComplexItem
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class ComplexItem
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class MIVDefinition
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class MIVDefinition
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class MIVDefinition
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class MIVDefinition
    class Dependency[] does not exist for parameter Dependents in method setDependents of class MIVDefinition
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class MIVDefinition
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class MIVDefinition
    class WeakModule[] does not exist for parameter MIVInstalledModule in method setMIVInstalledModule of class MIVDefinition
    class MIVView[] does not exist for parameter MIVView in method setMIVView of class MIVDefinition
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class MIVDefinition
    [DefaultAdapter.createObject]not a valid interface iPropertyDefinition in PropertyDefinition:PropertyDefinition
    class Cluster[] does not exist for parameter OwnedClusters in method setOwnedClusters of class DataWarehouse
    class TaskFlow[] does not exist for parameter TaskFlows in method setTaskFlows of class DataWarehouse
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class DataWarehouse
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class DataWarehouse
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class DataWarehouse
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class DataWarehouse
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class DataWarehouse
    class Dependency[] does not exist for parameter Dependents in method setDependents of class DataWarehouse
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class DataWarehouse
    class Translation[] does not exist for parameter Translation in method setTranslation of class DataWarehouse
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class DataWarehouse
    class FunctionCategory[] does not exist for parameter FunctionCategories in method setFunctionCategories of class DataWarehouse
    class Dimension[] does not exist for parameter Dimensions in method setDimensions of class DataWarehouse
    class DerivationSchema[] does not exist for parameter DerivationSchema in method setDerivationSchema of class DataWarehouse
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class DataWarehouse
    class Cube[] does not exist for parameter Cubes in method setCubes of class DataWarehouse
    class DerivationSet[] does not exist for parameter DerivationSets in method setDerivationSets of class DataWarehouse
    class Relation[] does not exist for parameter DAEs in method setDAEs of class DataWarehouse
    class LocationUsage[] does not exist for parameter LocationUsages in method setLocationUsages of class DataWarehouse
    class ChangeLog[] does not exist for parameter ChangeLogs in method setChangeLogs of class DataWarehouse
    class SQLCollection[] does not exist for parameter OwnedCollections in method setOwnedCollections of class DataWarehouse
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class DataWarehouse
    class Map[] does not exist for parameter Maps in method setMaps of class DataWarehouse
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class DataWarehouse
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class DataWarehouse
    class PLSRecord[] does not exist for parameter Records in method setRecords of class FunctionCategory
    class RefCursorType[] does not exist for parameter RefCursors in method setRefCursors of class FunctionCategory
    class DerivationSourceReference[] does not exist for parameter DerivationSourceReferences in method setDerivationSourceReferences of class FunctionCategory
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class FunctionCategory
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class FunctionCategory
    class FirstClassObject[] does not exist for parameter OwnedComponents in method setOwnedComponents of class FunctionCategory
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class FunctionCategory
    class SecondClassObject[] does not exist for parameter SecondClassObjects in method setSecondClassObjects of class FunctionCategory
    class Function[] does not exist for parameter Functions in method setFunctions of class FunctionCategory
    class CFA[] does not exist for parameter OwnedCFA in method setOwnedCFA of class FunctionCategory
    class Dependency[] does not exist for parameter Dependents in method setDependents of class FunctionCategory
    class DerivedFCO[] does not exist for parameter DerivedFCOs in method setDerivedFCOs of class FunctionCategory
    class Translation[] does not exist for parameter Translation in method setTranslation of class FunctionCategory
    class PropertyValue[] does not exist for parameter Properties in method setProperties of class FunctionCategory
    class PLSRowtype[] does not exist for parameter PLSRowtypes in method setPLSRowtypes of class FunctionCategory
    class DerivationLink[] does not exist for parameter DerivationLink in method setDerivationLink of class FunctionCategory
    class WeakSecondClassObject[] does not exist for parameter OwnedWeakSecondClassObjects in method setOwnedWeakSecondClassObjects of class FunctionCategory
    class DerivationSet[] does not exist for parameter DerivationSets in method setDerivationSets of class FunctionCategory
    class PhysicalObject[] does not exist for parameter OwnedConfigs in method setOwnedConfigs of class FunctionCategory
    class WeakFirstClassObject[] does not exist for parameter OwnedWeakFirstClassObjects in method setOwnedWeakFirstClassObjects of class FunctionCategory
    class TaskFlowSet[] does not exist for parameter TriggerTaskFlowSets in method setTriggerTaskFlowSets of class FunctionCategory
    class PLSCollection[] does not exist for parameter NestedTables in method setNestedTables of class FunctionCategory
    class DerivedSCO[] does not exist for parameter DerivedSCOs in method setDerivedSCOs of class FunctionCategory
    class Cube[] does not exist for parameter BoundCube in method setBoundCube of class PLSRecord
    class QueryObject[] does not exist for parameter QueryObjects in method setQueryObjects of class PLSRecord
    class BusinessTreeShortcut[] does not exist for parameter ReferencingShortcuts in method setReferencingShortcuts of class PLSRecord
    class WeakAssociation[] does not exist for parameter WeakAssociations in method setWeakAssociations of class PLSRecord
    class Dependency[] does not exist for parameter Dependencies in method setDependencies of class PLSRecord
    class Level[] does not exist for parameter BoundLevels in method setBoundLevels of class PLSRecord
    class MapOperator[] does not exist for parameter BindingOperator in method setBindingOperator of class PLSRecord
    class SecondClassObject[] does not exist for parameter

    Hi all!
    I've already posted my error in this thread:
    Excel output truncated (255 chars only) - Workaround?
    10437&tstart=0, but I realized it is not exactly the
    same error. So, I'm posting a new one and I really
    hope somebody can give me some advice:
    I've been using OWB for a couple of weeks now and
    I've already successfully created 2 repositories and
    everything worked (pretty much). But now I'm trying
    to make another repository and repository user and it
    kicks out in 32% on Process element SeedData.xml 36%
    with error:
    The Warehouse Builder repository owner
    installation failed on user XXX.
    INS0017: Installation of the seed data
    failed.oracle.wh.util.parser.ParseException.
    After clicking OK, I get another message, saying
    INS0029: Error occured during installation. Check
    the log file <path>\<log file name>.log for
    details.
    I have eliminated some parts of the log file. Can
    somebody please help, I really don't know what to do.
    I've searched the metalink and this forum for
    solution, but everything I found was about
    jdbcdriver.properties file which I
    have with line driver=thin in it.
    Tnx,
    BB
    OracleInstanceVersion = 10.2.0.3.0
    [CheckOracleInstanceVersion] ... complete ...
    Checking if the user is really new...
    query =select username from all_users where username
    = 'OWBRT_SYS'
    getSysConnection() is ok.
    The user is not a new user. INS0018: Error occurred
    to this new user. This user name already exists in
    database. Specify another new user name.
    OWBRT_SYS user already exists in database.
    [checkIfUseConnected()] ... username =OWBRT_SYS
    [getSysConnection]....
    getSysConnection() is ok.
    [getConnection]....
    [getConnection]: Trying to connect as USER OWBRT_SYS
    with jdbc:oracle:thin:@...
    [getSysConnection]: Succeed to connect as USER
    OWBRT_SYS.
    [getSysConnection]....
    getSysConnection() is ok.
    [validateInstOrDesintPage] ... complete ...
    query = select schemaname from owbrt_sys.owbrepos
    query = SELECT NAME FROM NEW_WHR_OWNER.CMPWBUSER_V
    [execute] Exception =ORA-00942: table or view does
    not exist
    User 'OWB_PRF' has associated to the control center
    'OWB'. Remove it from the available user list.
    "OE"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "HR"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    User 'DP_TGT' has associated to the control center
    'OWB'. Remove it from the available user list.
    User 'DQ_TGT' has associated to the control center
    'OWB'. Remove it from the available user list.
    "DQ_SRC"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "SYSADMIN"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "WFADMIN"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "CDOUGLAS"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "KWALKER"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "BLEWIS"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "SPIERSON"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "OWF_MGR"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    User 'EXPENSE_WH' has associated to the control
    center 'REP_OWNER'. Remove it from the available user
    list.
    "EXPENSE_DW"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    User 'SALES_WH' has associated to the control center
    'REP_OWNER'. Remove it from the available user list.
    "EUL_FROM_OWB"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "XSALES"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    User 'REP_USER' has associated to the control center
    'REP_OWNER'. Remove it from the available user list.
    "BI_USER1"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "OWBRT_SYS"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "BI_USER"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "BI_ADMIN"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "SH"."WB_RT_PLATFORM_REPOSITORY": invalid identifier
    "D4OSYS"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "ACC_PM"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "PC_PM"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "GLOBAL"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "GLOBAL_AW"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "CS_OLAP"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    "SH_AW"."WB_RT_PLATFORM_REPOSITORY": invalid
    identifier
    Start parsing
    d:\oracle\10g2owb\owb\bin\admin\..\..\reposasst\SeedDa
    ta.xml, start at 74.0%, end at 100.0%
    file length is 1020925
    d:\oracle\10g2owb\owb\bin\admin\..\..\reposasst\SeedD
    ta.xml counted 16383 lines in 31 milliseconds.
    Current ParserNode:
    /factor=0.11168384879725089/start%=22.68041237113401/
    nd%=33.8487972508591/base%=22.68041237113401/final%=33
    .8487972508591/last%=89.76377952755905/used%=30.639467
    02976074/
    lastCheck=114/lineCount=127/updateInterval=150/url=d:\
    oracle\10g2owb\owb\bin\admin\..\..\reposasst\seed.xml(
    125, 126)
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsages in method setItemSetUsages of class
    Redefines
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class Redefines
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    Redefines
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    Redefines
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    Redefines
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    Redefines
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Redefines
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class Redefines
    class DerivedSCO[] does not exist for parameter
    DerivedSCOs in method setDerivedSCOs of class
    Redefines
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class RefCursorType
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class RefCursorType
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    RefCursorType
    class MapOperator[] does not exist for parameter
    BindingOperator in method setBindingOperator of class
    RefCursorType
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class RefCursorType
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class RefCursorType
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    RefCursorType
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    RefCursorType
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    RefCursorType
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    RefCursorType
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class RefCursorType
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    RefCursorType
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class
    BusinessRuleDefinition
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class BusinessRuleDefinition
    class BusinessRuleRelParam[] does not exist for
    parameter RelationalParam in method
    setRelationalParam of class BusinessRuleDefinition
    class FirstClassObject[] does not exist for parameter
    OwnedComponents in method setOwnedComponents of class
    BusinessRuleDefinition
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    BusinessRuleDefinition
    class MapDisplaySet[] does not exist for parameter
    DisplaySets in method setDisplaySets of class
    BusinessRuleDefinition
    class MapOperator[] does not exist for parameter
    BindingOperator in method setBindingOperator of class
    BusinessRuleDefinition
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class
    BusinessRuleDefinition
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class BusinessRuleDefinition
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    BusinessRuleDefinition
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    BusinessRuleDefinition
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    BusinessRuleDefinition
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    BusinessRuleDefinition
    class MapAttributeGroup[] does not exist for
    parameter AttributeGroups in method
    setAttributeGroups of class BusinessRuleDefinition
    class WeakFirstClassObject[] does not exist for
    parameter OwnedWeakFirstClassObjects in method
    setOwnedWeakFirstClassObjects of class
    BusinessRuleDefinition
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class BusinessRuleDefinition
    class MapOperator[] does not exist for parameter
    Operators in method setOperators of class
    BusinessRuleDefinition
    class Variable[] does not exist for parameter
    OwnedLocalVariable in method setOwnedLocalVariable of
    class BusinessRuleDefinition
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    BusinessRuleDefinition
    class IntgACETypeUsage[] does not exist for parameter
    IntgACETypeUsages in method setIntgACETypeUsages of
    class DSIntegratorMap
    class InstalledModule[] does not exist for parameter
    InstalledModule in method setInstalledModule of class
    DSIntegratorMap
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class DSIntegratorMap
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class BaseEmbedMap
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    BaseEmbedMap
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    BaseEmbedMap
    class MapAttributeGroup[] does not exist for
    parameter AttributeGroups in method
    setAttributeGroups of class BaseEmbedMap
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class BaseEmbedMap
    class MapOperator[] does not exist for parameter
    Operators in method setOperators of class
    BaseEmbedMap
    class MapDisplaySet[] does not exist for parameter
    DisplaySets in method setDisplaySets of class
    BaseEmbedMap
    class Variable[] does not exist for parameter
    OwnedLocalVariable in method setOwnedLocalVariable of
    class BaseEmbedMap
    class MapOperator[] does not exist for parameter
    BindingOperator in method setBindingOperator of class
    BaseEmbedMap
    class TaskFlow[] does not exist for parameter
    TaskFlows in method setTaskFlows of class
    InstalledModule
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class InstalledModule
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class InstalledModule
    class FirstClassObject[] does not exist for parameter
    OwnedComponents in method setOwnedComponents of class
    InstalledModule
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    InstalledModule
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class InstalledModule
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    InstalledModule
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    InstalledModule
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    InstalledModule
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    InstalledModule
    class FunctionCategory[] does not exist for parameter
    FunctionCategories in method setFunctionCategories of
    class InstalledModule
    class Dimension[] does not exist for parameter
    Dimensions in method setDimensions of class
    InstalledModule
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    InstalledModule
    class Cube[] does not exist for parameter Cubes in
    method setCubes of class InstalledModule
    class DerivationSet[] does not exist for parameter
    DerivationSets in method setDerivationSets of class
    InstalledModule
    class Relation[] does not exist for parameter DAEs in
    method setDAEs of class InstalledModule
    class LocationUsage[] does not exist for parameter
    LocationUsages in method setLocationUsages of class
    InstalledModule
    class ChangeLog[] does not exist for parameter
    ChangeLogs in method setChangeLogs of class
    InstalledModule
    class SQLCollection[] does not exist for parameter
    OwnedCollections in method setOwnedCollections of
    class InstalledModule
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    InstalledModule
    class Map[] does not exist for parameter Maps in
    method setMaps of class InstalledModule
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class InstalledModule
    class WeakFirstClassObject[] does not exist for
    parameter OwnedWeakFirstClassObjects in method
    setOwnedWeakFirstClassObjects of class
    InstalledModule
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Datatype
    class SupportedLanguage[] does not exist for
    parameter SupportedLanguage in method
    setSupportedLanguage of class Installation
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Installation
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsages in method setItemSetUsages of class
    NamedItemSet
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class NamedItemSet
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    NamedItemSet
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    NamedItemSet
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    NamedItemSet
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    NamedItemSet
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class NamedItemSet
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class NamedItemSet
    class DerivedSCO[] does not exist for parameter
    DerivedSCOs in method setDerivedSCOs of class
    NamedItemSet
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class User
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class User
    class AccessControlList[] does not exist for
    parameter AccessControlList in method
    setAccessControlList of class User
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class User
    class RoleAssignment[] does not exist for parameter
    RoleAssignment in method setRoleAssignment of class
    User
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class User
    class CLOB not defined for
    User->setPrefCLOB(CLOB)->PrefCLOB[SeedUtils.createXMLC
    lass-create target class for
    LogicalLocation:DefaultOwningUser]
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class User
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class User
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class User
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class User
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class User
    class AccessPreference[] does not exist for parameter
    AccessPreference in method setAccessPreference of
    class User
    class TaskFlow[] does not exist for parameter
    TaskFlows in method setTaskFlows of class
    BusinessRuleModule
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class BusinessRuleModule
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class BusinessRuleModule
    class FirstClassObject[] does not exist for parameter
    OwnedComponents in method setOwnedComponents of class
    BusinessRuleModule
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    BusinessRuleModule
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class BusinessRuleModule
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    BusinessRuleModule
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    BusinessRuleModule
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    BusinessRuleModule
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    BusinessRuleModule
    class FunctionCategory[] does not exist for parameter
    FunctionCategories in method setFunctionCategories of
    class BusinessRuleModule
    class Dimension[] does not exist for parameter
    Dimensions in method setDimensions of class
    BusinessRuleModule
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    BusinessRuleModule
    class Cube[] does not exist for parameter Cubes in
    method setCubes of class BusinessRuleModule
    class DerivationSet[] does not exist for parameter
    DerivationSets in method setDerivationSets of class
    BusinessRuleModule
    class BusinessRuleDefinition[] does not exist for
    parameter OwnedRuleDefinition in method
    setOwnedRuleDefinition of class BusinessRuleModule
    class Relation[] does not exist for parameter DAEs in
    method setDAEs of class BusinessRuleModule
    class LocationUsage[] does not exist for parameter
    LocationUsages in method setLocationUsages of class
    BusinessRuleModule
    class ChangeLog[] does not exist for parameter
    ChangeLogs in method setChangeLogs of class
    BusinessRuleModule
    class SQLCollection[] does not exist for parameter
    OwnedCollections in method setOwnedCollections of
    class BusinessRuleModule
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    BusinessRuleModule
    class Map[] does not exist for parameter Maps in
    method setMaps of class BusinessRuleModule
    class WeakFirstClassObject[] does not exist for
    parameter OwnedWeakFirstClassObjects in method
    setOwnedWeakFirstClassObjects of class
    BusinessRuleModule
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class BusinessRuleModule
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    Configurable
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Configurable
    class TaskFlow[] does not exist for parameter
    TaskFlows in method setTaskFlows of class
    SharedInstalledModule
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class
    SharedInstalledModule
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class SharedInstalledModule
    class FirstClassObject[] does not exist for parameter
    OwnedComponents in method setOwnedComponents of class
    SharedInstalledModule
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    SharedInstalledModule
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class SharedInstalledModule
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    SharedInstalledModule
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    SharedInstalledModule
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    SharedInstalledModule
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    SharedInstalledModule
    class FunctionCategory[] does not exist for parameter
    FunctionCategories in method setFunctionCategories of
    class SharedInstalledModule
    class Dimension[] does not exist for parameter
    Dimensions in method setDimensions of class
    SharedInstalledModule
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    SharedInstalledModule
    class Cube[] does not exist for parameter Cubes in
    method setCubes of class SharedInstalledModule
    class DerivationSet[] does not exist for parameter
    DerivationSets in method setDerivationSets of class
    SharedInstalledModule
    class Relation[] does not exist for parameter DAEs in
    method setDAEs of class SharedInstalledModule
    class LocationUsage[] does not exist for parameter
    LocationUsages in method setLocationUsages of class
    SharedInstalledModule
    class ChangeLog[] does not exist for parameter
    ChangeLogs in method setChangeLogs of class
    SharedInstalledModule
    class SQLCollection[] does not exist for parameter
    OwnedCollections in method setOwnedCollections of
    class SharedInstalledModule
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    SharedInstalledModule
    class Map[] does not exist for parameter Maps in
    method setMaps of class SharedInstalledModule
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class SharedInstalledModule
    class WeakFirstClassObject[] does not exist for
    parameter OwnedWeakFirstClassObjects in method
    setOwnedWeakFirstClassObjects of class
    SharedInstalledModule
    class RecordField[] does not exist for parameter
    PartitionedFields in method setPartitionedFields of
    class FunctionParallel
    class RecordFieldUsage[] does not exist for parameter
    RecordFieldUsage in method setRecordFieldUsage of
    class FunctionParallel
    class RecordField[] does not exist for parameter
    OrderedFields in method setOrderedFields of class
    FunctionParallel
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    FunctionParallel
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class FunctionParallel
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class FunctionParallel
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    FunctionParallel
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class SQLCollection
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class SQLCollection
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    SQLCollection
    class MapOperator[] does not exist for parameter
    BindingOperator in method setBindingOperator of class
    SQLCollection
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class SQLCollection
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class SQLCollection
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    SQLCollection
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    SQLCollection
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    SQLCollection
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    SQLCollection
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class SQLCollection
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    SQLCollection
    [SeedUtils.getXMLClass]not a valid interface
    ComplexDatatype in
    SQLCollection:oracle.wh.repos.impl.type.CMPSQLCollecti
    on
    class SkipLevelRelationship[] does not exist for
    parameter BoundSkipLVRelns in method
    setBoundSkipLVRelns of class Attribute
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class Attribute
    class CubeMeasure[] does not exist for parameter
    BoundCubeMeasure in method setBoundCubeMeasure of
    class Attribute
    class CubeDimReference[] does not exist for parameter
    BoundCubeDimReference in method
    setBoundCubeDimReference of class Attribute
    class IntelligenceItem[] does not exist for parameter
    IntelligenceItems in method setIntelligenceItems of
    class Attribute
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class Attribute
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsage in method setItemSetUsage of class
    Attribute
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    Attribute
    class LevelAttribute[] does not exist for parameter
    BoundLVAttributes in method setBoundLVAttributes of
    class Attribute
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    Attribute
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    Attribute
    class HierarchyLevelUsage[] does not exist for
    parameter BoundLVRelns in method setBoundLVRelns of
    class Attribute
    class Level[] does not exist for parameter
    BindingLevels in method setBindingLevels of class
    Attribute
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Attribute
    class LOVItemClass[] does not exist for parameter
    ItemClasses in method setItemClasses of class
    Attribute
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class Attribute
    class SkipLevelRelationship[] does not exist for
    parameter BoundSkipLVRelns in method
    setBoundSkipLVRelns of class AttributeArray
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class AttributeArray
    class CubeDimReference[] does not exist for parameter
    BoundCubeDimReference in method
    setBoundCubeDimReference of class AttributeArray
    class CubeMeasure[] does not exist for parameter
    BoundCubeMeasure in method setBoundCubeMeasure of
    class AttributeArray
    class IntelligenceItem[] does not exist for parameter
    IntelligenceItems in method setIntelligenceItems of
    class AttributeArray
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class AttributeArray
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsage in method setItemSetUsage of class
    AttributeArray
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    AttributeArray
    class LevelAttribute[] does not exist for parameter
    BoundLVAttributes in method setBoundLVAttributes of
    class AttributeArray
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    AttributeArray
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    AttributeArray
    class HierarchyLevelUsage[] does not exist for
    parameter BoundLVRelns in method setBoundLVRelns of
    class AttributeArray
    class Level[] does not exist for parameter
    BindingLevels in method setBindingLevels of class
    AttributeArray
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class AttributeArray
    class LOVItemClass[] does not exist for parameter
    ItemClasses in method setItemClasses of class
    AttributeArray
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    AttributeArray
    class SystemType[] does not exist for parameter
    CompatibleSystems in method setCompatibleSystems of
    class SystemType
    class AccessControlledElement[] does not exist for
    parameter ElementTemplate in method
    setElementTemplate of class SystemType
    class InstalledModule[] does not exist for parameter
    Applications in method setApplications of class
    SystemType
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class SystemType
    class DSIntegratorMap[] does not exist for parameter
    DSIntegratorMaps in method setDSIntegratorMaps of
    class SystemType
    class SkipLevelRelationship[] does not exist for
    parameter BoundSkipLVRelns in method
    setBoundSkipLVRelns of class Item
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class Item
    class CubeMeasure[] does not exist for parameter
    BoundCubeMeasure in method setBoundCubeMeasure of
    class Item
    class CubeDimReference[] does not exist for parameter
    BoundCubeDimReference in method
    setBoundCubeDimReference of class Item
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class Item
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsage in method setItemSetUsage of class Item
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class Item
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class Item
    class LevelAttribute[] does not exist for parameter
    BoundLVAttributes in method setBoundLVAttributes of
    class Item
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class Item
    class HierarchyLevelUsage[] does not exist for
    parameter BoundLVRelns in method setBoundLVRelns of
    class Item
    class Level[] does not exist for parameter
    BindingLevels in method setBindingLevels of class
    Item
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class Item
    class ProfileAttribute[] does not exist for parameter
    ProfileAttribute in method setProfileAttribute of
    class Item
    class IntelligenceItem[] does not exist for parameter
    IntelligenceItems in method setIntelligenceItems of
    class Item
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class Item
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Item
    class LOVItemClass[] does not exist for parameter
    ItemClasses in method setItemClasses of class Item
    class DerivedSCO[] does not exist for parameter
    DerivedSCOs in method setDerivedSCOs of class Item
    class TaskFlow[] does not exist for parameter
    TaskFlows in method setTaskFlows of class
    RepInstalledModule
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class RepInstalledModule
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class RepInstalledModule
    class FirstClassObject[] does not exist for parameter
    OwnedComponents in method setOwnedComponents of class
    RepInstalledModule
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    RepInstalledModule
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class RepInstalledModule
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    RepInstalledModule
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    RepInstalledModule
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    RepInstalledModule
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    RepInstalledModule
    class FunctionCategory[] does not exist for parameter
    FunctionCategories in method setFunctionCategories of
    class RepInstalledModule
    class Dimension[] does not exist for parameter
    Dimensions in method setDimensions of class
    RepInstalledModule
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    RepInstalledModule
    class Cube[] does not exist for parameter Cubes in
    method setCubes of class RepInstalledModule
    class DerivationSet[] does not exist for parameter
    DerivationSets in method setDerivationSets of class
    RepInstalledModule
    class Relation[] does not exist for parameter DAEs in
    method setDAEs of class RepInstalledModule
    class LocationUsage[] does not exist for parameter
    LocationUsages in method setLocationUsages of class
    RepInstalledModule
    class ChangeLog[] does not exist for parameter
    ChangeLogs in method setChangeLogs of class
    RepInstalledModule
    class SQLCollection[] does not exist for parameter
    OwnedCollections in method setOwnedCollections of
    class RepInstalledModule
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    RepInstalledModule
    class Map[] does not exist for parameter Maps in
    method setMaps of class RepInstalledModule
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class RepInstalledModule
    class WeakFirstClassObject[] does not exist for
    parameter OwnedWeakFirstClassObjects in method
    setOwnedWeakFirstClassObjects of class
    RepInstalledModule
    class Cube[] does not exist for parameter BoundCube
    in method setBoundCube of class Function
    class QueryObject[] does not exist for parameter
    QueryObjects in method setQueryObjects of class
    Function
    class LocalCalendar[] does not exist for parameter
    OwnedCalendars in method setOwnedCalendars of class
    Function
    class DerivationSourceReference[] does not exist for
    parameter DerivationSourceReferences in method
    setDerivationSourceReferences of class Function
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class Function
    class FunctionImplementation[] does not exist for
    parameter FunctionImplementations in method
    setFunctionImplementations of class Function
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class Function
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    Function
    class Level[] does not exist for parameter
    BoundLevels in method setBoundLevels of class
    Function
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class Function
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class Function
    class BusinessRuleUsage[] does not exist for
    parameter OwnedBusinessRuleUsage in method
    setOwnedBusinessRuleUsage of class Function
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class Function
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    Function
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    Function
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class Function
    class RelationUsage[] does not exist for parameter
    RelationUsage in method setRelationUsage of class
    Function
    class DerivationLink[] does not exist for parameter
    DerivationLink in method setDerivationLink of class
    Function
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class Function
    class DerivationSet[] does not exist for parameter
    DerivationSets in method setDerivationSets of class
    Function
    class MapOperator[] does not exist for parameter
    BindingOperator in method setBindingOperator of class
    Function
    class Report[] does not exist for parameter Reports
    in method setReports of class Function
    class QueryExpRef[] does not exist for parameter
    QueryExpDependents in method setQueryExpDependents of
    class Function
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    Function
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Function
    class LOVItemClass[] does not exist for parameter
    ItemClasses in method setItemClasses of class
    Function
    class ItemSet[] does not exist for parameter
    OwnedItemSets in method setOwnedItemSets of class
    Function
    class Attribute[] does not exist for parameter
    OwnedAttributes in method setOwnedAttributes of class
    Function
    class DerivedSCO[] does not exist for parameter
    DerivedSCOs in method setDerivedSCOs of class
    Function
    class IntgACETypeUsage[] does not exist for parameter
    IntgACETypeUsages in method setIntgACETypeUsages of
    class ACEType
    class ACETypeUsage[] does not exist for parameter
    ParentACETypeUsages in method setParentACETypeUsages
    of class ACEType
    class ACETypeUsage[] does not exist for parameter
    ChildACETypeUsages in method setChildACETypeUsages of
    class ACEType
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class ACEType
    class AccessControlledElement[] does not exist for
    parameter ElementTemplate in method
    setElementTemplate of class Integrator
    class InstalledModule[] does not exist for parameter
    Applications in method setApplications of class
    Integrator
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Integrator
    class DSIntegratorMap[] does not exist for parameter
    DSIntegratorMaps in method setDSIntegratorMaps of
    class Integrator
    [DefaultAdapter.createObject]not a valid interface
    iReferenceProperty in
    ReferenceProperty:WBReferenceProperty
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class Location
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class Location
    class FirstClassObject[] does not exist for parameter
    OwnedComponents in method setOwnedComponents of class
    Location
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    Location
    class LogicalConnector[] does not exist for parameter
    OwnedConnectors in method setOwnedConnectors of class
    Location
    class LocationUsage[] does not exist for parameter
    LocationUsages in method setLocationUsages of class
    Location
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class Location
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class Location
    class LogicalConnector[] does not exist for parameter
    ReferencingConnector in method
    setReferencingConnector of class Location
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    Location
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class Location
    class WeakFirstClassObject[] does not exist for
    parameter OwnedWeakFirstClassObjects in method
    setOwnedWeakFirstClassObjects of class Location
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class Location
    class ExternalTable[] does not exist for parameter
    ExternalTables in method setExternalTables of class
    Location
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class Location
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class ACETypeUsage
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsages in method setItemSetUsages of class
    ItemSet
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    ItemSet
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    ItemSet
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    ItemSet
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class ItemSet
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class ItemSet
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class ItemSet
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class ItemSet
    class DerivedSCO[] does not exist for parameter
    DerivedSCOs in method setDerivedSCOs of class
    ItemSet
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class BinaryObject
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class BinaryObject
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    BinaryObject
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class BinaryObject
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    BinaryObject
    class BLOB not defined for
    BinaryObject->setBinaryData(BLOB)->BinaryData[SeedUtil
    s.createXMLClass-create super class for
    Icon:BinaryObject]
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    BinaryObject
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    BinaryObject
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class BinaryObject
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class BinaryObject
    [SeedUtils.createXMLClass-create super class for
    Icon:BinaryObject]not a valid interface
    MLSTranslatable in
    BinaryObject:oracle.wh.repos.impl.binaryData.CMPBinary
    Object
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    PrivilegeOwner
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class PrivilegeOwner
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    PrivilegeOwner
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class PrivilegeOwner
    class AccessControlList[] does not exist for
    parameter AccessControlList in method
    setAccessControlList of class PrivilegeOwner
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class PrivilegeOwner
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    PrivilegeOwner
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    PrivilegeOwner
    class AccessPreference[] does not exist for parameter
    AccessPreference in method setAccessPreference of
    class PrivilegeOwner
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class PrivilegeOwner
    class AccessControlledElement[] does not exist for
    parameter ElementTemplate in method
    setElementTemplate of class SoftwareModule
    class InstalledModule[] does not exist for parameter
    Applications in method setApplications of class
    SoftwareModule
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class SoftwareModule
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class LogicalLocation
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class LogicalLocation
    class FirstClassObject[] does not exist for parameter
    OwnedComponents in method setOwnedComponents of class
    LogicalLocation
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    LogicalLocation
    class LogicalConnector[] does not exist for parameter
    OwnedConnectors in method setOwnedConnectors of class
    LogicalLocation
    class LocationUsage[] does not exist for parameter
    LocationUsages in method setLocationUsages of class
    LogicalLocation
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class LogicalLocation
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    LogicalLocation
    class LogicalConnector[] does not exist for parameter
    ReferencingConnector in method
    setReferencingConnector of class LogicalLocation
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    LogicalLocation
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    LogicalLocation
    class WeakFirstClassObject[] does not exist for
    parameter OwnedWeakFirstClassObjects in method
    setOwnedWeakFirstClassObjects of class
    LogicalLocation
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class LogicalLocation
    class ExternalTable[] does not exist for parameter
    ExternalTables in method setExternalTables of class
    LogicalLocation
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    LogicalLocation
    class DSIntegratorMap[] does not exist for parameter
    UtilizingMaps in method setUtilizingMaps of class
    ValidDataTypeList
    class Datatype[] does not exist for parameter
    MemberTypes in method setMemberTypes of class
    ValidDataTypeList
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class ValidDataTypeList
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class ACLContainer
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class ACLContainer
    class AccessControlList[] does not exist for
    parameter AccessControlList in method
    setAccessControlList of class ACLContainer
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    ACLContainer
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class ACLContainer
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    ACLContainer
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    ACLContainer
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class ACLContainer
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class ACLContainer
    class RecordFieldUsage[] does not exist for parameter
    RecordFieldUsage in method setRecordFieldUsage of
    class RecordField
    class SkipLevelRelationship[] does not exist for
    parameter BoundSkipLVRelns in method
    setBoundSkipLVRelns of class RecordField
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class RecordField
    class CubeMeasure[] does not exist for parameter
    BoundCubeMeasure in method setBoundCubeMeasure of
    class RecordField
    class CubeDimReference[] does not exist for parameter
    BoundCubeDimReference in method
    setBoundCubeDimReference of class RecordField
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class RecordField
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsage in method setItemSetUsage of class
    RecordField
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    RecordField
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    RecordField
    class LevelAttribute[] does not exist for parameter
    BoundLVAttributes in method setBoundLVAttributes of
    class RecordField
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    RecordField
    class HierarchyLevelUsage[] does not exist for
    parameter BoundLVRelns in method setBoundLVRelns of
    class RecordField
    class Level[] does not exist for parameter
    BindingLevels in method setBindingLevels of class
    RecordField
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class RecordField
    class ProfileAttribute[] does not exist for parameter
    ProfileAttribute in method setProfileAttribute of
    class RecordField
    class IntelligenceItem[] does not exist for parameter
    IntelligenceItems in method setIntelligenceItems of
    class RecordField
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    RecordField
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class RecordField
    class LOVItemClass[] does not exist for parameter
    ItemClasses in method setItemClasses of class
    RecordField
    class DerivedSCO[] does not exist for parameter
    DerivedSCOs in method setDerivedSCOs of class
    RecordField
    [DefaultAdapter.createObject]not a valid interface
    iPrimitiveProperty in
    PrimitiveProperty:WBPrimitiveProperty
    class SkipLevelRelationship[] does not exist for
    parameter BoundSkipLVRelns in method
    setBoundSkipLVRelns of class FunctionArgument
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class FunctionArgument
    class CubeMeasure[] does not exist for parameter
    BoundCubeMeasure in method setBoundCubeMeasure of
    class FunctionArgument
    class CubeDimReference[] does not exist for parameter
    BoundCubeDimReference in method
    setBoundCubeDimReference of class FunctionArgument
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class FunctionArgument
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsage in method setItemSetUsage of class
    FunctionArgument
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    FunctionArgument
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    FunctionArgument
    class LevelAttribute[] does not exist for parameter
    BoundLVAttributes in method setBoundLVAttributes of
    class FunctionArgument
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    FunctionArgument
    class HierarchyLevelUsage[] does not exist for
    parameter BoundLVRelns in method setBoundLVRelns of
    class FunctionArgument
    class Level[] does not exist for parameter
    BindingLevels in method setBindingLevels of class
    FunctionArgument
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    FunctionArgument
    class ProfileAttribute[] does not exist for parameter
    ProfileAttribute in method setProfileAttribute of
    class FunctionArgument
    class IntelligenceItem[] does not exist for parameter
    IntelligenceItems in method setIntelligenceItems of
    class FunctionArgument
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    FunctionArgument
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class FunctionArgument
    class LOVItemClass[] does not exist for parameter
    ItemClasses in method setItemClasses of class
    FunctionArgument
    class DerivedSCO[] does not exist for parameter
    DerivedSCOs in method setDerivedSCOs of class
    FunctionArgument
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class AbstractCollection
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    AbstractCollection
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class AbstractCollection
    class MapOperator[] does not exist for parameter
    BindingOperator in method setBindingOperator of class
    AbstractCollection
    [SeedUtils.createXMLClass-create super class for
    SQLCollection:AbstractCollection]not a valid
    interface MapOperatorBindee in
    AbstractCollection:oracle.wh.repos.impl.type.CMPAbstra
    ctCollection
    class SkipLevelRelationship[] does not exist for
    parameter BoundSkipLVRelns in method
    setBoundSkipLVRelns of class ComplexItem
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class ComplexItem
    class CubeDimReference[] does not exist for parameter
    BoundCubeDimReference in method
    setBoundCubeDimReference of class ComplexItem
    class CubeMeasure[] does not exist for parameter
    BoundCubeMeasure in method setBoundCubeMeasure of
    class ComplexItem
    class IntelligenceItem[] does not exist for parameter
    IntelligenceItems in method setIntelligenceItems of
    class ComplexItem
    class CFA[] does not exist for parameter OwnedCFA in
    method setOwnedCFA of class ComplexItem
    class ItemSetUsage[] does not exist for parameter
    ItemSetUsage in method setItemSetUsage of class
    ComplexItem
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    ComplexItem
    class LevelAttribute[] does not exist for parameter
    BoundLVAttributes in method setBoundLVAttributes of
    class ComplexItem
    class Attribute[] does not exist for parameter
    ContainedAttribute in method setContainedAttribute of
    class ComplexItem
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    ComplexItem
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    ComplexItem
    class HierarchyLevelUsage[] does not exist for
    parameter BoundLVRelns in method setBoundLVRelns of
    class ComplexItem
    class Level[] does not exist for parameter
    BindingLevels in method setBindingLevels of class
    ComplexItem
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class ComplexItem
    class LOVItemClass[] does not exist for parameter
    ItemClasses in method setItemClasses of class
    ComplexItem
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class ComplexItem
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class MIVDefinition
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class MIVDefinition
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    MIVDefinition
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class MIVDefinition
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    MIVDefinition
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    MIVDefinition
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    MIVDefinition
    class WeakModule[] does not exist for parameter
    MIVInstalledModule in method setMIVInstalledModule of
    class MIVDefinition
    class MIVView[] does not exist for parameter MIVView
    in method setMIVView of class MIVDefinition
    class TaskFlowSet[] does not exist for parameter
    TriggerTaskFlowSets in method setTriggerTaskFlowSets
    of class MIVDefinition
    [DefaultAdapter.createObject]not a valid interface
    iPropertyDefinition in
    PropertyDefinition:PropertyDefinition
    class Cluster[] does not exist for parameter
    OwnedClusters in method setOwnedClusters of class
    DataWarehouse
    class TaskFlow[] does not exist for parameter
    TaskFlows in method setTaskFlows of class
    DataWarehouse
    class BusinessTreeShortcut[] does not exist for
    parameter ReferencingShortcuts in method
    setReferencingShortcuts of class DataWarehouse
    class WeakAssociation[] does not exist for parameter
    WeakAssociations in method setWeakAssociations of
    class DataWarehouse
    class FirstClassObject[] does not exist for parameter
    OwnedComponents in method setOwnedComponents of class
    DataWarehouse
    class Dependency[] does not exist for parameter
    Dependencies in method setDependencies of class
    DataWarehouse
    class SecondClassObject[] does not exist for
    parameter SecondClassObjects in method
    setSecondClassObjects of class DataWarehouse
    class Dependency[] does not exist for parameter
    Dependents in method setDependents of class
    DataWarehouse
    class DerivedFCO[] does not exist for parameter
    DerivedFCOs in method setDerivedFCOs of class
    DataWarehouse
    class Translation[] does not exist for parameter
    Translation in method setTranslation of class
    DataWarehouse
    class PropertyValue[] does not exist for parameter
    Properties in method setProperties of class
    DataWarehouse
    class FunctionCategory[] does not exist for parameter
    FunctionCategories in method setFunctionCategories of
    class DataWarehouse
    class Dimension[] does not exist for parameter
    Dimensions in method setDimensions of class
    DataWarehouse
    class DerivationSchema[] does not exist for parameter
    DerivationSchema in method setDerivationSchema of
    class DataWarehouse
    class WeakSecondClassObject[] does not exist for
    parameter OwnedWeakSecondClassObjects in method
    setOwnedWeakSecondClassObjects of class
    DataWarehouse
    class Cube[] does not exist for parameter Cubes in
    method setCubes of class DataWarehouse
    class DerivationSet[] does not exist for parameter
    DerivationSets in method setDerivationSets of class
    DataWarehouse
    class Relation[] does not exist for parameter DAEs in
    method setDAEs of class DataWarehouse
    class LocationUsage[] does not exist for parameter
    LocationUsages in method setLocationUsages of class
    DataWarehouse
    class ChangeLog[] does not exist for parameter
    ChangeLogs in method setChangeLogs of class
    DataWarehouse
    class SQLCollection[] does not exist for parameter
    OwnedCollections in method setOwnedCollections of
    class DataWarehouse
    class PhysicalObject[] does not exist for parameter
    OwnedConfigs in method setOwnedConfigs of class
    DataWarehouse
    class Map[] does not exist for parameter Maps in
    method setMaps of class DataWarehouse
    class WeakFirstClassObject[] does not exist for
    parameter OwnedWeakFirstClassObjects in method
    setOwnedWeakFirstClassO

  • Error oracle.classloader.util.AnnotatedNoClassDefFoundError when using fop?

    Hallo,
    i want to use fop in my project.
    Doing this i've got:
    XML-25017 ...
    oracle.classloader.util.AnnotatedNoClassDefFoundError:
    Missing class: org.apache.fop.apps.Driver
    Dependent class: oracle.xml.xsql.serializerse.XSQLFOPSerializer
    Loader: adf.oracle.domain:10.1.3.1
    Code-Source: /opt/jdev101310/lib/xsqlserializers.jar
    Configuration: /home/asmus/jdevhome101310/system/oracle.j2ee.10.1.3.39.84/embedded-oc4j/config/server.xml
    The missing class is available from the following locations:
    /opt/jdev101310/fop-0.20.5/fop.jar
    I don't know to which place i must put the fop.jar that the system is finding it. I test some things but nothing works.
    Any help is appreciated.

    Hi Reiasmus,
    Have you added the fop.jar as a library to your project (JPR) - double-click the jpr, choose libraries....
    I've forgotten to to this in the past myself...
    John

  • Oracle.classloader.util.AnnotatedNoClassDefFoundError

    I am trying to access my webservice from my application module and when i run it standalone it is running fine, but when i create data control out of it and use it from my jsp page it is throwing me this error.
    Any suggestion how to get rid of this.
    JBO-29000: Unexpected exception caught: oracle.classloader.util.AnnotatedNoClassDefFoundError, msg= Missing class: webservices.types.com.siebel.xml.order_interface.Orders Dependent class: java.lang.reflect.Array Loader: jre.bootstrap Code-Source: unknown Configuration: jre bootstrap

    I solved the problem by deleting the soft link myglobalclasses in the Workspace directory to myclasses directory .
    However not sure why this problem occurred

  • Use of Oracle pump utility as equivalence of SQL bcp utility??

    can anyone throw any pointers to how to use Oracle pump utility as equivalence of SQL bcp utility??

    The equivalence of BCP is SQL*Loader. Data pump is used for export/import. During an import operation it can read just a file created by data pump export.

  • Oracle.classloader.util.AnnotatedClassNotFoundException

    I have an application built that runs great with the embedded OC4J in JDeveloper but when I deploy it to a stand alone OC4J the server startup cannot see any of my EJBs. I get the following error for every EJB class:
    2007-06-22 10:12:05.144 WARNING oracle.classloader.util.AnnotatedClassNotFoundException:
    Missing class: com.emulex.interop.ejb.InteropSessionFacadeLocal
    Dependent class: oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor
    Loader: oracle.persistence:1.0
    Code-Source: /C:/OracleAS/toplink/jlib/toplink-essentials.jar
    Configuration: <code-source> in /C:/OracleAS/j2ee/home/config/server.xml
    This load was initiated at InteropApplication.root:0.0.1 using the loadClass() method.
    I have researched this error, found several references to this exception, but I still cannot find a real solution to my issue. What puzzles me is that it works fine embedded in JDeveloper, but not in stand alone server deployed from JDeveloper. The versions I am using for both are 10.1.3.2.
    Thanks for your help,
    Mike

    Hi Steve,
    I have emailed my ear file to you. Just for information for this posting, here are my persistence.xml and application.xml entries:
    <b>persistence.xml</b>
    <?xml version="1.0" encoding="windows-1252" ?>
    <persistence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
    version="1.0" xmlns="http://java.sun.com/xml/ns/persistence">
        <persistence-unit name="Model"/>
    </persistence>
    <b>application.xml</b>
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd" version="5" xmlns="http://java.sun.com/xml/ns/javaee">
        <display-name>InteropApplication</display-name>
            <module>
                <web>
                    <web-uri>ViewArchive.war</web-uri>
                    <context-root>Interop</context-root>
                </web>
            </module>
    </application>

  • Oracle WebDB for Linux

    Is there a place we can download Oracle WebDB for Linux?
    Thanks in advance.
    Zhenhua
    null

    Is there a place we can download Oracle WebDB for Linux?
    Thanks in advance.
    Zhenhua
    null

Maybe you are looking for

  • I am making code to try to make a game and my problem is that my code......

    I am making code to try to make a game and my problem is that my code will not let it change the hit everytime so im getting the first guy to hit 1 then next hits 8 and so on and always repeats. Another problem is that I would like it to attack with

  • Downloading from Itunes via Wifi & Syncing to 2 Macs

    I want to download some music on my iphone via itunes. I have two mac computers an Imac and a Macbook. My question is that will my iphone sync the music I download via wifi itunes to both my mac computers when I connect my Iphone to Each of them? I j

  • Supressing the Scientifc Notation for  double

    Hi folks, I have a requirement , that i have to supress the scientific representation of a primitive double value , while displaying the double value in a form elememt ( textbox). eg. for 80000000, display will show 8.0E7, which is not desired. I nee

  • Keeping two iTunes Media Folders (and libraries) in sync

    Hi all, Here's my situation... I can't be the only person looking for an answer to this. (Can I?) At home I have a Mac Mini with my music collection on it managed by iTunes. I have the same at work. I also have Chronosync set up to nightly syncronize

  • Trying patch  127111-02 SunOS 5.10: libc patch

    I am trying to install Oracle on a Solaris zone. Oracle requires patch 127111-02. Googling suggests that this patch has been obsoleted by patch 127127-11. However, 127127-11 requires 120011-14, which in turn requires 125547-01, which is not available