GetCollectionMetaData:  this method is not supported by 'OracleXMLDataSetGenJdbc' cla

The following Java code:
// Create an OracleOCIConnectionPool instance with default configuration
OracleOCIConnectionPool cpool = new OracleOCIConnectionPool("appserver", "9ias", url, null);
// Print out the default configuration for the OracleOCIConnectionPool
System.out.println ("-- The default configuration for the OracleOCIConnectionPool --");
displayPoolConfig(cpool);
// Get a connection from the pool
OracleOCIConnection conn1 = (OracleOCIConnection) cpool.getConnection("usecase", "uml");
// Create a Statement
Statement stmt = conn1.createStatement ();
// Select the ENAME column from the EMP table
ResultSet rset = stmt.executeQuery ("select * from usecases_ov");
OracleXMLQuery q = new OracleXMLQuery(conn1,"select * from usecases_ov");
System.out.println(q.getXMLString());
Produces:
-- The default configuration for the OracleOCIConnectionPool --
Min poolsize Limit: 1
Max poolsize Limit: 1
Connection Increment: 0
NoWait: false
Timeout: 0
PoolSize: 1
ActiveSize: 0
<?xml version = '1.0'?>
<ERROR>oracle.xml.sql.OracleXMLSQLException: getCollectionMetaData: this method is not supported by 'OracleXMLDataSetGenJdbc' class. Please use 'OracleXMLDataSetExtJdbc' instead.</ERROR>
Any Suggestions?

One import piece of info: This OracleXMLQuery works against a standard table. The query that fail goes against the following view and uses nested tables(object lists).
SELECT v.name as PACKAGE,
u.name,
u.version,
u.iteration,
u.summary,
u.events_basic,
u.author,
u.rev_date,
u.ext_points,
u.assumptions,
u.preconditions,
u.revision_notes,
u.trigger_event,
u.package as PUID,
u.ALTERNATE_PATHS AS ALTERNATE_PATHS_LIST,
u.EXCEPTION_PATHS AS EXCEPTION_PATHS_LIST,
u.BUSINESS_RULES AS BUSINESS_RULE_LIST
FROM USECASE u, DESIGN_PACKAGE v
WHERE u.package=v.puid
AND EXISTS(SELECT 'X'
     FROM DESIGN_CUR_VER d
     WHERE d.name = u.name
     AND d.version = u.version
     AND d.design_date = u.rev_date)
AND EXISTS (SELECT 'X'
     FROM USECASE_AUDIT a
     WHERE a.package = u.package
     AND a.name = u.name
     AND a.version = u.version
     AND a.timestamp = u.rev_date
     AND a.status_code IN('created','modified','rejected'))
ORDER BY v.name, u.name

Similar Messages

  • GetCollectionMetaData method is not supported by OracleXMLDataSetGenJDBC

    Hi,
    We are in the process of migrating our Web Application from Oracle 9i to Oracle 10.1.0.5. Our Web Application runs under WebLogic 9.1 Server and uses Oracle XSQL APIs to store CLOB Data in Database. We are using ojdbc14.jar as well as xsu12.jar and other required Oracle XSQL Libraries.
    We observed the following error
    ===============================
    ORA-29532: Java call terminated by uncaught Java exception: oracle.xml.sql.OracleXMLSQLException: Invalid context handle specified. ORA-06512: at XSU.DBMS_XMLQUERY , line 178 ORA-06512: at XSU.XSU$XML_XCHANGE , line 293 ORA-29532: Java call terminated by uncaught Java exception: oracle.xml.sql.OracleXMLSQLException: getCollectionMetaData: this method is not supported by OracleXMLDataSetGenJdbc class. Please use OracleXMLDataSetExtJdbc instead. ORA-06512: at line 1
    ===============================
    When we printed the underlying connection object class name, it appeared as "oracle.jdbc.driver.T4CConnection".
    What is the cause of this issue? How to resolve this issue?

    One import piece of info: This OracleXMLQuery works against a standard table. The query that fail goes against the following view and uses nested tables(object lists).
    SELECT v.name as PACKAGE,
    u.name,
    u.version,
    u.iteration,
    u.summary,
    u.events_basic,
    u.author,
    u.rev_date,
    u.ext_points,
    u.assumptions,
    u.preconditions,
    u.revision_notes,
    u.trigger_event,
    u.package as PUID,
    u.ALTERNATE_PATHS AS ALTERNATE_PATHS_LIST,
    u.EXCEPTION_PATHS AS EXCEPTION_PATHS_LIST,
    u.BUSINESS_RULES AS BUSINESS_RULE_LIST
    FROM USECASE u, DESIGN_PACKAGE v
    WHERE u.package=v.puid
    AND EXISTS(SELECT 'X'
         FROM DESIGN_CUR_VER d
         WHERE d.name = u.name
         AND d.version = u.version
         AND d.design_date = u.rev_date)
    AND EXISTS (SELECT 'X'
         FROM USECASE_AUDIT a
         WHERE a.package = u.package
         AND a.name = u.name
         AND a.version = u.version
         AND a.timestamp = u.rev_date
         AND a.status_code IN('created','modified','rejected'))
    ORDER BY v.name, u.name

  • Web Deploy error - "This method is not supported by this class"

    I have an MVC project which I am trying to deploy to one of our internally-hosted web front end servers via a TFS build process. Our server hosts the MS Deploy service, and other solutions deploy without problems to the same box. The parameters for the build
    process are as follows:
    /p:DeployOnBuild=True /p:DeployTarget=MsDeployPublish /p:MSDeployPublishMethod=WMSVC /p:MsDeployServiceUrl=https://<server>:8172/msdeploy.axd /p:DeployIISAppPath="<internal.site.com>" /p:username=<username> /p:password=<password>
    /p:IncludeIisSettingsOnPublish=false /p:AllowUntrustedCertificate=True /p:OutputPath=bin\ /p:SkipExtraFilesOnServer=True /p:VisualStudioVersion=11.0
    The error message I receive at the point the build reaches the deployment activity is:
    Web deployment task failed. (Could not complete the request to remote agent URL 'https://<server>:8172/msdeploy.axd?site=<internal.site.com>'.)
    Could not complete the request to remote agent URL 'https://<server>:8172/msdeploy.axd?site=<internal.site.com>'.
    The request was aborted: The request was canceled.
    This method is not supported by this class.
    We've found
    this StackOverflow post which describes the same error we're experiencing, however the suggested solution is something we already do in our server configuration, so this doesn't resolve the issue for us.
    Has anyone seen this error before, or is able to make any suggestions why it is happening?

    Hi Matt,
    You have to have a look in the build log then copy the command that is under Run MSBuild node and executed it on the build agent.
    You should find something like below:
    C:\Program Files (x86)\MSBuild\12.0\bin\amd64\MSBuild.exe /nologo /noconsolelogger "C:\Builds\....sln" /nr:False /fl /flp:"logfile=C:\Builds\...log;encoding=Unicode;verbosity=normal" /p:SkipInvalidConfigurations=true /p:CreatePackageOnPublish=true /p:DeployOnBuild=true /p:SkipExtraFilesOnServer=True /m /p:OutDir="C:\Builds\...\bin\\" /p:Configuration="DEV" /p:Platform="Any CPU" /p:VCBuildOverride="C:\Builds\....sln.Any CPU.DEV.vsprops" /dl:WorkflowCentralLogger,"C:\Program Files\Microsoft Team Foundation Server 12.0\Tools\Microsoft.TeamFoundation.Build.Server.Logger.dll";"Verbosity=Normal;BuildUri=vstfs:///Build/Build/31630;IgnoreDuplicateProjects=False;InformationNodeId=14;TargetsNotLogged=GetNativeManifest,GetCopyToOutputDirectoryItems,GetTargetPath;LogProjectNodes=True;LogWarnings=True;TFSUrl=http://...-tfs:8080/tfs/...;"*WorkflowForwardingLogger,"C:\Program Files\Microsoft Team Foundation Server 12.0\Tools\Microsoft.TeamFoundation.Build.Server.Logger.dll";"Verbosity=Normal;" /p:BuildId="aa2d3857-27e9-4854-b44f-4ca625ccd786,vstfs:///Build/Build/31630" /p:BuildLabel="..._2015.02.27.2" /p:BuildTimestamp="Fri, 27 Feb 2015 11:16:41 GMT" /p:BuildDefinition="..."
    Daniel

  • HTTP Method Post not supported by this URL

    We are running WL6.0sp1 on Win2000. When we try to open a JSP page which calls
    a servlet we get a "HTTP Method Post not supported by this URL". This same setup
    (WL 6.0sp1 on Win2000) on another machine works absolutely fine running from the
    same client. Is there any setup that needs to be done in Weblogic for this? Any
    pointers on this would be appreciated.
    Rgds

    Normally when you get this error, your username/password is not correct.
    It's not a clean way of errorhandling. I have had the same issue and after a while i noticed the password i entered was not correct.

  • The :pserver: access method is not supported by this port of CVS

    i receive the following error when trying to connect to cvs
    the :pserver: access method is not supported by this port of CVS

    i receive the following error when trying to connect to cvs
    the :pserver: access method is not supported by this port of CVS Use the CVS 1.11.2 from http://www.cvshome.org, sounds like you are using a version of cvs which (is maybe CVSNT) doesn't support pserver.
    Rob

  • Java.lang.Error: JAX-RPC 1.1 method is not supported in WLS 8.1 clients.

    We have some web services that run under OC4J 10.1.3.4. We have various JEE 'client' apps (JSF, servlets etc.) that use these web services. These JEE apps also run under OC4J.
    We started a migration project from oc4j to weblogic 10.3.2. In phase 1 we want to move these JEE 'client' apps to weblogic. In phase 2 we want to move the web services themselves to weblogic with adjustments to the JEE 'client' apps as needed.
    However we ran into an issue during this phase 1. Deploying these JEE 'client' apps to weblogic results in an error like this:
    java.lang.Error: JAX-RPC 1.1 method is not supported in WLS 8.1 clients. If you are attempting to run an OC4J 10.1.3 JAX-RPC client in WLS, please see the Web Service Migration Guide for instructions.
    We are including Oracle web services client libraries (http://download.oracle.com/otn/java/oc4j/1013/wsclient_extended.zip) in these JEE 'client' apps's war files because weblogic does not have them.
    What part of Web Service Migration Guide is the above error message talking about? Do we have to re-generate the client side proxies for all these web services using weblogic's clientgen task in 'JAXRPC' mode? Many of these web services are doc/literal jax-rpc web services. Or does the migration guide recommend we migrate the web services first to weblogic? Any other specific information on working around this error message would be greatly appreciated.

    Hi,
    I had the same issue but I just managed to fix it. You must upgrade and/or regenerate you proxy. This creates new classes (possibily in a new package) that you must use in your code. I had this error because the classes directory was not clean after the rebuild and the old classes (in the old package) were still present, so the compilation was successful with the old classes. So clean your classes directories, regenerate your proxy and use the new classes in your code.
    Regards,
    Sylvain

  • Jdeveloper 11g - JAX-RPC 1.1 method is not supported in WLS 8.1 clients.

    Hi,
    I am using Jdeveloper 11g and migrating a web Service Proxy created using jdeveloper 10g.
    I imported all the proxy classes and when I try to run web service client In Jdeveloper 11g I get the following error
    "JAX-RPC 1.1 method is not supported in WLS 8.1 clients. If you are attempting to run an OC4J 10.1.3 JAX-RPC client in WLS, please see the Web Service Migration Guide for instructions."
    Please advise on how to solve this?
    which is the offending jar/library file in Jdeveloper 11g which is causing the above error?.
    Is the above problem there in the WebLogic Server Runtime also?
    Please let me know.
    2) I cannot generate web server proxies also with jdev11g because the wsdl has overloaded methods omitting the name property within the input and output message, ie, they have a null name. therefore Jdeveloper 11g is using the library which
    when called with an overloaded operation that contains null input/output message names, a duplicate error occurs because it sees other operations with the same name. so it is effectively not allowing to create the web service proxies.
    Thanks,
    Appreciate your quick response to the above

    Have you checked the 'Web Service Migration Guide' mentioned in the error message?
    Timo

  • Getting error : This operation is not supported on a report server that runs in native mode

    Hi,
    I have installed SQLServer2008 Standard Edition in my system.
    Using SSRS 2008.
    I have added
    http://<serverName>/ReportServer/ReportService2006.asmx as web reference in my project.
    If i consume any method in ReportingService2006 am getting below error . 
    This operation is not supported on a report server that runs in native mode. ---> Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedNativeModeException: This operation is not supported on a report server that runs in native
    mode.
    How to solve this problem?
    Thanks,
    Thangakumar

    Hi Thangakumar,
    In Reporting Services Web service, there are two endpoints available for managing objects on a report server, ReportServer2005 and ReportServer2006. The
    ReportService2005 endpoint is used for managing objects on a report server that is configured for native mode. The ReportService2006 endpoint is used for managing objects on a report server that is configured for SharePoint integrated mode. From you description,
    your Reporting Services runs in native mode, but ReportService2006.asmx is used for SharePoint integrated mode. If you need to call Reporting Services Web service in native mode, please change the address to:
    http://<serverName>/ReportServer/ReportService2005.asmx
    If you need to call Reporting Services Web service in SharePoint integrated mode, please change the address to:
    http://<Server Name>/<Site Name>/_vti_bin/ReportServer/ReportService2006.asmx
    For more information, you can refer to:
    http://msdn.microsoft.com/en-us/library/ms155398(v=SQL.100).aspx
    Thanks,
    Albert Ye

  • Last() method  was not supported by "resultset type of TYPE_FORWARD_ONLY "

    Hi all,
    I got this exception
    java.sql.SQLException: JZ0BT: The last() method is not supported for ResultSets of type TYPE_FORWARD_ONLY.
    but while creating statement object i am dong like this
    stmt = con.prepareCall(sql.toString(),ResultSet.TYPE_SCROLL_INSENSITIVE,
    ResultSet.CONCUR_READ_ONLY);
    then also it is giving the same exception.
    my bean code is like this,
    try {
    //Dynamically get the row size for the o/p dataset
    from result set
    rs.last();
    System.out.println(rs);
    int numrows =rs.getRow();
    can anyone help me out to get the total number of rows in Resultset
    Thanks in advance
    Ravi

    There's no easy way to do it that I know of. All you can do is iterate through and count. - MOD

  • BIweb service proxy JAX-RPC 1.1 method is not supported in WLS 8.1 clients

    Hello
    I have an application in oracle Application server and I'm migrating to weblogic 11g .
    I have used web service proxy for BIPublisher 10.1.3.4 , careated by jdeveloper web service proxy wizard , when I want using it in weblogic , In corresponding form that uses BI Publisher web service proxy , I encounter following error :
    "JAX-RPC 1.1 method is not supported in WLS 8.1 clients , if you attempting to run oc4j 10.1.3 JAX-RPC client in WLS,please see Web service Migration Guide for Instructions"
    What should I do?
    Regards
    Mehdi

    Spoke to dev and there was a bug logged, it seems to be down to Weblogic's implementation.
    +This is pure WLS issue. The root cause of this problem is that Weblogic's
    SAAJ implementation. No codechange on BIP server side
    WLS 10 ships with two SAAJ implementations. By default the buggy 9.x
    implementation is used (which lives in the package
    weblogic.webservice.core.soap), but there is a new implementation, which
    supports SAAJ 1.3 (which lives in the package weblogic.xml.saaj). I also
    checked in a debugging jsp page, which could help looking at the DEBUG
    logging to see which SAAJ implementation is used.
    JSP testpage xmlponline/wwwroot/wsclient/soapclient-wls-8270711.jsp
    To use this new version, you have to make sure setting the
    -Djavax.xml.soap.MessageFactory=weblogic.xml.saaj.MessageFactoryImpl
    in startWebLogic script. +
    Please give the solution a try and let me know if it works.
    Regards
    tim

  • HT4108 Digital AV adapter does not support iPad 2. Error message "This accessory does not supported by iPad"

    Just bought latest digital AV adapter MD098ZM/A. Does not work with my iPad 2. Error messade" this accessory is not supported by iPad" while the package saying it supports iPad 2 and later.

    It's works with the new iPad. It said "accessory not supported". I clicked OK and now it works.

  • I am trying to download pictures from my canon rebel  eos to my Ipad but i get the message "this device is not supported" what can I do ?

    I just bought an Apple Lighting to USB Camera Adapter. When I got home to and connected it to my Canon Rebel EOS Digital Camera. I received the error message "This device is not supported" I was wondering if there is any software or drivers I need to download?
    Thanks
    Don

    I use Canon Cameras and have no problems downloading photos from the camera to the Lightning to USB Camera Adapter. My questions and suggestions might be basic but just to make sure:
    1. This is an iPad forum area. Are you using the lightning to USB camera adapter with an iPad? Your info in your original post says iPod. I'm not sure that the adapter works with an iPod.
    2. After you connect the adapter to your iPad and then use a USB cable to connect the adapter to the camera did you turn on the camera?
    3. If you did turn on the camera and still did not get the import of photos to start try a reset your iPad. Press and hold the Home and Sleep buttons simultaneously until the Apple logo appears. Let go of the buttons and let the device restart. This will not cause any data loss.

  • I want update firmware 2.9 but apear this message "This software is not supported on your system."

    hi
    I want update firmware .details my system is
    Hardware Overview:
      Model Name:          MacBook Pro
      Model Identifier:          MacBookPro9,2
      Processor Name:          Intel Core i5
      Processor Speed:          2.5 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache (per Core):          256 KB
      L3 Cache:          3 MB
      Memory:          4 GB
      Boot ROM Version:          MBP91.00D3.B08
      SMC Version (system):          2.2f38
      Serial Number (system):          C1MHQC17DTY3
      Hardware UUID:          EF0C6F81-20AD-50FA-9DD5-C8E084DF8E8C
      Sudden Motion Sensor:
      State:          Enabled
    but when install the last update MacBookProEFIUpdate2.9 i got error like this
    "This software is not supported on your system."
    please help me thanks

    OK, so the firmware is the same as mine, and yet Apple Support offered this EFI and SMC update packages, which should give a message that our computers are updated. 
      However, the update packages fail to run. 
      Did Apple neglect to give the correct update for the mid-2012 issue of MacBook Pro 13-inch?  I have the i7 Intel processor, instead of the i5, and I was sold this unit as having two processors, but the System info only lists a single processor. 
    Is one of the problems with Intel-based MacBook Pro units that the integration wasn't without bugs that cause processor hang when running the OS Lion, even with updates to 10.7.5?
      Shouldn't the EFI and SMC updaters run on these machines as stated in the Apple Support article? 
      What will Apple do for these customers?

  • I have just purchased a lightning to 30 pin adaptor to use on an iPad mini and a gen5 iPod touch both devices are running iOS 8.1.3 and come up with The error message "this accessory is not supported by this device "

    I have just purchased a lightning to 30 pin adaptor to use on an iPad mini and a gen5 iPod touch both devices are running iOS 8.1.3 and come up with The error message "this accessory is not supported by this device "
    THis is means they are not charging on a 30 pin cable and the touch won't work in my Apple iPod dock - no audio out or charge. Have re powered both devices to no avail am wondering if the iOS version is the problem
    Help!

    If it is a lightning to 30 pin adaptor, and you have a 7th Generation Nano it has to fit the Nano.
    This is lightning to 30 pin adapter: http://www.bestbuy.com/site/Apple%26%23174%3B---Lightning-to-30-Pin-Adapter/6651 936.p?id=1218803450821&skuId=6651936#tab=overview
    Is this what you bought?
    You need to contact Sony and see if they model you have is compatible with the docking adapter. It may not be.

  • I am trying to install Elements, I get this constant error message. This installation is not supported by this processor type. Contact your product vendor.

    I am trying to install Elements, I get this constant error message. This installation is not supported by this processor type. Contact your product vendor.
    I am using Windows 8.

    Hi,
    Which version of Photoshop Elements are you trying to install?
    Are you installing from DVD or a download?
    If DVD, make sure you are using the Windows one, not the MAC one.
    What device are you trying to install on?
    Does your system meet the required spec?
    Are you on Windows 8 or Windows 8.1?
    Brian

Maybe you are looking for

  • Song won't play in landscape mode

    I have what appears to be one song that won't play in the music app when the ipad is in landscape mode. When you press on the screen, nothing happens. If you flip the ipad to portrait mode it plays just fine. This is an itunes purchased song. I have

  • Still image quality

    i have a lot of photos i want to put in the timeline and fade in and out for a presentation. the images are 720 x 480 and 150 dpi Tiffs. in the preview window they look perfect. When i drag them into the canvas window the quality gets worse, they don

  • Problem of dynamically change components in Applet

    Hello, All, I need to dynamically change Applet components. For example, remove a button, and replace it with drop down list etc. I use remove and add methods to perform the task. But it does not work. Applet just become blank. And repaint does not h

  • How to Read Outbound Email Activity

    Hello All, I want to read Outbound Email Activity data dynamically after clicking on Sent button. Is there any function module like crm_order_read to read activities, for Outbound Email also. Please suggest me some solution. Regards, Sanjani

  • Getting the last insert id

    Hi there, I'm trying to get the id of the last inserted record. Normally would use $last_id = mysql_insert_id() after the insert statemant but I can't work out how to get this value when I use a ADDT insert transaction. Any help much appreciated. Che