Using  a Portal Service

Hi,
Am trying to use a portal service in my application and calling a method,it should return me the IResourceList which am going
to iterate and publish the Resource.
Interestingly,am getting the error "Build of the project Failed" Pls Note am working on JDI or NWDI & no compilation errors
at my end.
Please find the Code below :
user =(IUser) UMFactory.getUserFactory().getUserByLogonID(request.getUser().getLogonUid());
        IPortalRuntimeResources runtimeResources =PortalRuntime.getRuntimeResources();
IService aService = runtimeResources.getService("customer.MyService");
  customer.MyService tmp = (customer.MyService) aService;
  IResourceList list=(IResourceList)Util.getMethod(filterbasepath,arraylist,user);
Any help in this direction would be highly appreciated,kindly be specific as where have i gone wrong.
Regards
Manoj

Hi Harish,
1.Other components in the par file do not have classes with syntax error.
2.deployement descriptor has correct syntax.
3.deployement descriptor has services reference to the    Portal Service am using.
if i comment some part of the code say
user =(IUser) UMFactory.getUserFactory().getUserByLogonID(request.getUser().getLogonUid());
IPortalRuntimeResources runtimeResources =PortalRuntime.getRuntimeResources();
//IService aService = runtimeResources.getService("customer.MyService");
//customer.MyService tmp = (customer.MyService) aService;
//IResourceList list=(IResourceList)Util.getMethod(filterbasepath,arraylist,user);
i can upload the par file,that clearly indicates that
theres some problem in using the service "customer.MyService",though there are no compilation errors.
I have even tried the alternative
IService aService = runtimeResources.getService("IMyService.KEY");--->where IMyservice is the Interface Class.
Regards
Manoj

Similar Messages

  • Use of portal service in JAAS Login Module

    Is it possible to use an portal service in an JAAS Login Module?
    I've tried to use the IUserMappingService and always run in an Null Pointer Exception.
    All needed Used DC references are set and the build and the deployment of the
    login module is possible without any errors.
    Best regards,
    Thomas

    I've debuged my JAAS login modul.
    The following objects are in accessable over my context object
    {broker=broker, com.sap.portal.pcm.collaborative.ipartstemplates={}, UME=UME, com.sap.workflow.es.portal.IKMCRoomService=com.sap.workflow.es.room.KMCRoomHelper@44c944c9, comp.sap.portal.fpn.marshallersrepository={com.sapportals.portal.workset=com.sap.portal.fpn.marshal.WorksetMarshaller@7cf07cf0, com.sapportals.portal.rolefolder=com.sap.portal.fpn.marshal.RoleFolderMarshaller@489b489b, com.sapportals.portal.operationmodifier=com.sap.portal.unification.semanticlayer.marshalling.OperationModifierMarshaller@1a1b1a1b, com.sapportals.portal.businessobject=com.sap.portal.unification.semanticlayer.marshalling.BusinessObjectMarshaller@1fc71fc7, com.sapportals.portal.layout=com.sap.portal.fpn.marshal.LayoutMarshaller@454f454f, com.sapportals.portal.role=com.sap.portal.fpn.marshal.RoleMarshaller@590e590e, com.sap.portal.obn.semanticlayer.businessobject.BusinessObject=com.sap.portal.unification.semanticlayer.marshalling.BusinessObjectNYMarshaller@68af68af, com.sap.portal.obn.semanticlayer.operation.IOperation=com.sap.portal.unification.semanticlayer.marshalling.OperationNYMarshaller@4f4a4f4a, com.sap.portal.pcm.admin.PlainFolderConverter=com.sap.portal.fpn.marshal.FolderMarshaller@284a284a, com.sapportals.portal.iview=com.sap.portal.fpn.marshal.IViewMarshaller@7ba37ba3, com.sapportals.portal.page=com.sap.portal.fpn.marshal.PageMarshaller@a100a10, com.sapportals.portal.operation=com.sap.portal.unification.semanticlayer.marshalling.OperationMarshaller@ece0ece}, WP=com.sapportals.portal.prt.core.resource.MultiPropertiesResource@3b213b21, ContentCatalog=ContentCatalog, Navigation=Navigation, PCD=PCD, com.sap.portal.obn=com.sap.portal.obn, com.sap.portal.usermanagement.usermanagement=com.sapportals.portal.prt.service.usermanagement.UserManagementService@60cc60cc, ProductionMode=true, AdHocWorkflowConnector=com.sap.workflow.es.portal.WFEWorkitemProvider@30d630d6, com.sap.ip.bi=com.sap.ip.bi, com.sapportals.portal.pcm.registeredServies=com.sapportals.portal.pcm.registeredServies, UniversalWorklistService=com.sap.netweaver.bc.uwl.core.portal.UWLPortalService@57e957e9, com.sap.portal.appintegrator=com.sap.portal.appintegrator, rtmf_messaging=com.sap.ip.collaboration.core.api.rtmf.core.RTMFMessaging@41af41af, com.sap.workflow.es.portal.IKMNotificationService=com.sap.workflow.es.portal.KMNotificationService@1daa1daa, com.sap.portal.pcm.collaborative.pagestemplates={}, runtime=runtime, Authenticator=com.sapportals.portal.prt.service.authenticationservice.AuthenticationService@756f756f, com.sap.workflow.es.portal.IKMAttachmentService=com.sap.workflow.es.portal.KMAttachmentService@9750975, unification=unification}
    The IUserMappingService is missing.  Any ideas?
    Best regards,
    Thomas

  • Web dynpro using a portal service

    Hello All,
    We are using the JDI.
    We want to use a portal service DC from a web dynpro DC.
    The web dynpro DC is part of a software component.
    When the portal service is a local DC it is working fine (except failing later on the CBS build)
    but when the service is part of a software component as well I get a runtime exception: a java.lang.NullPointerException.
    The WD sharing reference I'm using is: PORTAL:sap.com/<dc service prefix>.<service name>
    I assume that this is the right reference because without this exact phrase I get a java.lang.NoClassDefFoundError: com/sap/<name of service>
    <b>Does anybody know how to use a portal service that is part of software component?</b>
    Thanks a lot in advance, Adi.

    Thanks Bharathwaj , but I already solved my problem.
    The solution was  to change the next code line in the service client code :
    Idb_srv DB_Service = (Idb_srv) WDPortalUtils.getServiceReference(Idb_srv.KEY)
    to:
    Idb_srv DB_Service = (Idb_srv) WDPortalUtils.getServiceReference(""<PARFilename>.<service name>");
    Regards, Adi.

  • How to make use of Portal service in the web dynpro application

    hi
    I have some portal service and how to use that in the web dynpro application.
    and also what is the main diff between Portal Component and web dynpro application.
    do we required portal to run web dynpro application.
    thanks
    mmukesh

    Hi,
    >> I have some portal service and how to use that in the web dynpro application.
    Yes. U can use Portal service in webdynpro. Check the link given by subathra.
    >> and also what is the main diff between Portal Component and web dynpro application
    Portal Components are components designed to run in portal server while webdynpro application can run in J2EE WebAS.
    >> do we required portal to run web dynpro application.
    No for general cases. Just WebAS is sufficient to run webdynpro appl. But if u use portal service in ur webdynpro appl, then make sure both (portal service and webdynpro appl) run on same J2EE engine. That is mandatory.
    Regards,
    Vijai

  • How to use a portal service in portal component(DynPage)

    Hi,
    I have made a portal service and i want to use this in my portal component .
    Please tell me how can i use it.
    also can anyone tell me step wise creation of portal component and portal service and their connectivity by using a smalll example in which connectivity is done in Dynpage and using stored procedure .

    Hi,
    Check this link:
    [How to Create a Portal Component and a Portal Service Tutorial|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0b57e590-0201-0010-a29f-abd37a436f54?QuickLink=index&overridelayout=true]
    Thanks and Regards,
    Shyam

  • Using Novell Portal Services in Oracle Portal

    Hi,
    We're currently looking into several Portal solutions and I'd therefore like to know if the gadgets provided by Novell can be used in Oracle Portal?
    Regards,
    Henrik Neumann

    While there is no direct integration between the two, it is possible that you could write Oracle portlets that "wrap" the results of a Novell gadgets.

  • How to make use of the portal service "xsltransform"

    Hi all,
    I am using EP5 SP4 and is trying to create a component to do xml transformation by using the portal service "xsltransform". However when I run the code (which is reference to an example on web), the following error occured:
    javax.naming.NotContextException: broker should be a Context
         at com.sapportals.portal.prt.repository.AbstractHierarchicalContext.lookup(AbstractHierarchicalContext.java:139)
         at com.sapportals.portal.prt.repository.AbstractHierarchicalContext.lookup(AbstractHierarchicalContext.java:140)
         at com.sapportals.portal.prt.repository.AbstractHierarchicalContext.lookup(AbstractHierarchicalContext.java:74)
         at javax.naming.InitialContext.lookup(InitialContext.java:345)
         at com.mk.kmbrowserid.MkKmBrowseRID$MkKmBrowseRIDDynPage.doProcessBeforeOutput(MkKmBrowseRID.java:167)
    Here is my code:
    Hashtable env = new Hashtable();
         env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sapportals.portal.prt.registry.PortalRegistryFactory");
         InitialContext context = new InitialContext(env);
         IXSLTransformService xslTransService = (IXSLTransformService) context.lookup("/broker/services/"+IXSLTransformService.KEY);
         //retrieve the xsl file and put into string
         String line;
         StringBuffer styleSheet = new StringBuffer();
         IResourceContext resourceContext = new ResourceContext(myUser);
         IResourceFactory resFactory = ResourceFactory.getInstance();
    Where the problem is occured in line 167 "IXSLTransformService xslTransService = (IXSLTransformService) context.lookup("/broker/services/"+IXSLTransformService.KEY);"
    Do any one know how to solve this problem? And setting / config should be done before the service "xsltransform" can be used?
    Thanks
    Sam

    hi
    I need an example please....
    did any one use that FM
    Regards

  • Current Portal User in a Portal service

    Hi,
    I have created a Portal service which is exposed as a web service, serving to fetch current logged-in user in Portal.
    This web service has been called from a BSP program that which is exposed on Portal as an iView.
    The requirement is, when the user runs this BSP program from Portal, the program should call the Web Service and get the user who is currently using the page. This works fine except the Portal service always returns un:Guest user. I used below menthod to get the current logged in user:
    public String getLoggedinUser()
                IUser sapUser = UMFactory.getAuthenticator().getLoggedInUser();
                String uID = sapUser.getUniqueID();
                String[] users = uID.split("\\.");
                return users[users.length - 1];
    I checked for existing solutions in the forum but they work for a Portal component. How can I achieve the desired result using a Portal Service or otherwise ? Please help.
    Thanks,
    Aditya.

    Hi Aditya,
    Try below code -
    String _pmfKey = null;
    IPortalComponentRequest componentRequest =(IPortalComponentRequest) getRequest();
    IUserFactory userFactory = UMFactory.getUserFactory();
    IUser myUser =userFactory.getUser(componentRequest.getUser().getUniqueID());
    _pmfKey = myUser.getName();
    Regards,
    Sen

  • Portal Services

    I have created a portal service with 2 simple functionalities of adding and subtracting 2 numbers.
    I made this using NWDS and deployed it as a par file
    I have consumed this service by calling the methods in another portal application project.
    Now, I need to know:
    If someone asks me to make this a web service, why would they want it and how do I go about doing this in NWDS. How do I consume this web service in a new portal project.
    Would be glad if someone explained the steps to me.

    If you have the Portal Service and the other project in the same Portal server, why would you want to make a Web Service out of it and then consume it in Portal.
    Simplest would be to just use the Portal Service from your Portal Application.
    Coming back to your requirement, in order to consume a web service, it's again only possible to create another Portal Service that consumes the Web Service and then again, you'll have to call the newly created Portal Service (that has consumed the web service) from the Portal Project.
    You're of course making a round-about action of the simplest.
    Sol1: What's simple and best to do.
       1. Create a Portal Service X.
       2. Use the Portal Service X in your Portal Project Y.
    Sol2: This is what you are trying to do.
       1. Create a Portal Service X.
       2. Publish it as a Web Service A.
       3. Consume the Web Service A in Portal Service B.
       4. Use the Portal Service A in your Portal Project Y.
    Do you really want to do this?
    Regards,
    JP

  • Portal Service - java.lang.NoClassDefFoundError

    Hi all,
    I've a Web Dynpro project which uses a portal service we wrote.
    I added the service's name to the "Sharing References" of the project and the project runs.
    However, after each restart to the server I get 'java.lang.NoClassDefFoundError' for the portal service. Redeploying the service solves the problem until next restart...
    After doing a lot of checking I've came to the conclusion that the problem is in the initialization of the service in the component controller.
    The component controller has 3 methods. In each of this methods the service is called
    ISqlService sqlservice = (ISqlService)WDPortalUtils.getServiceReference(ISqlService.KEY);
    After commenting this lines and moving the initialization line to "begin others" segment the problem seems to be solved (I've done some restarts to the server and the application ran without a problem)
    My question is: if none of the methods of the controller is called on application startup then why do I get the java.lang.NoClassDefFoundError?
    Also, when does the Web Dynpro framework load the portal service? isn't it supposed to be first time the service is called?
    Regards,
    Omri

    Hi Umesh,
    Try declaring a runtime reference for the service you are using in the project properties.
    Please explore the options:
    Project properties -> WebDynpro References -> Service References & Sharing References
    For ex:In my application, i use KM functionality.Even though Ive KM jars in the classpath (as external lib DCs), I mentioned a runtime reference in "Sharing References" as PORTAL:sap.com/com.sap.km.application.
    Similarly, I remember seeing somewhere mentioning the service you're trying to access as a Service Reference in the DC properties.
    something like: PORTAL:mycompany.com/com.....MyService
    A common portal service that is used in WebDynpro DCs is URLGenerator service. Probably if you search on it, you might find a clue.
    Regards,
    Rajit Srinivas

  • What is Portal Service?

    Hi All,
           I want to use Portal Service in my WebDynpro Application. I don't know any thing about this. Can any body please give me some info about what is portal service and how to use Portal Service...
              Actually my requirement is to store data application wide. When i am searching in the forum for the same i found an useful link for this.
    Re: Application wide data
             In that Ravi Pasupathy answered for this and proposed a solution using Portal Services.
    Thanks in Advance,
    VJR.

    Hi,
    Portl services are used to integrate webdynpro app with Portal, You can access portal data or features using this portal services.
    see this
    Re: how to make use of Portal service in the web dynpro application
    Regards,
    Naga

  • EJB call Portal Service

    Hi everyone,
    I created a portal service and deployed it to the J2EE server.
    I also created an EJB and deployed it on the same J2EE server.
    Is it possible that the EJB can use the Portal Service ?
    Thanks.

    David,
    Actually, I just found a document that might be helpful. Please check if <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/42/9ddd0cbb211d72e10000000a1553f6/frameset.htm">this</a> fits into your scenario.
    Best regards,
    Vladimir

  • How to reflect the use of a custom cert in an unattended setup of FIM R2 SP1 Portal & Service?

    Hi,
    When doing an
    unattended installation of FIM Portal & Service there is a parameter that indicates the certificate subject name to generate: 'CERTIFICATE_NAME'.
    But, the GUI-based setup shows a choice:
    Select a certificate located in the local certificate store
    Generate a new self-issued certificate
    How do I accomplish a selection from the local certificate store through an unattended install?
    It seems that for instance using 'CERTIFICATE_NAME=MyCustomFIMCert' does not search the store first but creates an additional self-issued certificate with exactly the same name; in the msi installer log it then complaints that the installer
    found certificates with the same name.
    Anyone any tips how to deal with this behavior?
    THANKS :-)
    Danny Alvares, Senior Technology Consultant

    Here's the full PowerShell script.
    # FIM Service & Portal MSI & Setup# See: http://technet.microsoft.com/en-us/library/hh322863(v=ws.10).aspx
    $FIMServicePortalMsi = "`"C:\FIMSetup\Service and Portal\Service and Portal.msi`""
    $FIMServicePortalInstallDir = "`"C:\Program Files\Microsoft Forefront Identity Manager\2010`""
    $FIMServicePortalSetupLog = "`"C:\FIMSetup\FIMServicePortalSetup_Log.txt`""
    $FIMServiceCustomCertificateName = "fimservice.domain.local"
    $FIMADDLOCAL = "CommonServices,WebPortals"
    $FIMSQMOPTINSETTING = 0
    $FIMSQLSERVER_SERVER = "dbFIMService" # REQUIRED
    $FIMSQLSERVER_DATABASE = "FIMService"
    $FIMEXISTINGDATABASE = 0
    $FIMMAIL_SERVER = "exch.domain.local" # REQUIRED
    $FIMMAIL_SERVER_USE_SSL = 0
    $FIMMAIL_SERVER_IS_EXCHANGE = 1
    $FIMPOLL_EXCHANGE_ENABLED = 0
    # $FIMCERTIFICATE_NAME = "ForefrontIdentityManager" # IMPORTANT: WHEN USING A CUSTOM CERTIFICATE USE THUMBPRINT
    $FIMCERTIFICATE_THUMBPRINT = (dir Cert:\LocalMachine\My | where {$_.subject -match $FIMServiceCustomCertificateName}).thumbprint
    $FIMSERVICE_ACCOUNT_NAME = "svcFIMservice" # REQUIRED
    $FIMSERVICE_ACCOUNT_PASSWORD = "********" # REQUIRED
    $FIMSERVICE_ACCOUNT_DOMAIN = "DOMAIN" # REQUIRED
    $FIMSERVICE_ACCOUNT_EMAIL = "[email protected]" # REQUIRED
    $FIMSERVICE_MANAGER_SERVER = "" # FIM Reporting Service Management Server
    $FIMSYNCHRONIZATION_SERVER = "fimsync.domain.local" # REQUIRED
    $FIMSYNCHRONIZATION_SERVER_ACCOUNT = "DOMAIN\svcFIMsyncservice"
    $FIMSERVICEADDRESS = "fimservice.domain.local" # DO NOT USE LOCALHOST OR HTTP(S) PREFIX
    $FIMSHAREPOINT_URL = "https://fimportal.domain.local"
    $FIMREGISTRATION_PORTAL_URL = ""
    $FIMFIREWALL_CONF = 1 # Ports 5725, 5726
    $FIMSHAREPOINTUSERS_CONF = 1
    $FIMREQUIRE_REGISTRATION_INFO = 0
    $FIMREGISTRATION_ACCOUNT_NAME = ""
    $FIMREGISTRATION_ACCOUNT_DOMAIN = ""
    $FIMREQUIRE_RESET_INFO = 0
    $FIMRESET_ACCOUNT_NAME = ""
    $FIMRESET_ACCOUNT_DOMAIN = ""
    #MSI Argument list
    $FIMArguments = @("/i", $FIMServicePortalMsi, "/qn", "INSTALLDIR=$FIMServicePortalInstallDir", "ADDLOCAL=$FIMADDLOCAL", "SQMOPTINSETTING=$FIMSQMOPTINSETTING", "SQLSERVER_SERVER=$FIMSQLSERVER_SERVER", "SQLSERVER_DATABASE=$FIMSQLSERVER_DATABASE", "EXISTINGDATABASE=$FIMEXISTINGDATABASE", "MAIL_SERVER=$FIMMAIL_SERVER", "MAIL_SERVER_USE_SSL=$FIMMAIL_SERVER_USE_SSL", "MAIL_SERVER_IS_EXCHANGE=$FIMMAIL_SERVER_IS_EXCHANGE", "POLL_EXCHANGE_ENABLED=$FIMPOLL_EXCHANGE_ENABLED", "CERTIFICATE_THUMBPRINT=$FIMCERTIFICATE_THUMBPRINT", "SERVICE_ACCOUNT_NAME=$FIMSERVICE_ACCOUNT_NAME", "SERVICE_ACCOUNT_PASSWORD=$FIMSERVICE_ACCOUNT_PASSWORD", "SERVICE_ACCOUNT_DOMAIN=$FIMSERVICE_ACCOUNT_DOMAIN", "SERVICE_ACCOUNT_EMAIL=$FIMSERVICE_ACCOUNT_EMAIL", "SERVICE_MANAGER_SERVER=$FIMSERVICE_MANAGER_SERVER", "SYNCHRONIZATION_SERVER=$FIMSYNCHRONIZATION_SERVER", "SYNCHRONIZATION_SERVER_ACCOUNT=$FIMSYNCHRONIZATION_SERVER_ACCOUNT", "SERVICEADDRESS=$FIMSERVICEADDRESS", "SHAREPOINT_URL=$FIMSHAREPOINT_URL", "REGISTRATION_PORTAL_URL=$FIMREGISTRATION_PORTAL_URL", "FIREWALL_CONF=$FIMFIREWALL_CONF", "SHAREPOINTUSERS_CONF=$FIMSHAREPOINTUSERS_CONF", "REQUIRE_REGISTRATION_INFO=$FIMREQUIRE_REGISTRATION_INFO", "REGISTRATION_ACCOUNT_NAME=$FIMREGISTRATION_ACCOUNT_NAME", "REGISTRATION_ACCOUNT_DOMAIN=$FIMREGISTRATION_ACCOUNT_DOMAIN", "REQUIRE_RESET_INFO=$FIMREQUIRE_RESET_INFO", "RESET_ACCOUNT_NAME=$FIMRESET_ACCOUNT_NAME", "RESET_ACCOUNT_DOMAIN=$FIMRESET_ACCOUNT_DOMAIN", "/l*", $FIMServicePortalSetupLog)Clear-Host
    "Installing FIM Portal & Service..."
    $InstallExitCode = (Start-Process -FilePath msiexec.exe -ArgumentList $FIMArguments -Wait -Passthru).ExitCodeif ($InstallExitCode -eq 0) {"Installation successful."}else {"Installation failed with code $InstallExitCode. Check Windows Event Viewer for errors."}
    Danny Alvares, Senior Technology Consultant

  • Use of synchronized keyword with portal services

    Hi,
    Can you confirm me if it is true that a portal service is a Singleton? I mean, when using an instance variable of a portal service I am able to set the value of the instance variable using one client app and get it afterwards using another client app. So we are talking about the same and only instance of the portal service, right?
    If this is true how can I synchronize the access to a portal's service method? I tried to mark
    the method syncronized (in the interface) but then I realized that this issues a compiler error because one can not mark an interface method synchronized. So can I mark the implementation class instead? That is, can I leave the interface without the synchronized keyword for the method and still mark the implementation of the method in the service class as syncronized? Does this work?
    Thanks in advance,
    Diz

    Hi,
    Portal service is not a Singleton, as the name says a service is just provider for services which does not save state between two requests/applications.
    So if you want to save state, then use some session variables to save it.
    In a cluster installation, each server node has its own portal services, so if you save state in service, then your application should save this state on all servers of the cluster.
    So you should change your approch.
    http://help.sap.com/saphelp_nw70/helpdata/en/e3/fab74247e2b611e10000000a155106/frameset.htm
    Greetings,
    Praveen Gudapati
    [Points are always welcome for helpful answers]

  • Calling Portal Service using result as Java Bean Model impossible?

    Hello folks,
    we try to achieve to call a portal service (working) which gives as a result a list of object of type com.foo.Report. We want to make use of this class as a model class, so we have the class as a model node in the context. The class itself is part of the service DC.
    Unfortunately at run time it gives us a NoClassDefFound Exception of com.foo.Report.
    As the com.foo.Report is part of the same DC as the service, it is no option to add the PAR public part to the used DCs of the WD DC because then there is this type conflict when we call the service (service look up). Or am I wrong and this is the way to do it? I mean I struggled quite a while to get the service look up right and needed to remove all the PAR/lib used DCs from the used DCs of the WD Project, when I got it working this Model error came up. I also tried to put the Model class in a separate DC but that caused the same error.
    how is it possible to call a Portal service from WD and using it's return vale as a Model class
    our system iis 7.0.17
    best
    Stefan

    Hi,
    Refers the following docs..
    EJBs in Web Dynpro Application Using Wrapper Class
    Here Java Bean Model used in web dynpro.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00be903b-8551-2b10-c28a-8520400c6451
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1f5f3366-0401-0010-d6b0-e85a49e93a5c
    Accessing database table using EJB and web dynpro
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70929198-0d36-2b10-04b8-84d90fa3df9c
    Oracle Connectivity with EJB using WebDynpro Application
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/wdjava/oracle%2bconnectivity%2bwith%2bejb%2busing%2bwebdynpro%2bapplication
    Hope it will help u.
    thanks
    Abhilasha

Maybe you are looking for

  • New windows open like Tabs but no address bar

    Hello, After upgrading to Firefox 4, when I open a new browser window, it displays as a new tab. But with the tab under all the toolbars, the address bar missing, and my bookmarks gone. Back, forward, and reload buttons are not functional. I have to

  • How to i get the songs on my shuffle to be in alphabetical order by song name?

    My songs at the moment are ordered in alpha order by artist and i can figure out how to make it ordered by song name. If you can help please be as specific and detailed as possible this is my first apple product.

  • Recommendations Needed

    Greetings! My company deals in PDFs. We send them to clients to be reviewed via our website. They download/print them, mark them up, and fax them back. We call the client, discuss the changes, then make the changes. The process repeats until we get a

  • What am I losing when I see individual color clipping in Camera Raw?

    I hope this is the right place to leave this question as it's probably more about color than a technical question about PS. I have enough knowledge of color theory to be dangerous, as they say. I am adjusting some landscape images taken in RAW mode w

  • Biztalk new Project Open Error

    I have installed Biztalk 2009 on Windows 2008 SP2 , and Visual Studio 2008 SP1. When I try to create a new Biztalk Project with Empty Biztalk Project Template i am getting the following error. The error states that MSBuild\Microsoft\Biztalk\Biztalkc.