Problem in using Oracle BPEL 10.1.2 (beta3) Worklist API

I'm trying the following simple program but fails. Thanks advance for your help. Here are the codes:
package test;
import oracle.tip.pc.api.worklist.IWorklistContext;
import oracle.tip.pc.infra.exception.PCException;
import oracle.tip.pc.services.hw.worklist.WorklistService;
public class TaskTester
public static void main(String[] args)
String username="jcooper";
String password="welcome";
try
WorklistService worklistService = WorklistService.getWorklistService();
IWorklistContext ctx = worklistService.authenticateUser(username,password);
System.out.println("Success");
catch (PCException pce)
pce.printStackTrace();
System.out.println(pce.toString());
The following error message is resulted:
log4j:WARN No appenders could be found for logger (collaxa.cube.services).
log4j:WARN Please initialize the log4j system properly.
Warning: Could not locate file pc.properties in classpath
java.lang.NullPointerException
at oracle.tip.pc.services.hw.worklist.WorklistService.authenticateUser(WorklistService.java:272)
at test.TaskTester.main(TaskTester.java:17)
ORABPEL-10142
Worklist Service Authenticate User Error.
An error occured in the Worklist Service while authenticating user jcooper with the identity service.
Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.

It works fine after I port it to a web service. But, there's another problem when I try to call "getWorklistTasks" after "authenticateUser" and the codes are as follows:
IWorklistContext ctx = worklistService.authenticateUser(userName,password);
Map filterMap = new HashMap();
filterMap.put("TaskFilter", "My & Group");
filterMap.put("PriorityFilter", "Any");
filterMap.put("StatusFilter", "Assigned");
filterMap.put("BusinessProcessFilter", "Any");
List taskList = worklistService.getWorklistTasks(ctx, "", filterMap, "Title", "ASC");
It resulted that after calling "getWorklistTasks", it hanged and no reply.
Any idea? Thanks a lot.
Best Regards,
Simon.

Similar Messages

  • Problem for using oracle xml parser v2 for 8.1.7

    My first posting was messed up. This is re-posting the same question.
    Problem for using oracle xml parser v2 for 8.1.7
    I have a sylesheet with
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">.
    It works fine if I refer this xsl file in xml file as follows:
    <?xml-stylesheet type="text/xsl" href="http://...../GN.xsl"?>.
    When I use this xsl in pl/sql package, I got
    ORA-20100: Error occurred while processing: XSL-1009: Attribute 'xsl:version' not found in 'xsl:stylesheet'.
    After I changed name space definition to
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> in xsl file, I got
    ORA-20100: Error occurred while processing: XSL-1019: Expected ']' instead of '$'.
    I am using xml parser v2 for 8.1.7
    Can anyone explain why it happens? What is the solution?
    Yi

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Steven Muench ([email protected]):
    Element's dont have text content, they [b]contain text node children.
    So instead of trying to setNodeValue() on the element, construct a Text node and use the appendChild method on the element to append the text node as a child of the element.<HR></BLOCKQUOTE>
    Steve,
    We are also creating an XML DOM from java and are having trouble getting the tags created as we want. When we use XMLText it creates the tag as <tagName/>value rather than <tagName>value</tagName>. We want separate open and close tags. Any ideas?
    Lori

  • Problem about using Oracle Form 6i to connect Oracle Database 10g express.

    Sorry to interrupt all of you.
    I have encountered a problem about using Oracle Form 6i to connect Oracle Database 10g express.
    As I would like to
    I use Oracle Net8 Easy Config to create a connection.
    According to "tnsnames.ora", the paramater of connection is as follows;
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA = (SID = XE))
    Unfortunately, when I use Oracle Net8 Easy Config to test the connection, an error message is prompted as follows:
    Connecting....
    The test did not succeed.
    ORA-03106: fatal two-task communication protocol error
    There may be an error in the fields entered
    or the server may not be ready for a connection.
    You can check the server and retry, or continue.
    After I google it, I still have no idea how to solve the problem. I would like to ask, could anyone mind providing some hints or solution to address the issues.
    Thanks for your assistance in advance.

    I don't believe the Net8 Easy Config (NEC) will create a compatible entry in the tnsnames.ora. I have Forms 6i running successfully against a 10g Express database, but I did not use the NEC - I created the entry myself. Here is the entry I use:
    XE=
      (DESCRIPTION=
        (ADDRESS=
          (PROTOCOL=TCP)
          (HOST=<<servername or IP address>>)
          (PORT=1521)
        (CONNECT_DATA=
          (SERVER=dedicated)
          (SERVICE_NAME=XE)
      )Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Problem in using Tomahawk 1.1.3 jar with jsf-api.jar & jsf-impl.jar

    Hi All,
    i am facing the problem while using <t:panelTabbedPane> in jsp.APplication has jsf-api.jar and jsf-impl.jar and Tomahawk 1.1.3 jar files in lib folder. This is a Portal Application.While deplyoing on portal server, i am getting following exception
    Nested Exception is java.lang.NoClassDefFoundError: javax/servlet/jsp/el/ELException
    at org.apache.myfaces.shared_tomahawk.config.MyfacesConfig.<clinit>(MyfacesConfig.java:80).
    if any faces problem previously, please help me out in debugging this issue

    Please don't resurrect old topics. Start a new topic for each stand alone question. If necessary put links to the topics you found with search/google.
    Back to the actual problem:java.lang.NoClassDefFoundError: javax/servlet/jsp/el/ELException The given class is missing in the classpath during runtime. Add that class, or at least the JAR file with that class, to the classpath of the runtime environment, then you're fine.

  • Error while adding items to cart using oracle.apps.ibe.shoppingcart.list.ShopList.saveQuoteFromListLines API

    Hello,
    I am getting the below error message when I try to add line items to cart using oracle.apps.ibe.shoppingcart.list.ShopList.saveQuoteFromListLines API.
    ORA-01403: no data found in Package IBE_Shop_List_PVT Procedure Save_Quote_From_List_Items
    This is the underlying procedure/package getting called:  IBE_Shop_List_Wrapper_PVT.Save_Quote_From_List_Items
    Please help me in resolving this issue.
    Thanks in advance!

    L S P.. wrote:
    Hi,
    Actually that notes says about invalid objects in ASO and IBE objects.
    But i couldn't found any invalid objects. Also i was cleared cache using functional administrator also.
    But still am getting this error.
    Please help on this.. It is on critical.Please log a SR if the doc did not help.
    Thanks,
    Hussein

  • Problem in installing Oracle BPEL process manager 10.1.3.1.0

    Hi
    I have started with installing oracle bpel PM using soa_windows_x86_101310_disk1.zip from oracle site. After proceeding for some time installation failed prompting "could not create java virtual machine". after searching in few forums, i have stopped installation and tried to restart opmnctl.
    below is the link that i have followed
    problem installing 10.1.3.1 Developer Preview
    But after all these attempts i am still unable to solve the error (from error log) "Error occurred during initialization of VM Could not reserve enough space for object heap".
    Below is the error i am getting while trying to execute opmnctl startall
    ias-component/process-type/process-set:
    default_group/home/default_group/
    Error
    --> Process (index=1,uid=233262511,pid=372)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\product\10.1.3.1\OracleAS_1\opmn\logs\\default_group~home~default_group~1
    .log
    Pl help me how to proceed further.
    Rgds,
    Veera

    Hi, Please post this in BPEL forum, not here.
    Regards,
    Priyanka GES

  • B2B using Oracle BPEL

    Hello,
    What are the different options of publishing a BPEL process on internet ? what will be suitable approach for B2B using the Oracle BPEL PM. Please provide pointers to pros n cons of different architectures.
    We want to integrate a partners with our internal EBS. Amount of data flowing between partner system and our EBS is moderate. We also want this communication to be secure.
    Thanks in advance.

    HI,
    we have several customers using this approach ..
    usually you have B2B in front, debatching and so on - sending it onto a queue - and then bpel processes taking the info and do whatever with it ..
    some things we saw here .. key is to tune the process - and use oci drivers for reading from AQ - but then it works nice and smooth ..
    There is an upcoming b2b course that has bpel samples with it, if you want contat me offline and I hook you together with the PM for B2B, one of my colleaques..
    thx clemens

  • Can I use Oracle BPEL process manager with other AS and DB

    Can we user oracle bpel process manager with jboss application server and postgresql database.. is it possible..
    and what will be the price.. per licencse when i go to just purchase Oracle BPEL process manager

    MAke sure you have not set ANY environment variable related to Oracle / BEA / Java / LD_library path. Use the following script to unset / set the initial settings:
    #!/bin/sh
    unset ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_TERM
    unset LD_LIBRARY_PATH LD_LIBRARY_PATH_64
    unset CLASSPATH JAVA_HOME
    export PATH=.:/usr/sbin:/usr/bin:/usr/local/bin:/opt/VRTS/bin
    export BEA_HOME=/appl/oracle/products/9.2/weblogic
    Marc
    http://orasoa.blogspot.com

  • Connection Problem When Using Oracle Developer Tools for Visual Studio

    I tried to create an Oracle Connection in my Visual Studio 2008 after installing Oracle 11g, Oracle Data Access Components (ODAC) with Oracle Devleoper Tools for Vissual Studio version 11.1.0.6.20.
    I followed the directions according to "Building .NET Applications Using Oracle Developer Tools for Visual Studio, when I click Test Connection, I keep getting the error message below.
    Microsoft Visual Studio
    ORA-12170: TNS:Connect timeout occurred
    OK
    ---------------------------

    I solved the problem.
    This is what I did for the benefit of the embryonic newbe like me.
    On the Add Connection Dialog
    1.     For Data source name I selected Local Database
    2.     I clicked on the specific User Name and I typed SYSTEM
    3.     For Password, I typed orcl (the password I setup during the installation) (HR did not work for me for User name and Password according to the tutorial instructions)
    4.     For Role, I selected Default
    5.     Connection Name, I selected Local Database
    6.     Before proceeding any further went to Windows XP SP3 where I was operating from, under Start Menu, I selected Administrative Tools then Services
    a.     On the Windows Services (Local) Dialog, under name, I selected OracleServiceORCL and OracleOraDb11g_home1TNSListener. I clicked on them one at a time
    b.     On the presented Dialog, under Service Status, I Clicked on the Start Button to start the Services
    c.     Then I went back to the Add Connection Dialog. I clicked on Test Connection, it connected okay. I finally clicked on Okay to connect.

  • Problem while using oracle.sql.CLOB

    Hello,
    I was trying to use oracle.sql.CLOB to update CLOB types in database. I was able to successfully run the update when I use the connection obtained from normal DriverManager.getConnection method. But have issues when I use a datasource lookup, Am using Websphere as my JDBC provider environ.
    The exception I get during the execution of this line is
    oracle.sql.CLOB newClob = oracle.sql.CLOB.createTemporary((java.sql.Connection)conn, false, oracle.sql.CLOB.DURATION_CALL);
    java.lang.ClassCastException: com.ibm.ws.rsadapter.jdbc.WSJdbcConnection
    as my connection is obtained by DataSource.getConnection() method.
    Is this a documented limitation of Oracle SQL CLOB class or is there a way I can tweak the code to work.
    Am using a oracle 9i thin driver
    Thanks
    Message was edited by:
    caniknow

    With the new Oracle drivers there is no need to do it that complicated.
    Finally Oracle has implemented the standard JDBC calls, and inserting a CLOB is really easy now:
    String clobContent  = populateClobData(); // whatever...
    stmt = con.prepareStatement("INSERT INTO clob_table (id, clob_col) VALUES (?,?)";
    stmt.setInt(1, 42);
    Reader r = new StringReader(clobContent);
    stmt.setCharacterStream(2, r, clobContent.length());
    stmt.executeUpdate();
    con.commit();This works with UPDATE as well. If you need to deal with BLOBs simply use setBinaryStream().
    Reading is done using getCharacterStream() or getBinaryStream()
    This actually works across all (or at leas all major) database systems

  • Facing Problem  In Using Oracle Database Cloud Backup Service

    Hi Everyone,
    I m trying to use Oracle Database Backup Service, for this i have done the following as mentioned in the documentation.
    http://www.oracle.com/technetwork/database/features/availability/twp-oracledatabasebackupservice-2183633.pdf
    1.Downloaded the opc_installer from otn and unzipped.
    2. Executed the following statement from command prompt
    java -jar opc_install.jar -serviceName myService -identityDomain myDomain
    -opcId [email protected] -opcPass myPassword -configFile "C:\Oracle\OPC\conf"
    -walletDir  "C:\Oracle\OPC\wallet"  -libDir "C:\Oracle\OPC\lib"
    Using my credentials, servicename , identitydomain in the above statement.
    Download Complete message appears.
    3. Connects to RMAN and configure channel for sbt by passing this.
    configure channel device type sbt parms
    'SBT_LIBRARY=C:\Oracle\OPC\lib\oraopc12.dll
    ENV=(OPC_PFILE=C:\Oracle\OPC\conf\conf.txt)';
    4.To test the installation i executed the given statement "backup device type sbt current controlfile;"
    Starting backup at 31-MAY-14
    RMAN-00571:
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS
    RMAN-00571:
    RMAN-03002: failure of backup command at 05/31/2014 04:41:44
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27000: skgfqsbi: failed to initialize storage subsystem (SBT) layer
    OSD-01400: Message 1400 not found;  product=RDBMS; facility=SOSD
    (OS 7110)
    ORA-19511: Error received from media manager layer, error text:
       SBT error = 7110, errno = 1400, sbtinit: internal error - invalid argument(s)
    Getting the following error.
    My database version is 11g 11.2.0.3 and is installed in windows server 2008.
    Please help to resolve the error.
    Looking for your help.
    Regards

    Hi,
    Could you try the following command ? Seems like some dependent Windows DLL is not being loaded..
    sbttest foo -libname <abs-path-of-directory>\oraopc12.dll
    This will output the reason why oraopc12.dll can't be loaded.
    Thanks

  • Error during calling BPEL Process Using Oracle BPEL Process Manager Client

    hi,
    I have the following error during Calling BPel process and I can not detect the reason :
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/ejb/EJBException
         at com.oracle.bpel.client.util.ExceptionUtils.handleServerException(ExceptionUtils.java:76)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:254)
         at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:83)
         at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:53)
         at portlet.BPELProcess.startProcess(BPELProcess.java:68)
         at portlet.BPELProcess.main(BPELProcess.java:89)
    My Code :
    locator = new Locator("default", "welcome1");
    deliveryService = (IDeliveryService)locator.lookupService(IDeliveryService.SERVICE_NAME);
    String SchemaInputXML = "<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n" +
    " <soap:Header/>\n" +
    " <soap:Body xmlns:ns1=\"http://www.globalcompany.com/ns/sales\">\n" +
    " <ns1:User>\n" +
    " <ns1:FirstName>787878</ns1:FirstName>\n" +
    " <ns1:LastName>ujfyytytry</ns1:LastName>\n" +
    " </ns1:User>\n" +
    " </soap:Body>\n" +
    "</soap:Envelope>\n";
    NormalizedMessage nm = new NormalizedMessage();
    nm.addPart("payload", SchemaInputXML);
    deliveryService.request("userBPEL", "initiate", nm); --> here exception appear
    userBPEL is my Process Name
    initiate is BPel method

    Message was edited by:
    Marc Kelderman

  • Problem in Using  Oracle with Thin Clients(Image) Technology

    I am running Oracle on Server and mine clients are thin clients.I have image on Oracle Server from where I am booting thin clients.The Problem I am facing is when I use single Thin client then everything works but as I starts using more than one thin client mine I got the error rwrun60 and it gives the that close or ignore message.I am using run_product for running reports.Then I tried to use run_report_object but how can I pass paramater using run_report_objects

    i m not getting much from what you are saying.... but i found something.i created a windows application and then was able to create a dataset from ODAC connection to oracle. then dragging the dataset on windows form... i was able to create a data grid containing the data. hittin F5 the app was running successfull. however when tryin to do same in asp.net...when configuring the data source using sql datasource it gave me following error ...
    ORA-00942: table or view does not exist
    help help

  • Problem while using oracle stored procedure in VC

    Hi All,
    I have created JDBC system and connected my locally installed Oracle data base to the VC.  I mapped the data base user to my VC user. I tested connection and it is fine. Further I see the DB alias in Visual Composer and I can drop stored procedures to my story board. I can define parameters, but when I am executing procedures I get the error message.
    Problem: I can not execute stored procedures stored in Oracle data base. Error Message: Portal request failed. Could not execute stored procedure.
    In the stored procedure, I have used select query, that returns set of records, so that  I have used  REF CURSOR as OUT Parameter. Is REF CURSOR supported by VC?. Else, any  tricks available to solve this problem?.
    Note: Stored Procedure of Sql server is working fine in VC.
    Thanks,
    Venkatesh R

    Returning (or sending in) multiple rows directly from (or to) a stored procedure is not currently possible. I have been in contact with SAP on this subject earlier, and they suggest using a web service to do the job. I used this as a work around, calling the stored procedure from a web service. I send in VC tables to this web service, and this in turn contacts my stored procedure.
    The problem is related to the connector framework in the J2EE environment.
    I am on 7.0 sps 17
    If you use stored procedure single value parameters of type varchar, number ... then VC has no problem communicating with your procedures.
    Good luck
    Henning Strand

  • Problem of using oracle datasource in VAJ4

    I want to use connection pool in VAJ4 Websphere Test Environment.
    So I startup the WTE, start PNS, and at a datasource of oracle.
    Database driver=oracle.jdbc.driver.OracleDriver
    Database type=JTA;
    I can lookup the datasource. I can use it in normal java emviroment,
    But where use it in ejb environment, it can be found crrectly,
    but where i use ds.getConnection(); Exception is throwed, my ejb is
    stateless sessionbean, TX_REQUIRED,TRANSACTION_REPEATABLE_READ;
    The exception is below:
    java.io.NotSerializableException: com.ibm.ejs.jts.jta.XID
         java.lang.Throwable(java.lang.String)
         java.lang.Exception(java.lang.String)
         java.io.IOException(java.lang.String)
         java.io.ObjectStreamException(java.lang.String)
         java.io.NotSerializableException(java.lang.String)
         void java.io.ObjectOutputStream.outputObject(java.lang.Object)
         void java.io.ObjectOutputStream.writeObject(java.lang.Object)
         byte [] oracle.jdbc.oracore.Util.serializeObject(java.lang.Object)
         byte [] oracle.jdbc.xa.client.OracleXAResource.getSerializedBytes(javax.transaction.xa.Xid)
         void oracle.jdbc.xa.client.OracleXAResource.start(javax.transaction.xa.Xid, int)
         void com.ibm.ejs.jts.jta.XARminst.startAssociation(org.omg.CosTransactions.Coordinator, com.ibm.ejs.jts.jta.XID)
         boolean com.ibm.ejs.jts.jta.TransactionImpl.enlistResource(javax.transaction.xa.XAResource)
         boolean com.ibm.ejs.jts.jta.JTSXA.enlist(javax.transaction.xa.XAResource, java.lang.Class, com.ibm.ejs.jts.jta.factory.XAResourceInfo)
         boolean com.ibm.ejs.jts.jta.JTSXA.enlist(javax.transaction.xa.XAResource, javax.sql.XADataSource, int, java.lang.String, java.lang.String)
         boolean com.ibm.ejs.cm.pool.JTAConnectO.enlist(org.omg.CosTransactions.Coordinator, int)
         boolean com.ibm.ejs.cm.pool.ConnectO.allocate(org.omg.CosTransactions.Coordinator, int)
         void com.ibm.ejs.cm.pool.ConnectionPool.allocateConnForTransaction(com.ibm.ejs.cm.pool.ConnectO, org.omg.CosTransactions.Coordinator, int)
         com.ibm.ejs.cm.pool.ConnectO com.ibm.ejs.cm.pool.ConnectionPool.findConnectionForTx(org.omg.CosTransactions.Coordinator, java.lang.String, java.lang.String, java.util.Properties)
         com.ibm.ejs.cm.pool.ConnectO com.ibm.ejs.cm.pool.ConnectionPool.allocateConnection(java.lang.String, java.lang.String, java.util.Properties)
         java.sql.Connection com.ibm.ejs.cm.pool.ConnectionPool.getConnection(java.lang.String, java.lang.String)
         java.sql.Connection com.ibm.ejs.cm.DataSourceImpl.getConnection(java.lang.String, java.lang.String)
         java.sql.Connection com.hep.common.JetConnectionPool.getConnection()
         java.sql.Connection com.hep.common.JetConnectionPoolManager.getConnection(java.lang.String)
         java.sql.Connection com.hep.common.JetConnectionPoolManager.getConnection()
         void com.hep.dao.DAOImpl.makeConnection()
         long com.hep.key.dao.KeyDAOImpl.nextKey(java.lang.String)
         long com.hep.key.ejb.KeyGeneratorBean.nextKey(java.lang.String)
         long com.hep.key.ejb.EJSRemoteKeyGenerator.nextKey(java.lang.String)
         org.omg.CORBA.portable.OutputStream com.hep.key.ejb._EJSRemoteKeyGenerator_Tie._invoke(java.lang.String, org.omg.CORBA.portable.InputStream, org.omg.CORBA.portable.ResponseHandler)
         com.ibm.rmi.ServerResponse com.ibm.CORBA.iiop.ExtendedServerDelegate.dispatch(com.ibm.rmi.ServerRequest)
         com.ibm.rmi.ServerResponse com.ibm.CORBA.iiop.ORB.process(com.ibm.rmi.ServerRequest)
         void com.ibm.CORBA.iiop.WorkerThread.run()
         void com.ibm.ejs.oa.pool.ThreadPool$PooledThread.run()
    java.sql.SQLException: ORA-29532: Java �������������� Java ��������: java.lang.NullPointerException
    ORA-06512: at "SYS.JAVA_XA", line 0
    ORA-06512: at line 1
         java.lang.Throwable(java.lang.String)
         java.lang.Exception(java.lang.String)
         java.sql.SQLException(java.lang.String, java.lang.String, int)
         void oracle.jdbc.dbaccess.DBError.throwSqlException(java.lang.String, java.lang.String, int)
         void oracle.jdbc.ttc7.TTIoer.processError()
         void oracle.jdbc.ttc7.Oall7.receive()
         void oracle.jdbc.ttc7.TTC7Protocol.doOall7(byte, byte, int, byte [], oracle.jdbc.dbaccess.DBType [], oracle.jdbc.dbaccess.DBData [], int, oracle.jdbc.dbaccess.DBType [], oracle.jdbc.dbaccess.DBData [], int)
         int oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(oracle.jdbc.dbaccess.DBStatement, byte, byte [], oracle.jdbc.dbaccess.DBType [], oracle.jdbc.dbaccess.DBData [], int, oracle.jdbc.dbaccess.DBType [], oracle.jdbc.dbaccess.DBData [], int)
         void oracle.jdbc.driver.OracleStatement.executeNonQuery(boolean)
         void oracle.jdbc.driver.OracleStatement.doExecuteOther(boolean)
         void oracle.jdbc.driver.OracleStatement.doExecuteWithBatch()
         void oracle.jdbc.driver.OracleStatement.doExecute()
         void oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout()
         int oracle.jdbc.driver.OraclePreparedStatement.executeUpdate()
         boolean oracle.jdbc.driver.OraclePreparedStatement.execute()
         void oracle.jdbc.xa.client.OracleXAResource.start(javax.transaction.xa.Xid, int)
         void com.ibm.ejs.jts.jta.XARminst.startAssociation(org.omg.CosTransactions.Coordinator, com.ibm.ejs.jts.jta.XID)
         boolean com.ibm.ejs.jts.jta.TransactionImpl.enlistResource(javax.transaction.xa.XAResource)
         boolean com.ibm.ejs.jts.jta.JTSXA.enlist(javax.transaction.xa.XAResource, java.lang.Class, com.ibm.ejs.jts.jta.factory.XAResourceInfo)
         boolean com.ibm.ejs.jts.jta.JTSXA.enlist(javax.transaction.xa.XAResource, javax.sql.XADataSource, int, java.lang.String, java.lang.String)
         boolean com.ibm.ejs.cm.pool.JTAConnectO.enlist(org.omg.CosTransactions.Coordinator, int)
         boolean com.ibm.ejs.cm.pool.ConnectO.allocate(org.omg.CosTransactions.Coordinator, int)
         void com.ibm.ejs.cm.pool.ConnectionPool.allocateConnForTransaction(com.ibm.ejs.cm.pool.ConnectO, org.omg.CosTransactions.Coordinator, int)
         com.ibm.ejs.cm.pool.ConnectO com.ibm.ejs.cm.pool.ConnectionPool.findConnectionForTx(org.omg.CosTransactions.Coordinator, java.lang.String, java.lang.String, java.util.Properties)
         com.ibm.ejs.cm.pool.ConnectO com.ibm.ejs.cm.pool.ConnectionPool.allocateConnection(java.lang.String, java.lang.String, java.util.Properties)
         java.sql.Connection com.ibm.ejs.cm.pool.ConnectionPool.getConnection(java.lang.String, java.lang.String)
         java.sql.Connection com.ibm.ejs.cm.DataSourceImpl.getConnection(java.lang.String, java.lang.String)
         java.sql.Connection com.hep.common.JetConnectionPool.getConnection()
         java.sql.Connection com.hep.common.JetConnectionPoolManager.getConnection(java.lang.String)
         java.sql.Connection com.hep.common.JetConnectionPoolManager.getConnection()
         void com.hep.dao.DAOImpl.makeConnection()
         long com.hep.key.dao.KeyDAOImpl.nextKey(java.lang.String)
         long com.hep.key.ejb.KeyGeneratorBean.nextKey(java.lang.String)
         long com.hep.key.ejb.EJSRemoteKeyGenerator.nextKey(java.lang.String)
         org.omg.CORBA.portable.OutputStream com.hep.key.ejb._EJSRemoteKeyGenerator_Tie._invoke(java.lang.String, org.omg.CORBA.portable.InputStream, org.omg.CORBA.portable.ResponseHandler)
         com.ibm.rmi.ServerResponse com.ibm.CORBA.iiop.ExtendedServerDelegate.dispatch(com.ibm.rmi.ServerRequest)
         com.ibm.rmi.ServerResponse com.ibm.CORBA.iiop.ORB.process(com.ibm.rmi.ServerRequest)
         void com.ibm.CORBA.iiop.WorkerThread.run()
         void com.ibm.ejs.oa.pool.ThreadPool$PooledThread.run()
    I don't know how to deal with this?

    I also facing the very same problem with Oracle 9i, as400 db2 and WAS 4.0. Have anyone a soultion to this problem? It seems to have something do to with WAS 4.0, because I have noticed that it works fine in WAS 5.0 (which I unfortunatly cannot use in the project).
    Best Regards
    Per

Maybe you are looking for

  • To run a java program via a batch file,when called from a web server

    REM This batch file runs the Spider with the [-v] option. REM Lines 51 through 54 are simple DOS commands..they call the Spider REM The location of the Spider package is the important piece of information here... REM a batch file has access to the wh

  • Windows phone app not deploying completely to device from Visual Studio

    At various times I have noticed the app package doesn't update completely when using Visual Studio to deploy directly to a developer-unlocked device.  The symptoms are always that some updates are not reflected, and debugging reveals the problem.  Th

  • Windows 8.1 on new SSD

    Hi! I've been searching for a solution for hours regarding installing a fresh Windows 8.1 on a new SSD (in a ThinkStation S30) but I still have one question: I booted from a Win 8.1 CD just to see if I was able to install it to my SSD without having

  • Getting DVD footage into Final Cut X?

    Hi, I am an actor who has just got Final Cut X and want to edit my showreel on it. I have various dvds of my work. Could anyone please suggest the best way to convert the dvd and get them into Final Cut please? All the best, Anna

  • Three Object didn't know each other :)

    Hi can anybody help me in this topic, I have three OO-Objects, how can I do that they know each other, to execute a method from Frame A in Frame B (and the other way)