Missing javadocs for com.waveset.adapter.iapi.IAPI

I am looking at IdM version 7. The REF directory contains javadocs for the resource adapter classes. The javadoc for com.waveset.object.IAPI which is referenced in the IDM_DeploymentTools_7.0.pdf manual says that it is deprecated and com.waveset.adapter.iapi.IAPI should be used instead. However I can't find any javadoc for com.waveset.adapter.iapi.IAPI.
I do see the class file in the idmadapter.jar file in the WEB-INF/lib directory.
Does anyone know where I can find Javadocs for this?
Thanks,
Robin

I have exactly the same problem. Please let me know if you found anything!

Similar Messages

  • Documentation for com.waveset.provision.WorkflowServices

    There seems to be little documentation I can find that describes the various options (specifically, the various <Argument> names) that are used by
    the WorkflowServices object.
    My immediate challenge is simply sending an email from a workflow. I keep getting the error message: "com.waveset.util.WavesetException: msgBody must be specified." I'm assuming that the Arguments passed to the task should match the variable names used by the email template.
    Also, there seem to be inconsistencies in naming: 'to' vs. 'toAddress', 'from' vs. 'fromAddress', etc. Again, due to templates?
    Thanks in advance for help/pointers.

    I ran in to a similar problem.
    It turned out that my email template was corrupt. I also didn't find out what the argument name should be. msgBody didn't seem to work.
    BR
    Per

  • Extension or upgrade of JavaDoc for com.sap.ipc.*

    Hi,
    I had downloaded the CRM Javadoc from sap Services Marketplace.
    Javadoc had descriptions of the packages linked to
            ---e-sevices
            ---icss
            --- And few for ISA
    Please can anyone share the javadoc extension for IPC maily pricing.
    package is com.sap.ipc.*
    Thanks
    Ekta

    Hi Ekta,
    You will find the javadoc for IPC java routines with the jar file which you need to download from CRM using transaction
    /n/SAPCND/UE_DEV.Start the doc with this url PRC_UE_CUSTOMER/api_doc/index.html.
    Hope this helps you.
    Regards,
    Arshi

  • Need javadoc for com.sun.jndi.ldap.ctl.*?

    Hi,
    has anybody the javadoc for the above named package?
    I need at first com.sun.jndi.ldap.ctl.SortKey.
    It is needed to get a sorted search result from a LDAP server.
    Thank you for your help.
    Fredi

    Download the LDAP provider at
    http://java.sun.com/products/jndi/#download
    See the README-LDAP.txt in the bundle.
    It says that the javadocs for the controls are
    at doc/ldapcontrols.

  • JavaDoc for com.bea.jpd.ProcessDefinition

    Does anyone know where to get access to the javadoc for the class com.bea.jpd.ProcessDefinition
    TIA
    -Sri

    Hi,
    Could you please post your query on the
    weblogic.developer.interest.integration newsgroup?
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=xover&group=weblogic.develope
    r.interest.integration&utag=
    Regards,
    Anurag
    "Øystein Graf" <[email protected]> wrote in message
    news:3f74251d$[email protected]..
    >
    Hi,
    I'm using WL Platform 8.1/Workshop. Do anyone know how touse thesetProperties
    method for a EmailControl, which is part of the com.bea.control package? Ican't
    find any Javadoc (or other documentation) for this package.
    Thanks!
    Øystein

  • Missing JavaDocs for some taglib packages?

    Hello,
    Is there a reason why some packages like
    com.bea.portal.appflow.servlets.jsp.taglib are missing from WLP 7.0 JavaDoc?
    I'd like to use what's generated out of createPortletUnmaximizeURL tag in a
    JSP page. Anyone?
    Thanks,
    Makoto

    Snowman wrote:You can try the lddd script: http://www.archlinux.org/~tpowa/lddd
    It'll report any package that might need a rebuild.
    Nice script and it works well.
    But returns possible rebuilds because, I read, on arch packages are considered dependencies only if they affect general functioning, so lddd also  returns also packages linked to libraries listed as makedepends in the PKGBUILD and not  as dependency.
    This problem could be only solved if it were possible to query the files contained in non installed packages ....
    Just trying to learn the arch way to linux :-)
    in possible_rebuilds.txt
    mplayer
    in affected_files.txt
    /usr/lib/mplayer/lirc-dl.so
    in raw.txt
    /usr/lib/mplayer/lirc-dl.so:
            liblirc_client.so.0 => not found
    and in the mplayer PKGBUILD
    makedepends=('lirc-utils' 'libcaca' 'unzip' 'live-media' 'libdts')
    Last edited by erm67 (2007-08-13 18:37:22)

  • Java docs for com.sap.aii.mappingtool.*

    Hi ,
    I was looking for the javadocs for com.sap.aii.mappingtool.* .
    Can anyonle let me knwo where can i find the docs for this .
    Thanks
    Nikhil

    did u try for <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/javadocs">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/javadocs</a>

  • Com.waveset.util.WavesetException: Missing view id; Missing Account ID

    Hi,
    I have some users in IDM provisioned to LDAP.
    I am now trying to find users and delete them thru the end user interface.
    When i enter the ID, and click search, i get this error
    "com.waveset.util.WavesetException: Missing view id.
    Missing Account ID"
    Here is my WF:
    <WFProcess name='Find WF' maxSteps='0'>
         <Activity id='1' name='Start'>
    <Transition to='Accept User ID'/>
    <WorkflowEditor x='43' y='10'/>
    </Activity>
    <Activity id='2' name='Accept User ID'>
    <ManualAction id='0' name='Enter User ID' timeout='60' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef type='UserForm' id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FF3' name='Enter User ID Form'/>
    </FormRef>
    </ManualAction>
    <Transition to='getView'/>
    <WorkflowEditor x='191' y='10'/>
    </Activity>
    <Activity id='3' name='getView'>
    <Action id='0' name='getView' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='getView'/>
    <Argument name='id' value='$(accountId)'/>
    <Argument name='type' value='User'/>
    <Argument name='subject' value='configurator'/>
    <Argument name='authorize' value='true'/>
    <Return from='view' to='user'/>
    </Action>
    <Transition to='Delete User'/>
    <WorkflowEditor x='123' y='73'/>
    </Activity>
    <Activity id='4' name='Delete User'>
    <Action id='0' name='Delete' process='TaskDefinition:Delete User'>
    <Argument name='type' value='User'/>
    <Argument name='accountId' value='$(accountId)'/>
    </Action>
    <Transition to='End'/>
    </Activity>
    <Activity id='5' name='End'>
    <WorkflowEditor x='508' y='10'/>
    </Activity>
    Not sure what the mistake it. Can somebody point out pls?
    Thanks,

    cutepaddy
    Thanks for ur reply. However, it was not of much help.
    The problem now is that, i dont get the suspended case workitems error anymore but, the WF is not doing what it's suppoed to do, i.e., delete the users. The dump shows that all activities and actions are being executed correctly, however, the user still is not deleted. Here are my updated forms and WF
    Form 1:
    Configuration id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FF3' name='Accept User ID Form' lock='Configurator#1186027075593' creator='Configurator' createDate='1185855280921' lastModifier='Configurator' lastModDate='1186026775578' lastMod='354' wstype='UserForm'>
    <Extension>
    <Form name='Accept User ID Form' baseContext='variables' objectLocationID='objectName=Accept+Store+ID+Form&isBegin=true&objectPath=0&objectType=UserForm'>
    <Display class='EditForm'>
    <Property name='title' value='Find ID Form'/>
    </Display>
    <Field name='view.waveset.accountId'>
    <Display class='Text'>
    <Property name='title' value='Enter User ID'/>
    <Property name='size'>
    <Integer>20</Integer>
    </Property>
    <Property name='maxLength'>
    <Integer>10</Integer>
    </Property>
    </Display>
    <Validation>
    <cond>
    <not>
    <invoke name='testUser' class='com.waveset.ui.FormUtil'>
    <ref>:display.session</ref>
    <ref>view.waveset.accountId</ref>
    </invoke>
    </not>
    <s>Not Exist</s>
    </cond>
    </Validation>
    </Field>
    <Field name=':complete'>
    <Default>
    <s>true</s>
    </Default>
    </Field>
    </Form>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    <Properties>
    <Property name='editorOriginalName' value='Accept User ID Form'/>
    </Properties>
    </Configuration>
    Form 2:
    <Configuration id='' name='Search Results Form' lock='Configurator#1186027075593' creator='Configurator' createDate='1185855280921' lastModifier='Configurator' lastModDate='1186026775578' lastMod='354' wstype='UserForm'>
    <Extension>
    <Form name='Seach Results Form' baseContext='variables' noDefaultButtons='true'>
    <Display class='EditForm'/>
    <Field name='MatchTable'>
    <Display class='SimpleTable'>
    <Property name='columns'>
    <List>
    <String>Title</String>
    </List>
    </Property>
    </Display>
    <FieldLoop for='accountId' in='view.waveset.accountId'>
    <Field name='XYZ'>
    <Display class='Checkbox'>
    <Property name='Label' value='$(accountId)'/>
    </Display>
    </Field>
    </FieldLoop>
    <Field name='deleteuserbutton'>
    <Field name=':complete'>
    <Default>
    <s>true</s>
    </Default>
    </Field>
    <Field name=':formButton' button='true'>
    <Display class='Button'>
    <Property name='command' value='Save'/>
    <Property name='value' value='Continue'/>
    <Property name='label' value='Delete'/>
    </Display>
    </Field>
    <Field name='formButton'>
    <Expansion>
    <ref>:formButton</ref>
    </Expansion>
    </Field>
    </Field>
    </Field>
    </Form>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    <Properties>
    <Property name='editorOriginalName' value='Accept User ID Form'/>
    </Properties>
    </Configuration>
    WF:
    <TaskDefinition id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FDC' name='Find User WF' lock='Configurator#1186881293625' creator='Configurator' createDate='1185857988234' lastModifier='Configurator' lastModDate='1186880993625' lastMod='185' taskType='Workflow' executor='com.waveset.workflow.WorkflowExecutor' suspendable='true' syncControlAllowed='true' execMode='sync' execLimit='0' resultLimit='0' resultOption='delete' visibility='runschedule' progressInterval='0'>
    <Extension>
    <WFProcess name='Find User WF' maxSteps='0'>
    <Activity id='0' name='Start'>
    <Transition to='Accept User ID'/>
    <WorkflowEditor x='99' y='47'/>
    </Activity>
    <Activity id='1' name='Accept User ID'>
    <ManualAction id='0' name='Enter User ID' timeout='60' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef type='UserForm' id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FF3' name='Accept User ID Form'/>
    </FormRef>
    </ManualAction>
    <Transition to='Display Results'/>
    <WorkflowEditor x='183' y='45'/>
    </Activity>
    <Activity id='2' name='Display Results'>
    <ManualAction id='0' name='Results' timeout='60' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef type='UserForm' id='#ID#CB00E29B1B211E5E:-435E4C45:114554237BF:-7F8B' name='Search Results Form'/>
    </FormRef>
    </ManualAction>
    <Transition to='Delete User'/>
    <WorkflowEditor x='266' y='99'/>
    </Activity>
    <Activity id='3' name='Delete User'>
    <Action id='0' name='Delete' process='TaskDefinition:Delete User'>
    <Argument name='type' value='User'/>
    <Argument name='accountId' value='$(view.waveset.accountId)'/>
    </Action>
    <Action id='1'>
    <expression>
    <block name='dump2'>
    <invoke name='dumpFile'>
    <invoke name='getTask'>
    <ref>WF_CONTEXT</ref>
    </invoke>
    <s>c:\dump.xml</s>
    </invoke>
    </block>
    </expression>
    </Action>
    <Transition to='End'/>
    <WorkflowEditor x='411' y='101'/>
    </Activity>
    <Activity id='4' name='End'>
    <WorkflowEditor x='529' y='121'/>
    </Activity>
    </WFProcess>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    <Properties>
    <Property name='editorOriginalName' value='Find User WF'/>
    </Properties>
    </TaskDefinition>
    Thanks in advance for ur help

  • [svn] 920: Add missing or incomplete Javadoc for public methods.

    Revision: 920
    Author: [email protected]
    Date: 2008-03-25 15:37:25 -0700 (Tue, 25 Mar 2008)
    Log Message:
    Add missing or incomplete Javadoc for public methods.
    (merge from 3.0.x branch)
    Modified Paths:
    blazeds/trunk/modules/core/src/java/flex/messaging/io/AbstractProxy.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/BeanProxy.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/DictionaryProxy.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/MapProxy.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/PropertyProxy.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/PropertyProxyRegistry.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/SerializationProxy.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/ThrowableProxy.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/AbstractAmfInput.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/AbstractAmfOutput.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/ActionContext.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/AmfTrace.java
    blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/translator/ASTranslator.java
    blazeds/trunk/modules/core/src/java/flex/messaging/log/ServletLogTarget.java
    blazeds/trunk/modules/core/src/java15/flex/messaging/io/Java15TypeMarshaller.java
    blazeds/trunk/modules/core/src/java15/flex/messaging/io/amf/Java15Amf0Output.java
    blazeds/trunk/modules/core/src/java15/flex/messaging/io/amf/Java15Amf3Output.java
    blazeds/trunk/modules/core/src/java15/flex/messaging/io/amfx/Java15AmfxMessageSerializer. java

    Hello Wes Ramm,
    It's better late than never! Hence I'm going to address some of the issues that you've brought up.
    1) Which version of LabVIEW are you using? LabVIEW 8.5 has fixed a lot of issues that occured between the Application Builder and LV Classes. If you were using LV 8.2, I would suggest changing to LV 8.5 or at least LV 8.2.1
    2) Apart from setting "Do not disconnect type definitions or remove unreferenced members" in the Additional Exclusions page, I would suggest also checking the box against "Enable Debugging" on the Advanced Page.
    The following forum post has discussed many of the problems that have come up when building an executable which uses LVOOP classes. Hope this helps.

  • When i send a test message throw the RWB for Http receiver adapter it is giving the error "Error in processing caused by: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SOCKET_TIMEOUT, Read timed out"

    when i send a test message throw the RWB for Http receiver adapter it is giving the error "Error in processing caused by: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SOCKET_TIMEOUT, Read timed out"

    Hi, Michal
    I have read your Weblog. It makes sense to me. Thanks a lot for your help! However, I still have some questions and listed them as following. Could you please help to answer them?
    <b>Q1:</b> I am new to SAP-XI. So I have no idea about TCODE-SXMB_ADM. Could you introduce more details about it?
    <b>Q2:</b> The XI system I am using is running on SAP-ICC's machine. The tools I can use are:
    <b>1.</b>Builder for Integration Repository
    <b>2.</b>Builder for Integration Configuration
    <b>3.</b>System Landscape Directory
    <b>4.</b>Runtime Workbench
    <b>5.</b>Administration System (for Repository, Directory, Runtime)
    Please note that I do not have a complete control on this SAP-XI. Do you think whether or not I can set the timeout parameter by following the instructions provided in your Weblog?
    For more details about my SAP-XI, please access the following Web page:
    http://iccxi.sap.com:58000/rep/support/admin/index.html
    <b>Q3:</b> The following messages are extracted from the SAP-XI. Wish they are hepful to solving my problem.
    2006-06-19 05:12:16 Success The message was successfully received by the messaging system. Profile: XI URL: http://iccxi.sap.com:58000/MessagingSystem/receive/AFW/XI
    2006-06-19 05:12:16 Success Using connection AFW. Trying to put the message into the request queue.
    2006-06-19 05:12:16 Success Message successfully put into the queue.
    2006-06-19 05:12:16 Success The message was successfully retrieved from the request queue.
    2006-06-19 05:12:16 Success The message status set to DLNG.
    2006-06-19 05:12:16 Success Delivering to channel: ValidationRequestHandlerServiceChannel
    2006-06-19 05:12:16 Success SOAP: request message entering the adapter
    2006-06-19 05:12:37 Success SOAP: call failed
    2006-06-19 05:12:37 Error SOAP: error occured: java.net.ConnectException: Connection timed out: connect
    2006-06-19 05:12:37 Error Exception caught by adapter framework: Connection timed out: connect
    Thanks
    Menghua Li

  • Cannot find JavaDoc for the com.sun.msv package

    Where can I find the JavaDoc for the com.sun.msv package ?

    What is the msv package? I also (after a quick google search) can't find any mention of this.
    What is the package for?

  • Is there COM/DCOM adapter for XI available?

    Hi colleagues!
      I need to integrate SAP XI with 3d party program and communication between them must be organized with COM/DCOM objects.
      Is there COM/DCOM adapter for XI available? Or if not, then how to substitute it?
    Thanks!

    Hi Alexander,
    Can you pls share how did you finally acheive this integration.Any help would be much appreciated.
    Many Thanks,
    Ashok

  • Com.waveset.util.ConfigurationError: Cannot find columns for table 'object'

    I am trying to install IDM on my own laptop and use MS SQL Server 2000 as the repository. I run the create table scripts, copy all the jar files to C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\Idm\WEB-INF\lib. But I still got the following error message:
    com.waveset.util.ConfigurationError: Cannot find columns for table 'object' ==>com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'object'
    Does anyone have any idea of what may cause this problem?
    THANKS!

    I found the solution to this issue.. is that the Database user ID must be set to the schema .. this is the statment that probably did not work:
    CREATE USER <username> FOR LOGIN <login name> with DEFAULT_SCHEMA = <database name>
    In sql 2005 expand the database... open security .. find the user.. right click and select properties.. in the default schema box.. select the SunSync database .. in the schemas owned by this user select the sunsync schema database..
    good luck

  • I just got an old apple mac mini a1103. i found out it comes without a power adapter. What are the specs for the power adapter

    can some one tell me the specs for the power adapter. Is there  a manual available somewher on apple site for this computer?

    Hi lllaass,
    Thanks for your great answer.
    That website link is for a1105. Is it same as a1103?
    Also would you know if the power connection port is simlar to the one for appletv? I have an apple tv from 2007 which no longer works. Perhaps I can use that to power the mini.
    Thanks again!
    Avatariq

  • Missing components for AXIS framework in PI7.0

    Hi Experts,
    I have requirement to use AXIS framework in Receiver SOAP adapter.When i am creating receiver SOAP adapter in PI7.0 and  selecting Transport Protocol its showing as HTTP(AXIS) and message protocol as Axis.However my client wants UsernameToken security with digestpassword.
    Now the problem is whenever i am checking the following link http://hostname:50000/XIAxisAdapter/MessageServlet its showing 3 components are missing.
    Please do let me know what all steps i need to follow to install those missing components and how i will use Username token with digest password in receiver soap adapter.
    However i have gone through the SAP Note 1039369 (FAQ XI Axis Adapter) however i have still lot of confusion.
    Please provide more clarity on this.
    Your response will be highly appreciated.
    Regards
    nilesh

    Hi!
    These may be optional components. We have implemented Axis Framework successfully and the URL test still reports missing OPTIONAL components.
    The minimum components you need are all three REQUIRED components as well as OPTIONAL component
    Jakarta-Commons Net
    Found: org.apache.commons.net.SocketFactory at /usr/sap/EX1/DVEBMGS12/j2ee/cluster/bin/ext/com.sap.aii.af.axisproviderlib/lib/commons-net-1.0.0-dev.jar
    All others are only needed in special cases - like e.g.:
    Jakarta-Commons HttpClient
    Warning: optional component missing --- looking for org.apache.commons.httpclient.HttpClient in com.sap.aii.af.axisproviderlib/commons-httpclient.jar; see http://jakarta.apache.org/commons/httpclient/
    Apache WSS4J
    Warning: optional component missing --- looking for org.apache.ws.security.WSSConfig in com.sap.aii.af.axisproviderlib/wss4j.jar; see http://ws.apache.org/wss4j/
    Apache Addressing
    Warning: optional component missing --- looking for org.apache.axis.message.addressing.Constants in com.sap.aii.af.axisproviderlib/addressing.jar; see http://ws.apache.org/addressing/
    Apache Sandesha
    Warning: optional component missing --- looking for org.apache.sandesha.Constants in com.sap.aii.af.axisproviderlib/Sandesha.jar; see http://ws.apache.org/sandesha/
    Regards,
    Volker

Maybe you are looking for

  • When in Bridge CS6 and I select File / Open in Camera Raw...  I get a dialog box that says:  Camera

    Camera Raw editing requires that a qualifying product has been launched at least once to enable this feature.

  • Credit deduction even when no usage?

    I have edge activated in my iPhone. Even when my iPhone is on standby , my iPhone is still using data , even though all push notifications are turned off! Why is it consuming data while there is no usage?

  • Register serial number problem?

    i just got this new iPad air 128gb from Amazon, it came from their warehouse as like new, most liking meaning open box. Anyway when k try to go register the serial number to my Apple ID, it says it is already linked to another apple id. How do I go a

  • Service tax base amount for calculation : to be changed

    Hi i have and PO order with basic price say for 100 /- on which it is calcuating service tax 12% , e-cess 2% hcess--1 .This is coming thru tax code from the tax procedure and these taxes service/ecess /Hecess is to be posted to sepearte G/L account.T

  • FOR QUEIRY REPORT

    HI EXPERTS, I want the following report PODocno, PO Date, Item NO, Qty,A/P invoiceDocno, A/P invoiceVendor Ref No Where I have copied Purchase order to GRPO and GRPO to A/P invoice I want to show for particular purchase order what is my A/P invoice n