Need jar for PersistentSSLInfo & SSLClientUtil

can anyone tell me which jar contain weblogic.wsee.jaxws.sslclient.PersistentSSLInfo & weblogic.wsee.jaxws.sslclient.SSLClientUtil.
Thanks

weblogic.jar file contain following classes weblogic.wsee.jaxws.sslclient.PersistentSSLInfo & weblogic.wsee.jaxws.sslclient.SSLClientUti

Similar Messages

  • Need *.Jar for KM Developement

    Hi All,
    I would appreciate if anyone could send me the *.jar files for KM Development which needs to be intergrated in to NWDS.
    My Mailid is [email protected] , Thank you

    Hi,
      U can get all the jars for KM development from ur EP server itself. Search for km.jar inside this folder.
    <local_drive>\usr\sap\<instance>\JC00\j2ee\cluster\ server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\
    Hope that helps.
    Regards,
    Harini S

  • Need jar for javax.xml.xquery package

    Dear all,
    I am working on XQuery. So, I am using javax.xml.xquery class. I need to download the jar. Please let me know where can I download the jar file.
    Thanking you,
    Sridhar

    Hi,
    Please check following links.
    http://java.sun.com/xml/downloads/jaxp.html
    http://java.sun.com/j2se/1.5.0/docs/api/
    Thanks,
    Tuhin

  • Need jar for javax.xml.xquery

    Dear all,
    I am working on XQuery. So, I am using javax.xml.xquery class. I need to download the jar. Please let me know where can I download the jar file.
    Thanking you,
    Sridhar

    Hi,
    Please check following links.
    http://java.sun.com/xml/downloads/jaxp.html
    http://java.sun.com/j2se/1.5.0/docs/api/
    Thanks,
    Tuhin

  • Where can i fing .jars for these? Help me

    Hi all!
    I need to convert XmlToPdf using java program.
    I need to add some jars to my project classpath.
    I need .jars for these:
    org.apache.avalon.framework.*;
    org.apache.avalon.framework.logger.*;
    org.apache.fop.apps.*;
    Thanka a lot in advance!

    Hi Ganesh,
    Check out this link to download the jar...
    http://archive.apache.org/dist/xml/fop/binaries/fop-0.20.5-bin.zip
    Regards,
    Uma
    (PS : Reward Helpful answers)

  • Need WebLogic.jar for download

    I need WebLogic.jar for development .Kindly let me no from where can i get?

    Go to support.oracle.com
    Search for document id 763603.1
    OR
    edelivery.oracle.com and use the BEA WebLogic Media Pack
    Did you try creating a wlfullclient.jar?
    http://download.oracle.com/docs/cd/E14571_01/web.1111/e13717/jarbuilder.htm#BABCGHFH

  • Deployment Issues, Different  Jars for Diff Java in one application.

    HI,
    I need to put classpath (Jars) for my WEB-INF/classes. Different Jars for Diff files in one application.
    The problem is , for one ofmy application, the lib files are x.jar and y.jar , x is older than y but have same
    lib files. in x and y, there is one class , r.java , which have a method method1(). whey they are doing modifications in y.jar , the r.java has changed to new vertion, the method method1() they re-written the body.
    My application have 5 java files, in which 2 files uses r.java imported from the x.jar earlier.
    Now we need to use y.jar because , the y.jar have more files added with good futures. But the earlier 2 files are giving exception if i use y.jar.
    I need solution for this. how can i put classpath for the 2 files to use the x.jar and other files to use y.jar in the same application.
    I am using a Tomcat 4 server. only Servlets, JSPs I am using.
    Thank you,
    Kiran

    I may be missing something here, is y.jar a newer version of x.jar? And if it is do you need x.jar at all? Are there classes in x.jar that do not exist in y.jar? Can you modify your application to provide the same functionality and only use y.jar?

  • How to use two different ojdbc14.jar for two web application.

    Hi,
    I have two web application running in same tomcat, I need to use the two different ojdbc14.jar for two application, now both are taking the jars from tomcat common/lib directory, I tried copying the new ojdbc14.jar in web-inf/lib folder of one application, but it is not working.
    Could you please let me know whether this will take the jar from tomcat by befault or from web-inf, and a solution how to proceed with this.
    Thanks in advance.

    Yes, I tried removing the jars from common/lib, but as the connection string is mentioned inside the server.xml it is showing db connection error while trying to connect to the database

  • What are the needed tools for JDBC???

    iam new to this field, i want to know what are the required tools for JDBC??
    i know that i need java.sql and javax.sql packages, but how can i get them???
    what about the drivers???
    thnx in advance

    You need to go to the vendor's web site such as Oracle and download the jar file for that particular database. Example: ojdbc14.jar for an oracle database and copy it to the 'lib' folder of your project and then include it with your project. Within that jar file, you will have datasource, preparedStatement, resultSet objects. You will need to read up on how to instansiate the datasource for that database from the vendor's documentation.

  • Including External JARs for Java Application in OC4J

    Hi Experts,
    Here is my requirement.
    I have developed my Java application using Tomcat Server & Eclipse. In my application I have used some External JARs & imported the classes in my JSP.
    Now that I'm using OC4J Server instead of Tomcat I'v no clue as to where I have copy these External JARs for my application to work.
    I have installed OBIEE-Client which includes OC4J server. The path where I have placed my application is as below
    *"C:\OracleBI\oc4j_bi\j2ee\home\default-web-app"*
    If I run my application the server does not import the classes in the JSP which we include using Import statement using JSP tags (*ex* - <%@ page import = "org.apache.commons.fileupload.*"%>).
    This is the location which I found, where I need to put my Java-J2EE application. This OC4J_BI comes with OBIEE.
    Kindly help me out on where to place these External JARs exact location in OC4J.
    Also let me know if I have to alter any configuration/xml file (if so pls specify the file name & its location).
    Thanks in advance,
    Venky

    You can either include the external libraries in the application, by placing them into WEB-INF/lib, or you can import them into the server as "shared libraries", normally you'd use the "enterprise manager" application to do this. Having loaded a shared library you then add it to the classpath when you're deploying the application.

  • SSL Cert used to sign Jars for distribution via WebStart

    Hi,
    I have an SSL cert (Comodo InstallSSL) for my website and wondered if I can use it to sign jars so, when distributed via webstart, the old "untrusted source" message doesn't get displayed. I've been doing a lot of reading but, to be honest, I can't really find my bearings! I have imported the cert into my keystore but get the message when I try to sign a jar:
    Certificate chain not found for: myalias  myalias must reference a valid KeyStore key entry containing a private key and corresponding public key certificate chain.I have the following files in relation to my cert:
    xxx.cabundle (this can be imported into keytool easily)
    cert/xxx.crt (looks like a PGP file, cannot be imported (-import) into keytool)
    private/xxx.key
    My questions I suppose are:
    1. Can I use a cert issued for SSL to sign jars for webstart distribution?
    2. If yes to 1; what steps other than importing the cert alone (which generates the message above) do I need to do to achieve this?
    Any help would be appreciated!
    Rich

    Hi,
    yes, the pkcs12 certificate includes the private key, as opposed to pb7 which does not.
    Sent from Cisco Technical Support Android App

  • Adf bc jar for base entity classes and extending them existing  project

    Hi,
    I am using jdev 11.1.1.0 and have created a base workspace/project and adf jar for my base entity classes.
    1. I can consume this base adf bc jar in a separate new consuming workspace and create VO based on base bc classes or create new EOs that extend base bc entity classes.
    2. Furthermore, for an existing consuming project that earlier included src/ of base entity (BC components), i can remove the dependency on bc source and bring in this new adf jar and everything including the view controller and the service/datacontrol works fine.
    The issue i am running into is as follows.
    - In the existing project (#2) above i try to create a couple of entities based on entities in my base jar; associations are automatically brought in. Note i am not overriding any attributes. My intent here is to generate .java and implement some code.
    - I then try to make my existing VOs based on the newly extended entity (VO overview->Entity Objects-> Shuttle NewEntity from Available to Selected)
    - I then try to remove the old EO from selected under VO overview->Entity Objects->Shuttle OldEntity from Selected back
    - I get a warning dialog box that says something to the effect that some viewlinks are dependent on these old EOs in this consuming project.
    - I tried to laboriously analyzed dependencies and it this dialog box does not make any sense as I have already extended EOs and the tooling should be able to let me use these
    My questions
    - Why I am not able to remove old entities from VO dependencies
    - Is it ok to leave the old EOs in "Selected" along with the newly extended EO ? What are the implications for this?
    - I also thought about extending base associations, but did not go anywhere.
    In general, I am ok with consuming an ADF BC jar that has entities etc. but not clear about removing dependencies of base EOs on VOs when entities are extended and consumed in a pre-existing project that used base entities.
    I can send a project if any PM is willing to take a look at it.
    Thanks,
    ps:
    I have already gone over the following info
    http://technology.amis.nl/blog/215/organization-of-bc4j-domain-eo-and-business-vo-package
    .. wants to create an enterprise data model in BC4J, reflecting the Enterprise Data Model set up in the RDBMS. All (or at least most) business rules will be implemented in the Middle Tier – to take the load of the database and also allow developers not comfortable with PL/SQL to define and maintain the business rules. It is clear that this means that all applications that need to access – and manipulate – the database, need to go through the BC4J foundation layer. Martijn wants to define the Entity Objects – and their business rules – only once and share that definition between different projects. Each projects can create its own ViewObjects on top of these shared Enterprise Entity Objects.
    http://radio-weblogs.com/0118231/2005/09/29.html
    I am currently working on a project for a partner where we will be using ADF BC as our model layer for a large application. In order to keep the footprint of each application module down to a reasonable size, we are intending to create a number of separate 'root' application modules for each functional area of the application. Within, these 'root' application modules we will then use nested application modules to further partition the application. All of the application modules will be accessing the same datasource and will need access to the same database objects.
    In order to separate our code between the development team and into function areas, our initial thoughts were that we would create an ADF BC model project containing Entity Objects for all of the database tables e.t.c. as these are common amongst all functional areas. We have configured all of the EOs for validation rules, defaulting values and extending doDML() as appropriate. Happy at this stage we then created a simple .jar file to deploy all of the definitions. Upon creating a new ADF BC project for each functional area we added the jar file as a library import into the new project. However when we the tried to create some new View Objects via the JDev Wizard we were unable to see the imported Entity Objects.
    Is the only way to share Entity Object definitions between different ADF BC projects to manually copy the source definition files into the new projects src directory? Since this would mean multiple copies of the same components, it could prove to be a maintenance nightmare.Is there a way of doing it without creating multiple copies of the same object definitions?
    The developer is spot on in their ideas of layering and reuse, and even has created a library for their reusable entities. This last step is not something everyone thinks to do. The missing step is known as "importing" components, so with that one extra bit of knowledge under his belt, he should be able to do exactly what he envisions. My little article called Difference Between Adding and Importing Business Components tries to explain the difference and gives the menu options to choose to perform the importing.
    Difference between adding and importing BC4J
    http://radio-weblogs.com/0118231/stories/2005/08/11/differenceBetweenAddingAndImportingBusinessComponents.html
    Working with Libraries of Reusable Business Components
    http://download.oracle.com/docs/cd/B32110_01/web.1013/b25947/bcadvgen.htm#CHEFECGD

    Hi,
    since you followed the OC4J developer guide I think this question might be better handled there as well
    OC4J
    So in case you don't get an answer here on the forum, try it on the OC4J forum
    Frank

  • Needed classes for sap connector framework

    Hello,
    when i installed sap netweaver developer studio 2.0.5 i become all needed classes for sap connector framework?
    Or i have to install the pdk? What are in the pdk for developer studio because the needed wizards are there (portal, sap connector ...)
    Thanks,
    Frank

    Torben, try to use class finder plugin as described here /people/maksim.rashchynski/blog/2006/08/14/the-story-about-how-2-eclipse-plugins-helped-me-to-make-a-lot-of-points-on-sdn-forum
    To save you some time:
    C:\usr\sap\J2E\JC00\j2ee\cluster\server0\bin\ext\tcconnconnectorframework\*.jar
    C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\com.sapportals.connectors.sap\connector\connectors\SAPCFConnector.rar\SAPCFConnector.jar

  • Mapdef.jar  for mapviewer 10.1.2: where is it ?

    Good morning
    I need to have the file mapdef.jar for mapviewer version 10.1.2.
    I don't find it anywhere in the ORACLE site
    Thank for jour help
    Giuseppe AUTORE
    [email protected]

    Hi Giusepper,
    It is because Map Definition tool is not supported by Oracle anymore. They have produced new tool for managing metadata - MapBuilder, this tool have wider functionality and better user interface. Try to use it.
    Regards,
    Andrejus

  • Single or Universal Jar for JWSDP 2.0?

    Hello,
    JWSDP is comprised of many separate technologies, each with their own set of jars. I have not been able to find a single or universal jar in the distribution that I can easily deploy. One might obviously want a client jar, and a server jar. I would also like the client and server versions of the universal jar for for either standalone OR Tomcat deployment.
    Does anyone know if such universal jars exist, or will I be forced to create my own? If so, is there a list of jars that one would need to include to create a universal deployment jar?
    Thank You,
    Eric

    Hey my friend, in JWSDP2.0 I think there is no such universal jar. In each package they got its own lib dir, where you dont have all the jar files neccessary for that package. you have to move sonme jar here and there.SinceJWDSP2.0 is a new release, their distribution is little mess.
    Since I am now playing with JAX WS I can give you the list of jar file required for you to work properly with JAXWS example code and others.
    jaxb-api.jar
    jaxb-impl.jar
    jaxb-xjc.jar
    jaxws-api.jar
    jaxws-rt.jar
    jsr181-api.jar
    resolver.jar
    saaj-api.jar
    saaj-impl.jar
    Cheers
    Rajesh R

Maybe you are looking for

  • How to Access the  XI_AF_MSG table

    Hi Experts, I request you to please let meknow that how can I access the different JAVA tables like XI_AF_MSG table or the AUDIT tables. Actualy my requirement is to trace the audit log for a  particular message ID in the Adapter Engine.This audit tr

  • Guestbook in iWeb

    Hi all, I've been messing about with iWeb for about 12 months and really struggled to find a way to insert a guestbook, Today I managed to do it! I followed this guys recommendations: http://web.me.com/toad.hall/Demo_3/GuestBook.html My guestbook is

  • Css export produces no results

    I have made a pretty simple layout with  a few 3 slices and I can not get anything to export at all. The page is blank?!?!?! I had updated Fireworks to 10.0.3 and the CSS export files before this started. I waited 2 years for this functionality. I lo

  • Please tell me how to zoom(approach) the text block knowing its coordinates

    an array (x, y) points Should be closer to the point with coordinates (x1, y1) Please tell me how to do this?

  • Anybody can explain composite modes in detail please?

    looking around the web i cannont find any where that explains composite modes in detail! any links please to some good web sites that explain a little about each one and how they are used please? i understand screen, overlay, multiply etc but i would