WEBLOGIC Jar Files

Dear Friends,
1) What all jar  files  required in XI Server to Connect  for  WEBLOGIC  Server  (  The Queue is in Weblogic Server..From SAP XI  we are connecting  with the help of JMS Adapter using  JNDI )
2) Should  we deploy  any JAR file  in WEBLOGIC  server  side
3) Should we deploy  any Jar files  related to JMS in our  XI Server.
Thanks for your time and effort.
Regards
Agasthuri Doss

Thanks Shabarish,
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bf4b1055-0d01-0010-32a3-b3848d77a6b9
We have did  it  and crossed  checked twice.
Any Comments  Shabarish
Regards
Agasthuri Doss

Similar Messages

  • Weblogic.jar file location in  CC&B Media

    Hi Guys
    Can anyone let me know the weblogic.jar file location in CC&B 2.2 media.
    Thanks
    Aleem

    vinod hadlee wrote:
    Hi,
    We use weblogic 8.1 for our development purpose... and mostly work on ejb's. Every time a new ear file is created and deployed we need to specify the jar files needed to run that application in server classpath.... is there any alternate way so that v can avoid specifying these jar files in server classpath...One alternative is you could bundle the jars in the EAR itself in APP-INF/lib.
    Gerald

  • Creating a weblogic.jar file?

    I am looking to minimize my client size java app, which makes use of EJBs.
    I am using the verboseToZip utility that is described at:
    http://www.weblogic.com/docs51/techdeploy/verbosetozip.html
    It has reduced the size of the jar from 35MB to about 700K. The application
    has problems starting up, however. I get the exception shown below. Any
    idea what this means? I looked in the jar file, and sure enough there are
    classes in a directory named: com/rsa/jsafe. The error occurs when getting
    the EJB home object (at the start of the application).
    Thanks,
    Mike
    ------------------------------------------Exception-------------------------
    Exception in thread "main" java.lang.NoClassDefFoundError:
    COM/rsa/jsafe/JSAFE_InvalidUseException
    at
    weblogic.security.WLMessageDigest.getInstance(WLMessageDigest.java:53)
    at
    weblogic.security.MD5RandomBitsSource.seed(MD5RandomBitsSource.java:56)
    at weblogic.rjvm.LocalRJVM.<init>(LocalRJVM.java:108)
    at weblogic.rjvm.LocalRJVM.getLocalRJVM(LocalRJVM.java:85)
    at weblogic.rjvm.RJVMManager.getLocalRJVM(RJVMManager.java:89)
    at weblogic.rjvm.RJVMManager.initialize(RJVMManager.java:78)
    at weblogic.kernel.Kernel.ensureInitialized(Kernel.java:137)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:182)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:195)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:148)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:123)
    at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
    at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:198)
    at
    com.ecocap.daemon2.dbthread.setupContextAndObjects(dbthread.java:1064)
    at com.ecocap.daemon2.dbthread.<init>(dbthread.java:48)
    at com.ecocap.daemon2.DaemonFrame.<init>(DaemonFrame.java:45)
    at com.ecocap.daemon2.daemon.<init>(daemon.java:27)
    at com.ecocap.daemon2.daemon.main(daemon.java:184)

    Don,
    Thanks for responding so quickly. You are correct - I am on Windows. I
    didn't realize it was a case sensitivity problem. Anyway, I took your third
    option, since it was the least painful for me and everything worked.
    Thanks,
    Mike
    "Don Ferguson" <[email protected]> wrote in message
    news:[email protected]...
    Let me guess: this is on Windows. I bet the problem concernscase-insensitive
    file names. When creating the client jar, a "com" directory was created.When
    it came time for the COM directory, Windows just treated it as equivalentto
    "com". However java does not. There are a variety of solutions:
    a) use Unix to build the client jar
    b) use ant to extract the appropriate subset of classes from weblogic.jarwhen
    creating the client.jar (bypassing the filesystem).
    c) move the COM stuff to a separate directory tree, and use somecombination of
    jar -C or jar -u to create the client.jar.
    Don
    Michael DiChiappari wrote:
    I am looking to minimize my client size java app, which makes use of
    EJBs.
    I am using the verboseToZip utility that is described at:
    http://www.weblogic.com/docs51/techdeploy/verbosetozip.html
    It has reduced the size of the jar from 35MB to about 700K. Theapplication
    has problems starting up, however. I get the exception shown below.Any
    idea what this means? I looked in the jar file, and sure enough thereare
    classes in a directory named: com/rsa/jsafe. The error occurs whengetting
    the EJB home object (at the start of the application).
    Thanks,
    Mike
    ------------------------------------------Exception-------------------------
    Exception in thread "main" java.lang.NoClassDefFoundError:
    COM/rsa/jsafe/JSAFE_InvalidUseException
    at
    weblogic.security.WLMessageDigest.getInstance(WLMessageDigest.java:53)
    at
    weblogic.security.MD5RandomBitsSource.seed(MD5RandomBitsSource.java:56)
    at weblogic.rjvm.LocalRJVM.<init>(LocalRJVM.java:108)
    at weblogic.rjvm.LocalRJVM.getLocalRJVM(LocalRJVM.java:85)
    at weblogic.rjvm.RJVMManager.getLocalRJVM(RJVMManager.java:89)
    at weblogic.rjvm.RJVMManager.initialize(RJVMManager.java:78)
    at weblogic.kernel.Kernel.ensureInitialized(Kernel.java:137)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:182)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:195)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:148)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:123)
    at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
    at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:198)
    at
    com.ecocap.daemon2.dbthread.setupContextAndObjects(dbthread.java:1064)
    at com.ecocap.daemon2.dbthread.<init>(dbthread.java:48)
    at com.ecocap.daemon2.DaemonFrame.<init>(DaemonFrame.java:45)
    at com.ecocap.daemon2.daemon.<init>(daemon.java:27)
    at com.ecocap.daemon2.daemon.main(daemon.java:184)

  • Workshop missing WebLogic jar files

    Hello,
    I am new to WebLogic and Workshop (version 8.1.4). We are taking over a production code base from a vendor and have attempted to do a build of the .ear file. The build fails with errors. Looking into this, it appears the IDE does not know about the quoted portion of the following import lines:
    Package com.bea contains no member package or type of this name. “com.bea.wli”
    import com.bea.wli.control.dynamicProperties.DynamicPropertiesDocument.DynamicProperties;
    import com.bea.wli.control.dynamicProperties.EmailControlPropertiesDocument;
    import com.bea.wli.control.dynamicProperties.EmailControlPropertiesDocument.EmailControlProperties;
    import com.bea.wli.control.dynamicProperties.FileControlPropertiesDocument;
    Package com.bea contains no member package or type of this name. “com.bea.data”
    import com.bea.data.RawData;
    The vendor stated that the .jar files might be located on the actual licensed WebLogic server? To reduce the time of this effort, could someone tell me the specific .jar files to go after?
    Thank you very much
    Robert

    I should clarify further that the copy of Workshop we are using was pulled down from the archive of BEA downloads. We do not have access to a copy of Workshop as configured by the vendor. Additionally, looking at the *.work file for the Application and comparing the .jar files to my Weblogic (local) install the following are missing:
    ../../../../bea/weblogic81/server/lib/wli.jar;
    ../../../../bea/weblogic81/portal/lib/wps_system.jar;
    ../../../../bea/weblogic81/p13n/lib/p13n_system.jar;
    ../../../../bea/weblogic81/portal/lib/netuix/system/netuix_system.jar;
    My assumption is the issue has to do with the wli.jar above. Can someone tel me where a copy can be obtained?
    thank you,
    Robert

  • Weblogic Classes / Jar files

    Is there place that list the classes for a particular weblogic jar file? Right now a developer asked me what .jar file does this class, weblogic.logging.NonCatalogLogger, live in. The only way I know how to find out is to unjar each jar file until I find it. Is there an easier way?
    Thanks.

    you can use jarscan tool
    http://it.cybergav.in/2009/09/30/scanning-jars-with-jarscan/

  • Can not find weblogic_sp.jar file after installed weblogic

    I just installed weblogic server (using weblogic610sp2_win.exe file) on my windows
    2000 pro box. Everything looks fine but I can not find the < weblogic_sp.jar >
    file. I noticed some guys met same problem but no answer.
    can you help me ?

    Hi.
    Don't worry about it.
    The reference to weblogic_sp.jar is a leftover from previous methods for updating
    service packs. Nowadays when you install a service pack it is integrated into the
    weblogic.jar file. If you have any doubts about your server version after installing
    or applying a service pack you should check the server version via the console
    (Servers|<server name>|Monitoring|Versions). Your version string should look
    something like: "WebLogic Server 6.1 SP2 12/18/2001 11:13:46 #154529"
    Regards,
    Michael
    Leo wrote:
    I just installed weblogic server (using weblogic610sp2_win.exe file) on my windows
    2000 pro box. Everything looks fine but I can not find the < weblogic_sp.jar >
    file. I noticed some guys met same problem but no answer.
    can you help me ?--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Adding weblogic.jar in BPM enterprise 10.3.1

    Hi I am loking to add weblogic.jar file into enterprise I have added jar file in enterprise_home/lib folder but it is not recognizing from there can anybody suggest where is the exact place.
    If I am adding as an external resource in studio and trying deploy the exp file it is saying The attachment size exceeds the allowable limit of 10000000 bytes.
    in the process admistrator.
    Please help me it is urgent.
    Thanks

    Hi YE,
    If you are deploying BPM on a Weblogic Server you'll find your workspace on the following url
    http://localhost:7001/workspace
    This is because the all the jar services are deployed to the WLS. You can monitor if it is installed by going into the Process administrator -> Engines -> J2EE jar deployment (or something)
    There you'll find all the jars that are/can be deployed. If you make any changes using the BPM admin center configuration don't forget to recreate and redeploy the jar file.
    Hope this helps.
    Kind regards
    Nils

  • RMI problem with weblogic.jar

    We have a pure Java client that connects to the Weblogic server.
    While trying to connect we receive the error message below.
    I have unjarred the weblogic.jar file and discovered that the
    Stub.class is actually in weblogic/rmi/extensions/server/
    while it expects it to be in weblogic/rmi/extensions .
    Is there a fix for this as we are trying to upgrade from a previous version of weblogic and go live in Jan.
    Thanks
    Dave F
    java.lang.NoClassDefFoundError: weblogic/rmi/extensions/Stub(

    I'd suggest that you run the vm with the debug flag (-verbose) and see where the classes are being loaded; and examine the classpath to determine where the old jar or classes are occurring.
    Rita wrote:
    We have re-jarred the Stub.class and put it under weblogic/rmi/extensions, but when the java app runs, it still tries to look in weblogic/rmi/extensions/server. So, I think somewhere in the weblogic.jar, the path specified is still weblogic/rmi/extensions. Do you know what need to be done?
    Thanks,
    Rita
    Eduardo Ceballos <[email protected]> wrote:
    Yes, please regenerate your stub classes. That is, re-run rmic or ejbc.
    David Furlong wrote:
    We have a pure Java client that connects to the Weblogic server.
    While trying to connect we receive the error message below.
    I have unjarred the weblogic.jar file and discovered that the
    Stub.class is actually in weblogic/rmi/extensions/server/
    while it expects it to be in weblogic/rmi/extensions .
    Is there a fix for this as we are trying to upgrade from a previous version of weblogic and go live in Jan.
    Thanks
    Dave F
    java.lang.NoClassDefFoundError: weblogic/rmi/extensions/Stub(

  • Certicom provider no longer in weblogic.jar in WLS 8.1?

    In Weblogic 7.1, we had an jndi authenticator class for SSL with this line of code to add a security provider:
    java.security.Security.addProvider(new com.certicom.ecc.jcae.Certicom());
    The com.certicom.ecc.jcae.Certicom() class was included in the 7.1 weblogic.jar file. It is no longer part of the 8.1 weblogic.jar file. What should this be replaced with?
    Thanks...

    In Weblogic 7.1, we had an jndi authenticator class for SSL with this line of code to add a security provider:
    java.security.Security.addProvider(new com.certicom.ecc.jcae.Certicom());
    The com.certicom.ecc.jcae.Certicom() class was included in the 7.1 weblogic.jar file. It is no longer part of the 8.1 weblogic.jar file. What should this be replaced with?
    Thanks...

  • Required jar files to execute WLSTInterpreter.execfile

    Hi,
      I am trying to automate Domain creation and deployment of application via script file. I have written the commands in a file called createDomain.py. I would like to execute this script file through java code. What are all the jar files required to be in class path to execute this script. I have included initially weblogic.jar file and later got one another after another while including the required jar files. Looks like there are too many jar files to be included in class path which i am not sure. Is there any simple way of executing this script file from java code.
    Below is the code to execute the script file:
    WLSTInterpreter interpreter = new WLSTInterpreter();
    interpreter.execfile("/home/user0/createMNDomain90.py");
    Another question is whats the best way to automate execution of this file.

    if you execute the setWLSEnv.sh you can see the CLASSPATH settings, for Example:
    [oracle@vSLLGM132 ~]$ source setWLSEnv.sh
    CLASSPATH=/opt/oracle/product/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/JAVA/jdk/lib/tools.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic.jar:/opt/oracle/product/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/webservices.jar:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/opt/oracle/product/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/opt/oracle/product/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/JAVA/jdk/lib/tools.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic.jar:/opt/oracle/product/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/webservices.jar:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/opt/oracle/product/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/opt/oracle/product/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/JAVA/jdk/lib/tools.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic.jar:/opt/oracle/product/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/webservices.jar:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/opt/oracle/product/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/opt/oracle/product/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/product/JAVA/jdk/lib/tools.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/weblogic.jar:/opt/oracle/product/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/opt/oracle/product/Middleware/wlserver_10.3/server/lib/webservices.jar:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/opt/oracle/product/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:
    PATH=/opt/oracle/product/Middleware/wlserver_10.3/server/bin:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/bin:/opt/oracle/product/JAVA/jdk/jre/bin:/opt/oracle/product/JAVA/jdk/bin:/opt/oracle/product/Middleware/wlserver_10.3/server/bin:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/bin:/opt/oracle/product/JAVA/jdk/jre/bin:/opt/oracle/product/JAVA/jdk/bin:/opt/oracle/product/11.2.0/dbhome_se/bin:/opt/oracle/product/11.2.0/dbhome_se/OPatch:/opt/oracle/product/Middleware/wlserver_10.3/server/bin:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/bin:/opt/oracle/product/JAVA/jdk/jre/bin:/opt/oracle/product/JAVA/jdk/bin:/opt/oracle/product/Middleware/wlserver_10.3/server/bin:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/bin:/opt/oracle/product/JAVA/jdk/jre/bin:/opt/oracle/product/JAVA/jdk/bin:/opt/oracle/product/Middleware/wlserver_10.3/server/bin:/opt/oracle/product/Middleware/modules/org.apache.ant_1.7.1/bin:/opt/oracle/product/JAVA/jdk/jre/bin:/opt/oracle/product/JAVA/jdk/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/opt/oracle/bin:/opt/oracle/bin
    You can copy and paste the CLASSPATH to your program.

  • SimpleCallbackHandler no longer in weblogic.jar for WebLogic 10.3g

    I was using the weblogic.security.SimpleCallbackHandler in WebLogic 9.2 to authenticate users. I looked at the documentation for 10.3g and it still mentions this class is available, however it is not in the weblogic.jar file nor in the javadocs. Here is the URL where I was looking. http://e-docs.bea.com/wls/docs103/security/thin_client.html#wp1035574.
    The only CallbackHandler in the 10.3g release seems to be the weblogic.security.URLCallbackHandler class. I tried replacing the SimpleCallbackHandler with this class. When I put the weblogic.jar in my classpath and build, I get the following error.
    class file for weblogic.security.acl.internal.AuthenticatedSubject not found
    ServletAuthentication.runAs(mySubject, request);
    Indeed, this class is not in the weblogic.jar file. Both SimpleCallbackHandler and AuthenticatedSubject were in the weblogic.jar for WebLogic 9.2
    <code>
    import javax.security.auth.Subject;
    import weblogic.security.SimpleCallbackHandler;
    import weblogic.security.services.Authentication;
    public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception {
    LoginForm loginForm = (LoginForm) form;
    Subject subject = Authentication.login(new SimpleCallbackHandler(loginForm.getUsername(), loginForm.getPassword().getBytes()));
    weblogic.servlet.security.ServletAuthentication.runAs(subject, request);
    <./code>
    Why were these removed and not deprecated???

    SimpleCallbackHandler does not exist in weblogic.jar. Used the following code to get around this. WebLogic documentation offers this as an alternative to using SimpleCallbackHandler.
    Subject subject = Authentication.login(new URLCallbackHandler(uid, pwd));
    weblogic.servlet.security.ServletAuthentication.runAs(subject, request);
    This code agrees with the snippet provided in WebLogic documentation
    Project does not compile with the following error:
    Project: C:\apps\11g\PrismMainApp\ViewController\ViewController.jpr
    C:\apps\11g\PrismMainApp\ViewController\src\adr\prismmain\view\managed\PrismLogin.java
    Error(70,28): cannot access weblogic.security.acl.internal.AuthenticatedSubject

  • Oracle Driver in weblogic.jar - 6.1

    I was browsing through the weblogic.jar file in Weblogic 6.1 and I saw there were
    some oracle.jdbc.* classes in there. Can someone explain what these drivers are?
    Are these just to support the OCI drivers? Is there a Type 4 driver included?
    I didn't see any mention of these in the documentation.

    brian koh wrote:
    >
    I have used the oracle driver from the oracle site ie classes12.zip for oracle 9i. However, I could not get the connection pool to work. When initializing, it throws an sqlException with the error "Invalid arguments in call". Also just before the exception is thrown there is a line which says "sleeping in createResource()".
    This is the url I am using:
    jdbc:oracle:thin:@192.168.10.254:1521:orcl
    Would appreciate any help to solve the error.
    thanx
    BrianHi. Do you have the Oracle driver ahead of all weblogic jar files in the server's
    classpath? Show me the whole stacktrace of the exception.
    Joe
    B.E.A. is now hiring! (12/14/01) If interested send a resume to [email protected]
    DIRECTOR OF PRODUCT PLANS AND STRATEGY San Francisco, CA
    E-SALES BUSINESS DEVELOPMENT REPRESENTATIVE Dallas, TX
    SOFTWARE ENGINEER (DBA) Liberty Corner, NJ
    SENIOR WEB DEVELOPER San Jose, CA
    SOFTWARE ENGINEER (ALL LEVELS), CARY, NORTH CAROLINA San Jose, CA
    SR. PRODUCT MANAGER Bellevue, WA
    SR. WEB DESIGNER San Jose, CA
    Channel Marketing Manager - EMEA Region London, GBR
    DIRECTOR OF MARKETING STRATEGY, APPLICATION SERVERS San Jose, CA
    SENIOR SOFTWARE ENGINEER (PLATFORM) San Jose, CA
    E-COMMERCE INTEGRATION ARCHITECT San Jose, CA
    QUALITY ASSURANCE ENGINEER Redmond, WA
    Services Development Manager (Business Development Manager - Services) Paris, FRA; Munich, DEU
    SENIOR SOFTWARE ENGINEER (PLATFORM) Redmond, WA
    E-Marketing Programs Specialist EMEA London, GBR
    BUSINESS DEVELOPMENT DIRECTOR - E COMMERCE INTEGRATION San Jose, CA
    MANAGER, E-SALES Plano, TX

  • Licensing of weblogic.jar?

    Just found out that our development teams use the weblogic.jar file in batch processes on machines that do not have WebLogic installed. Do this violate licensing agreement or are they okay to use in this fashion?

    Yes i agree, does someone have price list of weblogic express and weblogic sever 6.1 for single, dual & quad cpu's

  • Redistribution of weblogic.jar to the client

    I have two licensing questions about how to redistribute weblogic.jar to the customer.
    Q.1 Can I package weblogic.jar file in my company's software application and make
    it available to the user? Assuming the user has bought the proper bea license
    and weblogic is installed on the server machine already. The purpose of this is
    to make it easier for out customer to install the client part of our software
    on a pc.
    Q.2 (If yes to Q.1) Weblogic.jar is pretty large about 25M. Can I take out the
    classes not used by my client application to make it smaller and then to make
    the stripped down version of the weblogic.jar available to the customer?
    Thanks in advance for your help.
    --Charlie

    Hi.
    Answers inline:
    Charlie wrote:
    I have two licensing questions about how to redistribute weblogic.jar to the customer.
    Q.1 Can I package weblogic.jar file in my company's software application and make
    it available to the user? Assuming the user has bought the proper bea license
    and weblogic is installed on the server machine already. The purpose of this is
    to make it easier for out customer to install the client part of our software
    on a pc.Yes, you can distribute the jar file for clients. The license is required for running the
    server. It is not required for clients.
    >
    >
    Q.2 (If yes to Q.1) Weblogic.jar is pretty large about 25M. Can I take out the
    classes not used by my client application to make it smaller and then to make
    the stripped down version of the weblogic.jar available to the customer?
    You can do whatever you need to do to strip it down. But don't come running to us if your
    client gets alot of NoClassDefFound exceptions ;) You might consider using the
    verboseToZip utility we provide to help you reduce the size of this jar file.
    Regards,
    Michael
    >
    Thanks in advance for your help.
    --Charlie--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Uncompresing weblogic.jar and modifying it...

    Hi all,
    I'm trying to develop some classes that extend the funcionality of some of
    the base classes of weblogic.
    Due to security restrictions (I suppose that there's some ClassLoader
    mechanism to check if all the classes are loaded from the same jar...) I
    need to add these classes to the weblogic.jar.
    My question is very simple.
    Is it legal? Or should I try another aproches to solve the problem?
    If this is not the right group to ask this question, where can I find this
    information?
    Thanks.
    Jon.

    Hi,
    Daniel, although I would prefer to use just the J2EE interfaces the problem
    is that I need to deploy a kind of Wrapper of the ServletResponse. As the
    Weblogic implementation of the include and forward methods in the
    RequestDispatcher seems to cast directly to its own implementation then I
    need to extend its own classes. Due to security constraints (possibly
    implemented with its own SecurityManager or ClassLoader) I need to pack my
    classes inside the weblogic.jar file....
    It seems to be a very closed implementation that done by bea...
    Nevertheless I expected some "official" response from Bea people about
    modifying its jar file...
    Thanks.
    "Jon Doe" <[email protected]> escribió en el mensaje
    news:[email protected]..
    Hi all,
    I'm trying to develop some classes that extend the funcionality of some of
    the base classes of weblogic.
    Due to security restrictions (I suppose that there's some ClassLoader
    mechanism to check if all the classes are loaded from the same jar...) I
    need to add these classes to the weblogic.jar.
    My question is very simple.
    Is it legal? Or should I try another aproches to solve the problem?
    If this is not the right group to ask this question, where can I find this
    information?
    Thanks.
    Jon.
    "Jon Doe" <[email protected]> escribió en el mensaje
    news:[email protected]..
    Hi all,
    I'm trying to develop some classes that extend the funcionality of some of
    the base classes of weblogic.
    Due to security restrictions (I suppose that there's some ClassLoader
    mechanism to check if all the classes are loaded from the same jar...) I
    need to add these classes to the weblogic.jar.
    My question is very simple.
    Is it legal? Or should I try another aproches to solve the problem?
    If this is not the right group to ask this question, where can I find this
    information?
    Thanks.
    Jon.

Maybe you are looking for

  • Error in importing a table in to OWB

    Hi , I was trying to import a table (organization) in to OWB , then owb returns me error "creation failed(name validation failed) " , is the name oraganization kind of reserved word? Please comment Thanks in Advance Suresh

  • Can't get ActiveSync to work for Microsoft Outlook...

    My school email is through Microsoft Outlook and I would really like to sync it to my phone, however it wont let me. When I try it makes me do it the manual way then says my user name and/or password are wrong, I've checked multiple times and they ar

  • Desktop does not show external Fire Wire Drive Buslink model MFW60

    Running iMac fully maxed out. Have Buslink FireWire external drive, model MFW60 1394a. Purchased an adaoter plag in to connect through new Fire Wire port in back of machine. Got the drive to spin up and showed up on desktop. Tried to move a file from

  • Where PO creator can include text on a cheque requistion

    Please advise where PO creator can include text on a cheque requistion so that it is included on the payment advise to vendor. Please include Amex card # 3XXXXX21005 in the reference section when the EFT transfer is made. Amex would require this info

  • Google Sitemap Generator "Error"

    Hi, When I click the ""Create Sitemap" button in the Google Sitemap Generator, 4 pages appear as correct; complete with title & description/keyword info. However, one page ("The Music...") appears with an ERROR indication stating: Ambiguous Redirect.