jar « weblogic « Java Enterprise Q&A





1. Order of JAR loading inside EAR's APP-INF/lib    stackoverflow.com

Will adding a MANIFEST.MF file with Class-Path attribute to META-INF directory inside EAR influence the order of loading of JARs located in APP-INF/lib under WebLogic 8.1?

2. Exception with EAR in WebLogic 9.2 and Xerces144.jar    stackoverflow.com

I am using an application where I have placed xerces144.jar file within WEB-INF/lib folder of war file inside an EAR file. When I deploy this EAR file to WebLogic Server and ...

3. weblogic 10.3: EJB JAR is getting deployed as "Library" and not "EJB"    stackoverflow.com

In Weblogic 10.3, the JAR containing the EJB below along with the persistence file, is deployed. But Weblogic deploys it as Type "Library" instead of an "EJB", which is not ...

4. XSLT transfer fails because Weblogic cannot find a class located in rt.jar    stackoverflow.com

We have encountered a very strange class not found problem in our web app running on Weblogic 10.3. In our code we do a pretty standard XSLT transformation.

UtilRequestManagerBean.java:

TransformerFactory tFactory = TransformerFactory.newInstance();
Transformer ...

5. weblogic appc: include generic arguments in the ejb client jar    stackoverflow.com

I have an EJB returning a list of my own ValidationMessage objects:

@Remote
public interface Intf {
    List<ValidationMessage> validateFile();
}
I'm generating EJB client JAR with weblogic's appc utility. The problem is ...

6. How to access manifest of jar inside ear deployed on weblogic    stackoverflow.com

I have an ear deployed on weblogic console. I need to check contents of manifest file of a jar that is present in the deployed ear. Currently I am using below code ...

7. Weblogic EJB deployement: classes in jar inside ear are not accessible    stackoverflow.com

I'm trying to deploy an ear containing an ejb application into a weblogic 9.2 server. This ear is created using maven (itself using the ear ant task). Maven produces the following structure:

myApp.ear
 ...

8. Which weblogic client jar should I use when talking to weblogic 9.2 using JDK 1.4?    stackoverflow.com

I am trying to connect to a weblogic server from a system written in JDK 1.4 and I have noticed that JDK 1.4 does not seem to be supported with wlfullclient. ...

9. Removing environment specific properties from wars, ears, and jars    stackoverflow.com

At my company, we use Weblogic (depending upon the installation anywhere between versions 6.1 to 11g). Right now, we embed environment specific variables into our ears, jars, and wars. This even includes ...





10. Where to get Weblogic server port information in weblogic.jar    stackoverflow.com

I'm trying to instrument few classes of weblogic to monitor the application performance. I'm facing few issues while trying to find the weblogic's server port(that listens to http/https requests) information. Looking into ...

11. WebLogic load jar without class file?    stackoverflow.com

I'm currently working on a prebuilt application running on weblogic.
The application consist in NAME_APPLICATION.jar that must be deployed on weblogic.
My problem is that I can't analyze anything for the simple reason ...

12. In custom application want to BusinessCalendar API provided in wli.jar    stackoverflow.com

I am working on a WLI to BPEL migration project. in BPEL there is no business calendar by default(Have to take BPM Suite for this). so I want to use the ...

13. How to set order of jars in weblogic    stackoverflow.com

in my application I am using joda-time 2.0 but in weblogic path is library joda-time 1.2... How I can change order and say weblogic to use my library ? because now he ...

14. How can I resolve weblogic.application.ModuleException: Exception preparing module: EJBModule(EJBTEST.jar)    stackoverflow.com

I'm getting the following error when trying to run Hello World EJB on weblogic server following this link EJB Hello World Here is the Bean File:

package hello;

import javax.ejb.Stateless;


@Stateless(mappedName = "TestSessionBean")
public ...

16. Weblogic 9.1, XML Beans jar    coderanch.com

hai all, i want to deploy a web service in Weblogic Server 9.1. the IDE which im using is Weblogic Workshop 8.1. Iam using some .xsd s in my application. These are stored in a separate Schema Project. so i can get the XML Bean Classes corresponding to that .xsd s. So i can use these XML Bean classes in my ...





17. Create a jar file and deploy in Weblogic    forums.oracle.com

Hello erveryone, I want to create a jar file of my classes which read from a few HTML templates and then change it according to the data that it collects from various sources. After that I need to deploy this on Weblogic 8.1. The problem is that whenever I am trying to delpoy my jar file I am getting an error ...

18. Error in Deploying jar file in weblogic    forums.oracle.com

I got this error while deploying in weblogic. Give me the solution to solve this. Exception:weblogic.management.ApplicationException: prepare failed for Count1 Module: Count1 Error: Exception preparing module: EJBModule(Count1,status=NEW) Unable to deploy EJB: F:\Arul\EJB\Statefull\deploy\Count1.jar from Count1.jar: weblogic.ejb20.deployer.DeploymentDescriptorException: Unable to load a class specified in your ejb-jar.xml: count.CountBean at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(MBeanDeploymentInfoImpl.java:548) at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.(MBeanDeploymentInfoImpl.java:232) at weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1262) at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:477) at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:2847) at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.java:1534) at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1188) at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1031) ...