Not well defined classpath when using XML-RPC

Hello,
im trying to setup a webservice using XML-RPC
I get real time ClassNotDefined exceptions, and all i can suppose, i haven't set up the classpath correctly.
I must inform you, that i've allready put the xerces.jar, xmlrpc-1.2-b1.jar (and so on...) at my (JAVA_HOME)\jre\lib and (JAVA_HOME)\jre\lib\ext folders. I use the following statements :
import java.io.IOException;
import org.apache.xmlrpc.*;
import org.apache.xerces.parsers.*; //for the server-side
import java.io.IOException;
import java.util.Vector;
import org.apache.xmlrpc.*;
import org.apache.xerces.parsers.*; //for the client-side
I've allready worked with SAXParsers and jdom, but i think that the classes i used there are distributed with the standard jdk-1.4 version i use.
So, any suggestions? How can i setup my classpath for the XML-RPC programms, if that's the problem?
Any help would be very very appreciate
Thank you

Thanks, I'll have the dev team take a look and put in a fix.

Similar Messages

  • $DBConnection_OLTP is not well define - OBIE Applicatn 7.9.6 / DAC 10.1.3.4

    In new version of DAC, once you setup the Physical Data Sources then while setting the Parameters for Execution PLan, there is a drop down list which gives all the available Physical Data Source. You cannot mistype it.
    The Physical Data Sources have been setup and the Test Connection gives me Successful message but when i run the DAC Tasks, i get following error: $DBConnection_OLTP is not well defined. If you see the log below, the variable for $DBConnection_OLTP is properly assigned to PSFT_8_9_FINSCM.
    INFO     5/26/2009 7:32:30 PM     node89_pawantech     3924     LM_36488     Session task instance [SDE_PSFT_TimeDimension_Calendar] : [VAR_27028 Use override value [*DataWarehouse*] for session parameter:[*$DBConnection_OLAP*].]
    INFO     5/26/2009 7:32:30 PM     node89_pawantech     3924     LM_36488     Session task instance [SDE_PSFT_TimeDimension_Calendar] : [VAR_27028 Use override value [*PSFT_8_9_FINSCM*] for session parameter:[*$DBConnection_OLTP*].]
    INFO     5/26/2009 7:32:30 PM     node89_pawantech     3924     LM_36488     Session task instance [SDE_PSFT_TimeDimension_Calendar] : [VAR_27028 Use override value [PSFT_8_9_FINSCM.DATAWAREHOUSE.SDE_PSFT_89_Adaptor.SDE_PSFT_TimeDimension_Calendar.log] for session parameter:[$PMSessionLogFile].]
    INFO     5/26/2009 7:32:30 PM     node89_pawantech     3924     LM_36488     Session task instance [SDE_PSFT_TimeDimension_Calendar] : [VAR_27028 Use override value [11] for mapping parameter:[$$DATASOURCE_NUM_ID].]
    INFO     5/26/2009 7:32:30 PM     node89_pawantech     3924     LM_36488     Session task instance [SDE_PSFT_TimeDimension_Calendar] : [VAR_27028 Use override value [DEFAULT] for mapping parameter:[$$TENANT_ID].]
    ERROR     5/26/2009 7:32:30 PM     node89_pawantech     3924     LM_36488     Session task instance [SDE_PSFT_TimeDimension_Calendar] : [CMN_1761 Timestamp Event: [Tue May 26 19:32:30 2009]]
    ERROR     5/26/2009 7:32:30 PM     node89_pawantech     3924     LM_36488     Session task instance [SDE_PSFT_TimeDimension_Calendar] : [TM_6193 An error occurred while expanding the connection parameter [Database connection name PSFT_8_9_FINSCM for database connection variable *$DBConnection_OLTP is not well defined*.
    ERROR     5/26/2009 7:32:30 PM     node89_pawantech     3924     LM_36488     Session task instance [SDE_PSFT_TimeDimension_Calendar] : [CMN_1761 Timestamp Event: [Tue May 26 19:32:30 2009]]
    ERROR     5/26/2009 7:32:30 PM     node89_pawantech     3924     LM_36488     Session task instance [SDE_PSFT_TimeDimension_Calendar] : [TM_6270 Error: Variable parameter expansion error.]
    ERROR     5/26/2009 7:32:30 PM     node89_pawantech     1860     LM_36320     Session task instance [SDE_PSFT_TimeDimension_Calendar]: Execution failed.
    WARNING     5/26/2009 7:32:30 PM     node89_pawantech     1860     LM_36331     Session task instance [SDE_PSFT_TimeDimension_Calendar] failed and its "fail parent if this task fails" setting is turned on. So, Workflow [SDE_PSFT_TimeDimension_Calendar] will be failed.
    ERROR     5/26/2009 7:32:30 PM     node89_pawantech     1860     LM_36320     Workflow [SDE_PSFT_TimeDimension_Calendar]: Execution failed.

    You are correct.... I was able to run the DAC processes successfully with the old application.... 7.9.5.
    I guess bad timing hit me bad. I just had loaded the older version and was about to continue... Then the new version came in which supported the latest PeopleSoft version and had Budgets and Projects module in it.
    Now when i uninstalled and re-installed, i hit another problem where something went wrong with Informatica.... I had Key recognition issue.... So i reformatted my laptop all over and started from Fresh.... I was able to load everything and everything was smooth until i hit this other problem now....
    I surely have an option to go back to old version but then i loose some of the new functionality.... So before i am compelled to go there, i want to give this a try as best as possible.
    Will Oralce Support the SR in Oracle Metalink if we have not purchased the Application? My client has only purchased the OBIE Enterprise Suite.... But i am playing with this Application to get an understanding of this product.
    Thanks,
    Edited by: Dinesh.Gupta on May 29, 2009 6:59 AM
    Edited by: Dinesh.Gupta on May 29, 2009 7:14 AM

  • Connecting external middleware using xml-rpc

    Hello together,
    I'm not a SAP specialist. But I have to integrate an external middelware in the eh&s module. The middleware is offering a xml-rpc interface only.
    Can anybody tell me best practices to connect an external middleware using xml-rpc?
    My ideas are to develop a JCo for the R3 based systems an to use JCA for the NetWeaver systems.
    Is that best practice?
    Thanks and regards,
    Matthias

    Hi,
    I am trying to implement and run the sample application given under {Forte_Root}/install/examples/xmlsvr.
    I have done all the required steps, but I am getting this error given below.
    I am using soap-2_3 for SOAP and xerces-2_2_1 for XML parser, my server (Forte UDS)is on windows NT.
    Please Note:- While connecting to the External web sites from my office, I need to connect through the firewalls and I need to give the user name and password to access the external web sites.
    so my question is,
    1. while connection to the server (Forte UDS SO) does it make connection to external website such as
    xmlns:xsd="http://www.w3.org/1999/XMLSchema"
    xmlns:xsd1="http://localhost/bankservices.xsd"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns="http://schemas.xmlsoap.org/wsdl/">
    and since i have to connect through the firefall and use the passwords, Am I not able to make connection?
    2. Does any body of you had similar problem and how you are able to resolve this.
    3. If I need to give user name and password, while making connection to external website, can you please tell, where I need to specify that. (Will it be in WSDL file etc)?
    Your help is appreciated
    Thank You,
    Srikanth
    -------------------ERROR---------------------------------
    Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: java.net.ConnectException: Connection refused: connect; targetException=java.lang.Il
    legalArgumentException: Error opening socket: java.net.ConnectException: Connection refused: connect]
    at org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnection.java:354)
    at org.apache.soap.rpc.Call.invoke(Call.java:248)
    at com.forte.xmlsvr.bankservices.BankSOProxy.GetAccountData(BankSOProxy.java:105)
    at com.forte.xmlsvr.examples.BankClient.main(BankClient.java:12)
    ------------------------ERROR-------------------------------------------------

  • HT2188 I can hear caller but they can not hear me except when using speaker phone

    I can hear caller but they can not hear me except when using speaker phone

    First of all,  make sure that your iPhone as the most recent iOS available. Check in "Settings>General>Software Update".
    One other problem could be your microphone. Does it work for anything else other than a call?
    Good-Luck!
    kpower28
    Please mark this as "solved my problem" or "helped me"!

  • Database connection variable is not well defined

    The following error message is in SIL_InsertRowInRunTable.log in Informatica WorkflowLogs directory
    Can someone help me to look where to start to troubleshoot?
    Thanks
    ERROR : TM_6292 : (4836|3912) Session task instance [SIL_InsertRowInRunTable]: TM_6193 [Error occured during expansion of DB connection parameters [Database connection name DataWarehouse for database connection variable $DBConnection_OLAP is not well defined.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    hello ALL.
    My DAC client and Informatica client is on windows and DAC server and Informatica is on Linux.
    I am getting similar issue:
    D:\OracleBI\DAC\ServerLog
    12 SEVERE Wed Feb 18 14:22:43 PST 2009 Starting ETL Process.
    13 SEVERE Wed Feb 18 14:22:48 PST 2009 Informatica Status Poll Interval new value : 20000(milli-seconds)
    14 SEVERE Wed Feb 18 14:22:52 PST 2009 /d01/OracleBIApps/DAC/Informatica/parameters/input/FLAT FILE specified is not a currently existing directory
    15 SEVERE Wed Feb 18 14:22:53 PST 2009 Request to start workflow : 'SILOS:SIL_InsertRowInRunTable' has completed with error code 7
    16 SEVERE Wed Feb 18 14:22:54 PST 2009 ETL seems to have completed. Invoking shut down dispatcher after the notification from the last running task.
    17 SEVERE Wed Feb 18 14:22:54 PST 2009 Finishing ETL Process.
    18 SEVERE Wed Feb 18 14:22:54 PST 2009 MESSAGE:::Some steps failed.
    EXCEPTION CLASS::: com.siebel.etl.engine.bore.SomeSessionsFailedException
    I have made sure that everything that ED has mentioned, i have checked still can't resolve the issue.
    in my WorkflowLogs/SIL_InsertRowInRunTable.log (according to this error, i have placed the required parameters files in the SrcFiles and LkpFiles. but still, the ETL process is being stuck at first step).
    this is the error i found:
    INFO : LM_36435 [Wed Feb 18 12:06:13 2009] : (25894|-1589191776) Starting execution of workflow [SIL_InsertRowInRunTable] in folder [SILOS] last saved by user [Administrator].
    INFO : LM_44195 [Wed Feb 18 12:06:13 2009] : (25894|-1589191776) Workflow [SIL_InsertRowInRunTable] service level [SLPriority:5,SLDispatchWaitTime:1800].
    INFO : LM_36388 [Wed Feb 18 12:06:14 2009] : (25894|-1589191776) Session task instance [SIL_InsertRowInRunTable] is waiting to be started.
    INFO : LM_36682 [Wed Feb 18 12:06:16 2009] : (25894|-1589191776) Session task instance [SIL_InsertRowInRunTable]: started a process with pid [14937] on node [node01_osirhdev12.osius.com].
    INFO : LM_36330 [Wed Feb 18 12:06:16 2009] : (25894|-1589191776) Session task instance [SIL_InsertRowInRunTable]: Execution started.
    ERROR : VAR_27086 : (25894|-1578701920) Cannot find specified parameter file [d01/Informatica/PowerCenter8.1.1/server/infa_shared/SrcFiles/SILOS.SIL_InsertRowInRunTable.txt] for [session [SIL_InsertRowInRunTable.SIL_InsertRowInRunTable]].
    INFO : LM_36488 [Wed Feb 18 12:06:40 2009] : (25894|-1599681632) Session task instance [SIL_InsertRowInRunTable] : [TM_6793 Fetching initialization properties from the Integration Service. : (Wed Feb 18 12:06:23 2009)]
    INFO : LM_36488 [Wed Feb 18 12:06:40 2009] : (25894|-1599681632) Session task instance [SIL_InsertRowInRunTable] : [DISP_20305 The [Preparer] DTM with process id [14937] is running on node [node01_osirhdev12.osius.com].
    : (Wed Feb 18 12:06:23 2009)]
    INFO : LM_36488 [Wed Feb 18 12:06:40 2009] : (25894|-1599681632) Session task instance [SIL_InsertRowInRunTable] : [PETL_24036 Beginning the prepare phase for the session.]
    INFO : LM_36488 [Wed Feb 18 12:06:40 2009] : (25894|-1599681632) Session task instance [SIL_InsertRowInRunTable] : [TM_6721 Started [Connect to Repository].]
    INFO : LM_36488 [Wed Feb 18 12:06:40 2009] : (25894|-1599681632) Session task instance [SIL_InsertRowInRunTable] : [TM_6722 Finished [Connect to Repository]. It took [0.24927] seconds.]
    INFO : LM_36488 [Wed Feb 18 12:06:40 2009] : (25894|-1599681632) Session task instance [SIL_InsertRowInRunTable] : [TM_6794 Connected to repository [PowerCenter] in domain [Domain_osirhdev12.osius.com] user [Administrator]]
    INFO : LM_36488 [Wed Feb 18 12:06:40 2009] : (25894|-1599681632) Session task instance [SIL_InsertRowInRunTable] : [TM_6721 Started [Fetch Session from Repository].]
    INFO : LM_36488 [Wed Feb 18 12:06:40 2009] : (25894|-1599681632) Session task instance [SIL_InsertRowInRunTable] : [TM_6722 Finished [Fetch Session from Repository]. It took [16.3948] seconds.]
    INFO : LM_36488 [Wed Feb 18 12:06:40 2009] : (25894|-1599681632) Session task instance [SIL_InsertRowInRunTable] : [TM_6793 Fetching initialization properties from the Integration Service. : (Wed Feb 18 12:06:40 2009)]
    ERROR : LM_36488 [Wed Feb 18 12:06:40 2009] : (25894|-1599681632) Session task instance [SIL_InsertRowInRunTable] : [CMN_1761 Timestamp Event: [Wed Feb 18 12:06:40 2009]]
    ERROR : LM_36488 [Wed Feb 18 12:06:40 2009] : (25894|-1599681632) Session task instance [SIL_InsertRowInRunTable] : [PETL_24049 Failed to get the initialization properties from the master service process for the prepare phase [Session task instance [SIL_InsertRowInRunTable]: Unable to read variable definition from parameter file [d01/Informatica/PowerCenter8.1.1/server/infa_shared/SrcFiles/SILOS.SIL_InsertRowInRunTable.txt].] with error code [4].]
    ERROR : LM_36320 [Wed Feb 18 12:06:42 2009] : (25894|-1589191776) Session task instance [SIL_InsertRowInRunTable]: Execution failed.
    WARNING : LM_36331 : (25894|-1589191776) Session task instance [SIL_InsertRowInRunTable] failed and its "fail parent if this task fails" setting is turned on. So, Workflow [SIL_InsertRowInRunTable] will be failed.
    ERROR : LM_36320 [Wed Feb 18 12:06:42 2009] : (25894|-1589191776) Workflow [SIL_InsertRowInRunTable]: Execution failed.
    IF any one had similar issues, please reply to this.
    Thanks

  • "Could not complete scan" error when using Windows Fax and Scan

    "Could not complete scan" error when using Windows Fax and Scan with a HP OfficeJet Pro 8600 Plus All-In-One network printer.
    Printing is fine.
    When using the HP Scan application, get the error "Scanner communication cannot be established".
    When scanning from the printer itself it fails with the same message. In addition the printer panel displays the error:
    "The scan could not be completed due to one or more of the following issues:
    Connection to the computer is lost
    The scanner is in use
    OCR application is not installed"
    My PC is a HP Compaq Pro 6300 SFF 64bit, with ethernet cable to the router and ethernet cable to the printer
    Originally ran Windows 8.0; recently upgraded to Windows 8.1.
    Older separate Netgear router and modem was replaced with a newer Netgear Router/Modem, but both experienced the same problem.
    There was no problem with the original Windows 8.0 configuration and only after upgrading to 8.1 did the problem emerge.
    On my home netowrk I have an HP ProBook 6550b running Windows 7 sp1 that uses wireless to get to the Router, and it has no problem with scanning.
    I have followed the recommendations of a number of articles relating to this issue (including: http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&​lc=en&docname=c02915410&product=4323659#N94), but there has been no change in behaviour.
    The printer has a static IP address;
    Power settings have been adjusted to Never for Turn off Hard Disk; Sleep and Hybrid Sleep.
    Scanning has been tested with all firewalls and antivirus turned off and in Selective Startup.
    The printer has been plugged directly into the power socket.
    With all these settings the Windows 8.1 cannot scan while the Windows 7 laptop with wireless to the router has no problems.
    Appreciate any insights into this problem.
    I can only surmise that the problem is a compatibility problem between the 8600 Printer and Windows 8.1.
    Any ideas?
    regards,
    Motorbike

    You can determine if there is compatiblity between the printer and PC by checking the Windows 8.1 hardware compatibility list. I have done that and it is shown to be fully compatible.  If the driver you installed before was only the basic driver,it would explain the lack of scan and copy functionality.
    Download and install the Windows 8.1 full feature driver and software on the HP Compaq Pro 6300 SFF 64bit PC . 
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=bi-108858-4&cc=us&dlc=en&lc=en​...
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Live type files look grainy and do not fill the background when used for green screen backgrounds.

    live type files look grainy and do not fill the background when used for green screen backgrounds. Ideas?

    What I want to do is somehow make my entire iMovie project smaller by compressing it somehow but without losing any footage or audio or quality. At the moment the project is a 56GB iMovie project lasting approx 1hr. I have a mixture of miniDV footage, titles created in Live Type (they are better quality than anything available in iMovie) and audio.
    The miniDV footage is automatically compressed when it transfers from my camcorder to my Mac, no worries there.
    The LiveType titles contain a motion background (imported into LT) and then text which appears and disappears at set points. The titles vary in length but are about 5 seconds each.
    The file size for the LT titles is approx 180MB per clip, the movie requires about 20 or so of these clips, making a very large file size overall.
    Is there a way that I can save something in LT so that the file size is smaller yet still keep the quality and use the clip in my iMovie ?

  • No Hosts Found - Technical system not well defined

    We are performing Diagnostic configuration for managed system.We are trying to configure solution manager has managed system with ABAP and Java stack.
    Though we have defined the Java instances in the following format,system is throwing an error saying No hosts found,Technical system is not well defined - for solution managed Java.
    Instance                                                  server role                         server
    J2EESERVER_KRESSAPCRM_00     DISPATCHER Dispatcher     kressapcrm
    J2EESERVER_KRESSAPCRM_01     SERVER J2EE-Server     kressapcrm
    What might me the issue?
    Regards
    Shailaja

    Hi,
    All these details are entered in SMSY
    Abap stack header data:
    Message server : KRESSAPCRM
    System Number : 00
    Database : SOL
    Abap stack Instances data:
    Instance : KRESSAPCRM_SOL_00
    Server : KRESSAPCRM
    Java stack header data:
    Message server : KRESSAPCRM
    Installation Number : 0020190937
    Dispatcher : 2062900
    Database : SOL
    Java stack Instances data:
    Instance : J2EESERVER_KRESSAPCRM_00
    Server Role : J2EE server
    Server : KRESSAPCRM
    Regards
    Shailaja

  • Accessing Oracle 7.3 database using XML-RPC

    Hi All
    I am a beginner to XML. I am looking for a solution to access my database oracle 7.3 using XML-RPC. Has anybody already tried to do this. Please! Could anybody help me by giving a tip?
    Thanks.
    Marcelo R. Braga.
    Sao Jose dos Campos - Brazil.

    You should check in 9iAS XML-RPC support in mid-tier

  • Msi x99 gaming 9 ack does not detect capture card when using with xsplit

    msi x99 gaming 9 ack does not detect capture card when using with xsplit
    i install every but still it does not work.

    Hi
    It wasn't hard to find your motherboard version:
    http://www.msi.com/support/mb/Z68AGD80_B3.html#down-bios
    Since your BIOS is v20.1, it couldn't be G3 
    Apart from checking BIOS, you can only check motherboard or moth...

  • XML not displaying in Safari when using a XSL.

    Hi, has anyone encountered this issue where Safari, and all Mac browsers for that matter, don't display XML when using an XSL? When I use a XML file with an XSL stylesheet I get a "Document is Empty" error. It displays correctly when a CSS is used and also works just fine on a PC.

    My goof.  In the Safari preferences area I turned on Developer mode out of curiosity and then by accident turned off pictures.  All is well now.

  • Assignment to feature TRVFD did not take place errro when using PR05 TCD

    Mates,
    whilst trying to create travel expense PR05 TCD,system throws "Assignment to feature TRVFD did not take place
    Assignment to feature TRVFD did not take place error message
    when using TCD PR05--travel expense manager
    to give  a primer ,V_T706Z i have miantained as 99-V_T706Z-TRIPF and my trip provision variant is 66 .Im quite not sure what is the screen ,field name default value that need to be maintained.
    t706z1(single field control for dialog) is dependent on the one we maintaain in the previous table,isnt it ?kndly crct me if my understanding is wrong.
    Intially i was not able to find the trip schema -FITVFELD TCD and then as suggested by our mates in one of the threads went to PRCO TCD and copied 99 and assigned it to the trip provision variant i had maintaained.
    In TRVCD irrespective of what i maintain in return value it shows the same error .I tried UGR as 99,i tried giving trip variant and tried return as 99 (one maintained in t506z) still shows the same message.It looks like im missing something.
    Kindly share your valuable inputs to fix this .
    No Worries
    KG
    Edited by: SAPenjoy:) on Apr 27, 2011 9:00 AM

    Hi Sally
    Thanks for elucidating that for me.I was thinking the other way around i suppose:).
    Well,TRVFD has lets say Molga -99,trvug -99->return value as USERGROUP_01
    I suppose USERGROUP_01 need to be entered in the trip schema isnt it ?
    as suggested when FITVFELD is executed i choose the trip provision variant and expand the tree with schemas
    Trip schema:01 bussiness trip
    trip schema :99 travel calendar
    trip schema :pl travel planning
    trip schema :sp weekly report
    trip schema :vs trip advances
    trip schema:xx KT trip
    could you kindly let me know in which schema the value need to be entered .plz correct me if my understanding is wrong.In the meanwhile i will also try to explore ,appreciate your help.
    No Worries
    KG

  • IPhone not recognized in iTunes when using WiFi sync

    I have found that my iPhone is frequently not recognized when using WiFi sync.  The only way to sync my phone when that happens is to use the old fashioned way--connect it to my computer via USB.  Then the phone is recognized and syncs fine.  The device shows even when I take my iPhone off power.  But when I close iPhone and later reopen it and plug in my iPhone to power, often it is not recognized.  I've tried everything I can think of but nothing works.
    Any ideas?
    talbryn

    I am having the same problem.  It was working just fine and then just mysteriously stopped showing up in iTunes (my iPad still shows up & syncs via wifi just fine--it is just my iPhone).  Someone please reply soon, this is driving me nuts! Thanks in advance!!

  • JDev 9.0.3.3 Data not saved to DB when using Non-Transaction DataSource

    Hi,
    Env: JDev 9.0.3.3/WL 6.0 sp1/Oracle 8i
    We have successfully deployed our application in 3-tier(remote mode) in JDev 9.0.3.2. using JClient, EO/VO, EJB Session Facade (BMT).
    Now we are planning to use JDev 9.0.3.3 (build 1205)
    We are using ejb.txn.type=local and Weblogic DataSource(non-txn).
    In JDev 9033, after commit the data is not getting saved to DB. No errors in the log below.
    This works fine in JDev 9032.
    This does not work with simple Master Detail and also with single row simple form.
    ==========================================
    [281] BaseSQLBuilder Executing DML ... (Update)
    [282] Executing DML...
    [283] UPDATE CISDBA.DCX_BASE_COST_V BaseCost SET ITEM_STAT=?,TID=? WHERE PART_NUM=? AND MY=?
    [284] cStmt = conn.prepareCall(" UPDATE CISDBA.DCX_BASE_COST_V BaseCost SET ITEM_STAT=?,TID=? WHERE PART_NUM=? AND MY=?"); // JBO-JDBC-INTERACT
    [285] cStmt.setObject(1, new BigDecimal((double) 2.0)); /*ItemStat*/ // JBO-JDBC-INTERACT
    [286] cStmt.setObject(2, "t2733bx"); /*Tid*/ // JBO-JDBC-INTERACT
    [287] cStmt.setObject(3, "04782612AA"); /*PartNum*/ // JBO-JDBC-INTERACT
    [288] cStmt.setObject(4, "2004"); /*My*/ // JBO-JDBC-INTERACT
    [289] cStmt.execute(); // JBO-JDBC-INTERACT
    [290] cStmt.close(); // JBO-JDBC-INTERACT
    BaseCostImpl: after doDML
    BaseCostImpl: End of doDML()...
    BaseCostInvestCost VO before postChanges...
    this.getWhereClause(): null
    isDirty() before executeQuery...
    this.getWhereClause(): null
    isDirty() after executeQuery...
    BaseCostInvestCost VO before postChanges...
    this.getWhereClause(): null
    isDirty() before executeQuery...
    this.getWhereClause(): null
    isDirty() after executeQuery...
    [291] BaseSQLBuilder: releaseSavepoint 'BO_SP' ignored
    [292] BaseSQLBuilder: setSavepoint 'BO_SP' ignored
    BaseCostInvestCost VO before postChanges...
    this.getWhereClause(): null
    isDirty() before executeQuery...
    this.getWhereClause(): null
    isDirty() after executeQuery...
    BaseCostInvestCost VO before postChanges...
    this.getWhereClause(): null
    isDirty() before executeQuery...
    this.getWhereClause(): null
    isDirty() after executeQuery...
    [293] BaseSQLBuilder: releaseSavepoint 'BO_SP' ignored
    [294] EJBTxnHandler: Commited txn
    [BaseCostInvestCostViewImpl.afterCommit] Enter
    [295] BaseCostInvestCostView2 notify COMMIT ...
    [BaseCostInvestCostViewImpl.afterCommit] Exit
    [BaseCostInvestCostViewImpl.afterCommit] Enter
    [296] BaseCostInvestCostView1 notify COMMIT ...
    [BaseCostInvestCostViewImpl.afterCommit] Exit
    [297] SubDept2SubProgView1 notify COMMIT ...
    [298] InvSubDeptLOV1 notify COMMIT ...
    [299] SubProg2SubDeptView1 notify COMMIT ...
    [300] SubProgramLOV1 notify COMMIT ...
    [301] StdCostView1 notify COMMIT ...
    [302] AltCostView1 notify COMMIT ...
    [303] PlantCodeView1 notify COMMIT ...
    [304] PaperCarView1 notify COMMIT ...
    [305] InvestCostItemView1 notify COMMIT ...
    [306] SavedSearchView1 notify COMMIT ...
    [307] AltCostView1_BaseInvestToAltViewLink_AltCostView notify COMMIT ...
    [308] InvestCostItemView1_BaseInvestToInvestItemViewLink_InvestCostItemView notify COMMIT ...
    [309] PaperCarView_BaseCostTrackedVehicleViewLink_PaperCarView notify COMMIT ...
    [310] VehicleProgramLOV1 notify COMMIT ...
    [311] SubDeptLOV1 notify COMMIT ...
    [312] Transaction timeout set to 28800 secs
    [313] [NavigationEvent: BaseCostInvestCostView1 From 0 to 1]
    [314] Column count: 14
    [315] ViewObject : Reusing defined prepared Statement
    [316] Binding param 1: 769661
    [317] Binding param 2: 2004
    [318] [RangeRefreshEvent: AltCostView1 start=-1 count=0]
    [319] Column count: 13
    [320] ViewObject : Reusing defined prepared Statement
    [321] Binding param 1: 769661
    [322] [RangeRefreshEvent: PaperCarView1 start=0 count=6]
    [323] Column count: 4
    [324] ViewObject : Reusing defined prepared Statement
    [325] Binding param 1: INV37
    [326] [RangeRefreshEvent: InvestCostItemView1 start=0 count=1]
    [327] [NavigationEvent: AltCostView1 From -1 to -1]
    [328] [NavigationEvent: PaperCarView1 From -1 to 0]
    [329] [NavigationEvent: InvestCostItemView1 From -1 to 0]
    ========================================================

    Hi Carsten,
    I tried to reproduce your problem, but couldn't. Let me explain what steps I executed and perhaps you can advise where I've not matched your steps.
    --Using build jdeveloper 9.0.3.3.1203, I built a new bc4j project containing a dept-emp default bc4j project (deptEntity, empEntity, deptView, empView, deptempFKAssoc, deptempFKViewLink, ApplicationModule).
    --In dos shell, I went to the directory \jdevdir\jdev\bin and ran setvars -go to set the correct jdk version
    --In the dos shell, in the directory \jdevdir\j2ee\home I executed the following command to install oc4j:
    java -jar oc4j.jar (defaults pswd to welcome for admin)
    --I remoted the appmodule to EJB Session Bean (BMT) and created a new deployment profile using the 9ias configuration for the application module.
    --I deployed the bc4j objects to oc4j
    --I created a new project
    --In this project I created a new jclient master-detail form using the above project's application module for the data model
    --I saved all and compiled the jclient project
    --I ran the jclient form and inserted a master record
    --I committed the transaction successfully
    --I browsed records, then edited a record
    --I committed the transaction successfully, then browsed.
    Is there something I've missed? Did you migrate your project and not start by creating a new project? Is there something special about the database schema you are using?
    Thanks,
    Amy

  • Debugging mode stopped automatically when using xml file load

    Dear Sir,
    I am trying to develop a new add-on using xml files for creating new forms. In fact I was using the sample code delivered with the SDK ( WorkingWithXml - under VB.NET). The Problem is that when I am in the debuging mode and after the form load. the application goes out of the debugging mode and stop action.
    In fact what i was trying to do first is to create a new menu and then when i click on this menu a new form appear but once the menu is loaded the application stop the debugging mode automatically.
    Can somebody clarify to me what I am doing wrong and why the debugging mode is stopped automatically, noting that i am still in the add-on developpement phase.
    As i mentioned above i used the WorkingWithXml sample code (VB.NET) and i have adjusted in a way to load menu and then on the menu click i load my form.
    Please advice
    Best Regards

    Hi Mary,
    Put your code between in a Try Catch block. In the Catch part use the following:
    oApplication.MessageBox("CompError: " & oCompany.GetLastErrorCode.ToString & ", " & oCompany.GetLastErrorDescription & vbCrLf & "Message: " & ex.Message)
    This should give you a clearer idea of what the error is all about.
    The most likely reason is that there is something wrong with your XML file.
    Regards,
    Vítor Vieira

Maybe you are looking for

  • 30pin-thunderbolt cables

    hi everyone! I need an advice. I own an Alpine car audio system and they dont have their own connector USB-Thunderbolt yet except this one "Alpine KCE-422i" (30-pin). So when I bought Lightning to 30-pin Adapter (http://store.apple.com/us/product/MD8

  • Toshiba Assist for Linux OS

    Hello! I started to use Ubuntu OS some time ago and Im wondering if there is a proper version of Toshiba Assist driver for Linux. I looked for it but neither the browser on the drivers' download page nor I can't find it ;| What I want is i.e. the FN

  • Need logic to retrieve common fields in two internal tables

    Hi, I need to get the common data from the internnal table IT_BSEG and IT_ZFI_CSHLW_DIRE tables please help me out in sorting out this porblem. the fields in IT_BSEG are Account number,Profit center,company code,document type etc. where as the fields

  • Discount limited to stock lasts

    Hi experts,I have a scenario for my client ,to be mapped into SAP,the client is US based and into automation pdt,they have come up with a new pdt for which they want,to give discount to specific number of customer,i mean not customer specific,but mat

  • FX_RESTATEMENT- automatic process chain

    Hello! Question about package FX_RESTATEMENT. It is necessary to limit data for a currencies restatment. Example, can I change parameter TIME dynamically for automatically organised chains (through UJD_TEST_PACKAGE)? Or how it is possible to start th