0
votes
1answer
31 views
Where is Bea Weblogic Work Folder
I know that this may be a trivial question but I really cannot find the work folder in Oracle BEA weblogic 10.3. Unlike the Apache Tomcat where it is clearly in the work directory …
2
votes
3answers
44 views
Performance testing application for bottle necks using production data
I have been tasked with looking for a performance testing solution for one of our Java applications running on a Weblogic server. The requirement is to record production requests ( …
0
votes
1answer
16 views
Weblogic connection pool
Hi,
I'm trying to create a connection pool in weblogic (8.1) and getting thw following exception.
<BEA-001129> <Received exception while creating connection for pool "te …
0
votes
1answer
21 views
weblogic 10.3: EJB JAR is getting deployed as “Library” and not “EJB”
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 what I …
0
votes
1answer
53 views
How to log session ID in weblogic’s access log
Is it possible to log the session ID in the access log of WebLogic 8.1.6?
0
votes
0answers
24 views
How to Request-Response JMS with JMeter + Weblogic
I'm sending a message to a Queue using JMeter. At the end of the process (3 MDBs talking among them) a response message is sent to a second Queue.
Using JMeter Request Only every …
0
votes
1answer
47 views
HTTP Session Timeout with WebLogic
How do I find the HTTP timeout set on the WebLogic 8.1 application server?
0
votes
2answers
23 views
deployment jax-ws on weblogic fails
Hi,
my beaweblogic did not startup successfully.
Do you have an idea?
Thanks
failed to preload on startup in Web application: "/app".
javax.xml.ws.WebServiceException: weblog …
0
votes
1answer
39 views
How to access SessionFactory of Hibernate using JNDI in WEBLOGIC 9.2 server?
We are using Weblogoic9.2.3 & DB is Oracle10.2.0.3.
How can we access Hibernate SessionFactory using JNDI?
0
votes
1answer
33 views
Where are JMS messages stored in WebLogic 9.2 server?
Hi All
I would like to know at what location WebLogic 9.2 server stores JMS messages on disk.
Regards
Chaitanya
0
votes
2answers
109 views
JPA Logging in WebLogic 11g (10.3.1)
How do you enable debug logging for OpenJPA when running an application in WebLogic 11g? I tried the steps given by http://stackoverflow.com/questions/792741/logging-jpa-sql-with- …
1
vote
3answers
206 views
What is weblogic.socket.Muxer?
Does any of you understand what weblogic.socket.Muxer is used for in WebLogic 8.1?
Often in thread dumps I see stack traces similar to this:
"ExecuteThread: '0' for queue: 'weblo …
0
votes
2answers
49 views
Exception with EAR in WebLogic 9.2 and Xerces144.jar
Hi,
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 st …
0
votes
1answer
125 views
NameNotFoundException when calling a EJB in Weblogic 10.3
I have a EJB defined as this:
package com.foo;
@Stateless (mappedName="HelloWorld")
public class HelloWorldBean implements HelloWorld, HelloWorldLocal
....
When it's deployed to …
0
votes
2answers
72 views
Add items to application (WAR) classpath in WebLogic 10?
My shop has been running Oracle's Application Server for several years. As such, before we knew better, we have developed a norm of having application config files stored outside o …
