weblogic-10.x

How to configure hibernate 3.3.1 with weblogic portal 10.3.2 ?

I need to configure hibernate 3.3.1 in weblogic portal 10.3.2 but i don't know how to do it. Someone can tell me ? Thanks in advance! ...

Republish project error with Eclipse

Hi guys, I have a problem with eclipse and my project. When I start the server (weblogic 10.3) and publish my project, all work fine. But when I modify a class and republish the project (without restart the server), I get the following error: weblogic.application.ModuleException: at weblogic.servlet.internal.WebAppModule.start...

Upgrading to Oracle JDBC thin driver results in SQLException: Unexpected exception while enlisting XAConnection

In Upgrading to Oracle JDBC thin driver results in SQLException: Unexpected exception while enlisting XAConnection (WebLogic Server 10.0, oracle version ) we are getting the error listed below. We did follow Oracle's advice to change the global timeout in weblogic, i.e. For the JDBC Connection Pools set the XASetTransactionTimeout to ...

How do I disable javelin jsp-recompiler in weblogic 10.3?

How do I disable weblogic's javelin recompiler? It seems to be using some version of JDK5 source level, and I believe that this can be disabled in weblogic 10 in favor of regular JDK6. Does anyone know how to do this? ...

Using XQuery implementation of WebLogic

I planning to using XQuery in J2EE web application running on WebLogic 11g. I know WebLogic has XQuery implementation but couldn't find any link on how to use them. I am looking for sample & package/class I need to start with. ...

Can I use Weblogic 10.3 to build applications that run on WebLogic server 9.2?

I have WebLogic 10.3 installed (Server, Workshop and Portal). However, some of the legacy service applications are deployed on WebLogic 9.2. I have noticed that after using Ant to build the service library, I get an EBJ stub named ABCD_be9p7l_EOImpl_1030_WLStub.class. Building it from WebLogic 9.2 gives ABCD_be9p7l_EOImpl_922_WLStub.clas...

ClassCastException with Weblogic 10.3.3/Pitchfork

Hi. We're trying to deploy a spring application to Weblogic 10.3.3. We created a war file, which works nicely with tomcat, but, when trying to package it up as an ear to use with weblogic, we're getting an issue with Pitchfork: java.lang.ClassCastException: org.springframework.jee.spi.PitchforkUtilsImpl cannot be cast to com.oracle....

Can we add weblogic 9.x as a server runtime to weblogic 10.3.2?

Can we find some weblogic 9.x plug-ins or patches to add weblogic 9.x runtime to weblogic 10.3.2? ...

Log4j logging problem with 2 ears in Weblogic

Hi, I'm deploying 2 ears in Weblogic 10, A and B. In both of them I have a "log4j.properties" file. At the startup, when the first ear is loading, the logs are to the right file "A.log", but when the second ear is loading, all logs are going to the "B.log" file, even logs related to the first ear. I missed something... any idea ? Thank...

compile time high in weblogic 10.0 and frequent compilation happens

our application takes around 2.5 hrs to clean build through IDE, but once clean build it will take only 5 to 10 mins for all small change compilations, but in my system, sometimes build happens for longer time again and again, and even if the code is fully built, if i exit and restart the workshop with build automatically enabled, it wi...

BEA Workshop keeps terminating with jvm exit code=1

Help!!! I have been tormented with this for months. I keep getting abruptly terminated when debugging or developing on BEA workshop which is an extension of eclipes. Here is the content of my ini file: -vm C:/bea/jrockit_150_11/bin/javaw.exe -vmargs -Xms1024m -Xmx1024m -XX:MaxPermSize=512m -Dweblogic.home=C:/bea/wlserver_10.0 -Dosgi.in...

ClassNotFoundException deploying webservice on Weblogic 10.3 with Hibernate

I have a project with a EJB implementing a JWS Webservice, like this: @Stateless @Remote(WebServiceTest.class) @WebService( serviceName="TestService", name="TestName" ) public class WebServiceTestImpl implements WebServiceTest { @Override @WebMethod(operationName="hello") public String hello() { return "Hello World!"; } } I de...

Restricting URLs using Active Directory in Weblogic 10.3 - where to start?

Hi, We are looking to use an Active Directory server to restrict access to certain URLs in our Spring application on a Weblogic server and I have no idea where to start. The problem should be quite simple as I understand it, we have a simple app which has a number of URLs: <root>/page1.do <root>/page2.do <root>/page3.do etc. And an ...

Error while trying to deploy Web service proj(created using eclips 3.5 + CXF 2.2) in Web logic 10.0

Hi, When I try to deploy my web service application in WL10 i get the following error. java.lang.IllegalArgumentException: Unable to access unsupported property javax.xml.stream.supportDTD I tried JBoss 4.0 and the same worked fine. Pls help. Here is the trace of the complete exception thrown. <[STANDBY] ExecuteThread: '3' for ...

Weblogic No unique bean of type [javax.persistence.EntityManager]

I am new to EJB3 and working on an exisitng code. We are using weblogic10.3 and the below code works fine @Stateless(mappedName="ProcessIssacIncomingMessage") @TransactionManagement(value=TransactionManagementType.CONTAINER) @TransactionAttribute(value=TransactionAttributeType.REQUIRED) @EjbRef(name="Database" jnod-name="Database") pu...

How to view results of a WebLogic Deployment Plan

I'm trying to use a weblogic deployment plan to add init-param values to a vendor-provided .war file's web.xml. While I realize that I can open the .war file and just edit the file inside, I'd prefer to use a deployment plan to accomplish this as I will need to deploy the .war file to multiple servers with different values for the init-...

Configuring fast-swap in WebLogic fails, with a "BEA_HOME environment variable is null" AsserionError.

In WebLogic 10.3.0, I tried adding <fast-swap> <enabled>true</enabled> </fast-swap> to my weblogic.xml configuration file. (<fast-swap>true</fast-swap>, as specified in the instructions here, throws an XML error, instead. Most examples that I've found cite the method I've posted above as the One True Way. ) Unfortunately, the ...

tomahawk jar not getting loaded weblogic portal 10.3

Hi, All I have made a jsf 1.1 portlet in weblogic 10.3, but in one scenario I need tomahawk library help. I just dropped the jar file and supporting ones in lib folder in WEB-INF in my portal application, but when I hit the url it gives me error of NoClassdef..... exception for classes in tomahawk jar and jsp compilation fails. I am ne...

Weblogic 10 and Struts 2.x problem - Javassist

Please help with this issue, I'm going mad... I'm trying to make a client-server web application using Weblogic 10 as an application server and IIS as a webserver (corporate constraints), with EJB 3 and Struts 2. I am however having strage problems which I cannot solve. Using Struts 2.2 I get the following stack trace while starting th...

Servlet Filters and Threading?

I am building a webservice on Weblogic 10.3.3 and I am using a servlet filter to log the request to a database. I do not want the filter to slow down the call to the webservice. So I actually have 2 questions. 1) Does the filter, or can I make the filter do the logging on a separate thread? if so how? 2) is there a way I can dynamicall...