The 12c (12.1.1) (December 2011) release of WebLogic Server, a Java EE application server suite from Oracle. It's part of their Oracle Fusion Middleware product.
0
votes
0answers
21 views
Autocomplete in datagrid results in duplicate value
We have a DataTable with editMode="cell". The autocomplete celleditor works okay when the user actually selects something, but if he moves to another cell without doing anything, the value displayed ...
0
votes
0answers
22 views
Why can't my EJB ReST service extend an abstract class from a seperate jar?
So, I have a stateless EJB in a .war file.
This EJB is used as a ReST service.
In an jar, I have an abstract class with some methods implemented.
The service EJB extends the abstract class from ...
0
votes
0answers
10 views
Dozer does not load dozerBeanMapping.xml from EAR
I am using Dozer to map between Entities and DTOs in an EJB 3.1 environment. My application gets packed as an EAR. Everything was working fine, until I startet to use dozer custom converters. I wrote ...
2
votes
0answers
71 views
java.lang.StackOverflowError Running JSF 2 example on Weblogic 12c
I followed the very basic tutorial found here example and cannot seem to get past the following error:
Error 500--Internal Server Error
java.lang.StackOverflowError
at ...
0
votes
0answers
47 views
Eclipse Link Excpetions while deploying CXF based Web application
I have a Weblogic 10.3.5 with Java 1.6.0_24 on a Windows machine. I use CXf 2.2.3 for managing the web service components
Recently,started upgrading to Weblogic 12.1.1 with JDK 1.7.0_13. But the ...
0
votes
1answer
23 views
Weblogic 12c deployment error
I'm using ant script to build the application. This application is working under 9.2
bea.lib=C:/bea92/weblogic92/server/lib - ant code - working good but when I change to 12c
lib folder ...
0
votes
0answers
13 views
Slow webservice invocation from Weblogic 12c
I am facing a strange problem, I have a weblogic 12c server running on a jdk 1.6.0_25 I am consuming a webservice that's protected over SSL.
My problem is that first call takes 5 seconds while other ...
0
votes
1answer
51 views
JWSC for weblogic 12c with Maven
We are in the process of upgrading from Weblogic 10g to 12c. A portion of our code base is webservices so we were using weblogic-maven-plugin:
<plugin>
...
1
vote
0answers
62 views
ClassCastException while retrieving datasource from InitialContext
I'm getting the following error while attempting to retrieve a datasource object from my initial context using Oracle WebLogic 12.1:
"Problem creating dummy orb: org.omg.CORBA.COMM_FAILURE: ...
0
votes
0answers
322 views
weblogic.application.ModuleException: Context path '' is already in use by the module: / application:
When i am trying to run weblogic server 12c , it is throwing this error and is unable to start.
<Apr 16, 2013 2:42:57 PM IST> <Warning> <HTTP> <BEA-101384> <WLServlet ...
1
vote
1answer
114 views
FullAjaxExceptionHandler does not redirect to error page after invalidated session
I am having issues with the Omnifaces FullAjaxExceptionHandler (http://showcase.omnifaces.org/exceptionhandlers/FullAjaxExceptionHandler). It does not redirect to the specified error page after the ...
0
votes
0answers
52 views
Deployment Error : Due to duplicate persistent units of one service
I am getting deployment error on weblogic server . I have two services with different ear having their own ejbs, 1) attachmentservice 2) assessmentservice.
Now i am trying to call a method of ejb of ...
0
votes
0answers
38 views
Weblogic 12c deployment xml errors
I'm newbie to weblogic. I tried to deploy an application, but I got the following errors:
Unable to access the selected application.
Exception in AppMerge flows' progression
Exception in AppMerge ...
0
votes
0answers
49 views
Logback's JMX and multiple web applications in WebLogic
I have several web applications utilizing slf4j and logback, all deployed to WebLogic 12c. I use JMX for controlling the logging. All applications have slf4j and logback included in WEB-INF/lib and ...
0
votes
0answers
80 views
Cannot set auto-commit mode when using distributed transactions in myBatis-3.0.4
We are running distributed application in weblogic 12. our application is using mybaits-3.0.4, we have configured XADatasource with JNDI name com.test.datasource.jdbc.XADataSource.
We wanted to use ...
1
vote
0answers
79 views
Deploying ear to Weblogic 12c
iI have an ear file which successfully deployed on JBoss7 & WebSphere 8.5
When trying on WebLogic 12c I'm getting this error at the AdminServer.log:
####<Apr 10, 2013 5:29:36 PM IDT> ...
2
votes
2answers
100 views
How can I use Weblogic (12 C) without the application context in the URL?
I am working on a web project that requires Weblogic server and the only way I can view the site after deploying (on my Macbook Pro) is by specifying the application name as a prefix to the entire ...
0
votes
0answers
35 views
Session not created for ConversationScoped Bean on first request
I am using JSF 2, PrimeFaces and deploying to WebLogic 12c.
I have a ConversationScoped bean. It is a @Named bean as well. I am starting the conversation similarly to @PostConstruct called multiple ...
0
votes
0answers
16 views
Weblogic TimerManager Is Not Serializable?
I'm working with Weblogic 12c and trying to use the CommonsJ JobScheduler that is "built-in" for a stateless EJB in a cluster. I have created the two database tables, ACTIVE and WEBLOGIC_TIMERS, and ...
1
vote
0answers
141 views
Can MyFaces + CDI be used on WebLogic 12c?
I've been trying to get this setup running for a couple of days now but still no luck. Here's the test application i've been using:
@Named
@RequestScoped
public class Test {
private String test ...
0
votes
1answer
60 views
JSTL with Weblogic 12c does not work properly
I am using Weblogic version 12c and weblogic has in built JSTL support. We just need to set the URI above our JSP. I am using core taglibs using
<%@ taglib prefix="c" ...
0
votes
0answers
25 views
Protecting URL patterns within a Web App in Weblogic
I am trying to protect certain resources within a Web-App that's deployed in my weblogic server (12c) through Admin Console. Given below are the steps I followed to accomplish this
Security Realms ...
0
votes
0answers
91 views
Oracle WebLogic and WebSphere MQ - transactions are rolling back
I have developed a pure and simple MDB, which listens on the queue that is being held in WMQ. Everything works smoothly. MDB is instantly picking up messages and doing the stuff like it supposed to. ...
0
votes
1answer
44 views
weblogic 12c Please enable the DomainRuntimeMBean Server and the Edit MBean Server in this domain's configuration
On my windows 7 64bit machine, I completely install weblogic 12c but when I log into the admin console it gave me this error:
Please enable the DomainRuntimeMBean Server and the Edit MBean Server in ...
0
votes
1answer
66 views
deploynig different ear files in different clusters of same weblogic server domain
Hi I am new to this forum as well as weblogic server.My requirement is that I have an application that runs on a cluster having an admin server and three managed server MS1,MS2,MS3.Currently my ...
0
votes
1answer
97 views
upgrading weblogic domain using silent mode keep showing xml errors
if you are trying to upgrade weblogic using silent mode (using command line) you have to do couple of things.
1-setting the environment using server/bin/set/setWLSEnv.sh
2-create xml file and attach ...
1
vote
0answers
135 views
WebLogic JAX-WS EE client to WS-Security service on localhost
I have a JAX-WS endpoint which uses WS-Security, specifically the WebLogic pre-written Wssp1.2-2007-Wss1.1-UsernameToken-Plain-X509-Basic256.xml policy. I have a working command-line client where I ...
0
votes
1answer
157 views
Deploy a webapp shared library on weblogic 12C
I'm trying to migrate my shared libs built against weblogic 10.3.x against weblogic 12C.
I succeeded to deploy the ear shared libraries. Unfortunately, the deployment of webapp sharedlibraries always ...
1
vote
1answer
256 views
ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/transaction/SystemException
I'm trying to use Arquillian against weblogic 12C.
I put the following configuration in my pom.xml
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
...
1
vote
1answer
176 views
Deploy with maven plugin on remote weblogic 12c
I have weblogic 12c on machine 192.168.1.3. I want to deploy ear from machine 192.168.1.2 with maven plugin:
<groupId>com.oracle.weblogic</groupId>
...
1
vote
0answers
89 views
WebLogic 12c Domain Home Classpath resource throws FileNotFoundException on Windows but not Linux
I'm creating a web application that needs to run on Weblogic 12c. The application is set-up to have an external XML config file, that is provided by the user, read using the Spring ClasspathResource ...
2
votes
0answers
105 views
Multiple referenced shared libraries from WebLogic 12c web apps
I'm trying to use Moxy 2.4.1 (updated JAXB impl) and Jersey 1.17 (updated JAX-RS impl). I have the shared library modules deployed (as libraries) to the server with no problems.
In the app (WAR) I'm ...
1
vote
1answer
55 views
Any annotation available to cluster Oracle WLS EJB?
As said in the title, I'd like to know if there's a proprietary Oracle WLS annotation which specifies that an EJB is going to be clustered. Basically the equicalent of adding this to your ...
2
votes
0answers
68 views
Deployment Error Weld-001408 with WLS12c and OEPE
I created the following projects in OEPE:
weld001408 (Java EE - Enterprise Application Project)
weld001408utility (Java EE - Uitility Project), belongs to the ear weld001408
weld001408web (Web - ...
0
votes
2answers
114 views
Deployment problems on Weblogic server
I have two applications, both developed in Spring MVC. One, i.e. VDM is getting deployed and starting just fine in both the local and the live weblogic 12c server. But the other one, i.e. VPORTAL is ...
0
votes
0answers
39 views
JSFUnit inconsistently getting JSFServerSession
We are trying to run JSFUnit with Arquillian on a WebLogic 12c container and are running into a few problems.
First, when we try to use the @InitialPage annotation to inject in the JSFServerSession ...
0
votes
1answer
18 views
BehaviorTracking tag for clickContentEvent not working
I am facing tough time for clickContentEvent BehaviorTracking tag to fire and insert an entry into bt_event table.
But displayContentEvent is working fine without any issues.
I have settings in ...
0
votes
0answers
50 views
Scrumtoys JSF 2.0 App on WLS 12c Error
I am try to get a JSF 2.0 application to work with WLS. You may know the application, it is called “Scumtoys” and it comes as a sample application with NetBeans. It is a JSF 2.0 application and can be ...
0
votes
0answers
76 views
Construction UsernameToken
I'm having trouble getting implement a WS-Security UsernameToken in particular. Having just found WS-Security Header and some implementations Weblogic.
I'm just using an IDE and Weblogic.
I need ...
0
votes
1answer
271 views
JMS on Websphere MQ and backout queue
I have MQ as an external JMS server on my Weblogic server. The thing is that I need to rollback the message and retry until backout threshold is reached. Then I need to move the message to backout ...
0
votes
0answers
76 views
Weblogic 12c Error: Extended Persistence Contexts can only be invoked from within the context of the stateful session bean
I got a task to migrate from Jboss 4.2 to Weblogic 12c. The program is running normally in Jboss 4.2.
I'm trying to deal with Extended Persistence Contexts in Stateful EJB as the following code:
...
0
votes
1answer
161 views
Arquillian - Not Matching any defined Container for WebLogic
I am trying to setup arquillian with Weblogic 12c. I am not using Maven which is part of the difficulty. I am using Ant. I keep getting the following errors:
Could not read active container ...
0
votes
1answer
184 views
sun.misc.InvalidJarIndexException: Invalid index when compiling GWT 2.5
I am deploying GWT2.5 application on Weblogic version 12C and using JDK1.6
I am getting sun.misc.InvalidJarIndexException: Invalid index
Below is the complete stacktrace.
[echo] ...
0
votes
0answers
32 views
Can I access a deployment descriptor from web.xml in log4j.properties?
We are using log4j and weblogic for our application. In our log4j.properties file we have log4j.appender.AFile.File=logs/m.log. I want to be able to override this value using deploymentplan.xml. so ...
1
vote
1answer
225 views
CXF2.7.2 + Weblogic 12c + Java 1.7
There is an issue with running CXF application of Weblogic 12c. Exception is as following:
org.apache.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory cannot be cast to ...
2
votes
3answers
84 views
Getting configuration strings from Weblogic
This question is related to Weblogic 12c.
I have an EAR file that I want to deploy in various environments (dev, QA, pre-prod and prod). However, my application requires a username and a password (to ...
0
votes
1answer
434 views
oracle weblogic - create new jdbc data source - connection test failed
I just installed oracle webligic 12.1.1, and I follow this videos's instructions:
youtube video
I write everything the same as in the video, when I wanted to test it, I got this exception:
...
0
votes
1answer
253 views
How to check whether ear is deployed correctly in weblogic 12c?
I have an application ear which I am trying to deploy into Oracle Weblogic 12c server. I following instructions given on this site.
After following those steps, I tried to hit the url ...
1
vote
0answers
424 views
Exception when generating sequence using Eclipselink and h2 in test environment
I'm using h2 to setup an integration test for an application using Eclipselink, Arquillian and Weblogic 12.1.1
This is my entity:
@Entity
@Table(name = "AFIS_REQUEST")
public class Request ...
0
votes
0answers
247 views
connection to sql server from weblogic 12c
I developed an application that exposes web services, that application is deployed in weblogic 12c, i call the web services from a java web client, when i run the java client throws this exception:
...