weblogic-10.x Questions
2
Solved
We are using Spring Web Flow (2.0.9) in the Weblogic 10 clustured environment. And in production we are getting a lot of LockTimeoutException : Unable to acquire conversation lock after 30 seconds....
Tocsin asked 2/3, 2012 at 13:4
2
I am trying to understand the difference between XA vs Non XA JDBC datasource. Also how do I know which type and version of JDBC dtriver is used. I am currently on 10.3 weblogic and trying some tet...
Armstrong asked 23/8, 2012 at 17:59
2
Solved
Has anyone successfully updated the JAX-WS version used by Weblogic 10.3.3?
I've been trying to do what's described in the accepted answer from here for hours with no luck.
I'm using Maven to res...
Graph asked 3/10, 2012 at 20:49
1
Solved
I am working on a form-based authentication and using following statements. I have realized on the way of implementation that HttpServletRequest->login method comes with servlet 3.0.(with help of s...
Notecase asked 21/6, 2013 at 7:42
1
Solved
We are using Jenkins in our project for build and deployment on dev environments. I have sucessfullly created a war file using maven in jenkins and now I have to create another job to deploy that w...
Godrich asked 10/5, 2013 at 9:7
2
I am trying to set time out error whenever web service response will be delayed with below lines of code-
serviceStub._setProperty("weblogic.wsee.transport.connection.timeout", String.valueOf(time...
Coney asked 5/11, 2012 at 13:5
1
Following are the classes I am using for create sub classes using MOXy JAXB conversion on WebLogic 10.3.2 version. I am using the EclipseLink 2.4.1 MOXy for generating the XML. I am unable to gener...
Shear asked 12/12, 2012 at 1:10
1
Solved
I'm trying to read properties from a properties file, whose filename will be different for each of our environments, like local.properties, dev.properties, etc. These properties files will only con...
Meri asked 1/11, 2012 at 14:27
1
Solved
I have an admin server, NodeManager, and 1 managed server, all on the same machine.
I am trying to enter something similar to this to the arguments field in the Server Start tab:
-Dmy.property=%US...
Capeskin asked 27/9, 2012 at 20:19
3
I have requested a class 1 certificate from StartSSL and installed it in Weblogic 10.0.1 (see screenshots).
The browsers (Chrome & IE9 on Windows 7, IE8 on XPSP3) still give a certificate e...
Tearoom asked 4/6, 2012 at 9:50
4
We have implemented webservices on Weblogic 10.3.
I am trying to test the webservices using the SOAP UI client (soapui.org).
but I get following error message:
Error 401--Unauthorized
Er...
Goldfarb asked 23/10, 2010 at 4:37
1
Solved
I have two web applications (bot of them ear files) deployed on the weblogic server. One of them is a web service application and the other is a web service client.
METRO is used for the web serv...
Innate asked 6/12, 2011 at 13:3
1
Solved
I'm working on an Enterprise project with Java EE 5 and JSF 2.0 (Mojarra 2.0.3) on Weblogic 10.3.3
I don't have an error, but a very annoying warning in my console when going through my applicatio...
Krenn asked 7/11, 2011 at 16:58
3
We're experiencing huge variance in response times on a legacy J2EE web application running on Weblogic 10.3. The system consists of two Weblogic server instances (frontend and backend) which run o...
Praetorian asked 30/8, 2011 at 9:6
1
Solved
I was able to get some hands on EJB3.0 Timer Service.I was able to get the timeout working and I was able to invoke the timer using servlet Context listener.I have deployed a simple app which sends...
Finicky asked 4/8, 2011 at 20:52
2
Solved
By default WebLogic kills stuck threads after 15 min (600 s), this is controlled by StuckThreadMaxTime parameter. However, I cannot find more details on how exactly "stuckness" is defined. Specific...
Flycatcher asked 25/4, 2010 at 18:40
3
Solved
I'm getting this error when deploying application WAR files from my ant build via a task that calls weblogic.Deployer. This is on Windows XP, server is not in Production mode, there are only 2 othe...
Whitebeam asked 13/1, 2010 at 16:9
2
Solved
Weblogic 10.3.1.0 is using com.bea.core.apache.commons.net_1.0.0.0_1-4-1.jar... I want to use commons-net-2.0.jar from my code.
How can I force it to use the newer JAR in my code only?
Watercraft asked 30/7, 2010 at 23:23
2
Solved
This one has been driving me crazy today. Since upgrading to Grails 1.2 and Weblogic 10.3 the default root mapping for "/" stopped working. Here's what I have...
I have this URL mapping:
"/"(cont...
Purkey asked 16/1, 2010 at 3:14
2
Solved
I'm trying to learn JPA and I want create a simple Java command line app that will use JPA to query and update a database table. I mapped out the the simple code needed to do this. But I don't know...
Marleah asked 12/12, 2009 at 2:46
2
Solved
A related query I asked: How to configure & package a simple Java app to use JPA
I have a simple Derby database which I can connect to via EJBs hosted in WebLogic. Now I would like to connect ...
Weig asked 12/12, 2009 at 20:24
1
Solved
Is it possible, and when yes, how?
Bradley asked 4/12, 2009 at 10:51
3
Solved
I am trying to configure my path to include javax.servlet with WebLogic.
WebLogic has split out the Jar files, so which one contains javax.servlet?
Antonetteantoni asked 4/12, 2009 at 18:46
4
Solved
our development team develops a J2EE application that runs on Weblogic 10.3. Each development machine runs its own copy of Weblogic 10.3 application server. The development environment's Weblogic d...
Sill asked 1/10, 2009 at 13:27
1
Solved
I have a EJB defined as this:
package com.foo;
@Stateless (mappedName="HelloWorld")
public class HelloWorldBean implements HelloWorld, HelloWorldLocal
....
When it's deployed to Weblogic (WL), i...
Rori asked 24/10, 2009 at 16:46
© 2022 - 2024 — McMap. All rights reserved.