Name of Adapter JCA(J2EE CONNECTOR ARCHITECTURE)  for SAPNetWeaver

hi
    i'm faceing problem with JCA adapters . i want to connect sap netweaver(km) from my java code for this i need one jca adapter which supports sap netweaver...... pls tell me which adapter supports this.... thanks in advance...

Hi Rupesh,
If you want to access your KM resources from your Java code then you can use the KM API.
Here are some Blogs that you can refer to:
Creating folders in KM dynamically
Uploading files to KM repository using Webdynpro APIs
Some Code Samples and Tutorials
Knowledge Management Code Samples
and the most important, KM API reference
https://media.sdn.sap.com/javadocs/NW04/SPS15/km/index.html - 2004
& https://media.sdn.sap.com/javadocs/NW04s/SPS7/km/index.html - 2004s

Similar Messages

  • Programming restrictions for JCA (Java Connector Architecture)

    I need to know programming restrictions for JCA (Java Connector Architecture) from a Client program's perspective. Could somebody help my?

    If you are on the client side of JCA you just have to use the resource adapter implementation. Therefore client code is limited to the package javax.resource.cci. So I think there are no restriction from JCA itself.
    What technique you use on client side to connect to the resource adapter is up to you and "just" have to follow the restriction in that area.

  • J2EE Connector Architecture(Omni Portlet)

    Hello,
    In the Developer Guide ,(http://download-west.oracle.com/docs/cd/B14099_10/portal.1012/b14134/pdg_matrix.htm#CEGFBJEC)
    it is mentioned about J2EE Connector Architecture as a data source. In the omni portlet data source type it is not listed. How can I configure and use it for data source?
    I am using 9.0.4 version of Portal
    Any help is highly appreciable.
    Thanks

    We are trying to do a JCA Adapter and are running into the same type of questions as you. Clearly, no one is watching this topic. Have you found a reference application to test the RA against?
    Please feel free to contact me at [email protected]

  • How Weblogic used in Integration using J2EE Connector architecture??? need more info

              Hi xperts,
              Would like to know more about weblogic integration in EAI zone using J2EE
              I checked on
              http://java.sun.com/j2ee/connector/
              http://java.sun.com/j2ee/white/connector.html
              Can anyone elaborate more on it? give me relevent more links??
              thnxs in advance
              --harshal
              

    http://www.bea.com/solutions/integration/index.shtml
              Harshal Pendse wrote:
              > Hi xperts,
              >
              > Would like to know more about weblogic integration in EAI zone using J2EE
              >
              > I checked on
              > http://java.sun.com/j2ee/connector/
              > http://java.sun.com/j2ee/white/connector.html
              >
              > Can anyone elaborate more on it? give me relevent more links??
              >
              > thnxs in advance
              > --harshal
              

  • JCA (Java Connector Architecture)

    Hi All,
    I would like to know if the introduction of JCA is Sun's attempt at derailing Web Services movement?
    Please help me understand the big picture.
    Thanks

    Hi All,
    I would like to know if the introduction of JCA is
    Sun's attempt at derailing Web Services movement?
    Please help me understand the big picture.
    ThanksNope, its nothing to do with web services. JCA is so that you can integrate an enterprise's heterogeneous systems, including legacy systems, under J2EE - eg. have a J2EE application that calls SAP, CICs, databases etc using the same apis.
    You could use web services for this, but it would be horribly inefficient having to convert everything to xml, parse it etc when all these systems are in your own company and under your control and there are java apis to connect to them. JCA is more likely to replace Corba calls to legacy systems and proprietry connections.

  • Need Help with J2EE Connector Architecture!! Please!

    Scenario:
    We are trying to establish connectivity to a CTG using the new JCA connector specifications.
    We have our input in the form of a string but the Interaction.execute(ioRecord, ioRecord object specifies record object as parameters.
    How do we create a record that correctly represents our current input string?
    Is there a predetermined record format that we must use for out connection or can we create our own record?
    If we can create our own record how is it converted and padded properly for a byte stream that is required by the CTG?

    Send a message to [email protected] they help answer tough questions for a fee.

  • Announcing J2EE Connector for Weblogic 6.0 SP1

              The Weblogic J2EE Connector Architecture Beta 2 is now available
              for download. This release supports the recently released Weblogic
              Server 6.0 SP1.
              To download the Weblogic J2EE Connector Beta, refer to either the
              Developer Center (http://developer.bea.com/code/wls.jsp) or Product
              Center (http://commerce.bea.com/downloads/weblogic_server.jsp)
              

    Edit the registry.xml file and change "6.0 Beta" to "6.0"
    -Greg
    On 12 Mar 2001 10:02:19 -0800, "Raman Trikkur" <[email protected]>
    wrote:
    >
    Hello Kumar,
    Here is my registry.xml.
    <?xml version="1.0" encoding="UTF-8"?>
    <bea-product-information>
    <host name="ramantrik2pc">
    <product name="WebLogic Server" format="1.0">
    <release level="6.0 Beta" Status="installed" InstallDir="D:\bea\wlserver6.0"
    InstallTime="Mar 1, 2001 5:18:57 PM" InstallSet="Server">
         <component name="Program" />
         <component name="Samples" />
    </release>
    </product>
    </host>
    </bea-product-information>
    Thanks for helping me figure this out. If this doesn't work,
    I'll just try installing the whole package (WLS 6.0 with SP1
    applied) as Xiang suggested.
    Regards,
    Raman
    Kumar Allamraju <[email protected]> wrote:
    could you post your registry.xml ?
    Raman Trikkur wrote:
    Hi,
    I'm trying to get the service pack SP1 ((wls60sp1_upgrade_win.exe)
    ) installed on my NT box. I have wls 6.0 installed andworking.
    After unpacking and choosing my bea home directory (D:\bea),I
    get an error that says "Weblogic Server Service Pack1 Installation
    failed. You do not seem to have Weblogic server 6.0installed for
    BEAHOME D:\bea".
    But that is untrue. I DO have it installed in D:\bea,and I have
    the environment shell up by running setEnv.cmd and Iinvoked the
    service pack installer from within that shell.
    Is there anything I'm missing? Has anyone else encounteredthis
    problem? Any help with this would be much appreciated.
    Regards,
    Raman

  • J2EE connector API in WLS6.1 and listening to CMP/CMR

              Hi,
              I am interested in knowing any of your experience using J2EE CONNECTOR architecture
              in WLS6.1, especially;
              [1] Using it to obtain transaction events on CMP /CMR on business objects (s.a
              EJBS) that employ webLogic CMP engine,
              [2] Whether the J2EE connector APIs in WebLogic allow third party plugins (like
              TopLink) to subscribe, s.t. other plugins (like the adapter which I may develon),
              would be able to "listen" to the transaction events from the third party adapters,
              [3] Any examples in WLS6.1 on using and configuring J2EE connector APIs,
              [4] Other possibilities exist in WLS for obtaining CMP events notifying modifications
              to application object state
              Thanks in advance,
              -hari
              

    Hi. It is possible to package native code along with a RAR. Further, in J2EE 1.4, it is possible to write MDBs that implement arbitrary message listener types, return values, throw exceptions, etc.

  • J2EE Connectors

    Hi,
    I know it seems a little strange but my application has to use a J2EE Connector for CICS communication without an Application Server.
    The connector makes use of JNDI service to find a connection generator object. Can I bypass this condition and instantiate a ConnectionFactory without a look up action?
    Thanks in advance.

    Hi,
    The J2EE Connector Architecture states that the ConnectionFactory object should be retrieved by making a JNDI lookup, rather than explicitly creating it in the code.
    I found that if you need not to use JNDI lookup, you could use the code for communication with CICS:
    //create and set values for a managed connection factory for EPI
    EPIManagedConnectionFactory mcf =new EPIManagedConnectionFactory();
    mcf.setConnectionURL("<url>");
    mcf.setServerName("<ServerName>");
    //create a connection object
    ConnectionFactory cxf=(ConnectionFactory)mcf.createConnectionFactor();
    Connection connection =cxf.getConnection();
    Best regards.

  • Right Angle 90-degree Power Adapter Connector Converter for TOSHIBA Qosmio X875-Q7290

    Hello, I am having problems with my power connector not staying in it's socket allready!!The laptop is on a small table and the laptop is only used a few times a week!Is there a Right Angle 90-degree Power Adapter Connector Converter for TOSHIBA Qosmio X875-Q7290?I think this would help solve the problem. Thank You

    Get an aftermarket universal charger, perhaps?    Their connectors are mostly  right-angle.    I have some iGo Green model that looks like this but is an older model.    http://www.newegg.com/Product/Product.aspx?Item=N82E16834993922

  • J2EE Connector? Java Messages?  which?

    I am designing our J2EE product that will put our legacy data into
    the J2EE environment. We have a J2SE API to access the data.
    We want clients to have access to the legacy system without
    each client needing to make their own connection directly to the system.
    The API for our J2SE has synchronous and asynchronous calls.
    I have read about J2EE Connectors and I see our data server being
    an Enterprise Information System (EIS) and a need for a Resource Adapter.
    Is this right? Is this how others have brought data from legacy systems to the
    J2EE environment?
    Should I use Java Messages to send the asynchronous data?
    Since the queues are static and multiple clients will want the data,
    a set of static queues could become bottlenecks for several clients.

    >
    I have read about J2EE Connectors and I see our data
    server being
    an Enterprise Information System (EIS) and a need for
    a Resource Adapter.
    Is this right? Is this how others have brought data
    from legacy systems to the
    J2EE environment?
    Yes, this is correct. Your backend system is exactly what the connector architecture authors had in mind as an EIS. A resource adapter would be, in my opinion, the best way to connect your J2EE app to the EIS data.
    Should I use Java Messages to send the asynchronous
    data?
    Since the queues are static and multiple clients will
    want the data,
    a set of static queues could become bottlenecks for
    several clients.If I remember the spec for the JCA 1.5 correctly, the application server should 'publish' (i.e. deliver) the message to all message driven beans that are configured (by means of the deployment descriptor) to accept messages of a given type. So delivering the message to multiple clients should be no problem.

  • [JCA] ManagedConnectionFactory not found for jndiName SNMPConnectionFactory

    I tried to deploy and use my JCA Adapter in weblogic (6.1 and 8 versions).
    final Context context = getNamingContext();
    Object object = context.lookup(SNMPConnectionFactory.class.getName());
    if (object instanceof Reference)
    object = NamingManager.getObjectInstance(object, null, context,
    null);
    But always have error:
    There was 1 error:
    1) testJNDIConnection(com.mediation.snmpcisco.SNMPTest)javax.resource.spi.ApplicationServerInternalException: Managed Connection Factory not found for jndiName com.mediation.jca.snmp.SNMPConnectionFactory
         at weblogic.connector.common.internal.ConnectionPoolManager.createConnectionFactory(ConnectionPoolManager.java:123)
         at weblogic.connector.deploy.JNDIHandler.getObjectInstance(JNDIHandler.java:28)
         at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:299)
         at com.mediation.snmpcisco.SNMPTest.testJNDIConnection(SNMPTest.java:88)
         at com.mediation.snmpcisco.SNMPTest.main(SNMPTest.java:50)ra.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE connector PUBLIC '-//Sun Microsystems, Inc.//DTD Connector 1.0//EN' 'http://java.sun.com/dtd/connector_1_0.dtd'>
    <connector>
         <display-name>SNMP JCA Adapter</display-name>
         <description>...</description>
         <vendor-name>...</vendor-name>
         <spec-version>1.0</spec-version>
         <eis-type>SNMP</eis-type>
         <version>1.0</version>
         <resourceadapter>
              <managedconnectionfactory-class>com.mediation.jca.snmp.SNMPManagedConnectionFactory</managedconnectionfactory-class>
              <connectionfactory-interface>com.mediation.jca.snmp.SNMPConnectionFactory</connectionfactory-interface>
              <connectionfactory-impl-class>com.mediation.jca.snmp.SNMPConnectionFactoryImpl</connectionfactory-impl-class>
              <connection-interface>com.mediation.jca.snmp.SNMPConnection</connection-interface>
              <connection-impl-class>com.mediation.jca.snmp.SNMPConnectionImpl</connection-impl-class>
         </resourceadapter>
    </connector>weblogic-ra.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE weblogic-connection-factory-dd PUBLIC '-//BEA Systems, Inc.//DTD WebLogic 6.0.0 Connector//EN' 'http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-connection-factory-dd>
         <connection-factory-name>com.mediation.jca.snmp.SNMPManagedConnectionFactory</connection-factory-name>
         <jndi-name>com.mediation.jca.snmp.SNMPConnectionFactory</jndi-name>
         <pool-params>
              <initial-capacity>0</initial-capacity>
              <max-capacity>1</max-capacity>
              <capacity-increment>1</capacity-increment>
              <shrinking-enabled>false</shrinking-enabled>
              <shrink-period-minutes>200</shrink-period-minutes>
         </pool-params>
         <logging-enabled>true</logging-enabled>
         <log-filename>nc-jca-snmp</log-filename>
         <security-principal-map/>
    </weblogic-connection-factory-dd>Where is error? ConnectionFactory Reference normally stored in JNDI. But lookup provides exception :(

    I tried to deploy and use my JCA Adapter in weblogic (6.1 and 8 versions).
    final Context context = getNamingContext();
    Object object = context.lookup(SNMPConnectionFactory.class.getName());
    if (object instanceof Reference)
    object = NamingManager.getObjectInstance(object, null, context,
    null);
    But always have error:
    There was 1 error:
    1) testJNDIConnection(com.mediation.snmpcisco.SNMPTest)javax.resource.spi.ApplicationServerInternalException: Managed Connection Factory not found for jndiName com.mediation.jca.snmp.SNMPConnectionFactory
         at weblogic.connector.common.internal.ConnectionPoolManager.createConnectionFactory(ConnectionPoolManager.java:123)
         at weblogic.connector.deploy.JNDIHandler.getObjectInstance(JNDIHandler.java:28)
         at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:299)
         at com.mediation.snmpcisco.SNMPTest.testJNDIConnection(SNMPTest.java:88)
         at com.mediation.snmpcisco.SNMPTest.main(SNMPTest.java:50)ra.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE connector PUBLIC '-//Sun Microsystems, Inc.//DTD Connector 1.0//EN' 'http://java.sun.com/dtd/connector_1_0.dtd'>
    <connector>
         <display-name>SNMP JCA Adapter</display-name>
         <description>...</description>
         <vendor-name>...</vendor-name>
         <spec-version>1.0</spec-version>
         <eis-type>SNMP</eis-type>
         <version>1.0</version>
         <resourceadapter>
              <managedconnectionfactory-class>com.mediation.jca.snmp.SNMPManagedConnectionFactory</managedconnectionfactory-class>
              <connectionfactory-interface>com.mediation.jca.snmp.SNMPConnectionFactory</connectionfactory-interface>
              <connectionfactory-impl-class>com.mediation.jca.snmp.SNMPConnectionFactoryImpl</connectionfactory-impl-class>
              <connection-interface>com.mediation.jca.snmp.SNMPConnection</connection-interface>
              <connection-impl-class>com.mediation.jca.snmp.SNMPConnectionImpl</connection-impl-class>
         </resourceadapter>
    </connector>weblogic-ra.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE weblogic-connection-factory-dd PUBLIC '-//BEA Systems, Inc.//DTD WebLogic 6.0.0 Connector//EN' 'http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-connection-factory-dd>
         <connection-factory-name>com.mediation.jca.snmp.SNMPManagedConnectionFactory</connection-factory-name>
         <jndi-name>com.mediation.jca.snmp.SNMPConnectionFactory</jndi-name>
         <pool-params>
              <initial-capacity>0</initial-capacity>
              <max-capacity>1</max-capacity>
              <capacity-increment>1</capacity-increment>
              <shrinking-enabled>false</shrinking-enabled>
              <shrink-period-minutes>200</shrink-period-minutes>
         </pool-params>
         <logging-enabled>true</logging-enabled>
         <log-filename>nc-jca-snmp</log-filename>
         <security-principal-map/>
    </weblogic-connection-factory-dd>Where is error? ConnectionFactory Reference normally stored in JNDI. But lookup provides exception :(

  • Does j2ee connector support socket connection?

    Can I write a resource adapter to connect with a socket server?
              

    Thanks a lot. I think I will also be a beaer, since I was borlander before.
              This problem cause by I installing wls7.0 and wls6.1 together. After I
              remove wls7.0, everything ok! I think you should check this problem.
              May I introduce our project at first? Now our team is developing Telecom OSS
              system. there is lots of legancy system written by unknown language and in
              unknown tier. The Telecom customer want to put new system into execution
              smoothly. I think about WLI. As you said, I can use adapter in weblogic,
              aren't I? I am not very clear. I will check by myself.
              I have also asked another question in other group, but no answer. it is:
              How to use weblogic.j2eeclient.Main? I really want to have a general test
              ejb client. That is, given ejb classes name and method name and method
              parameter value, I can get any ejb object method result. How can I do it?
              Can reflection and classloader do it?
              "Timothy Potter" <[email protected]> дÈëÏûÏ¢ÐÂÎÅ
              :[email protected]...
              > Dear airwing,
              >
              > Looks like you are attempting to run WLI within a cluster. At this point,
              I
              > recommend opening a case with BEA technical support. It may end up back on
              > my queue, but our technical support can help you through debugging the
              > basics.
              >
              > Best regards,
              >
              > Timothy Potter
              > Senior Software Engineer
              > eCommerce Server Division
              > BEA Systems, Inc.
              >
              > "airwing" <[email protected]> wrote in message
              > news:[email protected]...
              > > error infomation:
              > > <2002-3-12 ÏÂÎç02ʱ47·Ö19Ãë> <Critical> <WebLogicServer> <Failed to
              invoke
              > > shutd
              > > own class "WLAI_ShutdownClass", java.rmi.RemoteException: EJB Exception:
              > > neste
              > > d exception is:
              > > java.lang.IllegalStateException: Server 'myserver' has not been
              > > register
              > > ed with the Admin server>
              > > "Timothy Potter" <[email protected]> дÈëÏûÏ¢ÐÂÎÅ
              > > :[email protected]...
              > > > Dear airwing,
              > > >
              > > > As Cameron indicates this is possible. The ManagedConnection will most
              > > > likely wrap a java.net.Socket instance. I wrote a J2EE Connector
              > resource
              > > > adapter for FTP which should give you some pointers on how to do this.
              > > Have
              > > > a look at the WLI 2.1 File Adapter on:
              > > >
              > > >
              > >
              >
              http://dev2dev.bea.com/code/codedetail.jsp?productType=weblogic+integration&
              > > > codeType=code+sample&highlight=none
              > > >
              > > > Best regards,
              > > >
              > > > Timothy Potter
              > > > Senior Software Engineer
              > > > eCommerce Server Division
              > > > BEA Systems, Inc.
              > > >
              > > > "airwing" <[email protected]> wrote in message
              > > > news:[email protected]...
              > > > > Can I write a resource adapter to connect with a socket server?
              > > > >
              > > > >
              > > >
              > > >
              > >
              > >
              >
              >
              

  • J2EE Connector

    Do any of you guys having a clear idea of J2EE Connector?
    I need help in writing Resource Adapters for a specific EIS.
    Plz let me know about your suggestions.
    Thanks in advance.
    with regards,
    NRK.

    Steps to write a JCA resource.
    1. Write the code. This code should implement the interfaces that the application server will expect, and any custom stuff related to your EIS.
    2. Put the code in a .jar file.
    3. Write a ra.xml file for the resource. This will say what actual classes that you have written implement the interfaces that the app server will expect to find, some parameters and some meta data.
    4. Put the .jar file and the ra.xml file into a .rar file ( which is a .jar file under a different name.)
    5. Deploy this. I don't know about Weblogic - how you'd deploy this, so check the docs.
    The sites on the internet and the Sun book on JCA will say exactly which interfaces you will need to implement, and I strongly recommend you get the book.

  • Dynamic JNDI in FTP Adapter | jca.jndi property not picked by Adapter

    Hi,
    I am trying to pass jndi dynamically to FTP adapter using the steps mentioned in http://blogs.oracle.com/adapters/entry/changing_the_connection_factory_jndi_dynamically_in_ftp_adapter.
    I have configured FTP jndi(eis/Ftp/SoaFtpAdapter) at app server.
    And included the following property in the invoke activity that calls the FTP adapter
    <bpelx:inputProperty name="jca.jndi" variable="jndiLocation"/>
    Invoke activity definition looks as following
        <invoke name="Invoke1"
                partnerLink="FTPFileListAdap" portType="ns3:FileListing_ptt"
                operation="FileListing"
                inputVariable="Invoke1_FileListing_InputVariable"
                outputVariable="Invoke1_FileListing_OutputVariable"
                bpelx:invokeAsDetail="no">
          <bpelx:inputProperty name="jca.jndi" variable="jndiLocation"/>
          <bpelx:toProperties>
            <bpelx:toProperty name="jca.ftp.Directory" variable="directoryName"/>
          </bpelx:toProperties>   
        </invoke>FTP Adapter jca configuration is as following
    <adapter-config name="FTPFileListAdap" adapter="FTP Adapter" wsdlLocation="FTPFileListAdap.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
      <connection-factory location="eis/Ftp/SoaFtpAdapter12" UIincludeWildcard="*.txt"/>
      <endpoint-interaction portType="FileListing_ptt" operation="FileListing">
        <interaction-spec className="oracle.tip.adapter.ftp.outbound.FTPListInteractionSpec">
          <property name="PhysicalDirectory" value="/in/dev"/>
          <property name="Recursive" value="true"/>
          <property name="IncludeFiles" value=".*\.txt"/>
        </interaction-spec>
      </endpoint-interaction>
    </adapter-config>While calling the BPEL i am passing two parameters
    jndiLocation = eis/Ftp/SoaFtpAdapter
    and
    directoryName = /in/dev
    Following is the fault that I am getting while executing the BPEL.
    <fault>
    <bpelFault>
    <faultType>0</faultType>
    <bindingFault>
    <part  name="summary">
    <summary>Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'FileListing' failed due to: JCA Binding Component connection issue. JCA Binding Component is unable to create an outbound JCA (CCI) connection. RunTimeConfigFTP:FTPFileListAdap [ FileListing_ptt::FileListing(Empty,filelist) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: BINDING.JCA-12510 JCA Resource Adapter location error. Unable to locate the JCA Resource Adapter via .jca binding file element <connection-factory/> The JCA Binding Component is unable to startup the Resource Adapter specified in the <connection-factory/> element: location='eis/Ftp/SoaFtpAdapter12'. The reason for this is most likely that either 1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic Application server or 2) the '<jndi-name>' element in weblogic-ra.xml has not been set to eis/Ftp/SoaFtpAdapter12. In the last case you will have to add a new WebLogic JCA connection factory (deploy a RAR). Please correct this and then restart the Application Server Please make sure that the JCA connection factory and any dependent connection factories have been configured with a sufficient limit for max connections. Please also make sure that the physical connection to the backend EIS is available and the backend itself is accepting connections. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary>
    </part>
    <part  name="detail">
    <detail>JCA Resource Adapter location error. Unable to locate the JCA Resource Adapter via .jca binding file element <connection-factory/> The JCA Binding Component is unable to startup the Resource Adapter specified in the <connection-factory/> element: location='eis/Ftp/SoaFtpAdapter12'. The reason for this is most likely that either 1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic Application server or 2) the '<jndi-name>' element in weblogic-ra.xml has not been set to eis/Ftp/SoaFtpAdapter12. In the last case you will have to add a new WebLogic JCA connection factory (deploy a RAR). Please correct this and then restart the Application Server </detail>
    </part>
    <part  name="code">
    <code>12510</code>
    </part>
    </bindingFault>
    </bpelFault>
    </fault>It seems that FTP Adapter is not picking up the value from jca.jndi property.
    How to handle this situation.
    Thanks
    Ajay

    Hi,
    Since I am working on BPEL 2.0
    Following changes solved my problem.
    In the invoke activity, I replaced the following xml tag
          <bpelx:inputProperty name="jca.jndi" variable="jndiLocation"/>with following
          <bpelx:toProperties>
            <bpelx:toProperty name="jca.jndi" variable="jndiLocation"/>
          </bpelx:toProperties> And now my invoke activity looks as follow.
        <invoke name="Invoke1"
                partnerLink="FTPFileListAdap" portType="ns3:FileListing_ptt"
                operation="FileListing"
                inputVariable="Invoke1_FileListing_InputVariable"
                outputVariable="Invoke1_FileListing_OutputVariable"
                bpelx:invokeAsDetail="no">
          <bpelx:toProperties>
            <bpelx:toProperty name="jca.ftp.Directory" variable="directoryName"/>
          </bpelx:toProperties>   
          <bpelx:toProperties>
            <bpelx:toProperty name="jca.jndi" variable="jndiLocation"/>
          </bpelx:toProperties>      
        </invoke>Thanks
    Ajay

Maybe you are looking for

  • Different Identity Root with different Masters in one sun IM system

    Hi! We have the problem that we have to administer identities which have completely different sources and attributes. (internal identities with sap hr as master, external identities for system a with sql db as master, external identities for system b

  • Resource File in Teststand

    I had defined some Custom Steps for some Tests in TypePalette and defined some strings as Module names.When I install Teststand in another PC,I had got my Custom Steps and StationGlobals back by transferring the corresponding ini files,but for certai

  • Is there any way to get more than 50 podcast in feed?

    I want to have more than 50 episodes in feed(not in archive). But inspector limits me to 50. Is there any way break through 50?

  • AIR package size & and why Adobe AIR rules..

    Here is one for all the flash dooms-dayers: I just published my app Gig Ink to Amazon App store. My app is now on iTunes for iPad/iPhone/iPod, Android Market for over 460 phones and tablets, and soon for Blackberry and desktop for mac/pc/linux with n

  • What are all the tables updates..

    Hello experts,      Do we have any option provided by SAP to find , what are all the tables get updates when we run a transaction (ex: VA01).. Thanks & Regards, Prakash Reddy .S