Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
418 views

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 ...
2
votes
2answers
244 views

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 ...
1
vote
1answer
93 views

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 ...
1
vote
2answers
51 views

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 ...
1
vote
1answer
560 views

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 <t:headline value="test" /> gives a ClassCastException even ...
1
vote
1answer
366 views

How does a message bridge relate to a queue in Weblogic?

We have been discussing this at work and now I am even more confused than ever. As far as I understand it a message bridge is used to talk to a queue in a different domain. Is this correct?
1
vote
1answer
166 views

How do the different services in Oracle SOA relate to each other?

I'm am trying to figure out how the Oracle "Layered Architecture Model" works, and I am very confused about what the business, data, and presentation do, and how they relate to each other. I have seen ...
1
vote
0answers
22 views

Can I use getSkinPath for an image that is hosted outside of the app server?

I am working on a Weblogic application with a lot of image files. The application is accessed through a proxy server. As a performance improvement, we are moving all the static content (.gif, .jpg, ...
1
vote
2answers
100 views

Is it possible to call in some way an EJB deployed on JBoss from a Business Service deployed on BEA AquaLogic Service Bus?

Is it possible to call in some way an EJB deployed on JBoss from a Business Service deployed on BEA AquaLogic Service Bus? Just to precise, I'm not going to call it through Web Service, but through ...
1
vote
2answers
157 views

Is it possible to make BEA Portal 9.2 close link and meta tags with '/>' so they are XHTML valid?

I'm trying to make a BEA Portal website XHTML compliant, because this has been written in the contract with the client, and I'm stuck on this problem: BEA renders <meta> and <link> tags ...
0
votes
1answer
42 views

weblogic springframework TypeMismatchException failed to convert

After Successful deployment of web project, I am getting the following error when I tried to access the web application from browser. 2011-12-17 17:37:52.887 AdminServer ...
0
votes
0answers
50 views

weblogic 9.2 deployment error : WSDLException An error occurred trying to resolve schema

I have been getting the following exception when I try to 'start' the service of my deployed application on weblogic 9.2. javax.xml.rpc.ServiceException: Error processing WSDL document: WSDLException ...
0
votes
0answers
22 views

BEA : Migration of live workflow instances

I want to migrate database Server from Oracle 9i to Orcale 11g(BEA is of version 8.1 SP5). After migration BEA version will remain same. only database gets change. How can achive this ? taking db ...
0
votes
0answers
38 views

CMS to replace Oracle BEA CMS and integrate via JSP tag library

Please need advice in selecting a Java-based CMS for proof-of-concept demo. Given the fact that the solution must integrate with pre-existing JSPs, I think this question is outside of the scope of ...
0
votes
1answer
31 views

Download Knowledge Directory documents of AquaLogic using api

I am using IDK 6.0 in .net to download documents of Knowledge Directory. I have done lots of googling but found to api to do so. Here are some of my reading materials: ...
0
votes
0answers
14 views

plumtree: Find the UUID of Knowledge Directory document

I have a AquaLogic v6.1 installed in windows machine. I have collaboration 4.2 also installed in the same machine. I have published documents from collaboration to portal Knowledge Directory(KD). I ...
0
votes
0answers
58 views

Consuming iWay business services (iBSP) from a .net client

I'm trying to generate a proxy to access some iWay business services (iBSP) from VS2010. When I use "Add Service Reference", I get and exception trying to consume any service: XmlSerializer ...
0
votes
0answers
77 views

Does Nursery GC pauses application threads?

We have multi threaded application and we see some of the thread execution time varies a lot in our production system. We think it has more to do with the GC (we mainly see nursery GC in logs ). So my ...
0
votes
1answer
323 views

out of memory error(given solution did not work)

I am running following script for starting my bea weblogic workshow 8.1.4, workshop start properly and function very well C:\bea\weblogic81\workshop C:\bea\jdk142_05\bin\javaw.exe ...
0
votes
1answer
117 views

exception - java access ldap server once the ldap server has been restarted

I have the next problem , I get a context from the LDAP setting Up JNDI Environment properties for the InitialContext as it showed below. Then I restart the ldap server, and each time I try to get ...
0
votes
1answer
571 views

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 ...
0
votes
1answer
88 views

Validate html 4.01 tags with weblogic

Hi everyone I need to validate a web application in html 4.01 transitional. In my project im working on skeletons/head.jsp to add meta tags. The problem is that i want to add tags like: <meta ...
0
votes
1answer
677 views

ORA-0 [BEA][Oracle JDBC Driver] Unhandled sql type

I have a very simple sql query and when i try to execute, i get following error java.sql.SQLException: [BEA][Oracle JDBCDriver]Unhandled sql type at ...
0
votes
2answers
626 views

ClassNotFoundException for com.bea.content.manager.internal.ContentUpgradeListener when attempting to start application in Weblogic 10.2

I'm getting the following error when attempting to move an application from a state of "Prepared" to "Active": weblogic.management.DeploymentException: at ...
0
votes
5answers
4k views

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 - ...
0
votes
1answer
146 views

BEA Publisher Woes

I'm using BEA's Publisher product with ALUI. I want to have a simple portlet that just displays Content Items that I've published, but after playing with it for a couple of hours, I find myself ...