Using FREE-SELECTIONS_DIALOG in Web Dynpro

Hi Experts,
I want to transfer a report whicht uses the FREE_SELECTION_DIALOG Function into Web Dynpro.
Is it possible to use this function with Web Dynpro?
The aim is to generate a list on the left side of the screen with different attributes from a dictionary table.
By clicking on an attribute it should open the select-options for this field. The inputs should be saved.
In the End I want to select data from a list that fit to all of the inputs.
Thanks for any ideas!
Martin

any help..

Similar Messages

  • How to use a CAS in web dynpro with NWDS 7.0

    Hi, all.
            I implemented a cas project (some entity services and application services). Now I want to use it in a web dynpro project.
    I know how to do that with NWDS 7.1, but it seems  something differernt with NWDS 7.0.
    Can  anyone give me a hand?  Thanks.

    hi
    CAF Core project comes with a sub-project WebDynpro.
    You can implement business logic using CAF Core Service ,integrate it in WebDynpro UI.
    1)Select your CAF project root , right click on it and select u201CCreate Web Dynpro Modelu201D from the context menu.
    2) Switch to the Web Dynpro Perspective
    3)You can find  the CAF Core services have been generated and are available to the WebDynpro component.
        you can find caf services under modelclasses of webdypro project .
    4)Then you proceed with creating component etc..
    Regards
    sowmya.

  • Using .properties file in web dynpro

    Hi,
    I am having a requirement. I have to create a .properties file and I have to use it in my web dynpro application. How can I do that? Any help...
    Thanks & Regards,
    Raj

    Hi,
    Go to the navigator view...select src\Components\<ComponentName> and create create a .properties file.
    You can read the  configuration file in your webdynpro app as follows
    IWDConfiguration configuration =
          WDConfiguration.getConfigurationByName(
            wdComponentAPI.getDeployableObjectPart(),
            "<<>>");
    http://help.sap.com/saphelp_nw04/helpdata/en/b8/aa343e32ff1033e10000000a114084/frameset.htm
    Regards, Anilkumar
    Message was edited by:
            Anilkumar Vippagunta

  • Using macromedia flex in web dynpro

    how can i use flash object in web dynpro for displaying charts instead of using the webdynpro default charts .
    i want to use from NWSD not through the portal ..

    Hi Valery,
    I didn't say that it is the only solution. But this could be one of the solutions. Now, it depends on the requirement whether need to use it or not.
    Hi Yashpal,
    No need to use WDURLGenerator service. You can directly give flash object name which you have imported in mimes->components-><package>.
    Regards,
    Bhavik

  • Using External java within web dynpro DC

    Hi
    I'm new in web dynpro and I'm facing a problem.
    I'm doing a web dynpro DC application and I want to use some external java classes I have created into my DC. But I don't really know how to do it, I tried EJB but I don't exactly how it works.
    by the way, I was using a stand along web dynpro before and this worked fine, I just needed to create a package within my web dynpro project with all my class architecture to have them directly. but now with the DC stuff, it's not the same at all. so please help
    thanks

    Hi
    Better you create a Java Development component and add all your java classes to that DC and build it.
    Create a webdynpro DC to develop front end and add the java DC in used DC's of your Webdynpro DC.
    This is the way you can use the java classes effectively with out redundancy.
    If you create a package inside a normal webdynpro project, then you can not reuse them later in other webdynpro proj
    Go with SAP component model by creating 2 development components one for java and other for webdynpro and define the reusability (Used DC's) in DC Metadata.
    Regards
    Kalyan

  • Error when using Adobe form in Web Dynpro..

    I created an adobe form and gave the form name in template source property of interactive form in web dynpro component.The context node used in that form is automatically created. I pass value to that node using set_static_attributes. When I run the application I am getting an error msg 'Node <node name> does not contain any elements'.Can someone tell me how to solve this problem?

    Dear friend,
    Check the Below link
    https://www.sdn.sap.com/irj/sdn/adobe?rid=/webcontent/uuid/24b9e126-0b01-0010-e098-f46384fad9f3

  • How to change the Portal Password using a link from Web dynpro application

    Hello Everybody,
    I have a requirement to change the user password from a web dynpro application which is available on a mobile device. Firstly User will log into the portal through a mobile device and after getting authenticated user will be redirected to the mobile application. Within this mobile application there will be a link to change the login password(Portal login). Can somebody tell me how can i change the portal login password from a link available within the mobile application. Looking forward for a suitable reply.
    Thanks to all,
    Regards,
    Saby.

    Hi Maksim,
    Thanks for your reply..but i would also like to know can we directly use the Change Password Iview "persoUserPassword" from the portal. Can i directly Pass the URL of this iview from the portal to a "Change Password" link in the web dynpro application, so that when the user click this link he should be able to see this Iview on his/her mobile device and should be able to change the password from there. But i dont know whether this iview will appear properly on the mobile device or we have to have a custom web dynpro application for this purpose...Please reply with a suitable answer.
    Thanks in advance.
    Regards,
    Sarabjeet Singh.

  • Problems in using EP API in web dynpro

    Hi all,
    I am using of the UME API of EP in my web dynpro application. I have inlcuded the 'com.sap.security.jar' file in my build path and did a local build and deployed the application on my development system, it works well. But while moving the same to the quality system, while activating it is throwing syntax errors saying the classes that i have used are undefined. The same erros come even when i do a DC level build.
    I have tried including the jar file in the 'lib' folder of the DC, even then, i dont get any errors when i build it locally, where as there are errors while doing a DC level build.
    Please tell me if there is any way of including this jar file some where so that it does not throw any erros in DC level build and also while activating.
    Regards,
    Narahari

    Hi Ravi,
    Sorry for the late reply.
    I inlcuded the security.jar file. but still i get the following errors,Please advice :-+
            Enumeration enum = store.aliases();
                        ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\ticket\TicketVerifier.java:392: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    (try -source 1.5 to use 'enum' as a keyword)
            while(enum.hasMoreElements()) {
                  ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\ticket\TicketVerifier.java:393: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    (try -source 1.5 to use 'enum' as a keyword)
                alias = (String)enum.nextElement();
                                ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\IAuthentication.java:3: package javax.servlet.http does not exist
    import javax.servlet.http.*;
    ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\IAuthentication.java:31: cannot find symbol
    symbol  : class HttpServletRequest
    location: interface com.sap.security.api.IAuthentication
         public IUser forceLoggedInUser(HttpServletRequest req, HttpServletResponse resp);
                                           ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\IAuthentication.java:31: cannot find symbol
    symbol  : class HttpServletResponse
    location: interface com.sap.security.api.IAuthentication
         public IUser forceLoggedInUser(HttpServletRequest req, HttpServletResponse resp);
                                                                   ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\IAuthentication.java:42: cannot find symbol
    symbol  : class HttpServletRequest
    location: interface com.sap.security.api.IAuthentication
         public IUser getLoggedInUser(HttpServletRequest req, HttpServletResponse resp);
                                         ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\IAuthentication.java:42: cannot find symbol
    symbol  : class HttpServletResponse
    location: interface com.sap.security.api.IAuthentication
         public IUser getLoggedInUser(HttpServletRequest req, HttpServletResponse resp);
                                                                 ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\IAuthentication.java:51: cannot find symbol
    symbol  : class HttpServletRequest
    location: interface com.sap.security.api.IAuthentication
         public void logout(HttpServletRequest req,HttpServletResponse resp);
                               ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\IAuthentication.java:51: cannot find symbol
    symbol  : class HttpServletResponse
    location: interface com.sap.security.api.IAuthentication
         public void logout(HttpServletRequest req,HttpServletResponse resp);
                                                      ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\IAuthentication.java:68: cannot find symbol
    symbol  : class HttpServletRequest
    location: interface com.sap.security.api.IAuthentication
         public void forceLogoffUser(HttpServletRequest req, HttpServletResponse resp, String url);
                                        ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\IAuthentication.java:68: cannot find symbol
    symbol  : class HttpServletResponse
    location: interface com.sap.security.api.IAuthentication
         public void forceLogoffUser(HttpServletRequest req, HttpServletResponse resp, String url);
                                                                ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSEObject.java:3: package iaik.asn1 does not exist
    import iaik.asn1.ASN1Object;
                     ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSEObject.java:8: cannot find symbol
    symbol  : class ASN1Object
    location: interface com.sap.security.api.keystore.secudePSEObject
        public ASN1Object getObject   ();
               ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\PKList.java:3: package iaik.x509 does not exist
    import iaik.x509.X509Certificate;
                     ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\PKList.java:4: package iaik.asn1.structures does not exist
    import iaik.asn1.structures.Name;
                                ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\PKList.java:16: cannot find symbol
    symbol  : class Name
    location: interface com.sap.security.api.keystore.PKList
        public void     removeCertificate (Name subject);
                                           ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\PKList.java:21: cannot find symbol
    symbol  : class X509Certificate
    location: interface com.sap.security.api.keystore.PKList
        public void     addCertificate (X509Certificate cert);
                                        ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:10: package iaik.asn1 does not exist
    import iaik.asn1.SEQUENCE;
                     ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:11: package iaik.asn1 does not exist
    import iaik.asn1.ASN1Object;
                     ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:12: package iaik.asn1 does not exist
    import iaik.asn1.DerCoder;
                     ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:13: package iaik.asn1 does not exist
    import iaik.asn1.SET;
                     ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:14: package iaik.asn1 does not exist
    import iaik.asn1.INTEGER;
                     ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:15: package iaik.asn1 does not exist
    import iaik.asn1.OCTET_STRING;
                     ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:16: package iaik.asn1 does not exist
    import iaik.asn1.ObjectID;
                     ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:17: package iaik.asn1 does not exist
    import iaik.asn1.PrintableString;
                     ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:18: package iaik.asn1 does not exist
    import iaik.asn1.UTCTime;
                     ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:19: package iaik.x509 does not exist
    import iaik.x509.X509Certificate;
                     ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:20: package iaik.asn1.structures does not exist
    import iaik.asn1.structures.Name;
                                ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:42: cannot find symbol
    symbol  : class INTEGER
    location: class com.sap.security.api.keystore.secudePSE
        static INTEGER  integer       = new INTEGER (2);
               ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:43: cannot find symbol
    symbol  : class ObjectID
    location: class com.sap.security.api.keystore.secudePSE
        static ObjectID oid           = new ObjectID ("1.2.840.113549.3.7", "", "");
               ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:44: cannot find symbol
    symbol  : class OCTET_STRING
    location: class com.sap.security.api.keystore.secudePSE
        static OCTET_STRING os        = new OCTET_STRING (new byte [] { 0x00, 0x00,
               ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:48: cannot find symbol
    symbol  : class PrintableString
    location: class com.sap.security.api.keystore.secudePSE
        static PrintableString user   = new PrintableString ("SYSTEM");
               ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:49: cannot find symbol
    symbol  : class INTEGER
    location: class com.sap.security.api.keystore.secudePSE
        static INTEGER  integer2      = new INTEGER (1);
               ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:50: cannot find symbol
    symbol  : class SEQUENCE
    location: class com.sap.security.api.keystore.secudePSE
        static SEQUENCE oidseq        = new SEQUENCE ();
               ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:198: cannot find symbol
    symbol  : class ObjectID
    location: class com.sap.security.api.keystore.PKListImpl
        private static ObjectID pkloid  = new ObjectID ("1.3.36.2.6.1", "", "");
                       ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:201: cannot find symbol
    symbol  : class ASN1Object
    location: class com.sap.security.api.keystore.PKListImpl
        private ASN1Object  asn   = null;
                ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:213: cannot find symbol
    symbol  : class X509Certificate
    location: class com.sap.security.api.keystore.PKListImpl
        public void     addCertificate (X509Certificate cert)
                                        ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:223: cannot find symbol
    symbol  : class ASN1Object
    location: class com.sap.security.api.keystore.PKListImpl
        public synchronized ASN1Object getObject   ()
                            ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:261: cannot find symbol
    symbol  : class Name
    location: class com.sap.security.api.keystore.PKListImpl
        public void removeCertificate (Name subject)
                                       ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:261: removeCertificate(java.lang.String) is already defined in com.sap.security.api.keystore.PKListImpl
        public void removeCertificate (Name subject)
                    ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\logon\ILogonAuthentication.java:3: package javax.servlet.http does not exist
    import javax.servlet.http.*;
    ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\logon\ILogonAuthentication.java:44: cannot find symbol
    symbol  : class HttpServletRequest
    location: interface com.sap.security.api.logon.ILogonAuthentication
        public javax.security.auth.Subject logon (HttpServletRequest req, HttpServletResponse resp, String authscheme)
                                                  ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\logon\ILogonAuthentication.java:44: cannot find symbol
    symbol  : class HttpServletResponse
    location: interface com.sap.security.api.logon.ILogonAuthentication
        public javax.security.auth.Subject logon (HttpServletRequest req, HttpServletResponse resp, String authscheme)
                                                                          ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\logon\WebCallback.java:8: package javax.servlet.http does not exist
    import javax.servlet.http.HttpServletRequest;
                              ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\logon\WebCallback.java:9: package javax.servlet.http does not exist
    import javax.servlet.http.HttpServletResponse;
                              ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\logon\WebCallback.java:20: cannot find symbol
    symbol  : class HttpServletRequest
    location: class com.sap.security.api.logon.WebCallback
        private HttpServletRequest  request;
                ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\logon\WebCallback.java:21: cannot find symbol
    symbol  : class HttpServletResponse
    location: class com.sap.security.api.logon.WebCallback
        private HttpServletResponse response;
                ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\logon\WebCallback.java:45: cannot find symbol
    symbol  : class HttpServletRequest
    location: class com.sap.security.api.logon.WebCallback
        public void setRequest(HttpServletRequest request) {
                               ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\logon\WebCallback.java:54: cannot find symbol
    symbol  : class HttpServletRequest
    location: class com.sap.security.api.logon.WebCallback
        public HttpServletRequest getRequest() {
               ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\logon\WebCallback.java:90: cannot find symbol
    symbol  : class HttpServletResponse
    location: class com.sap.security.api.logon.WebCallback
        public HttpServletResponse getResponse() {
               ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\logon\WebCallback.java:99: cannot find symbol
    symbol  : class HttpServletResponse
    location: class com.sap.security.api.logon.WebCallback
        public void setResponse(HttpServletResponse response) {
                                ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\permissions\ValuePermission.java:6: package com.sap.engine.lib.logging does not exist
    import com.sap.engine.lib.logging.LoggingHelper;
                                      ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\session\ISSOSession.java:3: package javax.servlet.http does not exist
    import javax.servlet.http.*;
    ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\session\ISSOSession.java:24: cannot find symbol
    symbol: class HttpSession
    public interface ISSOSession extends HttpSession
                                         ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\session\SessionFactory.java:6: package javax.servlet.http does not exist
    import javax.servlet.http.HttpServletRequest;
                              ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\session\SessionFactory.java:7: package javax.servlet.http does not exist
    import javax.servlet.http.HttpServletResponse;
                              ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\session\SessionFactory.java:68: cannot find symbol
    symbol  : class HttpServletRequest
    location: class com.sap.security.api.session.SessionFactory
        public        abstract ISSOSession      getSSOSession (HttpServletRequest req,
                                                               ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\session\SessionFactory.java:69: cannot find symbol
    symbol  : class HttpServletResponse
    location: class com.sap.security.api.session.SessionFactory
                                                                HttpServletResponse resp);
                                                                ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\ticket\TicketVerifier.java:29: package iaik.x509 does not exist
    import iaik.x509.X509Certificate;
                     ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\ticket\TicketVerifier.java:30: package iaik.asn1.structures does not exist
    import iaik.asn1.structures.Name;
                                ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\ticket\TicketVerifier.java:31: package iaik.asn1 does not exist
    import iaik.asn1.ObjectID;
                     ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\ticket\TicketVerifier.java:32: package iaik.pkcs does not exist
    import iaik.pkcs.*;
    ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\ticket\TicketVerifier.java:376: cannot find symbol
    symbol  : class X509Certificate
    location: class com.sap.security.api.ticket.TicketVerifier
        public abstract X509Certificate getSignerCertificate()
                        ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\ticket\TicketVerifier.java:453: cannot find symbol
    symbol  : class PKCSParsingException
    location: class com.sap.security.api.ticket.TicketVerifier
                   PKCSParsingException,
                   ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\ticket\TicketVerifier.java:478: cannot find symbol
    symbol  : class X509Certificate
    location: class com.sap.security.api.ticket.TicketVerifier
        public static X509Certificate findCert(X509Certificate[] certs, Name issuer, BigInteger serial)
                                               ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\ticket\TicketVerifier.java:478: cannot find symbol
    symbol  : class Name
    location: class com.sap.security.api.ticket.TicketVerifier
        public static X509Certificate findCert(X509Certificate[] certs, Name issuer, BigInteger serial)
                                                                        ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\ticket\TicketVerifier.java:478: cannot find symbol
    symbol  : class X509Certificate
    location: class com.sap.security.api.ticket.TicketVerifier
        public static X509Certificate findCert(X509Certificate[] certs, Name issuer, BigInteger serial)
                      ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\ticket\TicketVerifier.java:510: cannot find symbol
    symbol  : class X509Certificate
    location: class com.sap.security.api.ticket.TicketVerifier
        public static boolean verifyCertificate (X509Certificate[] certs, X509Certificate test, boolean verifyChain)
                                                 ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\ticket\TicketVerifier.java:510: cannot find symbol
    symbol  : class X509Certificate
    location: class com.sap.security.api.ticket.TicketVerifier
        public static boolean verifyCertificate (X509Certificate[] certs, X509Certificate test, boolean verifyChain)
                                                                          ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\ticket\TicketVerifier.java:570: cannot find symbol
    symbol  : class Name
    location: class com.sap.security.api.ticket.TicketVerifier
        public static Name newName(String country, String loc, String org, String orgUnit, String commonName) {
                      ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\umap\IUserMappingData.java:8: package javax.xml.soap does not exist
    import javax.xml.soap.SOAPMessage;
                          ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\umap\IUserMappingData.java:82: cannot find symbol
    symbol  : class SOAPMessage
    location: interface com.sap.security.api.umap.IUserMappingData
        public void enrich (SOAPMessage msg)
                            ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\umap\IUserMappingData.java:82: enrich(java.util.Properties) is already defined in com.sap.security.api.umap.IUserMappingData
        public void enrich (SOAPMessage msg)
                    ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\UMFactory.java:26: package com.sap.engine.lib.logging does not exist
    import com.sap.engine.lib.logging.LoggingHelper;
                                      ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:42: cannot find symbol
    symbol  : class INTEGER
    location: class com.sap.security.api.keystore.secudePSE
        static INTEGER  integer       = new INTEGER (2);
                                            ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:43: cannot find symbol
    symbol  : class ObjectID
    location: class com.sap.security.api.keystore.secudePSE
        static ObjectID oid           = new ObjectID ("1.2.840.113549.3.7", "", "");
                                            ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:44: cannot find symbol
    symbol  : class OCTET_STRING
    location: class com.sap.security.api.keystore.secudePSE
        static OCTET_STRING os        = new OCTET_STRING (new byte [] { 0x00, 0x00,
                                            ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:48: cannot find symbol
    symbol  : class PrintableString
    location: class com.sap.security.api.keystore.secudePSE
        static PrintableString user   = new PrintableString ("SYSTEM");
                                            ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:49: cannot find symbol
    symbol  : class INTEGER
    location: class com.sap.security.api.keystore.secudePSE
        static INTEGER  integer2      = new INTEGER (1);
                                            ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:50: cannot find symbol
    symbol  : class SEQUENCE
    location: class com.sap.security.api.keystore.secudePSE
        static SEQUENCE oidseq        = new SEQUENCE ();
                                            ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:88: cannot find symbol
    symbol  : class SET
    location: class com.sap.security.api.keystore.secudePSE
            SET      set= new SET ();
            ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:88: cannot find symbol
    symbol  : class SET
    location: class com.sap.security.api.keystore.secudePSE
            SET      set= new SET ();
                              ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:89: cannot find symbol
    symbol  : class UTCTime
    location: class com.sap.security.api.keystore.secudePSE
            UTCTime  utc= new UTCTime ("020101000000Z");
            ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:89: cannot find symbol
    symbol  : class UTCTime
    location: class com.sap.security.api.keystore.secudePSE
            UTCTime  utc= new UTCTime ("020101000000Z");
                              ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:90: cannot find symbol
    symbol  : class SEQUENCE
    location: class com.sap.security.api.keystore.secudePSE
            SEQUENCE outerSequence = new SEQUENCE ();
            ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:90: cannot find symbol
    symbol  : class SEQUENCE
    location: class com.sap.security.api.keystore.secudePSE
            SEQUENCE outerSequence = new SEQUENCE ();
                                         ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:91: cannot find symbol
    symbol  : class SEQUENCE
    location: class com.sap.security.api.keystore.secudePSE
            SEQUENCE otherSequence = new SEQUENCE ();
            ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:91: cannot find symbol
    symbol  : class SEQUENCE
    location: class com.sap.security.api.keystore.secudePSE
            SEQUENCE otherSequence = new SEQUENCE ();
                                         ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:111: cannot find symbol
    symbol  : variable DerCoder
    location: class com.sap.security.api.keystore.secudePSE
            DerCoder.encodeTo (outerSequence, os);
            ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:171: cannot find symbol
    symbol  : class X509Certificate
    location: class com.sap.security.api.keystore.secudePSE
                    pklist.addCertificate (new X509Certificate (new FileInputStream (args[1])));
                                               ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:198: cannot find symbol
    symbol  : class ObjectID
    location: class com.sap.security.api.keystore.PKListImpl
        private static ObjectID pkloid  = new ObjectID ("1.3.36.2.6.1", "", "");
                                              ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:230: cannot find symbol
    symbol  : class SEQUENCE
    location: class com.sap.security.api.keystore.PKListImpl
            SEQUENCE s = new SEQUENCE ();
            ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:230: cannot find symbol
    symbol  : class SEQUENCE
    location: class com.sap.security.api.keystore.PKListImpl
            SEQUENCE s = new SEQUENCE ();
                             ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:231: cannot find symbol
    symbol  : class PrintableString
    location: class com.sap.security.api.keystore.PKListImpl
            PrintableString str = new PrintableString (name);
            ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:231: cannot find symbol
    symbol  : class PrintableString
    location: class com.sap.security.api.keystore.PKListImpl
            PrintableString str = new PrintableString (name);
                                      ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:232: cannot find symbol
    symbol  : class SET
    location: class com.sap.security.api.keystore.PKListImpl
            SET     ss = new SET ();
            ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:232: cannot find symbol
    symbol  : class SET
    location: class com.sap.security.api.keystore.PKListImpl
            SET     ss = new SET ();
                             ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:240: cannot find symbol
    symbol  : class SEQUENCE
    location: class com.sap.security.api.keystore.PKListImpl
                SEQUENCE cert = (SEQUENCE)
                ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:240: cannot find symbol
    symbol  : class SEQUENCE
    location: class com.sap.security.api.keystore.PKListImpl
                SEQUENCE cert = (SEQUENCE)
                                 ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:241: cannot find symbol
    symbol  : class X509Certificate
    location: class com.sap.security.api.keystore.PKListImpl
                                  ((X509Certificate)certs.get (keys.nextElement())).toASN1Object();
                                    ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\keystore\secudePSE.java:258: cannot find symbol
    symbol  : variable DerCoder
    location: class com.sap.security.api.keystore.PKListImpl
            return DerCoder.encode (asn);
                   ^
    C:\Documents and Settings\Narahari_Vedula\.dtc\1\DCs\bp.com\securityAPI\_comp\src\packages\com\sap\security\api\permissions\ValuePermission.java:28: cannot find symbol
    symbol  : variable LoggingHelper
    location: class com.sap.security.api.permissions.ValuePermission
         private static Category cat = Category.getCategory(LoggingHelper.SYS_SECURITY, "Usermanagement");
                                                               ^
    Note: * uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    Regards,
    Narahari

  • Using Java Model In Web Dynpro

    Hi
    I have  a Java Bean. I have created a JAR file for this DC. A public Part si created for this DC and the JAr file has been added to it.
    In the Web Dynpro DC, i add it in the used DCs. But when i go for Add Used Components, iam not able to see it there. And also when i am creating a model by selecting Import JavaBean Model, and selecting the Public Parts of the USed DCs Option, it gives "No Java Beans available for Import" message.
    Can anyone please help in this regard, as to how the java bena model is to be used.
    Thanks & regards,
    Anupreet

    hi,
    just check out some of these links, i guess they points to your problem,
    Doubt in creating a java Bean Model
    /people/anilkumar.vippagunta2/blog/2005/09/02/java-bean-model-importer-in-web-dynpro
    Importing a java bean model from another DC
    Expose EJB through Java Bean model importer in Web Dynpro
    hope it helps
    regards

  • Using external libraries in Web Dynpro DCs

    Hi,
    I've followed the example in the following blog for using external libraries in my Web Dynpro (WD) DCs:
    /people/valery.silaev/blog/2005/09/14/a-bit-of-impractical-scripting-for-web-dynpro and some other messages in the forums. However, it isn't working exactly as described in the blog. I have to twist it a bit to get it work. I were wondering if anyone has any better solution for this problem?
    The senario is like this:
    - External libraries: a.jar, b.jar
    - WD DCs: wd1, wd2 in that wd1 and wd2 are both using external libraries a.jar and b.jar; wd1 is a library DC that can be reused in wd2.
    According to the example in the blog, the following steps are carried out:
    - Step 1. Create an external library DC, add a.jar and b.jar to public part "ExternalLibs" as described in the blog.
    - Step 2: Create, build, deploy “J2EE Server / Library” DC. (Add reference to the public part of the external library DC as a used DC, with both Build-time and Run-time dependency).
    - Step 3: Create WD DC wd1, add used DCs and WD reference libraries as described in the blog. Add WD components as public part. Build and deploy WD DC wd1.
    All are ok so far!
    - Step 4: Create WD DC wd2, add used DCs and WD reference libraries as before. Try to build and FAIL!
    The error occurs here because wd2 cannot access to the classes in the external libraries, similar to the problems described in thread Re: Problems with deploying a JAR file.
    I've found a workaround, although quite tedious and cumbersom, but it works. My solution so far is:
    - Round 1: Perform those 4 steps above, but in step 1, after adding the jars to the public part "ExternalLibs", set the property of the public part "purpose" to "compilation", then build and deploy all other DCs accordingly.
    - Round 2: Change the public part "ExternalLibs" property to "assembly", then bulid and deploy all other DCs again.
    And now I can reuse the external libraries in my WD DCs as well as WD DCs as library in other WD DCs.
    I know it's not an elegant solution. So I were wondering if the experts out there can help me with better solutions?
    Many thanks in advance for your help.
    Regards,
    Van
    Edited by: Van Hai Ho on Dec 18, 2007 3:30 PM
    Edited by: Van Hai Ho on Dec 18, 2007 3:31 PM

    Hi Pascal,
    Thank you so much for your help. Your suggestion has helped to make my life a lot easier.
    Regards,
    Van

  • Using External Library in Web Dynpro - Error

    Hello,
    I want to use an external library in a web dynpro. I use WAS 6.40 SP12.
    1. I have created an dc web dynpro app
    2. I have created an dc external library app
    3. I have importet the jar to the external library
    4. I have published the jar as public part
    5. I have imported the public part to web dynpro
    If I build the project I get no error. If I deploy an run the project then I get an error stacktrace:
    java.lang.NoClassDefFoundError: com/sap/netweaver/bc/rf/util/uuid/UUID
    NoClassDefFoundError - I think the jar-file was not deployed. What is wrong?
    Greetings
    Thomas

    Hi THomas,
    Please explain how you are adding the jars into the publicpart of the Libary DC.
    You need to create 2 public parts .
    1. Assembly
    2. Compilation
    You need to add your jar to above two public parts.
    Then you need to add above two publicparts to your webdynpro application.
    Regards, Anilkumar

  • Using EJB Model in Web Dynpro

    I have to redeploy my EJB.ear (used as a Web Dynpro model) everytime the J2EE server is started (only the first time), after which My Web Dynpro program continues to work. In other words, the following code in my Command Bean is not successful without redeploying the EJB.ear for some reason. Can someone please tell me what I am doing wrong ?
    home = (MyLocalHome) context.lookup("localejbs/MySessBean");

    Walter, thanks for the reply.  When I checked the EJB Container in VA after starting up the J2EE server, my EJB shows a blue check mark already with the START button grayed out (STOP button is active).  So I would think the EJB is started already...  HOWEVER, I noticed that when I hit the DEPLOY button there, I see a warning message popping up which says :  "This Application hasn't J2EE modules, so it cannot be loaded. Proceeding with Deploy".  I go ahead and finish the Deploy and then my EJB works.  It seems I am not including a module when I deploy it ?
    Paul

  • Attach to Mail using FileUpload UI in Web dynpro Java

    Hi,
    I need to send a file from my system as attachment with a mail in a web dynpro java application.
    I am trying to implement it by uploading the file to server using FileUpload UI and then sending the file as attachment
    using java mail api which is not working at the moment.
    Can anyone please suggest possible solution for this. Is there anyother approach to implement this?
    -- Arnab

    I am using the following code to upload the file. Its not showing any error only the mail is sent without the attachment.
        IPrivateFormView.IFileUploadElement element = wdContext.currentFileUploadElement();
        InputStream text = null;
        int temp=0;
        try{
             File file = new File(element.getFilename().getResourceName());
             FileOutputStream out = new FileOutputStream(file);
             if(element.getFilename()!= null){
                  text = element.getFilename().read(false);
                  while((temp = text.read()) != -1){
                       out.write(temp);
             out.flush();
             out.close();
             String filePath = file.getAbsolutePath();
             wdContext.currentContextElement().setAttachFileExtension(filePath);
              msg.reportSuccess("File:" + filePath);
        }catch(Exception e){
    And the following code to attach the file to mail
              MimeBodyPart bodyPart = null;
              Multipart mp =  new MimeMultipart();
              try {
                   bodyPart = new MimeBodyPart();
                   bodyPart.setContent("Attached Mail","text/plain");
                   mp.addBodyPart(bodyPart);
                   //FileDataSource fds = new FileDataSource("http://dcwwdvsaprt02:50000/irj/go/km/docs");
                   MimeBodyPart attachmentBodyPart = new MimeBodyPart();
                   //attachmentBodyPart.setDataHandler(new DataHandler(fds));
                   URL URLattachedFileName = new URL(wdContext.currentContextElement().getAttachFileExtension());
                   attachmentBodyPart.setDataHandler(new DataHandler(URLattachedFileName));
                   attachmentBodyPart.setFileName("Attachment");
                   mp.addBodyPart(attachmentBodyPart);
              } catch (Exception e1) {
                   // TODO Auto-generated catch block
                   e1.printStackTrace();

  • Use KM-Content for Web Dynpro

    Hi,
    is there a way to access KM-Content data from Web Dynpro Applications?
    Thanks in advance
    Karsten

    Hi Karsten
    There are km apis for this.Using this you can access the contents of the KM folders. This following link is very helpful.
    http://sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    Select project no 26 (Using Knowledge Management API) from the above link.
    Regards
    Geogi

  • Using portal theme in web dynpro tables

    We are currently running EP6 (NW04).  Is there a way to make our java web dynpro table ui elements use the portal theme?  All tables appear blue unless they are checked as readonly in which case they are white. 
    I see there is a TableCellDesign ui element, but that is not available until NW04s and we are not there yet.
    Please assist. (and thank you!)
    Jeff Karls

    hi
    You are right about NW04s portal theme editor and we are able to change colour
    the tablecelleditor ui. But as far as i remember i was able to change properties like selected cell colour, non selected cell colour and mulitselected cell colour.
    However if you are not able to change it in EP 6.0 (NW04) then use the webdynpro themes. I suppose you will be able to do everything there.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d2b1d790-0201-0010-25b7-d1fb059a8ad9">How to edit webdynpro themes</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/1e/535d420447e054e10000000a155106/frameset.htm">Setting the theme in Visual admin</a>
    Hope it helps.
    regards
    LNV

Maybe you are looking for

  • "Cannot play video - The Connected display is not supported" error message using Netflix 5.0.2 on my iPad

    I'm running iOS 7.0.3 on my iPhone 4S and iPad (3rd gen) and have just upgraded to the current version of the Neflix app available in the Canadian App Store (5.0.2). Although all other apps I've tried (e.g. Podcast, VLC) are able to properly output v

  • Please help, 3rd gen works fine, 2nd gen not recognized

    My wife & daughter got a 3rd gen ipod for xmas, they are working fine, but my sons 2nd gen ipod is not recognized by the computer or itunes. Nor will it charge, & now to top it off the battery appears to be dead so i cannot reset, restore, or anythin

  • Open File in a Servlet-Method

    Hi @ all, I want to open a simple textfile in my Servlet-Java Method on a Resin Aplication Server. But I don't know how I have to build my path. I actually don't know on which plattform the Resin is running (not I set up the Resin), but I think its a

  • MacBook Pro being slow without visible reason

    I've got a 13-inch MacBook Pro from 2012, with OS X 10.8.4. It's being so slow that I can't even access Internet and it takes a painfully long time to access Word or any of my files. As for memory, there are 361 GB free of 499 GB. The idle CPU is at

  • PI 2.0 - Interface bulk configuration - Interface Roles

    Hi, I did some research on how to use CLI configuration template do bulk configure Ports depending on their Port description. I found the Interface Role definition located in "Design --> Shared Policy Objects" which seemed perfect to be used inside a