weblogic

Weblogic 10 JDK VS Log4j logging implementation

WebLogic 10 uses JDK logging implementation by default, but it can be changed to Log4j. Is there any real advantage of using Log4j implementation? Do you know of the pros/cons of each alternative? ...

SessionTimeout: web.xml vs session.maxInactiveInterval().

I'm trying to timeout an HttpSession in java. My container is weblogic. Currently, we have our session timeout set in the web.xml file, like this <session-config> <session-timeout>15</session-timeout> </session-config> Now, i'm being told that this will terminate the session (or is it all sessions?) in the 15th minute of use,...

JAX-WS client ASYNC service invocation using WLS 10.3.3

I am writing an integration webservice which will consume various webservices from a couple different backend systems. I want to be able to parallelize non-dependent service calls and be able to cancel requests that take too long (since I have an SLA to meet). to aid in parallel backend calls, I am using the ASYNC client apis (generate...

Weblogic refuses to start for different user

I have a Weblogic instance that starts fine for one user, but when a different user tries to start the same code it fails like this: <Jun 26, 2010 8:19:30 AM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 1.5.0_15-b04 from Sun Microsystems Inc.> <Jun 26, 2010 8:19:32 A...

Problem install seam on weblogic

I guys, I need to install jboss-seam on weblogic server. I read the seam documentation but after many problem, I have another problem which I can't resolve. When I deploy my ear on weblogic, I get this error: java.lang.ClassNotFoundException: org.apache.myfaces.webapp.MyFacesServlet However, I installed jsf as the doc describes and ...

StackOverflowError when trying to deploy an application to Weblogic ?

I am working on a J2EE application, to deploy I am using a build.xml (which is used by all team members) to create ear & publish, after the BUILD SUCCESSFUL message appears in Eclipse, I start Weblogic 10.3.2 but weblogic doesn't start properly and shows the following error message in the console: SLF4J: Class path contains multiple SL...

Weblogic throws CompilationException.

javax.servlet.ServletException: weblogic.servlet.jsp.CompilationException: Failed to compile JSP /WEB-INF/content/intro.jsp messages.tag:2:30: The encoding specified on the page cannot be different than detected encoding for the file. <%@ tag body-content="empty" pageEncoding="utf-8" %> ^----------^ If I re...

JSF doesn't interpreted in seam

Hy guys, I installed jboss-seam on weblogic 10.3 (with many problem :( ) but now it's work, my application is deployed. But now, I have a new problem, my JSF isn't interpreted and the JSF code appears in HTML. Here is my web.xml: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml...

where translated servlet of jsp got stored

As we know, when the jsp got complied it will get converted to servet. I have installed weblogic server 9.2, and i deployed a struts project which has jsp files. And in the browser i am able to see the application. Now i want to see the servelt file of jsp which i ran. Can anybody please tel me where i can find it or do i need to do ...

Accessing a password-protected WSDL in Weblogic when calling a web service

We're using Spring and JAXWS-generated client classes to access web services in a weblogic-deployed app. The WSDL defining the web service is remote and password-protected (basic http authentication). In a unit test it suffices to define a proxy in ~/.metro folder with the url and http password to use when accessing it. Is there a simila...

Cannot Start Weblogic Managed Server,

We are running Weblogic 7sp6. We have a working single node cluster with an Admin and two Managed servers. We are re-creating a 2nd standalone cluster on a 2nd server. We reinstalled Weblogic and have copied over all the configuration files to make thing. Its the same on both clusters. We changed all the references to IP and hostnam...

Downloading application from weblogic server

Hi , I have requirement for testing a j2ee application which is deployed in a weblogic server. I have to get the ear add my testclasses into that and depoly it back. Since weblogic server takes so much memory , I want to run my testcases to run in another box , connect to the weblogic server and download the ear from there and modify...

Weblogic hot deployment during development (like WSSD/RAD)

All my previous projects were on websphere. I am right now in a team developing an application on weblogic. In Websphere development (WSSD/RAD) the server was more "integrated" with the IDE, so a build could automatically trigger an incremental deployment to the (development/local) server. Is such a setup possible in a weblogic envir...

String not serializable exception coming for interned strings from Wicket Model (on JRockit/Weblogic)

Hi, The following seems to be a bug with JRockit or Weblogic, but maybe someone on this list has seen it before and has a better workaround/solution. We have been developing a Wicket application for a government agency that is going to be used by 15k users. The application will be deployed on a Weblogic cluster running on JRockit and Red...

Logging SQL in Weblogic Server 8.13

Hi, I am trying to print out the SQL statement that my EJB uses to create record in the database into a log file. Does anyone have any experience to do this. thank you. Cheers, ...

Security issue related to Virtual directory in Weblogic?

Hi all I wonder whether there is any related security issues if virtual directories are created, specifically in weblogic deployment. Given that I don't put any sensitive information in the directory, should I concern about anything else ? Thank you very much. Regards K. ...

Get virtual directory mapping information in backing bean?

Hi all, Is there a way to get the virtual directory map information of weblogic in backing bean? Thank you very much. ...

What is the common practice for targeting Foreign Servers in Oracle WebLogic Server

We’re trying to come up with something approaching a simple and straight-forward model for targeting of JMS resources in WebLogic (fat chance, I know). Queues and Topics can easily and quite intuitively be mapped to JMS servers running on WebLogic servers, but Foreign Servers and the resources within them seem to be a bit more tricky. I...

SEAM Transactions in Weblogic

Hello, I am trying to use SEAM managed transactions in my application (using in components.xml) deployed in Weblogic 10.3. The application deploys succesfully but when I load the start page it is never loaded. Does anyone have a clue why this is happening? Thank you. ...

Seam-managed transactions how-to

Seam advises using an Extended persistent context in a Stateful Session Bean, in order to have Seam-managed persistence. I am not clear on whether the above advice casts any implications on the way we want to have Seam-managed transactions. This is because our architecture is different. We have the following persistence context in a St...