Questions tagged [weblogic]

WebLogic Server is a Java EE application server from Oracle. WebLogic Server is the centerpiece of Oracle's Fusion Middleware platform.

WebLogic is an Oracle owned brand that builds a complete product suite consisting of a couple of Java EE related products, such as:

  1. Java EE application server, WebLogic Application Server
  2. WebLogic JRockit JVM
  3. WebLogic RealTime Edition
  4. Virtual Assembly Builder

WebLogic came to Oracle through the acquisition of BEA Systems Inc. in 2008. See the Wikipedia entry for a complete history.

References

6049 questions
1
vote
1 answer

Unit Testing with JUnit in JNDI datasource Hibernate with weblogic environment?

i am using datasource in weblogic server and, using the datasource in Hibernate. With HibernateUtil class am getting the SessionFactory, now i want write test cases for my DAO layer by using JUnit. How to get the SessionFactory in my Test class. I…
Ramesh Kotha
  • 8,266
  • 17
  • 66
  • 90
1
vote
1 answer

Security Services Unavailable Weblogic

I am trying to start my domain in Weblogic 12.1. It was working fine. today when i tried to restart the domain it gave the following error Security Services Not Found. Falied to load Myreal i have not created a database. thanks
Dharmanshu Kamra
  • 601
  • 3
  • 8
  • 18
1
vote
1 answer

Calling xslt document() function with relative path in WebLogic

Within an XSL stylesheet, I'm trying to use the document() function with a relative path to an XML file. The XML file I'm trying to load is in the same folder as the stylesheet. The code in the backend is invoking the XSLT using transformer Java…
rohit
  • 953
  • 5
  • 15
  • 31
1
vote
2 answers

Stuck Thread In WebLogic Server

When we make a Web Services API call, sometimes we are not getting response back. Our thread is just waiting for a response and does not get an error back. Time outs are specified in the web service request using com.sun.xml.ws.request.timeout…
Awesome
  • 5,689
  • 8
  • 33
  • 58
1
vote
2 answers

web.xml property override by Weblogic deployment plan

Trying to override my web.xml file's BASIC I tried using the following deployment plan which seems like it should work ... but it does not seem to. I need to either remove the…
dbrin
  • 15,525
  • 4
  • 56
  • 83
1
vote
1 answer

BEA-error WLContext.close() in python script

I'm new to Weblogic. Recently I've created my first script to deploy a WL application. The script is very simple. The problem is that the script throws an exception I don't know to solve. The script looks like:…
Toren
  • 6,648
  • 12
  • 41
  • 62
1
vote
2 answers

ClassCastException in weblogic when using prefer-web-inf-classes

I had to add true to weblogic.xml to resolve a Hibernate antr compatibility issue with Weblogic. after adding that I was getting all different kind of classCastException related to XML parsers. I…
Sammy
  • 4,538
  • 8
  • 33
  • 52
1
vote
1 answer

Maven 2 Weblogic.xml replacement

I am having a problem about placing weblogic.xml under WEB-INF folder after mvn install. My weblogic.xml file is under src/main/resources/weblogic.xml and I want it to be placed under WEB-INF after install.(packaging is "war" by the way) I tried…
Neron
  • 1,500
  • 7
  • 30
  • 52
1
vote
2 answers

Weblogic throws RuntimeException 'Exception reading license file' on https URLConnection

I'm trying to connect to an https url from a Java application connected to a weblogic server. I've tried two approaches, one using URLConnection and one using HttpURLConnection, both give me the same error when I try to connect…
Valyrion
  • 2,342
  • 9
  • 29
  • 60
1
vote
1 answer

String returned from oracle stored procedure to Java with '???'

My code in Java calls stored procedure in Oracle DB and returns object with some fields. When I find out the attributes from the Object - I have problem with the string. The string becomes '???' (3 questtion marks) and it not supposed to be…
user1072865
  • 11
  • 1
  • 3
1
vote
2 answers

Creating foreign JNDI settings in weblogic and lookup from Java client

Please post if there is any example/steps to configuring external LDAP and execute LDAP queries on it. I tried the following creating Foreign JNDI Providers Created remote and local JNDI names from servlet client, I tried lookup using foreign jndi…
Nageswara Rao
  • 954
  • 1
  • 10
  • 32
1
vote
2 answers

Servlet 2.5 Automatic imports

This is a strange which I'm hoping someone can shed some light on. We are in the process of moving from Weblogic 8.1 to 10.3.4 and as part of this we are updating various things including our deployment descriptors. In our webapp our web.xml was…
andyfinch
  • 1,312
  • 2
  • 19
  • 34
1
vote
1 answer

wlstModule connection information lost

When using wlst with a WebLogic 10.3.5.0 release I am puzzled by the following situation and hoping for an answer. Given a standard wlst command to connect to a server connect('weblogic','welcome1','t3s://localhost:7002') it connects as expected to…
sweetfa
  • 5,457
  • 2
  • 48
  • 62
1
vote
1 answer

Must 2 JMS providers hold the context class of each other to communicate?

We'll start with a down-to-earth example and then return the coneptual question. I am using Weblogic (10.3) as my Application Server. I want my application to have JMS capabilities and decided to let it use the Weblogic as the JMS / MOM provide. I…
OmegaZiv
  • 256
  • 2
  • 14
1
vote
1 answer

Jasper-Struts2 plugin: compiled reports from external directory

I'm using Jasper with the Struts2 plugin to generate PDF reports for my web application, as described in this tutorial. The application uses Weblogic as app server and Apache as webserver in development environment, IIS in testing and production…
Alessandro
  • 601
  • 3
  • 11
  • 26