Questions tagged [bea]
45 questions
5
votes
2 answers
Diffrence between JRockit in BEA Weblogic and Sun Java Implementation
We have different JRE implementation from 2 vendors one is Jrockit from BEA and other is from Sun.
In my project the document clearly states to use the Jrockit implementation from BEA. So i want to know the differences and upperhand of Jrockit over…

Punith Raj
- 2,164
- 3
- 27
- 45
4
votes
3 answers
What is and what do a WebLogic Server domain?
I am a Java developer and I am pretty new in web application development using Java and I have the following doubts.
We are developing web app deployed on Oracle WebLogic Server.
What exactly is the weblogic domains? From what I understand each…

AndreaNobili
- 40,955
- 107
- 324
- 596
3
votes
2 answers
What are the best resources for learning the Java Portlet Specification (JSR-168)?
I've been looking online for the last day or so but haven't managed to see anything that clearly explains the spec. The application I'm trying to learn is based on BEA Weblogic Portal Server. I'm primarily looking for links but a good book would…

Peter Kelley
- 2,350
- 8
- 26
- 46
3
votes
1 answer
Date in yyyyy-mm-dd format not throwing error
Well this might appear weird, but I see, while converting a string to date, the value 20155-10-10 didn't throw an error saying invalid date.
the function used is as below
fn-bea:date-from-string-with-format("MM/dd/yyyy",'10/10/20155')
the above…

VamsiKrishna
- 751
- 6
- 14
- 29
2
votes
1 answer
Eclipse: How to deploy ear project into separate managed server in Weblogic (non AdminConsole)
I'm using Eclipse for J2EE project development. Target app server is Weblogic10R3.
I was successfully deployed my ear project to weblogic via Run As.. Eclipse feature.
By default it deploys to AdminConsole server. Because of project specific issues…

Stas
- 751
- 1
- 11
- 22
2
votes
1 answer
Getting ClassCastException with JSF 1.2 Custom Component and BEA 10.3
Im getting a ClassCastException if i use Attributes in my Custom Headline Tag. Without Attributes rendering works fine.
Calling gives a ClassCastException even before a Method in my HeadlineComponent or HeadlineTag-Class…

Tobi
- 33
- 4
2
votes
1 answer
BEA / Oracle Aqualogic BPM question
I'm using BEA Aqualogic BPM 5.7 and after a while I'm getting the time out screen.
It says BEA Aqualogic Hiper WorkSpace for BPM, your session has expired and it has a "Login again" button.
Does anybody know how to change that screen or how to…

Alejo
- 787
- 2
- 9
- 15
2
votes
1 answer
What is the jar file for package com.bea.core.repackaged.springframework.beans.factory.*?
When making remote call to the EJB from application on WebLogic 12c web server it thorws
com.bea.core.repackaged.springframework.beans.factory.BeanCreationException.
When searching from google i could find this exception class only from…

Sabyrzhan
- 175
- 2
- 16
2
votes
1 answer
How to make WCF client sign SecurityTokenReference:Reference
I need to create a WCF client who calls a bea webservice.
I keep getting this response from the webservice:
Could not validate signature using any of the supported token types
So I turn my attention to the signature part of the client<->service…

mrGrandelag
- 56
- 1
- 4
2
votes
4 answers
wlst embeded mode not working
I'm trying to build a small Utility for tasks like
1) connecting to weblogic admin server.
2) Add managed server.
3) Register domain with nodemanager, etcetera.
I started development in eclipse, added all the jars of weblogic\wlserver103\server\lib…

srk
- 4,857
- 12
- 65
- 109
1
vote
5 answers
Out of Memory allocLargeObjectOrArray from ResultSet
I'm using JDBC to get a large amount of data. The call completes successfully, but when resultSet.next() is called, I get the following error:
java.lang.OutOfMemoryError: allocLargeObjectOrArray - Object size: 15414016, Num elements: 7706998
I've…

Nick
- 1,156
- 2
- 13
- 24
1
vote
1 answer
WebLogic load jar without class file?
I'm currently working on a prebuilt application running on weblogic.
The application consist in NAME_APPLICATION.jar that must be deployed on weblogic.
My problem is that I can't analyze anything for the simple reason that the jar DOES NOT CONTAIN…

Giuseppe Di Federico
- 3,501
- 4
- 20
- 19
1
vote
2 answers
Java: linked lists of lines for viewing source?
Trying to understand this documentation:
from http://otndnld.oracle.co.jp/document/products/workshop/docs81/doc/ja_JP/workshop/java-class/com/bea/ide/sourceeditor/model/ISourceModel.html
is the 'linked list of lines' being used as the UI for the…

Konatactic
- 11
- 1
1
vote
1 answer
Tableau Mapping, BEA Codes?
Tableau supports FIPS codes for US Geography. Does anyone know if it also supports BEA County Codes? I cannot seem to find an answer online.

fiddlestacks
- 109
- 1
- 10
1
vote
0 answers
BEA Weblogic workspace configuring in jenkins
Regarding CI and CD.
As of now the manual approach followed by developers is the developers are using bea workspace studio for their builds and these builds are sent to Ops team to deploy the ear files in the backend. Workspace studio contains…

sudhir
- 199
- 2
- 5
- 16